Rename gl_TMPFILE.
[pspp] / ChangeLog
1 2010-04-04  Bruno Haible  <bruno@clisp.org>
2
3         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
4         * modules/tmpfile (configure.ac): Update.
5
6         tmpfile: Fix C++ test error on mingw.
7         * lib/stdio.in.h (tmpfile): New declaration.
8         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
9         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
10         * modules/tmpfile (Depends-on): Add stdio.
11         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
12         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
13         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
14         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
15         REPLACE_TMPFILE.
16         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
17
18 2010-04-04  Bruno Haible  <bruno@clisp.org>
19
20         ioctl: Fix C++ test error on mingw.
21         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
22         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
23         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
24
25 2010-04-03  Bruno Haible  <bruno@clisp.org>
26
27         wcwidth: Fix C++ test error on mingw.
28         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
29         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
30         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
31
32 2010-04-03  Bruno Haible  <bruno@clisp.org>
33
34         nanosleep: Fix C++ test error on mingw.
35         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
36         * lib/time.in.h (nanosleep): Use modern idiom.
37         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
38         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
39         REPLACE_NANOSLEEP to 1.
40         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
41         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
42
43 2010-04-03  Bruno Haible  <bruno@clisp.org>
44
45         strptime: Fix C++ test error on mingw.
46         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
47         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
48         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
49         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
50         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
51         not REPLACE_STRPTIME.
52         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
53         REPLACE_STRPTIME.
54
55 2010-04-03  Bruno Haible  <bruno@clisp.org>
56
57         timegm: Fix C++ test error on mingw.
58         * lib/time.in.h (timegm): Use modern idiom.
59         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
60         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
61         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
62         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
63
64 2010-04-03  Bruno Haible  <bruno@clisp.org>
65
66         timegm: Assume declaration if function exists.
67         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
68         if it exists. Don't clobber ac_cv_func_timegm.
69
70 2010-04-03  Bruno Haible  <bruno@clisp.org>
71
72         time_r: Fix C++ test error on mingw.
73         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
74         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
75         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
76         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
77         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
78
79 2010-04-03  Bruno Haible  <bruno@clisp.org>
80
81         time_r: Minor updates.
82         * modules/time_r (Description): Mention the provided functions.
83         * lib/time_r.c: Don't include <string.h>.
84         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
85         * doc/posix-functions/localtime_r.texi: Likewise.
86
87 2010-04-03  Bruno Haible  <bruno@clisp.org>
88
89         time: Fix regression introduced on 2010-03-08.
90         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
91         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
92
93 2010-04-03  Jim Meyering  <meyering@redhat.com>
94
95         maint.mk: don't silently disable project-specific syntax-check rules
96         * top/maint.mk (_prohibit_regexp): Define, to help people realize
97         that they need to convert their project-specific syntax-check rules
98         to use the new _sc_search_regexp.
99
100 2010-04-03  Bruno Haible  <bruno@clisp.org>
101
102         fchdir: Fix regression introduced on 2010-03-08.
103         * lib/unistd.in.h (fchdir): Fix declaration.
104         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
105         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
106         REPLACE_FCHDIR.
107         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
108         REPLACE_FCHDIR.
109
110 2010-04-03  Bruno Haible  <bruno@clisp.org>
111
112         getpagesize: Fix C++ test error on mingw.
113         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
114         system does not declare the function.
115         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
116         declared.
117         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
118         HAVE_DECL_GETPAGESIZE.
119         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
120
121 2010-04-03  Bruno Haible  <bruno@clisp.org>
122
123         stdio: Make C++ tests work on mingw.
124         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
125         does not declare the function.
126
127 2010-04-03  Bruno Haible  <bruno@clisp.org>
128
129         ftello: Fix C++ test error on mingw.
130         * lib/stdio.in.h (ftello): Use modern idiom.
131         * lib/ftello.c (ftello): Renamed from rpl_ftello.
132         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
133         is missing and that it needs to be replaced.
134         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
135         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
136         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
137
138 2010-04-03  Bruno Haible  <bruno@clisp.org>
139
140         fseeko: Fix C++ test error on mingw.
141         * lib/stdio.in.h (fseeko): Use modern idiom.
142         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
143         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
144         is missing and that it needs to be replaced.
145         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
147         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
148
149 2010-04-03  Bruno Haible  <bruno@clisp.org>
150
151         mkstemp: Fix C++ test error on mingw.
152         * lib/stdlib.in.h (mkstemp): Use modern idiom.
153         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
154         function is missing and that it needs to be replaced.
155         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
156         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
157
158 2010-04-03  Bruno Haible  <bruno@clisp.org>
159
160         stpncpy: Fix C++ test error on mingw.
161         * lib/string.in.h (stpncpy): Use modern idiom.
162         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
163         function is missing and that it needs to be replaced.
164         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
165         REPLACE_STPNCPY.
166         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
167
168 2010-04-03  Bruno Haible  <bruno@clisp.org>
169
170         sys_stat: Fix C++ test error on mingw.
171         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
172         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
173
174 2010-04-03  Bruno Haible  <bruno@clisp.org>
175
176         pty: Update doc.
177         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
178
179 2010-04-03  Bruno Haible  <bruno@clisp.org>
180
181         unistd: Fix C++ test error on mingw.
182         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
183
184 2010-04-03  Bruno Haible  <bruno@clisp.org>
185
186         Update doc regarding mingw.
187         * doc/glibc-functions/openpty.texi: Update regarding mingw.
188         * doc/glibc-functions/login_tty.texi: Likewise.
189         * doc/glibc-functions/forkpty.texi: Likewise.
190
191 2010-04-03  Bruno Haible  <bruno@clisp.org>
192
193         stdlib: Avoid compilation failure of c-strtold on mingw.
194         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
195
196 2010-04-03  Bruno Haible  <bruno@clisp.org>
197
198         locale: Make C++ tests work on Cygwin and mingw.
199         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
200         cannot provide the function.
201         Reported by Simon Josefsson.
202
203 2010-04-03  Bruno Haible  <bruno@clisp.org>
204
205         localename: Port to MacOS X 10.6.
206         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
207         memory layout of the locales in MacOS X 10.6 as well.
208         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
209
210 2010-04-02  Bruno Haible  <bruno@clisp.org>
211
212         gnulib-tool: Ensure that long-running tests are executed last.
213         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
214         running tests after the one for the other tests.
215
216 2010-04-02  Bruno Haible  <bruno@clisp.org>
217
218         gnulib-tool: Ensure the tests in the main directory are executed first.
219         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
220         start with the current directory.
221
222 2010-04-02  Bruno Haible  <bruno@clisp.org>
223
224         Tests for module 'havelib', moved here from GNU gettext.
225         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
226         modifications.
227         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
228         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
229         with modifications.
230         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
231         modifications.
232         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
233         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
234         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
235         with modifications.
236         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
237         with modifications.
238         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
239         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
240         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
241         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
242         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
243         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
244         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
245         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
246         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
247         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
248         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
249         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
250         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
251         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
252         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
253         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
254         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
255         with modifications.
256         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
257         with modifications.
258         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
259         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
260         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
261         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
262         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
263         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
264         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
265         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
266         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
267         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
268         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
269         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
270         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
271         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
272         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
273         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
274         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
275         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
276         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
277         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
278         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
279         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
280         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
281         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
282         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
283         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
284         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
285         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
286         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
287         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
288         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
289         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
290         * tests/havelib/rpathx/rpathx.c: New file, from
291         gettext/autoconf-lib-link.
292         * tests/havelib/rpathx/Makefile.am: New file, from
293         gettext/autoconf-lib-link.
294         * tests/havelib/rpathx/configure.ac: New file, from
295         gettext/autoconf-lib-link with modifications.
296         * tests/havelib/rpathy/rpathy.c: New file, from
297         gettext/autoconf-lib-link.
298         * tests/havelib/rpathy/Makefile.am: New file, from
299         gettext/autoconf-lib-link.
300         * tests/havelib/rpathy/configure.ac: New file, from
301         gettext/autoconf-lib-link with modifications.
302         * tests/havelib/rpathz/rpathz.c: New file, from
303         gettext/autoconf-lib-link.
304         * tests/havelib/rpathz/Makefile.am: New file, from
305         gettext/autoconf-lib-link.
306         * tests/havelib/rpathz/configure.ac: New file, from
307         gettext/autoconf-lib-link with modifications.
308         * tests/havelib/rpathlx/usex.c: New file, from
309         gettext/autoconf-lib-link.
310         * tests/havelib/rpathlx/Makefile.am: New file, from
311         gettext/autoconf-lib-link.
312         * tests/havelib/rpathlx/configure.ac: New file, from
313         gettext/autoconf-lib-link with modifications.
314         * tests/havelib/rpathly/usey.c: New file, from
315         gettext/autoconf-lib-link.
316         * tests/havelib/rpathly/Makefile.am: New file, from
317         gettext/autoconf-lib-link.
318         * tests/havelib/rpathly/configure.ac: New file, from
319         gettext/autoconf-lib-link with modifications.
320         * tests/havelib/rpathlz/usez.c: New file, from
321         gettext/autoconf-lib-link.
322         * tests/havelib/rpathlz/Makefile.am: New file, from
323         gettext/autoconf-lib-link.
324         * tests/havelib/rpathlz/configure.ac: New file, from
325         gettext/autoconf-lib-link with modifications.
326         * tests/havelib/rpathlyx/usey.c: New file, from
327         gettext/autoconf-lib-link.
328         * tests/havelib/rpathlyx/Makefile.am: New file, from
329         gettext/autoconf-lib-link.
330         * tests/havelib/rpathlyx/configure.ac: New file, from
331         gettext/autoconf-lib-link with modifications.
332         * tests/havelib/rpathlzyx/usez.c: New file, from
333         gettext/autoconf-lib-link.
334         * tests/havelib/rpathlzyx/Makefile.am: New file, from
335         gettext/autoconf-lib-link.
336         * tests/havelib/rpathlzyx/configure.ac: New file, from
337         gettext/autoconf-lib-link with modifications.
338         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
339         with modifications.
340
341 2010-04-02  Bruno Haible  <bruno@clisp.org>
342
343         gnulib-tool: Create distributed built sources also for the tests.
344         * gnulib-tool (func_create_testdir): Also generate distributed built
345         sources in the tests directory.
346
347 2010-04-02  Bruno Haible  <bruno@clisp.org>
348
349         gnulib-tool: Obey user's environment variables.
350         * gnulib-tool (func_create_testdir): When creating built sources,
351         respect the environment variables for autoconf, automake, etc. given by
352         the user.
353
354 2010-04-02  Bruno Haible  <bruno@clisp.org>
355
356         gnulib-tool: Provide the value of --m4-base to modules.
357         * gnulib-tool (func_import, func_create_testdir): Emit a definition
358         of gl_m4_base.
359
360 2010-04-02  Eric Blake  <eblake@redhat.com>
361
362         maint.mk: fix some fallout
363         * NEWS: Document the incompatible change, and its effect on cfg.mk.
364         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
365
366 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
367
368         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
369         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
370         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
371         (sc_cast_of_x_alloc_return_value): Likewise.
372         (sc_cast_of_alloca_return_value): Likewise.
373         (sc_space_tab): Likewise.
374         (sc_prohibit_atoi_atof): Likewise.
375         (sc_prohibit_magic_number_exit): Likewise.
376         (sc_error_exit_success): Likewise.
377         (sc_file_system): Likewise.
378         (sc_prohibit_have_config_h): Likewise.
379         (sc_require_config_h): Likewise.
380         (sc_prohibit_HAVE_MBRTOWC): Likewise.
381         (sc_obsolete_symbols): Likewise.
382         (sc_changelog): Likewise.
383         (sc_program_name): Likewise.
384         (sc_the_the): Likewise.
385         (sc_trailing_blank): Likewise.
386         (sc_two_space_separator_in_usage): Likewise.
387         (sc_useless_cpp_parens): Likewise.
388         (sc_GPL_version): Likewise.
389         (sc_GFDL_version): Likewise.
390         (sc_texinfo_acronym): Likewise.
391         (sc_prohibit_cvs_keyword): Likewise.
392         (sc_prohibit_stat_st_blocks): Likewise.
393         (sc_prohibit_S_IS_definition): Likewise.
394         (sc_redundant_const): Likewise.
395         (sc_makefile_TAB_only_indentation): Likewise.
396         (sc_m4_quote_check): Likewise.
397         (sc_makefile_path_separator_check): Likewise.
398         (sc_copyright_check): Likewise.
399         (sc_Wundef_boolean): Likewise.
400         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
401
402         maint.mk: match 0 or more whitespace-before-function-call '('
403         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
404         that have zero or two-and-more spaces between the function name
405         and the open parenthesis.
406         (sc_error_message_warn_fatal): Likewise.
407         (sc_error_message_uppercase): Likewise.
408         (sc_error_message_period): Likewise.
409
410 2010-03-31  Eric Blake  <eblake@redhat.com>
411
412         maint.mk: check for [ as well as test
413         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
414         Based on a libvirt report by Matthias Bolte.
415
416         gnumakefile: don't squelch _version output
417         * top/GNUmakefile (_version): Create one-shot dependency rather
418         than using $(shell) when version must be regenerated.
419         (_autoreconf): Run verbosely, by default.
420
421         sys_time: avoid compiler warnings
422         * lib/sys_time.in.h (includes): Ensure gcc pragma is
423         unconditional, fixing regression from 2010-03-29.
424         Reported by Simon Josefsson.
425
426 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
427
428         maint.mk: s/_header_without_use/_sc_header_without_use/
429         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
430         (sc_prohibit_assert_without_use): Use the new name.
431         (sc_prohibit_close_stream_without_use): Likewise.
432         (sc_prohibit_getopt_without_use): Likewise.
433         (sc_prohibit_quotearg_without_use): Likewise.
434         (sc_prohibit_quote_without_use): Likewise.
435         (sc_prohibit_long_options_without_use): Likewise.
436         (sc_prohibit_inttostr_without_use): Likewise.
437         (sc_prohibit_ignore_value_without_use): Likewise.
438         (sc_prohibit_error_without_use): Likewise.
439         (sc_prohibit_xalloc_without_use): Likewise.
440         (sc_prohibit_hash_without_use): Likewise.
441         (sc_prohibit_hash_pjw_without_use): Likewise.
442         (sc_prohibit_safe_read_without_use): Likewise.
443         (sc_prohibit_argmatch_without_use): Likewise.
444         (sc_prohibit_canonicalize_without_use): Likewise.
445         (sc_prohibit_root_dev_ino_without_use): Likewise.
446         (sc_prohibit_openat_without_use): Likewise.
447         (sc_prohibit_c_ctype_without_use): Likewise.
448         (sc_prohibit_signal_without_use): Likewise.
449         (sc_prohibit_intprops_without_use): Likewise.
450
451 2010-03-30  Eric Blake  <eblake@redhat.com>
452
453         maint: improve module indicators
454         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
455         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
456         columns, and avoid extra macro expansion.
457
458         fdopendir: work around FreeBSD bug
459         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
460         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
461         * modules/dirent (Makefile.am): Substitute it.
462         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
463         declaration.
464         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
465         fix.
466         Reported by Christian Weisgerber <naddy@mips.inka.de>.
467
468 2010-03-29  Bruno Haible  <bruno@clisp.org>
469
470         Emit #pragma system_header after the inclusion guard, not before.
471         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
472         guard that spans the entire file, not before. This enables an
473         optimization in GCC's preprocessor.
474         * lib/ctype.in.h: Likewise.
475         * lib/dirent.in.h: Likewise.
476         * lib/errno.in.h: Likewise.
477         * lib/float.in.h: Likewise.
478         * lib/getopt.in.h: Likewise.
479         * lib/iconv.in.h: Likewise.
480         * lib/langinfo.in.h: Likewise.
481         * lib/locale.in.h: Likewise.
482         * lib/math.in.h: Likewise.
483         * lib/netdb.in.h: Likewise.
484         * lib/netinet_in.in.h: Likewise.
485         * lib/pty.in.h: Likewise.
486         * lib/sched.in.h: Likewise.
487         * lib/se-selinux.in.h: Likewise.
488         * lib/search.in.h: Likewise.
489         * lib/spawn.in.h: Likewise.
490         * lib/stdarg.in.h: Likewise.
491         * lib/stdint.in.h: Likewise.
492         * lib/string.in.h: Likewise.
493         * lib/strings.in.h: Likewise.
494         * lib/sys_file.in.h: Likewise.
495         * lib/sys_ioctl.in.h: Likewise.
496         * lib/sys_time.in.h: Likewise.
497         * lib/sys_times.in.h: Likewise.
498         * lib/sys_utsname.in.h: Likewise.
499         * lib/sys_wait.in.h: Likewise.
500         * lib/sysexits.in.h: Likewise.
501         * lib/wctype.in.h: Likewise.
502
503 2010-03-28  James Youngman  <jay@gnu.org>
504
505         save-cwd: don't leak a file descriptor when the caller execs.
506         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
507         saved file descriptor.
508         * modules/save-cwd (Depends-on): Depend on cloexec.
509
510 2010-03-29  Bruno Haible  <bruno@clisp.org>
511
512         Remove vestiges of fts-lgpl module.
513         * lib/fts_.h: Assume GNULIB_FTS is 1.
514         * lib/fts.c: Likewise.
515         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
516
517 2010-03-28  Bruno Haible  <bruno@clisp.org>
518
519         Fix definition of tests witness macro.
520         * gnulib-tool (func_import): Fix definition of witness macro.
521
522 2010-03-28  Bruno Haible  <bruno@clisp.org>
523
524         Fix ioctl's protoype on glibc systems.
525         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
526         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
527         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
528         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
529         signature. If not, arrange to replace the ioctl function.
530         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
531         REPLACE_IOCTL.
532         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
533         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
534         Reported by Ludovic Courtès <ludo@gnu.org>.
535
536 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
537
538         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
539         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
540         made it so grep -r --include=GLOB* ... did not work.
541
542 2010-03-26  Jim Meyering  <meyering@redhat.com>
543             Eric Blake  <eblake@redhat.com>
544
545         maint.mk: prohibit use of test's -o and -a operators
546         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
547
548 2010-03-28  Bruno Haible  <bruno@clisp.org>
549
550         Remove unused GNULIB_XYZ macro definitions.
551         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
552         invocation.
553
554 2010-03-28  Bruno Haible  <bruno@clisp.org>
555
556         Mark privileged tests modules.
557         * modules/idpriv-drop-tests (Status): New section.
558         * modules/idpriv-droptemp-tests (Status): New section.
559
560 2010-03-28  Bruno Haible  <bruno@clisp.org>
561
562         Split C++ tests into separate tests modules.
563         * modules/dirent-c++-tests: New file, extracted from
564         modules/dirent-tests.
565         * modules/dirent-tests: Depend on it.
566         * modules/fcntl-h-c++-tests: New file, extracted from
567         modules/fcntl-h-tests.
568         * modules/fcntl-h-tests: Depend on it.
569         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
570         * modules/glob-tests: Depend on it.
571         * modules/iconv-h-c++-tests: New file, extracted from
572         modules/iconv-h-tests.
573         * modules/iconv-h-tests: Depend on it.
574         * modules/langinfo-c++-tests: New file, extracted from
575         modules/langinfo-tests.
576         * modules/langinfo-tests: Depend on it.
577         * modules/locale-c++-tests: New file, extracted from
578         modules/locale-tests.
579         * modules/locale-tests: Depend on it.
580         * modules/math-c++-tests: New file, extracted from modules/math-tests.
581         * modules/math-tests: Depend on it.
582         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
583         * modules/pty-tests: Depend on it.
584         * modules/search-c++-tests: New file, extracted from
585         modules/search-tests.
586         * modules/search-tests: Depend on it.
587         * modules/signal-c++-tests: New file, extracted from
588         modules/signal-tests.
589         * modules/signal-tests: Depend on it.
590         * modules/spawn-c++-tests: New file, extracted from
591         modules/spawn-tests.
592         * modules/spawn-tests: Depend on it.
593         * modules/stdio-c++-tests: New file, extracted from
594         modules/stdio-tests.
595         * modules/stdio-tests: Depend on it.
596         * modules/stdlib-c++-tests: New file, extracted from
597         modules/stdlib-tests.
598         * modules/stdlib-tests: Depend on it.
599         * modules/string-c++-tests: New file, extracted from
600         modules/string-tests.
601         * modules/string-tests: Depend on it.
602         * modules/sys_ioctl-c++-tests: New file, extracted from
603         modules/sys_ioctl-tests.
604         * modules/sys_ioctl-tests: Depend on it.
605         * modules/sys_select-c++-tests: New file, extracted from
606         modules/sys_select-tests.
607         * modules/sys_select-tests: Depend on it.
608         * modules/sys_socket-c++-tests: New file, extracted from
609         modules/sys_socket-tests.
610         * modules/sys_socket-tests: Depend on it.
611         * modules/sys_stat-c++-tests: New file, extracted from
612         modules/sys_stat-tests.
613         * modules/sys_stat-tests: Depend on it.
614         * modules/sys_time-c++-tests: New file, extracted from
615         modules/sys_time-tests.
616         * modules/sys_time-tests: Depend on it.
617         * modules/time-c++-tests: New file, extracted from modules/time-tests.
618         * modules/time-tests: Depend on it.
619         * modules/unistd-c++-tests: New file, extracted from
620         modules/unistd-tests.
621         * modules/unistd-tests: Depend on it.
622         * modules/wchar-c++-tests: New file, extracted from
623         modules/wchar-tests.
624         * modules/wchar-tests: Depend on it.
625         * modules/wctype-c++-tests: New file, extracted from
626         modules/wctype-tests.
627         * modules/wctype-tests: Depend on it.
628         Reported by Simon Josefsson.
629
630 2010-03-28  Bruno Haible  <bruno@clisp.org>
631
632         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
633         * gnulib-tool (func_exists_module): New function, extracted from
634         func_verify_module.
635         (func_verify_module): Use it.
636         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
637         'foo' only if 'foo' exists.
638         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
639         module.
640
641 2010-03-28  Bruno Haible  <bruno@clisp.org>
642
643         gnulib-tool: Add support for special categories of tests.
644         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
645         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
646         (func_usage): Document them.
647         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
648         inc_unportable_tests, inc_all_tests): New variables.
649         (func_acceptable): Consider these variables.
650         (func_modules_transitive_closure): Make it work when the 'Status' field
651         consists of multiple words.
652         (func_import): Store and restore the values of inc_cxx_tests,
653         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
654         inc_all_tests in gnulib-comp.m4.
655         (func_create_testdir): Set inc_all_tests to true.
656         * doc/gnulib.texi (Extra tests modules): New section.
657         Suggested by Jim Meyering.
658
659 2010-03-28  Bruno Haible  <bruno@clisp.org>
660
661         ansi-c++-opt: Allow turning off the C++ build by default.
662         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
663         gl_CXX_CHOICE_DEFAULT_NO is defined.
664         Requested by Eric Blake.
665
666 2010-03-28  Bruno Haible  <bruno@clisp.org>
667
668         unistd: Avoid #define replacements in C++ mode.
669         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
670         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
671         setsockopt, shutdown, select): In C++, attach a warning to the function
672         if possible, rather than #defining the symbol to a dysfunctional alias.
673         Reported by John W. Eaton <jwe@gnu.org>.
674
675 2010-03-28  Bruno Haible  <bruno@clisp.org>
676
677         Fix link errors on mingw.
678         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
679         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
680         $(LIBSOCKET).
681         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
682         $(LIBSOCKET).
683
684 2010-03-28  Bruno Haible  <bruno@clisp.org>
685             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
686
687         lib-ignore: Determine different options for different compilers.
688         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
689         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
690         Add comments.
691         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
692         * NEWS: Mention the change.
693
694 2010-03-27  Bruno Haible  <bruno@clisp.org>
695
696         Remove unused GNULIB_XYZ macro definitions.
697         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
698         * modules/fseek (configure.ac): Likewise.
699         * modules/ioctl (configure.ac): Likewise.
700         * modules/open (configure.ac): Likewise.
701         * modules/stdlib-safer (configure.ac): Likewise.
702
703 2010-03-27  Bruno Haible  <bruno@clisp.org>
704
705         Add a remark about certain modules.
706         * modules/malloc (Comment): New section.
707         * modules/realloc (Comment): Likewise.
708         * modules/sigpipe (Comment): Likewise.
709
710 2010-03-27  Bruno Haible  <bruno@clisp.org>
711
712         Resolve conflict between the two kinds of module indicators.
713         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
714         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
715         * modules/canonicalize (configure.ac): Invoke
716         gl_MODULE_INDICATOR_FOR_TESTS.
717         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
718         GNULIB_XYZ.
719         * tests/test-dirent-c++.cc: Likewise.
720         * tests/test-dirent-safer.c: Likewise.
721         * tests/test-dup2.c: Likewise.
722         * tests/test-fchdir.c: Likewise.
723         * tests/test-fcntl-h-c++.cc: Likewise.
724         * tests/test-getopt.c: Likewise.
725         * tests/test-getopt.h: Likewise.
726         * tests/test-langinfo-c++.cc: Likewise.
727         * tests/test-locale-c++.cc: Likewise.
728         * tests/test-math-c++.cc: Likewise.
729         * tests/test-pty-c++.cc: Likewise.
730         * tests/test-search-c++.cc: Likewise.
731         * tests/test-signal-c++.cc: Likewise.
732         * tests/test-spawn-c++.cc: Likewise.
733         * tests/test-stdio-c++.cc: Likewise.
734         * tests/test-stdlib-c++.cc: Likewise.
735         * tests/test-string-c++.cc: Likewise.
736         * tests/test-sys_ioctl-c++.cc: Likewise.
737         * tests/test-sys_select-c++.cc: Likewise.
738         * tests/test-sys_socket-c++.cc: Likewise.
739         * tests/test-sys_stat-c++.cc: Likewise.
740         * tests/test-sys_time-c++.cc: Likewise.
741         * tests/test-time-c++.cc: Likewise.
742         * tests/test-unistd-c++.cc: Likewise.
743         * tests/test-wchar-c++.cc: Likewise.
744         * tests/uninorm/test-u8-nfc.c: Likewise.
745         * tests/uninorm/test-u8-nfd.c: Likewise.
746         * tests/uninorm/test-u8-nfkc.c: Likewise.
747         * tests/uninorm/test-u8-nfkd.c: Likewise.
748         * tests/uninorm/test-u16-nfc.c: Likewise.
749         * tests/uninorm/test-u16-nfd.c: Likewise.
750         * tests/uninorm/test-u16-nfkc.c: Likewise.
751         * tests/uninorm/test-u16-nfkd.c: Likewise.
752         * tests/uninorm/test-u32-nfc.c: Likewise.
753         * tests/uninorm/test-u32-nfc-big.c: Likewise.
754         * tests/uninorm/test-u32-nfd.c: Likewise.
755         * tests/uninorm/test-u32-nfd-big.c: Likewise.
756         * tests/uninorm/test-u32-nfkc.c: Likewise.
757         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
758         * tests/uninorm/test-u32-nfkd.c: Likewise.
759         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
760         * tests/uninorm/test-u32-normalize-big.c: Likewise.
761
762 2010-03-27  Bruno Haible  <bruno@clisp.org>
763
764         Distinguish two kinds of module indicators.
765         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
766         gl_MODULE_INDICATOR.
767         (gl_MODULE_INDICATOR): New macro.
768         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
769         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
770         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
771         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
772         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
773         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
774         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
775         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
776         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
777         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
778         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
779         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
780         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
781         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
782         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
783         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
784         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
785         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
786         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
787         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
788         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
789         * modules/cloexec (configure.ac): Likewise.
790         * modules/getopt-gnu (configure.ac): Likewise.
791         * modules/uninorm/u8-normalize (configure.ac): Likewise.
792         * modules/uninorm/u16-normalize (configure.ac): Likewise.
793         * modules/uninorm/u32-normalize (configure.ac): Likewise.
794         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
795
796 2010-03-27  Bruno Haible  <bruno@clisp.org>
797
798         New module description field 'Comment'.
799         * gnulib-tool: New option --extract-comment.
800         (func_usage): Document it.
801         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
802         (func_get_comment): New function.
803         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
804
805 2010-03-27  Bruno Haible  <bruno@clisp.org>
806
807         Addendum to 2010-02-07 commit.
808         * gnulib-tool (func_usage): Document --extract-applicability option.
809
810 2010-03-27  Bruno Haible  <bruno@clisp.org>
811
812         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
813         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
814         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
815         rather than link errors.
816
817 2010-03-27  Bruno Haible  <bruno@clisp.org>
818
819         Avoid side effects from tests-related modules on the compilation of lib.
820         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
821         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
822         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
823         parameter. Emit into AM_CPPFLAGS a definition of the designated C
824         macro.
825         (func_import): Define a witness macro. Assign it a value that depends
826         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
827         tests-related modules.
828         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
829         Reported by Jim Meyering.
830
831 2010-03-27  Bruno Haible  <bruno@clisp.org>
832
833         Factorize common .m4 code.
834         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
835         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
836         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
837         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
838         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
839         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
840         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
841         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
842         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
843         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
844         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
845         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
846         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
847         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
848         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
849         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
850         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
851         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
852         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
853         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
854         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
855         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
856         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
857         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
858         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
859         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
860         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
861         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
862         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
863         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
864         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
865         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
866
867 2010-03-27  Bruno Haible  <bruno@clisp.org>
868
869         Fix a compilation error on Cygwin with g++ >= 4.3.
870         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
871         if it is undefined or if we alias it to chmod.
872         (lstat): Don't warn about the use of this function if it is undefined
873         or if we alias it to stat.
874         Reported by Simon Josefsson.
875
876 2010-03-27  Bruno Haible  <bruno@clisp.org>
877
878         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
879         * modules/getlogin (configure.ac): Update.
880
881         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
882         * modules/getlogin_r (configure.ac): Update.
883
884         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
885         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
886         * modules/inet_ntop (configure.ac): Update.
887
888         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
889         * modules/inet_pton (configure.ac): Update.
890
891         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
892         * modules/mbslen (configure.ac): Update.
893
894         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
895         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
896         * modules/forkpty (configure.ac): Update.
897         * modules/openpty (configure.ac): Update.
898
899 2010-03-26  Simon Josefsson  <simon@josefsson.org>
900
901         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
902         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
903
904 2010-03-25  Eric Blake  <eblake@redhat.com>
905
906         maint: use pragma consistently across replacement headers
907         * lib/ctype.in.h (system_header): Hoist for consistent placement.
908         * lib/dirent.in.h (system_header): Likewise.
909         * lib/errno.in.h (system_header): Likewise.
910         * lib/float.in.h (system_header): Likewise.
911         * lib/getopt.in.h (system_header): Likewise.
912         * lib/iconv.in.h (system_header): Likewise.
913         * lib/inttypes.in.h (system_header): Likewise.
914         * lib/langinfo.in.h (system_header): Likewise.
915         * lib/locale.in.h (system_header): Likewise.
916         * lib/math.in.h (system_header): Likewise.
917         * lib/netdb.in.h (system_header): Likewise.
918         * lib/netinet_in.in.h (system_header): Likewise.
919         * lib/pty.in.h (system_header): Likewise.
920         * lib/sched.in.h (system_header): Likewise.
921         * lib/se-selinux.in.h (system_header): Likewise.
922         * lib/search.in.h (system_header): Likewise.
923         * lib/spawn.in.h (system_header): Likewise.
924         * lib/stdarg.in.h (system_header): Likewise.
925         * lib/stdint.in.h (system_header): Likewise.
926         * lib/string.in.h (system_header): Likewise.
927         * lib/strings.in.h (system_header): Likewise.
928         * lib/sys_file.in.h (system_header): Likewise.
929         * lib/sys_ioctl.in.h (system_header): Likewise.
930         * lib/sys_socket.in.h (system_header): Likewise.
931         * lib/sys_times.in.h (system_header): Likewise.
932         * lib/sys_utsname.in.h (system_header): Likewise.
933         * lib/sys_wait.in.h (system_header): Likewise.
934         * lib/sysexits.in.h (system_header): Likewise.
935         * lib/unistd.in.h (system_header): Likewise.
936         * lib/wctype.in.h (system_header): Likewise.
937
938         arpa/inet: fix mingw compilation warning
939         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
940         Reported by Matthew Bolte.
941
942 2010-03-25  Bruno Haible  <bruno@clisp.org>
943
944         Avoid collision between gnulib wrapper and libintl wrapper.
945         * lib/printf.c (printf): Don't define if a printf wrapper is already
946         defined in intl/printf.c.
947         Reported by Michel Boaventura <michel@michelboaventura.com>.
948
949 2010-03-25  Bruno Haible  <bruno@clisp.org>
950
951         Use ANSI C.
952         * lib/readutmp.h (getutent): Provide ANSI C prototype.
953
954 2010-03-25  Bruno Haible  <bruno@clisp.org>
955
956         Minor formatting changes.
957         * lib/acosl.c: Insert space before function argument list.
958         * lib/argz.c: Likewise.
959         * lib/asinl.c: Likewise.
960         * lib/expl.c: Likewise.
961         * lib/gen-uni-tables.c: Likewise.
962         * lib/gettext.h: Likewise.
963         * lib/glthread/lock.h: Likewise.
964         * lib/tanl.c: Likewise.
965         * lib/uniname/uniname.c: Likewise.
966         * tests/test-idpriv-drop.c: Likewise.
967         * tests/test-idpriv-droptemp.c: Likewise.
968         * tests/test-lock.c: Likewise.
969         * tests/test-tls.c: Likewise.
970         * lib/argp-help.c: Insert space before function-like macro argument
971         list.
972         * lib/memcmp.c: Likewise.
973         * tests/test-base64.c: Likewise.
974         * lib/localename.c: Insert space before sizeof's argument list.
975         * lib/safe-alloc.h: Likewise.
976         * lib/file-set.h: Insert space before macro argument list.
977         * tests/test-argp.c: Likewise.
978         * lib/argp-namefrob.h: Insert space before function parameter list.
979         * lib/getaddrinfo.c: Likewise.
980         * lib/netdb.in.h: Likewise.
981         * lib/parse-duration.h: Likewise.
982         * lib/parse-duration.c: Likewise.
983         * lib/poll.c: Likewise.
984         * lib/select.c: Likewise.
985         * lib/trim.h: Likewise.
986         * tests/test-usleep.c: Likewise.
987         * lib/ldexpl.c: Insert space before function parameter list and before
988         function argument list.
989         * lib/logl.c: Likewise.
990         * lib/sqrtl.c: Likewise.
991         * lib/trim.c: Likewise.
992         * lib/cosl.c: Use GNU style indentation. Insert space before function
993         argument list.
994         * lib/sinl.c: Likewise.
995         * lib/tsearch.c: Insert space after 'for'.
996         Reported by Jim Meyering.
997
998 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
999
1000         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1001         config header before grepping, as it's not present before
1002         autoreconf/configure are run.  Reported by Simon Josefsson.
1003
1004 2010-03-23  Bruno Haible  <bruno@clisp.org>
1005
1006         pt_chown: Make it work with automake < 1.11.
1007         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1008         Reported by Simon Josefsson.
1009
1010 2010-03-23  Bruno Haible  <bruno@clisp.org>
1011
1012         pt_chown: Don't depend on GPLed modules.
1013         * lib/pt_chown.c: Don't include idpriv.h.
1014         (main): Don't drop privileges.
1015         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1016         Reported by Simon Josefsson.
1017
1018 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1019
1020         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1021         suggestions from karl@freefriends.org (Karl Berry).
1022
1023 2010-03-22  Eric Blake  <eblake@redhat.com>
1024
1025         gethostname: further tweaks
1026         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1027         are overriding gethostname.
1028         Suggested by Bruno Haible.
1029
1030 2010-03-21  Bruno Haible  <bruno@clisp.org>
1031
1032         Fix comments.
1033         * lib/forkpty.c (rpl_forkpty): Fix comment.
1034         * lib/openpty.c (rpl_openpty): Likewise.
1035         Reported by Eric Blake.
1036
1037 2010-03-22  Eric Blake  <eblake@redhat.com>
1038
1039         gethostname: fix build on mingw
1040         * lib/unistd.in.h (includes): Work around fact that mingw
1041         <winsock2.h> re-includes <unistd.h>, by avoiding any
1042         redeclarations if we are being included by <winsock2.h>.
1043         Reported by Matthias Bolte.
1044
1045 2010-03-21  Bruno Haible  <bruno@clisp.org>
1046
1047         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1048         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1049         modifications.
1050         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1051         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1052         provide the replacement.
1053         * modules/forkpty (Depends-on): Add openpty, login_tty.
1054         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1055         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1056         * doc/glibc-functions/forkpty.texi: More supported platforms.
1057         * config/srclist.txt: Add forkpty.c (commented).
1058
1059 2010-03-21  Bruno Haible  <bruno@clisp.org>
1060
1061         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1062         (Makefile.am): Verify that PTY_LIB is defined.
1063
1064         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1065
1066 2010-03-21  Bruno Haible  <bruno@clisp.org>
1067
1068         Tests for module 'login_tty'.
1069         * modules/login_tty-tests: New file.
1070         * tests/test-login_tty.c: New file.
1071
1072         New module 'login_tty'.
1073         * lib/login_tty.c: New file.
1074         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1075         * modules/login_tty: New file.
1076         * doc/glibc-functions/login_tty.texi: Mention the new module.
1077
1078 2010-03-21  Bruno Haible  <bruno@clisp.org>
1079
1080         login_tty: Documentation.
1081         * doc/glibc-functions/login_tty.texi: New file.
1082         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1083
1084 2010-03-21  Bruno Haible  <bruno@clisp.org>
1085
1086         pty: Consistent macro naming.
1087         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1088         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1089         * modules/pty (configure.ac): Update.
1090
1091 2010-03-21  Bruno Haible  <bruno@clisp.org>
1092
1093         Tests for openpty: Make stricter.
1094         * tests/test-openpty.c (main): Add test of canonical processing and
1095         erase.
1096         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1097
1098         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1099         * lib/openpty.c (openpty): New replacement function.
1100         * lib/pty.in.h: Include <termios.h>.
1101         (openpty): Update declaration. Add comments.
1102         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1103         is not declared, arrange to provide the replacement. Check for _getpty
1104         and posix_openpt.
1105         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1106         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1107         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1108         * modules/pty-tests (test_pty_c___LDADD): New variable.
1109         * doc/glibc-functions/openpty.texi: More supported platforms.
1110
1111 2010-03-21  Bruno Haible  <bruno@clisp.org>
1112
1113         setenv: Tweaks.
1114         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1115         the test program.
1116         * doc/posix-functions/setenv.texi: Update platforms list.
1117
1118 2010-03-21  Bruno Haible  <bruno@clisp.org>
1119
1120         New module 'unlockpt'.
1121         * lib/unlockpt.c: New file, from glibc with modifications.
1122         * m4/unlockpt.m4: New file.
1123         * modules/unlockpt: New file.
1124         * lib/stdlib.in.h (unlockpt): New declaration.
1125         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1126         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1127         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1128         HAVE_UNLOCKPT.
1129         * doc/posix-functions/unlockpt.texi: Mention the new module.
1130         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1131         * config/srclist.txt: Add unlockpt.c (commented).
1132
1133 2010-03-21  Jim Meyering  <meyering@redhat.com>
1134
1135         maint.mk: prohibit inclusion of "intprops.h" without use
1136         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1137
1138 2010-03-21  Bruno Haible  <bruno@clisp.org>
1139
1140         New module 'grantpt'.
1141         * lib/grantpt.c: New file, from glibc with modifications.
1142         * m4/grantpt.m4: New file.
1143         * modules/grantpt: New file.
1144         * lib/stdlib.in.h (grantpt): New declaration.
1145         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1146         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1147         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1148         HAVE_GRANTPT.
1149         * doc/posix-functions/grantpt.texi: Mention the new module.
1150         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1151         * config/srclist.txt: Add grantpt.c (commented).
1152
1153 2010-03-21  Bruno Haible  <bruno@clisp.org>
1154
1155         New module 'pt_chown'.
1156         * lib/pt_chown.c: New file, from glibc with modifications.
1157         * lib/pty-private.h: New file, from glibc with modifications.
1158         * modules/pt_chown: New file.
1159         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1160
1161 2010-03-21  Bruno Haible  <bruno@clisp.org>
1162
1163         Tests for module 'ptsname'.
1164         * modules/ptsname-tests: New file.
1165         * tests/test-ptsname.c: New file.
1166
1167         New module 'ptsname'.
1168         * lib/ptsname.c: New file, from glibc with modifications.
1169         * m4/ptsname.m4: New file.
1170         * modules/ptsname: New file.
1171         * lib/stdlib.in.h (ptsname): New declaration.
1172         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1173         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1174         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1175         HAVE_PTSNAME.
1176         * doc/posix-functions/ptsname.texi: Mention the new module.
1177         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1178         * config/srclist.txt: Add ptsname.c (commented).
1179
1180 2010-03-21  Bruno Haible  <bruno@clisp.org>
1181
1182         Tests for module 'ttyname_r'.
1183         * modules/ttyname_r-tests: New file.
1184         * tests/test-ttyname_r.c: New file.
1185
1186         New module 'ttyname_r'.
1187         * lib/ttyname_r.c: New file.
1188         * m4/ttyname_r.m4: New file.
1189         * modules/ttyname_r: New file.
1190         * lib/unistd.in.h (ttyname_r): New declaration.
1191         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1192         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1193         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1194         HAVE_TTYNAME_R.
1195         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1196         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1197
1198 2010-03-20  Bruno Haible  <bruno@clisp.org>
1199
1200         signal: Undefine macro definitions in C++ mode.
1201         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1202         sigfillset): Undefine macro definitions from the system header in C++
1203         mode.
1204         Reported by John W. Eaton <jwe@gnu.org>.
1205
1206 2010-03-20  Bruno Haible  <bruno@clisp.org>
1207
1208         Ensure no #include statements inside extern "C" { ... }.
1209         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1210         contain #include statements.
1211         * lib/time.in.h: Likewise.
1212
1213 2010-03-20  Bruno Haible  <bruno@clisp.org>
1214
1215         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1216         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1217         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1218         Reported by John W. Eaton <jwe@gnu.org>.
1219
1220 2010-03-20  Bruno Haible  <bruno@clisp.org>
1221
1222         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1223         Reported by Jim Meyering.
1224
1225 2010-03-20  Bruno Haible  <bruno@clisp.org>
1226
1227         pipe: Set errno upon failure.
1228         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1229         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1230         errno value in error message.
1231
1232 2010-03-20  Bruno Haible  <bruno@clisp.org>
1233             Jim Meyering  <meyering@redhat.com>
1234
1235         lchown: Avoid "unused variable" warning.
1236         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1237
1238 2010-03-20  Bruno Haible  <bruno@clisp.org>
1239
1240         Work around unlink() bug on MacOS X 10.5.6.
1241         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1242         attempting to unlink a parent directory.
1243         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1244         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1245         activate for the replacement function.
1246         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1247
1248 2010-03-20  Bruno Haible  <bruno@clisp.org>
1249
1250         Fix link errors on Solaris 8.
1251         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1252         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1253
1254 2010-03-19  Jim Meyering  <meyering@redhat.com>
1255
1256         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1257         The _LIBC implementation of build_range_exp correctly honors the
1258         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1259         However, the non-_LIBC implementation would ignore that syntax-bit
1260         flag and return REG_ERANGE unconditionally.
1261         This change makes it honor that flag.
1262         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1263         Make two pointer parameters "const".
1264         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1265         (parse_bracket_exp): Update caller.
1266
1267         regex.m4: correct the reversed range endpoint ([b-a]) test
1268         * m4/regex.m4: When requiring that [b-a] evoke failure,
1269         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1270         test pass once again for x86-based systems.
1271
1272 2010-03-19  Bruno Haible  <bruno@clisp.org>
1273
1274         scandir: Fix link error on Solaris 8.
1275         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1276         macros.
1277
1278 2010-03-19  Bruno Haible  <bruno@clisp.org>
1279
1280         getusershell: Fix documentation.
1281         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1282         module.
1283         * doc/glibc-functions/setusershell.texi: Likewise.
1284
1285         getusershell: Provide declaration, missing on Solaris 9.
1286         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1287         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1288         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1289         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1290         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1291         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1292         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1293         HAVE_GETUSERSHELL.
1294         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1295
1296 2010-03-19  Bruno Haible  <bruno@clisp.org>
1297
1298         wctype: Provide iswblank function.
1299         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1300         exists and is fine.
1301         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1302         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1303         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1304         * doc/posix-functions/iswblank.texi: Update.
1305
1306 2010-03-19  Bruno Haible  <bruno@clisp.org>
1307
1308         Tests of module 'pty' in C++ mode.
1309         * modules/pty-tests: New file.
1310         * tests/test-pty-c++.cc: New file.
1311         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1312
1313 2010-03-19  Eric Blake  <eblake@redhat.com>
1314
1315         logb: fix documentation
1316         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1317         1.5 declaration bug.
1318
1319         forkpty, openpty: prefer glibc's const-safe prototype
1320         * lib/forkpty.c (rpl_forkpty): New file.
1321         * lib/openpty.c (rpl_openpty): Likewise.
1322         * modules/forkpty (Files): Distribute it.
1323         * modules/openpty (Files): Likewise.
1324         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1325         check...
1326         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1327         replacement for for non-const BSD signature.
1328         * modules/pty (Makefile.am): Substitute witnesses.
1329         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1330         * tests/test-forkpty.c: Update signature check.
1331         * tests/test-openpty.c: Likewise.
1332         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1333         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1334
1335         forkpty, openpty: split functions into new modules
1336         * modules/pty (Makefile.am): Substitute new witnesses.
1337         (Libraries): Move library detection...
1338         * modules/forkpty: ...into new module.
1339         * modules/openpty: Another new module.
1340         * modules/pty-tests: Rename and split...
1341         * modules/forkpty-tests: ...to this...
1342         * modules/openpty-tests: ...and this.
1343         * tests/test-pty.c: Rename and split...
1344         * tests/test-forkpty.c: ...to this...
1345         * tests/test-openpty.c: ...and this.
1346         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1347         (gl_PTY): Split library searching...
1348         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1349         (gl_FORKPTY, gl_OPENPTY): New macros.
1350         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1351         * NEWS: Mention the split.
1352         * MODULES.html.sh (Misc): Document the modules.
1353         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1354         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1355
1356         pty: improve replacement header
1357         * lib/pty.in.h: New file.
1358         * modules/pty (Files): Ship it.
1359         (Makefile.am): Always build replacement.
1360         * m4/pty.m4: Rename...
1361         * m4/pty_h.m4: ...to this.
1362         (gl_PTY): Modernize setting of witness macros; update check of
1363         forkpty to take proper advantage of cache.
1364         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1365
1366         getopt: avoid compiler warning
1367         * lib/getopt.c (attribute_hidden): Remove unused macro.
1368
1369 2010-03-18  Bruno Haible  <bruno@clisp.org>
1370
1371         Fix link errors on Solaris 8.
1372         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1373         * modules/search-tests (test_search_c___LDADD): Likewise.
1374         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1375         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1376         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1377         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1378         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1379         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1380         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1381
1382 2010-03-18  Bruno Haible  <bruno@clisp.org>
1383
1384         Fix bug introduced on 2010-03-14.
1385         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1386         (gl_SPAWN_H): Require it.
1387         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1388         Reported by Simon Josefsson.
1389
1390 2010-03-18  Bruno Haible  <bruno@clisp.org>
1391
1392         Fix typo introduced on 2009-12-31.
1393         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1394         posix_spawn_file_actions_adddup2.
1395
1396 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1397         and Eric Blake  <eblake@redhat.com>
1398
1399         test-vc-list-files-git: make more robust
1400         * tests/test-vc-list-files-git.sh: Unset problematic environment
1401         variables.  Chain commands together.
1402
1403 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1404
1405         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1406         `AC_CHECK_DECL' invocation.
1407
1408 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1409
1410         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1411         appears before executable statements. Suggested by Petr Sumbera
1412         <Petr.Sumbera@Sun.COM>.
1413
1414 2010-03-14  Bruno Haible  <bruno@clisp.org>
1415
1416         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1417         portability problems. Instead use a simpler test.
1418         (main): Check that invalid arguments are rejected only on Linux.
1419
1420 2010-03-14  Bruno Haible  <bruno@clisp.org>
1421
1422         Fix bug introduced on 2009-12-31.
1423         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1424         gl_PREREQ_SYS_H_WINSOCK2 always.
1425         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1426         SYS_SOCKET_H variable.
1427         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1428         Update comments.
1429         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1430         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1431         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1432         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1433         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1434
1435 2010-03-14  Bruno Haible  <bruno@clisp.org>
1436
1437         Fix values returned by sinl, cosl.
1438         * lib/trigl.h: Add specification comments.
1439         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1440         that combines the values from the precomputed table with the values of
1441         the Chebyshev polynomials.
1442
1443 2010-03-14  Bruno Haible  <bruno@clisp.org>
1444
1445         Fix compilation error when modules 'posix_spawn[p]' are not used.
1446         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1447         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1448
1449 2010-03-14  Bruno Haible  <bruno@clisp.org>
1450
1451         Fix compilation error on mingw when module 'time_r' is not used.
1452         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1453         is 1.
1454         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1455         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1456         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1457         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1458
1459 2010-03-14  Bruno Haible  <bruno@clisp.org>
1460
1461         Fix compilation error with Sun C.
1462         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1463         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1464         instead of GCC specific ULONG_LONG_MAX.
1465         * lib/xstrtoll.c: Likewise.
1466         * lib/xstrtoull.c: Likewise.
1467
1468 2010-03-13  Bruno Haible  <bruno@clisp.org>
1469
1470         Allow the user to disable C++ code and tests.
1471         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1472         (gl_PROG_ANSI_CXX): Require it.
1473
1474 2010-03-13  Bruno Haible  <bruno@clisp.org>
1475
1476         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1477         cases.
1478
1479 2010-03-13  Bruno Haible  <bruno@clisp.org>
1480
1481         Test that gnulib does not break the standard C++ headers.
1482         * tests/test-locale-c++2.cc: New file.
1483         * modules/locale-tests (Files): Add it.
1484         (Makefile.am): Compile it for test-locale-c++.
1485         * tests/test-math-c++2.cc: New file.
1486         * modules/math-tests (Files): Add it.
1487         (Makefile.am): Compile it for test-math-c++.
1488         * tests/test-signal-c++2.cc: New file.
1489         * modules/signal-tests (Files): Add it.
1490         (Makefile.am): Compile it for test-signal-c++.
1491         * tests/test-stdio-c++2.cc: New file.
1492         * modules/stdio-tests (Files): Add it.
1493         (Makefile.am): Compile it for test-stdio-c++.
1494         * tests/test-stdlib-c++2.cc: New file.
1495         * modules/stdlib-tests (Files): Add it.
1496         (Makefile.am): Compile it for test-stdlib-c++.
1497         * tests/test-string-c++2.cc: New file.
1498         * modules/string-tests (Files): Add it.
1499         (Makefile.am): Compile it for test-string-c++.
1500         * tests/test-time-c++2.cc: New file.
1501         * modules/time-tests (Files): Add it.
1502         (Makefile.am): Compile it for test-time-c++.
1503         Reported by John W. Eaton <jwe@gnu.org>.
1504
1505 2010-03-13  Bruno Haible  <bruno@clisp.org>
1506
1507         * gnulib-tool (func_usage): Clarify which options are available for
1508         --create-testdir and --create-megatestdir.
1509
1510 2010-03-13  Bruno Haible  <bruno@clisp.org>
1511
1512         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1513         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1514         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1515         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1516         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1517         when appropriate.
1518         Reported by Jim Meyering.
1519
1520 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1521
1522         * gnulib-tool (func_import): Explain origin of code.
1523
1524 2010-03-12  Bruno Haible  <bruno@clisp.org>
1525
1526         Fix problem with automake's definition of CXXLINK.
1527         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1528         Reported by Simon Josefsson and Ludovic Courtès.
1529
1530 2010-03-12  Bruno Haible  <bruno@clisp.org>
1531
1532         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1533         stable releases.
1534
1535 2010-03-11  Bruno Haible  <bruno@clisp.org>
1536
1537         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1538         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1539         whether the system provides one variant or multiple variants of the
1540         function.
1541         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1542         C++ compilers.
1543         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1544         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1545         Reported by Jim Meyering.
1546
1547 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1548
1549         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1550
1551 2010-03-08  Bruno Haible  <bruno@clisp.org>
1552
1553         gnulib-tool: Add support for --libtool in --create-testdir.
1554         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1555         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1556
1557 2010-03-08  Eric Blake  <eblake@redhat.com>
1558
1559         gnulib-tool.texi: mention possibility of git submodule
1560         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1561         submodules.
1562         * doc/.gitignore: Ignore another generated file.
1563
1564 2010-03-08  Karl Berry  <karl@gnu.org>
1565
1566         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1567         of committing gnulib files while skipping others.
1568
1569 2010-03-07  Bruno Haible  <bruno@clisp.org>
1570
1571         Tests of module 'wctype' in C++ mode.
1572         * tests/test-wctype-c++.cc: New file.
1573         * modules/wctype-tests (Files): Add it and tests/signature.h.
1574         (Depends-on): Add ansi-c++-opt.
1575         (Makefile.am): Arrange to compile and run test-wctype-c++.
1576
1577         Tests of module 'wchar' in C++ mode.
1578         * tests/test-wchar-c++.cc: New file.
1579         * modules/wchar-tests (Files): Add it and tests/signature.h.
1580         (Depends-on): Add ansi-c++-opt.
1581         (Makefile.am): Arrange to compile and run test-wchar-c++.
1582         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1583         gl_MODULE_INDICATOR.
1584
1585         Tests of module 'unistd' in C++ mode.
1586         * tests/test-unistd-c++.cc: New file.
1587         * modules/unistd-tests (Files): Add it and tests/signature.h.
1588         (Depends-on): Add ansi-c++-opt.
1589         (Makefile.am): Arrange to compile and run test-unistd-c++.
1590         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1591         gl_MODULE_INDICATOR.
1592
1593         Tests of module 'time' in C++ mode.
1594         * tests/test-time-c++.cc: New file.
1595         * modules/time-tests (Files): Add it and tests/signature.h.
1596         (Depends-on): Add ansi-c++-opt.
1597         (Makefile.am): Arrange to compile and run test-time-c++.
1598         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1599
1600         Tests of module 'sys_time' in C++ mode.
1601         * tests/test-sys_time-c++.cc: New file.
1602         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1603         (Depends-on): Add ansi-c++-opt.
1604         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1605         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1606         gl_MODULE_INDICATOR.
1607
1608         Tests of module 'sys_stat' in C++ mode.
1609         * tests/test-sys_stat-c++.cc: New file.
1610         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1611         (Depends-on): Add ansi-c++-opt.
1612         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1613         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1614         gl_MODULE_INDICATOR.
1615
1616         Tests of module 'sys_socket' in C++ mode.
1617         * tests/test-sys_socket-c++.cc: New file.
1618         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1619         (Depends-on): Add ansi-c++-opt.
1620         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1621         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1622         gl_MODULE_INDICATOR.
1623
1624         Tests of module 'sys_select' in C++ mode.
1625         * tests/test-sys_select-c++.cc: New file.
1626         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1627         (Depends-on): Add ansi-c++-opt.
1628         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1629         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1630         gl_MODULE_INDICATOR.
1631
1632         Tests of module 'sys_ioctl' in C++ mode.
1633         * tests/test-sys_ioctl-c++.cc: New file.
1634         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1635         (Depends-on): Add ansi-c++-opt.
1636         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1637         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1638         gl_MODULE_INDICATOR.
1639
1640         Tests of module 'string' in C++ mode.
1641         * tests/test-string-c++.cc: New file.
1642         * modules/string-tests (Files): Add it and tests/signature.h.
1643         (Depends-on): Add ansi-c++-opt.
1644         (Makefile.am): Arrange to compile and run test-string-c++.
1645         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1646         gl_MODULE_INDICATOR.
1647
1648         Tests of module 'stdlib' in C++ mode.
1649         * tests/test-stdlib-c++.cc: New file.
1650         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1651         (Depends-on): Add ansi-c++-opt.
1652         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1653         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1654         gl_MODULE_INDICATOR.
1655
1656         Tests of module 'stdio' in C++ mode.
1657         * tests/test-stdio-c++.cc: New file.
1658         * modules/stdio-tests (Files): Add it and tests/signature.h.
1659         (Depends-on): Add ansi-c++-opt.
1660         (Makefile.am): Arrange to compile and run test-stdio-c++.
1661         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1662         gl_MODULE_INDICATOR.
1663
1664         Tests of module 'spawn' in C++ mode.
1665         * tests/test-spawn-c++.cc: New file.
1666         * modules/spawn-tests (Files): Add it and tests/signature.h.
1667         (Depends-on): Add ansi-c++-opt.
1668         (Makefile.am): Arrange to compile and run test-spawn-c++.
1669         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1670         gl_MODULE_INDICATOR.
1671
1672         Tests of module 'signal' in C++ mode.
1673         * tests/test-signal-c++.cc: New file.
1674         * modules/signal-tests (Files): Add it and tests/signature.h.
1675         (Depends-on): Add ansi-c++-opt.
1676         (Makefile.am): Arrange to compile and run test-signal-c++.
1677         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1678         gl_MODULE_INDICATOR.
1679
1680         Tests of module 'search' in C++ mode.
1681         * tests/test-search-c++.cc: New file.
1682         * modules/search-tests (Files): Add it and tests/signature.h.
1683         (Depends-on): Add ansi-c++-opt.
1684         (Makefile.am): Arrange to compile and run test-search-c++.
1685         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1686         gl_MODULE_INDICATOR.
1687
1688         Tests of module 'math' in C++ mode.
1689         * tests/test-math-c++.cc: New file.
1690         * modules/math-tests (Files): Add it and tests/signature.h.
1691         (Depends-on): Add ansi-c++-opt.
1692         (Makefile.am): Arrange to compile and run test-math-c++.
1693         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1694
1695         Tests of module 'locale' in C++ mode.
1696         * tests/test-locale-c++.cc: New file.
1697         * modules/locale-tests (Files): Add it and tests/signature.h.
1698         (Depends-on): Add ansi-c++-opt.
1699         (Makefile.am): Arrange to compile and run test-locale-c++.
1700         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1701         gl_MODULE_INDICATOR.
1702
1703         Tests of module 'langinfo' in C++ mode.
1704         * tests/test-langinfo-c++.cc: New file.
1705         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1706         (Depends-on): Add ansi-c++-opt.
1707         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1708         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1709         gl_MODULE_INDICATOR.
1710
1711         Tests of module 'iconv-h' in C++ mode.
1712         * tests/test-iconv-h-c++.cc: New file.
1713         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1714         (Depends-on): Add ansi-c++-opt.
1715         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1716
1717         Tests of module 'glob' in C++ mode.
1718         * tests/test-glob-c++.cc: New file.
1719         * modules/glob-tests (Files): Add it.
1720         (Depends-on): Add ansi-c++-opt.
1721         (Makefile.am): Arrange to compile and run test-glob-c++.
1722
1723         Tests of module 'fcntl-h' in C++ mode.
1724         * tests/test-fcntl-h-c++.cc: New file.
1725         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1726         (Depends-on): Add ansi-c++-opt.
1727         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1728         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1729         gl_MODULE_INDICATOR.
1730
1731         Tests of module 'dirent' in C++ mode.
1732         * tests/test-dirent-c++.cc: New file.
1733         * modules/dirent-tests (Files): Add it and tests/signature.h.
1734         (Depends-on): Add ansi-c++-opt.
1735         (Makefile.am): Arrange to compile and run test-dirent-c++.
1736         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1737         gl_MODULE_INDICATOR.
1738
1739         New module 'ansi-c++-opt'.
1740         * modules/ansi-c++-opt: New file.
1741         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1742
1743         Document C++ namespace mode.
1744         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1745
1746         wctype: Avoid #define replacements in C++ mode.
1747         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1748         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1749         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1750         In C++, define a namespaced alias symbol.
1751         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1752         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1753         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1754         rule.
1755
1756         wchar: Avoid #define replacements in C++ mode.
1757         * lib/wchar.in.h: Include c++defs.h.
1758         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1759         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1760         symbol.
1761         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1762         * modules/wchar (Depends-on): Add c++defs.
1763         (Makefile.am): Update wchar.h rule.
1764
1765         unistd: Avoid #define replacements in C++ mode.
1766         * lib/unistd.in.h: Include c++defs.h.
1767         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1768         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1769         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1770         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1771         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1772         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1773         symbol.
1774         (environ): Update.
1775         * modules/unistd (Depends-on): Add c++defs.
1776         (Makefile.am): Update unistd.h rule.
1777
1778         time: Avoid #define replacements in C++ mode.
1779         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1780         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1781         define a namespaced alias symbol.
1782         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1783         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1784         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1785         * modules/time (Depends-on): Add c++defs, warn-on-use.
1786         (Makefile.am): Update time.h rule.
1787         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1788         * modules/nanosleep (configure.ac): Likewise.
1789         * modules/strptime (configure.ac): Likewise.
1790         * modules/timegm (configure.ac): Likewise.
1791
1792         sys_time: Avoid #define replacements in C++ mode.
1793         * lib/sys_time.in.h: Include c++defs.h.
1794         (gettimeofday): In C++, define a namespaced alias symbol.
1795         * modules/sys_time (Depends-on): Add c++defs.
1796         (Makefile.am): Update sys/time.h rule.
1797
1798         sys_stat: Avoid #define replacements in C++ mode.
1799         * lib/sys_stat.in.h: Include c++defs.h.
1800         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1801         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1802         namespaced alias symbol.
1803         In C++, define a namespaced alias symbol.
1804         * modules/sys_stat (Depends-on): Add c++defs.
1805         (Makefile.am): Update sys/stat.h rule.
1806
1807         sys_socket: Avoid #define replacements in C++ mode.
1808         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1809         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1810         definitions also when the system has a <sys/socket.h>.
1811         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1812         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1813         In C++, define a namespaced alias symbol.
1814         * modules/sys_socket (Depends-on): Add c++defs.
1815         (Makefile.am): Update sys/socket.h rule.
1816
1817         sys_select: Avoid #define replacements in C++ mode.
1818         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1819         definitions also when the system has a <sys/select.h>.
1820         (select): In C++, define a namespaced alias symbol.
1821         * modules/sys_select (Depends-on): Add c++defs.
1822         (Makefile.am): Update sys/select.h rule.
1823
1824         sys_ioctl: Avoid #define replacements in C++ mode.
1825         * lib/sys_ioctl.in.h: Include c++defs.h.
1826         (ioctl): In C++, define a namespaced alias symbol.
1827         * modules/sys_ioctl (Depends-on): Add c++defs.
1828         (Makefile.am): Update sys/ioctl.h rule.
1829
1830         string: Avoid #define replacements in C++ mode.
1831         * lib/string.in.h: Include c++defs.h.
1832         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1833         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1834         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1835         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1836         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1837         * modules/string (Depends-on): Add c++defs.
1838         (Makefile.am): Update string.h rule.
1839
1840         stdlib: Avoid #define replacements in C++ mode.
1841         * lib/stdlib.in.h: Include c++defs.h.
1842         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1843         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1844         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1845         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1846         symbol.
1847         * modules/stdlib (Depends-on): Add c++defs.
1848         (Makefile.am): Update stdlib.h rule.
1849
1850         stdio: Avoid #define replacements in C++ mode.
1851         * lib/stdio.in.h: Include c++defs.h.
1852         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1853         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1854         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1855         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1856         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1857         namespaced alias symbol.
1858         * modules/stdio (Depends-on): Add c++defs.
1859         (Makefile.am): Update stdio.h rule.
1860
1861         spawn: Avoid #define replacements in C++ mode.
1862         * lib/spawn.in.h: Include c++defs.h.
1863         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1864         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1865         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1866         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1867         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1868         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1869         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1870         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1871         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1872         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1873         In C++, define a namespaced alias symbol.
1874         * modules/spawn (Depends-on): Add c++defs.
1875         (Makefile.am): Update spawn.h rule.
1876
1877         signal: Avoid #define replacements in C++ mode.
1878         * lib/signal.in.h: Include c++defs.h.
1879         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1880         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1881         namespaced alias symbol.
1882         * modules/signal (Depends-on): Add c++defs.
1883         (Makefile.am): Update signal.h rule.
1884
1885         search: Avoid #define replacements in C++ mode.
1886         * lib/search.in.h: Include c++defs.h.
1887         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1888         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1889         symbol.
1890         * modules/search (Depends-on): Add c++defs.
1891         (Makefile.am): Update search.h rule.
1892
1893         math: Avoid #define replacements in C++ mode.
1894         * lib/math.in.h: Include c++defs.h.
1895         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1896         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1897         trunc, truncl): In C++, define a namespaced alias symbol.
1898         * modules/math (Depends-on): Add c++defs.
1899         (Makefile.am): Update math.h rule.
1900
1901         locale: Avoid #define replacements in C++ mode.
1902         * lib/locale.in.h: Include c++defs.h.
1903         (duplocale): In C++, define a namespaced alias symbol.
1904         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1905         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1906         * modules/locale (Depends-on): Add c++defs.
1907         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1908
1909         langinfo: Avoid #define replacements in C++ mode.
1910         * lib/langinfo.in.h: Include c++defs.h.
1911         (nl_langinfo): In C++, define a namespaced alias symbol.
1912         * modules/langinfo (Depends-on): Add c++defs.
1913         (Makefile.am): Update langinfo.h rule.
1914
1915         iconv-h: Avoid #define replacements in C++ mode.
1916         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1917         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1918         symbol.
1919         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1920         whenever iconv is present.
1921         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1922         (Makefile.am): Update iconv.h rule.
1923
1924         glob: Avoid #define replacements in C++ mode.
1925         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1926         (_gl_glob_errfunc_fn): New type.
1927         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1928         symbol.
1929         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1930         (Makefile.am): Update glob.h rule.
1931
1932         fcntl-h: Avoid #define replacements in C++ mode.
1933         * lib/fcntl.in.h: Include c++defs.h.
1934         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1935         * modules/fcntl-h (Depends-on): Add c++defs.
1936         (Makefile.am): Update fcntl.h rule.
1937
1938         dirent: Avoid #define replacements in C++ mode.
1939         * lib/dirent.in.h: Include c++defs.h.
1940         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1941         namespaced alias symbol.
1942         (dirfd): Update declaration.
1943         * modules/dirent (Depends-on): Add c++defs.
1944         (Makefile.am): Update dirent.h rule.
1945
1946         ctype: Make it usable in C++ code.
1947         * lib/ctype.in.h: Include c++defs.h.
1948         (isblank): Declare as extern "C".
1949         * modules/ctype (Depends-on): Add c++defs.
1950         (Makefile.am): Update ctype.h rule.
1951
1952         New module 'c++defs'.
1953         * modules/c++defs: New file.
1954         * build-aux/c++defs.h: New file.
1955         Reported by John W. Eaton <jwe@gnu.org>.
1956
1957 2010-03-07  Bruno Haible  <bruno@clisp.org>
1958
1959         logb: Provide missing declaration for Cygwin.
1960         * lib/math.in.h (logb): New declaration.
1961         * m4/logb.m4: New file.
1962         * modules/logb (Files): Add m4/logb.m4.
1963         (Depends-on): Add math.
1964         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1965         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1966         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1967         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1968         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1969
1970 2010-03-07  Bruno Haible  <bruno@clisp.org>
1971
1972         Fix test-cond link error.
1973         * tests/test-cond.c: Include <stdio.h>.
1974
1975 2010-03-07  Bruno Haible  <bruno@clisp.org>
1976
1977         Fix test-dirent-safer link error.
1978         * modules/dirent-safer-tests (Makefile.am): Define
1979         test_dirent_safer_LDADD.
1980
1981 2010-03-07  Bruno Haible  <bruno@clisp.org>
1982
1983         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1984         among default module list.
1985
1986 2010-03-07  Bruno Haible  <bruno@clisp.org>
1987
1988         Fix link error on platforms with GNU libiconv.
1989         * modules/unistr/u8-strcoll-tests (Makefile): Define
1990         test_u8_strcoll_LDADD.
1991         * modules/unistr/u16-strcoll-tests (Makefile): Define
1992         test_u16_strcoll_LDADD.
1993         * modules/unistr/u32-strcoll-tests (Makefile): Define
1994         test_u32_strcoll_LDADD.
1995
1996 2010-03-07  Bruno Haible  <bruno@clisp.org>
1997
1998         Use POSIX declarations for socket functions.
1999         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2000         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2001         rpl_sendto): Change declaration to match POSIX.
2002         * lib/connect.c (rpl_connect): Likewise.
2003         * lib/accept.c (rpl_accept): Likewise.
2004         * lib/bind.c (rpl_bind): Likewise.
2005         * lib/getpeername.c (rpl_getpeername): Likewise.
2006         * lib/getsockname.c (rpl_getsockname): Likewise.
2007         * lib/recv.c (rpl_recv): Likewise.
2008         * lib/send.c (rpl_send): Likewise.
2009         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2010         * lib/sendto.c (rpl_sendto): Likewise.
2011
2012 2010-03-06  Bruno Haible  <bruno@clisp.org>
2013
2014         Clarify access, euidaccess, faccessat.
2015         * doc/posix-functions/faccessat.texi: Mention security problem under
2016         "Other problems", not "Portability problems".
2017         * doc/posix-functions/access.texi: Likewise. Mention a related security
2018         problem.
2019         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2020         * lib/euidaccess.c: Add comments about platforms.
2021         * lib/unistd.in.h (access, euidaccess): Add warnings.
2022
2023 2010-03-07  Bruno Haible  <bruno@clisp.org>
2024
2025         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2026         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2027         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2028         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2029         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2030         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2031         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2032         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2033         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2034         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2035         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2036         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2037         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2038         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2039         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2040         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2041         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2042         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2043         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2044         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2045         Likewise.
2046         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2047         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2048         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2049         Likewise.
2050         * tests/test-spawn.c (main): Make it work when
2051         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2052
2053 2010-03-07  Bruno Haible  <bruno@clisp.org>
2054
2055         Fix incorrect Makefile.am generation in German locale.
2056         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2057         Execute sed command with character range in C locale.
2058
2059 2010-03-06  Bruno Haible  <bruno@clisp.org>
2060
2061         Tests for module 'iconv-h'.
2062         * modules/iconv-h-tests: New file.
2063         * tests/test-iconv-h.c: New file.
2064
2065         New module 'iconv-h'.
2066         * modules/iconv-h: New file.
2067         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2068         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2069         (configure.ac): Remove gl_ICONV_H.
2070         (Makefile.am): Remove rule for iconv.h.
2071
2072 2010-03-06  Bruno Haible  <bruno@clisp.org>
2073
2074         More consistent naming of *.m4 files.
2075         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2076         * modules/wctype (Files): Update.
2077
2078         More consistent naming of *.m4 files.
2079         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2080         * modules/wchar (Files): Update.
2081
2082 2010-03-06  Jim Meyering  <meyering@redhat.com>
2083
2084         euidaccess: relax license to LGPLv2+
2085         * modules/euidaccess (License): Relax to LGPLv2+.
2086
2087 2010-03-06  Bruno Haible  <bruno@clisp.org>
2088
2089         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2090         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2091         (Makefile.am): Augment lib_SOURCES instead.
2092
2093 2010-03-04  Jim Meyering  <meyering@redhat.com>
2094
2095         utime: remove obsolete module
2096         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2097         unnecessary for years, and has been marked as obsolete for 10 months.
2098         * modules/utime: Remove file.
2099         * lib/utime.c: Remove file.
2100         * m4/utime.m4: Remove file.
2101         * m4/utimes-null.m4: Remove file.
2102         * doc/posix-functions/utime.texi (utime): Remove reference to
2103         the module.  Move the sole "fixed by gnulib" item into the
2104         "problems not fixed by Gnulib" list.
2105         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2106
2107 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2108
2109         * modules/exit (License): Relax license to LGPLv2+.
2110         (Status): Mark as obsolete.
2111         * NEWS: Mention deprecated 'exit' module.
2112         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2113         of now obsolete 'exit'.
2114
2115 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2116
2117         fts-lgpl: remove unused module
2118         * modules/fts-lgpl: Remove.
2119         * MODULES.html.sh (func_all_modules): Adjust.
2120         * check-module (find_included_lib_files): Adjust.
2121         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2122
2123 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2124
2125         copy-acl: enhance Solaris ACL error handling
2126         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2127         * lib/set-mode-acl.c (qset_acl): Likewise.
2128
2129 2010-03-02  Bruno Haible  <bruno@clisp.org>
2130
2131         spawn: Don't override the system defined values on FreeBSD 8.
2132         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2133         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2134         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2135         if HAVE_POSIX_SPAWN is 1.
2136         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2137
2138 2010-03-01  Bruno Haible  <bruno@clisp.org>
2139
2140         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2141         regarding Automake.
2142
2143 2010-02-25  Bruno Haible  <bruno@clisp.org>
2144
2145         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2146         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2147         setting, not afterwards.
2148         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2149
2150 2010-02-24  Eric Blake  <eblake@redhat.com>
2151
2152         bootstrap, git-version-gen: use timestamp
2153         * build-aux/git-version-gen (scriptversion): Force UTC.
2154         * build-aux/bootstrap (scriptversion): New variable.
2155
2156         bootstrap: allow older git
2157         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2158         older than 1.6.4.  Requested by the libvirt project.
2159
2160 2010-02-23  Eric Blake  <eblake@redhat.com>
2161
2162         warn-on-use: work with old autoconf
2163         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2164         AS_VAR semantics of autoconf 2.60.
2165         Reported by Bruno Haible.
2166
2167         bootstrap: improve some comments
2168         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2169         clarification comments.
2170
2171         gettimeofday: provide correct function
2172         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2173         when replacement is declared, otherwise provide gettimeofday.
2174         Reported by Michael Goffioul.
2175
2176 2010-02-23  Jim Meyering  <meyering@redhat.com>
2177
2178         lib-ignore: relax license to "unlimited", not LGPLv2+
2179         * modules/lib-ignore (License): Relax to "unlimited".
2180
2181 2010-02-23  Jim Meyering  <meyering@redhat.com>
2182
2183         lib-ignore: relax license to LGPLv2+
2184         * modules/lib-ignore (License): Relax to LGPLv2+.
2185
2186 2010-02-22  Eric Blake  <eblake@redhat.com>
2187
2188         lseek: avoid bash 3.2 broken pipe bug
2189         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2190         warning from bash 3.2.
2191         Reported by Ben Pfaff, with analysis from Bruno Haible.
2192
2193         bootstrap: support non-FSF copyright holder
2194         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2195         bootstrap.conf override of COPYRIGHT_HOLDER.
2196         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2197
2198         bootstrap: interoperate with gettext 0.14.1
2199         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2200
2201         bootstrap: allow for alternate submodule location
2202         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2203         hardcoding submodule location.
2204         (gnulib_mk): Allow direct use of Makefile.am.
2205
2206         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2207         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2208         rather than reconfiguring where the submodule points.
2209
2210         gettimeofday: restore support for platforms that lack function
2211         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2212         replacement if function is missing.
2213         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2214         * modules/sys_time (Makefile.am): Substitute it.
2215         * lib/sys_time.in.h (gettimeofday): Check it.
2216         Reported by Michael Goffioul.
2217
2218 2010-02-21  Bruno Haible  <bruno@clisp.org>
2219
2220         * lib/stdio.in.h (obstack_printf): Fix typo.
2221
2222 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2223
2224         vc-list-files: use bzr ls's -R option
2225         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2226         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2227
2228 2010-02-21  Jim Meyering  <meyering@redhat.com>
2229
2230         init.sh: fix EXEEXT shims to work also for names like test-prog
2231         * tests/init.sh: Re-exec a better shell, when needed.
2232         If the current shell lacks support for posix $(...), an init.sh-using
2233         test will now try to find a shell that supports that.  If EXEEXT is
2234         nonempty, we also require support for hyphen-in-alias-name and shell
2235         substitutions like ${var#glob}.  Failure to find such a shell results
2236         in a skipped test.
2237
2238 2010-02-21  Bruno Haible  <bruno@clisp.org>
2239
2240         Really work around around "broken pipe" error message from bash 3.2.
2241         * gnulib-tool (func_reset_sigpipe): Remove function.
2242         (echo): In bash 3.2, define to a function that uses printf.
2243         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2244
2245 2010-02-20  Bruno Haible  <bruno@clisp.org>
2246
2247         Restore support for automake 1.9.6 with autoconf 2.61.
2248         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2249         Reported by James Youngman <jay@gnu.org>.
2250
2251 2010-02-20  Bruno Haible  <bruno@clisp.org>
2252
2253         Improve *printf warning condition.
2254         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2255         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2256         and the function is overridden due to SIGPIPE emulation.
2257
2258 2010-02-20  Bruno Haible  <bruno@clisp.org>
2259
2260         * lib/stdio.in.h: Tweak comments.
2261
2262 2010-02-19  Bruno Haible  <bruno@clisp.org>
2263
2264         Make it easier to find modules. New gnulib-tool option '--find'.
2265         * gnulib-tool: New option --find.
2266         (func_usage): Document it.
2267         (func_sanitize_modulelist): New function, extracted from
2268         func_all_modules.
2269         (func_all_modules): Invoke it.
2270         * doc/gnulib-tool.texi (Which modules?): New node.
2271
2272 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2273
2274         * lib/sys_select.in.h: Provide select replacement even if
2275         sys/select.h exists on a system, for Interix.
2276
2277 2010-02-18  Jim Meyering  <meyering@redhat.com>
2278
2279         init.sh: don't use $(...) just yet
2280         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2281         to accommodate e.g., Solaris' /bin/sh.
2282
2283 2010-02-17  Bruno Haible  <bruno@clisp.org>
2284
2285         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2286         Reported by Ludovic Courtès <ludo@gnu.org>.
2287
2288 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2289
2290         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2291         linking with -lintl.
2292
2293 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2294
2295         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2296         if not provided by the system's netdb.h.  Reported by
2297         ludo@gnu.org (Ludovic Courtès).
2298
2299 2010-02-15  Jim Meyering  <meyering@redhat.com>
2300
2301         init.sh: improve portability and efficiency
2302         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2303         "dummy" in a for loop.
2304         Use '!', not '^' to select the complement of a character set used
2305         in a "case" statement.
2306         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2307         Suggestions from Eric Blake.
2308
2309         init.sh: automatically accommodate programs with the .exe suffix
2310         Automatically arrange for an invocation of "prog" to execute the
2311         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2312         may use the simpler "prog", yet still work when built on a system
2313         that requires specifying the added suffix.
2314         Do this by constructing a function named "prog" that invokes
2315         "prog.exe" for each .exe file in selected directories.
2316         * tests/init.sh (find_exe_basenames_): New function.
2317         (create_exe_shim_functions_): New function.
2318         (path_prepend_): Use it.
2319
2320         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2321         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2322         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2323
2324 2010-02-14  Jim Meyering  <meyering@redhat.com>
2325
2326         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2327         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2328         (sc_prohibit_hash_pjw_without_use): New rule.
2329
2330         maint.mk: allow the default upload destination dir to be overridden
2331         * top/maint.mk (upload_dest_dir_): Define with a default that
2332         preserves the status quo.
2333         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2334         Reported by Peter Simons.
2335
2336         maint.mk: prohibit inclusion of "hash.h" without_use
2337         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2338
2339 2010-02-10  Jim Meyering  <meyering@redhat.com>
2340
2341         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2342         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2343
2344 2010-02-09  Eric Blake  <ebb9@byu.net>
2345         and Bruno Haible  <bruno@clisp.org>
2346
2347         obstack-printf-posix: ensure declaration
2348         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2349         extracted from gl_FUNC_OBSTACK_PRINTF.
2350         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2351         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2352         Likewise.
2353         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2354         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2355         0.
2356
2357 2010-02-08  Bruno Haible  <bruno@clisp.org>
2358
2359         gnulib-tool: Fix typo in 2010-02-07 commit.
2360         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2361         Reported by Eric Blake.
2362
2363 2010-02-07  Bruno Haible  <bruno@clisp.org>
2364
2365         gnulib-tool: Fix up caching patches.
2366         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2367         option --no-cache. Use associative arrays when supported by the shell.
2368         (sed_comments): New variable.
2369         (modcache): Renamed from do_cache.
2370         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2371         abbreviate unnecessarily.
2372         (have_associative): New variable.
2373         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2374         way also for ksh and zsh.
2375         (func_init_sed_convert_to_cache_statements): New function, extracted
2376         from func_cache_lookup_module. Add support for associative arrays.
2377         Don't set the c_MODULE_cached variable here. Ignore all lines before
2378         the first field header. Remove only the final newline, not all trailing
2379         newlines. Support empty fields correctly. Limit the use of 'eval' to
2380         assignments.
2381         (func_get_description, func_get_status, func_get_notice,
2382         func_get_applicability, func_get_filelist, func_get_dependencies,
2383         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2384         func_get_automake_snippet, func_get_include_directive,
2385         func_get_link_directive, func_get_license, func_get_maintainer):
2386         Update documentation. List the unoptimized code first. Add support for
2387         associative arrays. Limit the use of 'eval' to assignments.
2388         (func_get_applicability): Undo stylistic pessimisations.
2389         (func_get_automake_snippet, func_get_include_directive): Reduce code
2390         duplication.
2391         (func_modules_transitive_closure, func_modules_add_dummy,
2392         func_modules_notice, func_modules_to_filelist, func_add_file,
2393         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2394         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2395         func_create_testdir, func_create_megatestdir): Update documentation.
2396
2397 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2398
2399         * gnulib-tool (func_cache_lookup_module): Store the module name
2400         belonging to the cache variable; error out if two different
2401         module names map to the same cache variable name.
2402
2403 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2404
2405         gnulib-tool: Make caching optional.
2406         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2407         Update matching short versions of --no-changelog.
2408         (func_usage): Update.
2409         (sed_extract_cache_prog): Renamed from ...
2410         (sed_extract_prog): ... this; revert to old extraction script.
2411         (func_get_description, func_get_status)
2412         (func_get_notice, func_get_applicability, func_get_filelist)
2413         (func_get_dependencies, func_get_autoconf_early_snippet)
2414         (func_get_autoconf_snippet, func_get_automake_snippet)
2415         (func_get_include_directive, func_get_link_directive)
2416         (func_get_license, func_get_maintainer): If $do_cache is false,
2417         use old, non-caching extraction scripts.
2418         Suggestion by Bruno Haible.
2419
2420 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2421
2422         gnulib-tool: cache module metainformation.
2423         * gnulib-tool (sed_extract_prog): Match newline before each
2424         header, and rewrite header to a shell variable suffix.
2425         (func_cache_var, func_cache_lookup_module): New functions,
2426         to turn a module name into a cache variable prefix, and to
2427         look up and cache module metainformation.
2428         (func_get_description, func_get_status)
2429         (func_get_notice, func_get_applicability, func_get_filelist)
2430         (func_get_dependencies, func_get_autoconf_early_snippet)
2431         (func_get_autoconf_snippet, func_get_automake_snippet)
2432         (func_get_include_directive, func_get_link_directive)
2433         (func_get_license, func_get_maintainer): Use
2434         func_cache_lookup_module.
2435
2436 2010-02-07  Bruno Haible  <bruno@clisp.org>
2437
2438         fnctl: Fix missing dependency.
2439         * modules/fcntl (Depends-on): Add getdtablesize.
2440         Reported by John W. Eaton <jwe@gnu.org>.
2441
2442 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2443
2444         Argp: fix recognition of short alias options.
2445
2446         * lib/argp-parse.c (convert_options): Fix improper use of
2447         `|' between character values.
2448         * tests/test-argp.c (group1_option): New alias option
2449         --read (-r).
2450         (group1_parser): Special handling for 'r'.
2451         (test15): New test case.
2452         (test_fun): Add test15.
2453         * tests/test-argp-2.sh: Update expected --help and --usage
2454         outputs.
2455
2456 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2457
2458         * tests/test-argp.c: Fix indentation.
2459
2460 2010-02-04  Eric Blake  <ebb9@byu.net>
2461
2462         gettimeofday: expose type of second argument
2463         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2464         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2465         * tests/test-gettimeofday.c: Use it to silence warning.
2466         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2467         the issue.
2468
2469 2010-02-03  Jim Meyering  <meyering@redhat.com>
2470
2471         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2472         * lib/regcomp.c (TYPE_SIGNED): Define.
2473         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2474
2475         regcomp.c: avoid a new -Wshadow warning
2476         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2477
2478 2010-02-01  Jim Meyering  <meyering@redhat.com>
2479
2480         removing useless parentheses in cpp #define directives
2481         For motivation, see commit c0221df4, "define STREQ(a,b)
2482         consistently, removing useless parentheses"
2483         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2484         * lib/mountlist.c (MNT_IGNORE): Likewise.
2485         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2486
2487 2010-02-01  Eric Blake  <ebb9@byu.net>
2488
2489         sys_time: use link-warning
2490         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2491         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2492         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2493         * modules/sys_time (Depends-on): Add warn-on-use.
2494         (Makefile.am): Always build replacement.
2495         (configure.ac): Update substitutions.
2496         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2497         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2498         bother with SYS_TIME_H.
2499         * modules/gettimeofday (configure.ac): Declare indicator.
2500         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2501         in use.
2502
2503         closein-tests: silence compiler warning
2504         * tests/test-closein.c (main): Ignore fread result.
2505         * modules/closein-tests (Depends-on): Add ignore-value.
2506
2507         tests: silence warning about system return
2508         * tests/test-areadlink-with-size.c (main): Ignore system result.
2509         * tests/test-areadlink.c (main): Likewise.
2510         * tests/test-areadlinkat-with-size.c (main): Likewise.
2511         * tests/test-areadlinkat.c (main): Likewise.
2512         * tests/test-canonicalize-lgpl.c (main): Likewise.
2513         * tests/test-canonicalize.c (main): Likewise.
2514         * tests/test-chown.c (main): Likewise.
2515         * tests/test-fchownat.c (main): Likewise.
2516         * tests/test-fdutimensat.c (main): Likewise.
2517         * tests/test-fstatat.c (main): Likewise.
2518         * tests/test-futimens.c (main): Likewise.
2519         * tests/test-lchown.c (main): Likewise.
2520         * tests/test-link.c (main): Likewise.
2521         * tests/test-linkat.c (main): Likewise.
2522         * tests/test-lstat.c (main): Likewise.
2523         * tests/test-mkdir.c (main): Likewise.
2524         * tests/test-mkdirat.c (main): Likewise.
2525         * tests/test-mkfifo.c (main): Likewise.
2526         * tests/test-mkfifoat.c (main): Likewise.
2527         * tests/test-mknod.c (main): Likewise.
2528         * tests/test-readlink.c (main): Likewise.
2529         * tests/test-remove.c (main): Likewise.
2530         * tests/test-rename.c (main): Likewise.
2531         * tests/test-renameat.c (main): Likewise.
2532         * tests/test-rmdir.c (main): Likewise.
2533         * tests/test-symlink.c (main): Likewise.
2534         * tests/test-symlinkat.c (main): Likewise.
2535         * tests/test-unlink.c (main): Likewise.
2536         * tests/test-unlinkat.c (main): Likewise.
2537         * tests/test-utimens.c (main): Likewise.
2538         * tests/test-utimensat.c (main): Likewise.
2539         * modules/areadlink-tests (Depends-on): Add ignore-value.
2540         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2541         * modules/areadlinkat-tests (Depends-on): Likewise.
2542         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2543         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2544         * modules/canonicalize-tests (Depends-on): Likewise.
2545         * modules/chown-tests (Depends-on): Likewise.
2546         * modules/fdutimensat-tests (Depends-on): Likewise.
2547         * modules/futimens-tests (Depends-on): Likewise.
2548         * modules/lchown-tests (Depends-on): Likewise.
2549         * modules/link-tests (Depends-on): Likewise.
2550         * modules/linkat-tests (Depends-on): Likewise.
2551         * modules/lstat-tests (Depends-on): Likewise.
2552         * modules/mkdir-tests (Depends-on): Likewise.
2553         * modules/mkfifo-tests (Depends-on): Likewise.
2554         * modules/mkfifoat-tests (Depends-on): Likewise.
2555         * modules/mknod-tests (Depends-on): Likewise.
2556         * modules/openat-tests (Depends-on): Likewise.
2557         * modules/readlink-tests (Depends-on): Likewise.
2558         * modules/remove-tests (Depends-on): Likewise.
2559         * modules/rename-tests (Depends-on): Likewise.
2560         * modules/renameat-tests (Depends-on): Likewise.
2561         * modules/rmdir-tests (Depends-on): Likewise.
2562         * modules/symlink-tests (Depends-on): Likewise.
2563         * modules/symlinkat-tests (Depends-on): Likewise.
2564         * modules/unlink-tests (Depends-on): Likewise.
2565         * modules/utimens-tests (Depends-on): Likewise.
2566         * modules/utimensat-tests (Depends-on): Likewise.
2567
2568 2010-01-31  Bruno Haible  <bruno@clisp.org>
2569
2570         Perform the same test for many <math.h> functions.
2571         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2572         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2573         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2574         of gl_MATHFUNC.
2575         * modules/acos (configure.ac): Likewise.
2576         * modules/asin (configure.ac): Likewise.
2577         * modules/atan (configure.ac): Likewise.
2578         * modules/atan2 (configure.ac): Likewise.
2579         * modules/cbrt (configure.ac): Likewise.
2580         * modules/copysign (configure.ac): Likewise.
2581         * modules/cos (configure.ac): Likewise.
2582         * modules/cosh (configure.ac): Likewise.
2583         * modules/erf (configure.ac): Likewise.
2584         * modules/erfc (configure.ac): Likewise.
2585         * modules/exp (configure.ac): Likewise.
2586         * modules/fmod (configure.ac): Likewise.
2587         * modules/hypot (configure.ac): Likewise.
2588         * modules/j0 (configure.ac): Likewise.
2589         * modules/j1 (configure.ac): Likewise.
2590         * modules/jn (configure.ac): Likewise.
2591         * modules/lgamma (configure.ac): Likewise.
2592         * modules/log (configure.ac): Likewise.
2593         * modules/log10 (configure.ac): Likewise.
2594         * modules/log1p (configure.ac): Likewise.
2595         * modules/pow (configure.ac): Likewise.
2596         * modules/remainder (configure.ac): Likewise.
2597         * modules/sin (configure.ac): Likewise.
2598         * modules/sinh (configure.ac): Likewise.
2599         * modules/tan (configure.ac): Likewise.
2600         * modules/tanh (configure.ac): Likewise.
2601         * modules/y0 (configure.ac): Likewise.
2602         * modules/y1 (configure.ac): Likewise.
2603         * modules/yn (configure.ac): Likewise.
2604         Suggested by Paolo Bonzini.
2605
2606 2010-01-31  Bruno Haible  <bruno@clisp.org>
2607
2608         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2609
2610 2010-01-31  Bruno Haible  <bruno@clisp.org>
2611
2612         Work around getdelim() bug on FreeBSD 8.0.
2613         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2614         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2615         not work.
2616         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2617         is 1.
2618         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2619         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2620         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2621         a non-zero size.
2622         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2623
2624 2010-01-31  Bruno Haible  <bruno@clisp.org>
2625
2626         Work around getline() bug on FreeBSD 8.0.
2627         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2628         and a non-zero size.
2629         * tests/test-getline.c (main): Likewise.
2630         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2631         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2632
2633 2010-01-28  Eric Blake  <ebb9@byu.net>
2634
2635         regex: fix build failure
2636         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2637         platforms.
2638
2639 2010-01-28  Jim Meyering  <meyering@redhat.com>
2640
2641         regex: do not ignore memory allocation failure
2642         * lib/regex_internal.c (create_cd_newstate): Detect
2643         re_node_set_init_copy failure.   Extracted from glibc commit
2644         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2645
2646         regex: sync more white-space changes from libc
2647         * lib/regex_internal.c: White-space only changes.
2648         * lib/regexec.c: Likewise.
2649
2650         regex: add many uses of __attribute_warn_unused_result__
2651         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2652         * lib/regexec.c: Likewise.
2653         Extracted from a messy glibc commit.
2654
2655         regcomp.c: spelling and merge-artifact from glibc
2656         * lib/regcomp.c: Merge remainder of glibc's
2657         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2658
2659         regcomp.c: sync white-space changes from glibc
2660         * lib/regcomp.c: Merge to accommodate white space
2661         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2662
2663         regcomp.c: do not ignore internal return values
2664         * lib/regcomp.c: Do not ignore internal return values.
2665         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2666         but without its white-space changes and spelling fixes.
2667
2668         regex_internal.h: define __attribute_warn_unused_result__
2669         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2670
2671         maint: add a syntax-check rule to check for vulnerable Makefile.in
2672         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2673
2674 2010-01-27  Jim Meyering  <meyering@redhat.com>
2675
2676         ncftpput-ftp: clean up spaces
2677         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2678         Remove trailing blanks.
2679
2680 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2681
2682         * build-aux/git-version-gen: Fix copyright statement.
2683         * build-aux/gnupload: Likewise.
2684         * tests/test-arcfour.c: Likewise.
2685         * tests/test-arctwo.c: Likewise.
2686         * tests/test-count-one-bits.c: Likewise.
2687         * tests/test-crc.c: Likewise.
2688         * tests/test-des.c: Likewise.
2689         * tests/test-gc-arcfour.c: Likewise.
2690         * tests/test-gc-arctwo.c: Likewise.
2691         * tests/test-gc-des.c: Likewise.
2692         * tests/test-gc-hmac-md5.c: Likewise.
2693         * tests/test-gc-hmac-sha1.c: Likewise.
2694         * tests/test-gc-md2.c: Likewise.
2695         * tests/test-gc-md4.c: Likewise.
2696         * tests/test-gc-md5.c: Likewise.
2697         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2698         * tests/test-gc-rijndael.c: Likewise.
2699         * tests/test-gc-sha1.c: Likewise.
2700         * tests/test-gc.c: Likewise.
2701         * tests/test-gethostname.c: Likewise.
2702         * tests/test-gettimeofday.c: Likewise.
2703         * tests/test-hash.c: Likewise.
2704         * tests/test-hmac-md5.c: Likewise.
2705         * tests/test-hmac-sha1.c: Likewise.
2706         * tests/test-md2.c: Likewise.
2707         * tests/test-md4.c: Likewise.
2708         * tests/test-md5.c: Likewise.
2709         * tests/test-memchr.c: Likewise.
2710         * tests/test-memchr2.c: Likewise.
2711         * tests/test-memcmp.c: Likewise.
2712         * tests/test-memmem.c: Likewise.
2713         * tests/test-memrchr.c: Likewise.
2714         * tests/test-rawmemchr.c: Likewise.
2715         * tests/test-read-file.c: Likewise.
2716         * tests/test-rijndael.c: Likewise.
2717         * tests/test-sockets.c: Likewise.
2718         * tests/test-strchrnul.c: Likewise.
2719         * tests/test-strstr.c: Likewise.
2720         * tests/test-strtod.c: Likewise.
2721         * build-aux/ncftpput-ftp: Likewise.
2722
2723 2010-01-26  Eric Blake  <ebb9@byu.net>
2724
2725         ignore-value: update recommended header name
2726         * modules/ignore-value (Include): Only use <> for headers that
2727         exist in glibc.
2728
2729 2010-01-26  Jim Meyering  <meyering@redhat.com>
2730
2731         test-userspec.c: avoid compiler warnings
2732         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2733         and "initialization discards qualifiers..." warnings.
2734         Put the first "uid" in its own scope, and make char* members "const".
2735
2736 2010-01-25  Bruno Haible  <bruno@clisp.org>
2737
2738         gnulib-tool: Make warning diagnostics consistent.
2739         * gnulib-tool (func_warning): New function.
2740         Use it everywhere where gnulib-tool produces output to stderr and it is
2741         not a fatal error.
2742
2743 2010-01-25  Bruno Haible  <bruno@clisp.org>
2744
2745         Fix test dependencies.
2746         * modules/xstrtol-tests (Depends-on): Add inttypes.
2747         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2748
2749 2010-01-25 Pádraig Brady <P@draigBrady.com>
2750
2751         syntax-check: detect incorrect boolean macro values in config.h
2752         * modules/maintainer-makefile (configure.ac): Parameterize the location
2753         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2754         The logic is from Eric Blake and the location indicated by Jim Meyering.
2755         Note the more natural CONFIG_HEADER name is prohibited by automake
2756         for backwards compatibility reasons.
2757         * top/maint.mk (sc_Wundef_boolean): New rule.
2758
2759 2010-01-25  Jim Meyering  <meyering@redhat.com>
2760
2761         bootstrap: detect MacOS 10.6's shasum, too
2762         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2763         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2764
2765 2010-01-23  Jim Meyering  <meyering@redhat.com>
2766
2767         xstrtoll: new module
2768         * modules/xstrtoll: New file.
2769         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2770         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2771         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2772         ./configure fails if you use this module and lack "long long".
2773         * modules/xstrtoll-tests: New module.
2774         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2775         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2776         new init.sh-based test framework.
2777
2778 2010-01-24  Bruno Haible  <bruno@clisp.org>
2779
2780         Tests for module 'yn'.
2781         * modules/yn-tests: New file.
2782         * tests/test-yn.c: New file.
2783
2784         Tests for module 'y1'.
2785         * modules/y1-tests: New file.
2786         * tests/test-y1.c: New file.
2787
2788         Tests for module 'y0'.
2789         * modules/y0-tests: New file.
2790         * tests/test-y0.c: New file.
2791
2792         Tests for module 'tanh'.
2793         * modules/tanh-tests: New file.
2794         * tests/test-tanh.c: New file.
2795
2796         Tests for module 'tan'.
2797         * modules/tan-tests: New file.
2798         * tests/test-tan.c: New file.
2799
2800         Tests for module 'sqrt'.
2801         * modules/sqrt-tests: New file.
2802         * tests/test-sqrt.c: New file.
2803
2804         Tests for module 'sinh'.
2805         * modules/sinh-tests: New file.
2806         * tests/test-sinh.c: New file.
2807
2808         Tests for module 'sin'.
2809         * modules/sin-tests: New file.
2810         * tests/test-sin.c: New file.
2811
2812         Tests for module 'rint'.
2813         * modules/rint-tests: New file.
2814         * tests/test-rint.c: New file.
2815
2816         Tests for module 'remainder'.
2817         * modules/remainder-tests: New file.
2818         * tests/test-remainder.c: New file.
2819
2820         Tests for module 'pow'.
2821         * modules/pow-tests: New file.
2822         * tests/test-pow.c: New file.
2823
2824         Tests for module 'nextafter'.
2825         * modules/nextafter-tests: New file.
2826         * tests/test-nextafter.c: New file.
2827
2828         Tests for module 'modf'.
2829         * modules/modf-tests: New file.
2830         * tests/test-modf.c: New file.
2831
2832         Tests for module 'logb'.
2833         * modules/logb-tests: New file.
2834         * tests/test-logb.c: New file.
2835
2836         Tests for module 'log1p'.
2837         * modules/log1p-tests: New file.
2838         * tests/test-log1p.c: New file.
2839
2840         Tests for module 'log10'.
2841         * modules/log10-tests: New file.
2842         * tests/test-log10.c: New file.
2843
2844         Tests for module 'log'.
2845         * modules/log-tests: New file.
2846         * tests/test-log.c: New file.
2847
2848         Tests for module 'lgamma'.
2849         * modules/lgamma-tests: New file.
2850         * tests/test-lgamma.c: New file.
2851
2852         Tests for module 'ldexp'.
2853         * modules/ldexp-tests: New file.
2854         * tests/test-ldexp.c: New file.
2855
2856         Tests for module 'jn'.
2857         * modules/jn-tests: New file.
2858         * tests/test-jn.c: New file.
2859
2860         Tests for module 'j1'.
2861         * modules/j1-tests: New file.
2862         * tests/test-j1.c: New file.
2863
2864         Tests for module 'j0'.
2865         * modules/j0-tests: New file.
2866         * tests/test-j0.c: New file.
2867
2868         Tests for module 'hypot'.
2869         * modules/hypot-tests: New file.
2870         * tests/test-hypot.c: New file.
2871
2872         Tests for module 'fmod'.
2873         * modules/fmod-tests: New file.
2874         * tests/test-fmod.c: New file.
2875
2876         Tests for module 'fabs'.
2877         * modules/fabs-tests: New file.
2878         * tests/test-fabs.c: New file.
2879
2880         Tests for module 'exp'.
2881         * modules/exp-tests: New file.
2882         * tests/test-exp.c: New file.
2883
2884         Tests for module 'erfc'.
2885         * modules/erfc-tests: New file.
2886         * tests/test-erfc.c: New file.
2887
2888         Tests for module 'erf'.
2889         * modules/erf-tests: New file.
2890         * tests/test-erf.c: New file.
2891
2892         Tests for module 'cosh'.
2893         * modules/cosh-tests: New file.
2894         * tests/test-cosh.c: New file.
2895
2896         Tests for module 'cos'.
2897         * modules/cos-tests: New file.
2898         * tests/test-cos.c: New file.
2899
2900         Tests for module 'copysign'.
2901         * modules/copysign-tests: New file.
2902         * tests/test-copysign.c: New file.
2903
2904         Tests for module 'cbrt'.
2905         * modules/cbrt-tests: New file.
2906         * tests/test-cbrt.c: New file.
2907
2908         Tests for module 'atan2'.
2909         * modules/atan2-tests: New file.
2910         * tests/test-atan2.c: New file.
2911
2912         Tests for module 'atan'.
2913         * modules/atan-tests: New file.
2914         * tests/test-atan.c: New file.
2915
2916         Tests for module 'asin'.
2917         * modules/asin-tests: New file.
2918         * tests/test-asin.c: New file.
2919
2920         Tests for module 'acos'.
2921         * modules/acos-tests: New file.
2922         * tests/test-acos.c: New file.
2923
2924 2010-01-24  Bruno Haible  <bruno@clisp.org>
2925
2926         Fix tests for common <math.h> functions.
2927         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2928         code snippet that references the function pointer, rather than merely
2929         calling the function. Substitute the FUNC_LIBM variable.
2930         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2931         * modules/acos (configure.ac): Likewise.
2932         * modules/asin (configure.ac): Likewise.
2933         * modules/atan (configure.ac): Likewise.
2934         * modules/atan2 (configure.ac): Likewise.
2935         * modules/cbrt (configure.ac): Likewise.
2936         * modules/copysign (configure.ac): Likewise.
2937         * modules/cos (configure.ac): Likewise.
2938         * modules/cosh (configure.ac): Likewise.
2939         * modules/erf (configure.ac): Likewise.
2940         * modules/erfc (configure.ac): Likewise.
2941         * modules/exp (configure.ac): Likewise.
2942         * modules/fabs (configure.ac): Likewise.
2943         * modules/fmod (configure.ac): Likewise.
2944         * modules/hypot (configure.ac): Likewise.
2945         * modules/j0 (configure.ac): Likewise.
2946         * modules/j1 (configure.ac): Likewise.
2947         * modules/jn (configure.ac): Likewise.
2948         * modules/ldexp (configure.ac): Likewise.
2949         * modules/lgamma (configure.ac): Likewise.
2950         * modules/log (configure.ac): Likewise.
2951         * modules/log10 (configure.ac): Likewise.
2952         * modules/log1p (configure.ac): Likewise.
2953         * modules/logb (configure.ac): Likewise.
2954         * modules/modf (configure.ac): Likewise.
2955         * modules/nextafter (configure.ac): Likewise.
2956         * modules/pow (configure.ac): Likewise.
2957         * modules/remainder (configure.ac): Likewise.
2958         * modules/rint (configure.ac): Likewise.
2959         * modules/sin (configure.ac): Likewise.
2960         * modules/sinh (configure.ac): Likewise.
2961         * modules/tan (configure.ac): Likewise.
2962         * modules/tanh (configure.ac): Likewise.
2963         * modules/y0 (configure.ac): Likewise.
2964         * modules/y1 (configure.ac): Likewise.
2965         * modules/yn (configure.ac): Likewise.
2966
2967 2010-01-24  Bruno Haible  <bruno@clisp.org>
2968
2969         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2970         * tests/test-acosl.c (x): New variable.
2971         (main): Store argument in x and fetch it from x.
2972         * tests/test-asinl.c (x): New variable.
2973         (main): Store argument in x and fetch it from x.
2974         * tests/test-atanl.c (x): New variable.
2975         (main): Store argument in x and fetch it from x.
2976         * tests/test-cosl.c (x): New variable.
2977         (main): Store argument in x and fetch it from x.
2978         * tests/test-expl.c (x): New variable.
2979         (main): Store argument in x and fetch it from x.
2980         * tests/test-logl.c (x): New variable.
2981         (main): Store argument in x and fetch it from x.
2982         * tests/test-sinl.c (x): New variable.
2983         (main): Store argument in x and fetch it from x.
2984         * tests/test-sqrtl.c (x): New variable.
2985         (main): Store argument in x and fetch it from x.
2986         * tests/test-tanl.c (x): New variable.
2987         (main): Store argument in x and fetch it from x.
2988
2989 2010-01-24  Bruno Haible  <bruno@clisp.org>
2990
2991         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2992         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2993         assignments to the initial TESTS_ENVIRONMENT.
2994         * doc/gnulib.texi (Unit test modules): Document it.
2995         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2996         TESTS_ENVIRONMENT.
2997         * modules/btowc-tests (Makefile.am): Likewise.
2998         * modules/c-stack-tests (Makefile.am): Likewise.
2999         * modules/c-strcase-tests (Makefile.am): Likewise.
3000         * modules/copy-file-tests (Makefile.am): Likewise.
3001         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3002         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3003         * modules/mbrtowc-tests (Makefile.am): Likewise.
3004         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3005         * modules/mbscasestr-tests (Makefile.am): Likewise.
3006         * modules/mbschr-tests (Makefile.am): Likewise.
3007         * modules/mbscspn-tests (Makefile.am): Likewise.
3008         * modules/mbsinit-tests (Makefile.am): Likewise.
3009         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3010         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3011         * modules/mbspbrk-tests (Makefile.am): Likewise.
3012         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3013         * modules/mbsrchr-tests (Makefile.am): Likewise.
3014         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3015         * modules/mbsspn-tests (Makefile.am): Likewise.
3016         * modules/mbsstr-tests (Makefile.am): Likewise.
3017         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3018         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3019         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3020         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3021         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3022         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3023         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3024         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3025         * modules/wcrtomb-tests (Makefile.am): Likewise.
3026         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3027         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3028         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3029         assignments from TESTS_ENVIRONMENT.
3030         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3031         augmentation.
3032         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3033         * modules/atexit-tests (Makefile.am): Likewise.
3034         * modules/binary-io-tests (Makefile.am): Likewise.
3035         * modules/closein-tests (Makefile.am): Likewise.
3036         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3037         * modules/exclude-tests (Makefile.am): Likewise.
3038         * modules/fflush-tests (Makefile.am): Likewise.
3039         * modules/fpending-tests (Makefile.am): Likewise.
3040         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3041         * modules/freadahead-tests (Makefile.am): Likewise.
3042         * modules/freadptr-tests (Makefile.am): Likewise.
3043         * modules/freadseek-tests (Makefile.am): Likewise.
3044         * modules/fseek-tests (Makefile.am): Likewise.
3045         * modules/fseeko-tests (Makefile.am): Likewise.
3046         * modules/ftell-tests (Makefile.am): Likewise.
3047         * modules/ftello-tests (Makefile.am): Likewise.
3048         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3049         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3050         * modules/lseek-tests (Makefile.am): Likewise.
3051         * modules/parse-duration-tests (Makefile.am): Likewise.
3052         * modules/perror-tests (Makefile.am): Likewise.
3053         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3054         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3055         * modules/pipe-tests (Makefile.am): Likewise.
3056         * modules/pread-tests (Makefile.am): Likewise.
3057         * modules/printf-posix-tests (Makefile.am): Likewise.
3058         * modules/select-tests (Makefile.am): Likewise.
3059         * modules/sigpipe-tests (Makefile.am): Likewise.
3060         * modules/tsearch-tests (Makefile.am): Likewise.
3061         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3062         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3063         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3064         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3065         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3066         * modules/version-etc-tests (Makefile.am): Likewise.
3067         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3068         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3069         * modules/xalloc-die-tests (Makefile.am): Likewise.
3070         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3071         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3072         * modules/xstrtol-tests (Makefile.am): Likewise.
3073         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3074         * modules/yesno-tests (Makefile.am): Likewise.
3075         Suggested by Jim Meyering.
3076
3077 2010-01-24  Bruno Haible  <bruno@clisp.org>
3078
3079         More documentation.
3080         * doc/gnulib.texi (Writing modules): New chapter.
3081         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3082         the new chapter.
3083
3084 2010-01-24  Jim Meyering  <meyering@redhat.com>
3085
3086         maint.mk: do not prepend "./" after filtering
3087         * top/maint.mk (_prepend_srcdir_prefix): New variable
3088         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3089         "./" when $(srcdir) is ".".
3090
3091         define STREQ(a,b) consistently, removing useless parentheses
3092         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3093         since the only risk is that "a" or "b" contains an unparenthesized
3094         comma, but if either did that, STREQ would have 3 or more arguments.
3095         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3096         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3097         * lib/hash-triple.c (STREQ): Likewise.
3098         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3099         * lib/getugroups.c (STREQ): Likewise.
3100
3101 2010-01-23  Jim Meyering  <meyering@redhat.com>
3102
3103         maint.mk: fix syntax-check in a non-srcdir build directory
3104         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3105         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3106
3107 2010-01-22  Jim Meyering  <meyering@redhat.com>
3108
3109         userspec: add unit tests
3110         * tests/test-userspec.c: New file.
3111         * modules/userspec-tests: Likewise.
3112
3113 2010-01-21  Jim Meyering  <meyering@redhat.com>
3114
3115         maint.mk: handle source file names containing "." robustly
3116         * top/maint.mk (_dot_escaped_srcdir): Define.
3117         (VC_LIST): Use it in LHS of sed substitution.
3118
3119 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3120
3121         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3122         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3123         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3124         from a non-srcdir build.
3125
3126 2010-01-20  Eric Blake  <ebb9@byu.net>
3127
3128         warn-on-use: use instead of link-warning
3129         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3130         * modules/unistd (Depends-on, Makefile.am): Likewise.
3131         * modules/arpa_inet (Depends-on): Replace link-warning with
3132         warn-on-use.
3133         (Makefile.am): Update rules accordingly.
3134         * modules/ctype (Depends-on, Makefile.am): Likewise.
3135         * modules/dirent (Depends-on, Makefile.am): Likewise.
3136         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3137         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3138         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3139         * modules/locale (Depends-on, Makefile.am): Likewise.
3140         * modules/math (Depends-on, Makefile.am): Likewise.
3141         * modules/search (Depends-on, Makefile.am): Likewise.
3142         * modules/signal (Depends-on, Makefile.am): Likewise.
3143         * modules/spawn (Depends-on, Makefile.am): Likewise.
3144         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3145         * modules/string (Depends-on, Makefile.am): Likewise.
3146         * modules/strings (Depends-on, Makefile.am): Likewise.
3147         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3148         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3149         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3150         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3151         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3152         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3153         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3154         * modules/wchar (Depends-on, Makefile.am): Likewise.
3155         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3156         should be poisoned.
3157         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3158         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3159         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3160         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3161         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3162         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3163         * m4/math_h.m4 (gl_MATH_H): Likewise.
3164         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3165         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3166         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3167         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3168         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3169         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3170         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3171         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3172         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3173         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3174         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3175         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3176         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3177         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3178         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3179         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3180         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3181         GL_LINK_WARNING.
3182         * lib/ctype.in.h: Likewise.
3183         * lib/dirent.in.h: Likewise.
3184         * lib/fcntl.in.h: Likewise.
3185         * lib/inttypes.in.h: Likewise.
3186         * lib/langinfo.in.h: Likewise.
3187         * lib/locale.in.h: Likewise.
3188         * lib/math.in.h: Likewise.
3189         * lib/search.in.h: Likewise.
3190         * lib/signal.in.h: Likewise.
3191         * lib/spawn.in.h: Likewise.
3192         * lib/stdio.in.h: Likewise.
3193         * lib/stdlib.in.h: Likewise.
3194         * lib/string.in.h: Likewise.
3195         * lib/strings.in.h: Likewise.
3196         * lib/sys_file.in.h: Likewise.
3197         * lib/sys_ioctl.in.h: Likewise.
3198         * lib/sys_select.in.h: Likewise.
3199         * lib/sys_socket.in.h: Likewise.
3200         * lib/sys_stat.in.h: Likewise.
3201         * lib/sys_times.in.h: Likewise.
3202         * lib/sys_utsname.in.h: Likewise.
3203         * lib/unistd.in.h: Likewise.
3204         * lib/wchar.in.h: Likewise.
3205
3206 2010-01-20  Bruno Haible  <bruno@clisp.org>
3207
3208         Avoid duplicate -lm.
3209         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3210         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3211         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3212         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3213         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3214         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3215         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3216         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3217         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3218         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3219         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3220         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3221         Reported by Paolo Bonzini.
3222
3223 2010-01-19  Bruno Haible  <bruno@clisp.org>
3224
3225         langinfo, nl_langinfo: Relicense under LGPLv2+.
3226         * modules/langinfo (License): Change to LGPLv2+.
3227         * modules/nl_langinfo (License): Likewise.
3228         Patch by David Lutterkort <lutter@redhat.com>.
3229
3230 2010-01-19  Bruno Haible  <bruno@clisp.org>
3231
3232         Avoid compilation error with cc on OSF/1 5.1.
3233         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3234         statement, not before.
3235         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3236
3237 2010-01-18  Bruno Haible  <bruno@clisp.org>
3238
3239         Avoid a link error due to the __printf__ symbol.
3240         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3241         and 2.6.x.
3242         (__format__, __printf__): Remove definitions.
3243         * lib/argp-fmtstream.h: Likewise.
3244         * lib/argp.h: Likewise.
3245         * lib/error.h: Likewise.
3246         * lib/vasnprintf.h: Likewise.
3247         * lib/xprintf.h: Likewise.
3248         * lib/xvasprintf.h: Likewise.
3249         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3250
3251 2010-01-18  Bruno Haible  <bruno@clisp.org>
3252
3253         Tests for module 'tanl'.
3254         * modules/tanl-tests: New file.
3255         * tests/test-tanl.c: New file.
3256
3257         Tests for module 'sqrtl'.
3258         * modules/sqrtl-tests: New file.
3259         * tests/test-sqrtl.c: New file.
3260
3261         Tests for module 'sinl'.
3262         * modules/sinl-tests: New file.
3263         * tests/test-sinl.c: New file.
3264
3265         Tests for module 'logl'.
3266         * modules/logl-tests: New file.
3267         * tests/test-logl.c: New file.
3268
3269         Tests for module 'expl'.
3270         * modules/expl-tests: New file.
3271         * tests/test-expl.c: New file.
3272
3273         Tests for module 'cosl'.
3274         * modules/cosl-tests: New file.
3275         * tests/test-cosl.c: New file.
3276
3277         Tests for module 'atanl'.
3278         * modules/atanl-tests: New file.
3279         * tests/test-atanl.c: New file.
3280
3281         Tests for module 'asinl'.
3282         * modules/asinl-tests: New file.
3283         * tests/test-asinl.c: New file.
3284
3285         Tests for module 'acosl'.
3286         * modules/acosl-tests: New file.
3287         * tests/test-acosl.c: New file.
3288
3289         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3290         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3291         tanl): Use the standard gnulib idiom.
3292         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3293         * lib/sinl.c: Likewise.
3294         * lib/tanl.c: Don't include trigl.c.
3295         (kernel_tanl): Make static.
3296         * lib/sincosl.c: Include trigl.h first.
3297         * lib/trigl.c: Likewise.
3298         * m4/acosl.m4: New file.
3299         * m4/asinl.m4: New file.
3300         * m4/atanl.m4: New file.
3301         * m4/cosl.m4: New file.
3302         * m4/expl.m4: New file.
3303         * m4/logl.m4: New file.
3304         * m4/sinl.m4: New file.
3305         * m4/sqrtl.m4: New file.
3306         * m4/tanl.m4: New file.
3307         * m4/mathl.m4: Remove file.
3308         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3309         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3310         Don't initialize GNULIB_MATHL.
3311         * modules/acosl: New file.
3312         * modules/asinl: New file.
3313         * modules/atanl: New file.
3314         * modules/cosl: New file.
3315         * modules/expl: New file.
3316         * modules/logl: New file.
3317         * modules/sinl: New file.
3318         * modules/sqrtl: New file.
3319         * modules/tanl: New file.
3320         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3321         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3322         substitute GNULIB_MATHL.
3323         * modules/mathl: Rewritten.
3324         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3325         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3326         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3327         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3328         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3329         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3330         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3331         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3332         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3333
3334 2010-01-18  Bruno Haible  <bruno@clisp.org>
3335
3336         sqrt: Make gl_FUNC_SQRT requirable.
3337         * m4/sqrt.m4: New file.
3338         * modules/sqrt (Files): Add it.
3339         (configure.ac): Invoke gl_FUNC_SQRT.
3340
3341 2010-01-18  Bruno Haible  <bruno@clisp.org>
3342
3343         New modules for common <math.h> functions.
3344         * m4/mathfunc.m4: New file.
3345         * modules/acos: New file.
3346         * modules/asin: New file.
3347         * modules/atan: New file.
3348         * modules/atan2: New file.
3349         * modules/cbrt: New file.
3350         * modules/copysign: New file.
3351         * modules/cos: New file.
3352         * modules/cosh: New file.
3353         * modules/erf: New file.
3354         * modules/erfc: New file.
3355         * modules/exp: New file.
3356         * modules/fabs: New file.
3357         * modules/fmod: New file.
3358         * modules/hypot: New file.
3359         * modules/j0: New file.
3360         * modules/j1: New file.
3361         * modules/jn: New file.
3362         * modules/ldexp: New file.
3363         * modules/lgamma: New file.
3364         * modules/log: New file.
3365         * modules/log10: New file.
3366         * modules/log1p: New file.
3367         * modules/logb: New file.
3368         * modules/modf: New file.
3369         * modules/nextafter: New file.
3370         * modules/pow: New file.
3371         * modules/remainder: New file.
3372         * modules/rint: New file.
3373         * modules/sin: New file.
3374         * modules/sinh: New file.
3375         * modules/sqrt: New file.
3376         * modules/tan: New file.
3377         * modules/tanh: New file.
3378         * modules/y0: New file.
3379         * modules/y1: New file.
3380         * modules/yn: New file.
3381         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3382         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3383         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3384         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3385         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3386         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3387         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3388         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3389         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3390         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3391         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3392         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3393         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3394         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3395         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3396         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3397         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3398         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3399         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3400         * doc/posix-functions/log.texi: Mention the 'log' module.
3401         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3402         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3403         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3404         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3405         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3406         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3407         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3408         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3409         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3410         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3411         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3412         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3413         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3414         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3415         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3416         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3417
3418 2010-01-18  Jim Meyering  <meyering@redhat.com>
3419
3420         ignore-value: relax license to LGPLv2+
3421         * modules/ignore-value (License): Relax to LGPLv2+.
3422
3423         getdate: don't leak when TZ contains two or more '"'s
3424         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3425         double quote in TZ after the first one.
3426
3427         readtokens: do not leak internal token_lengths buffer
3428         * lib/readtokens.c (readtokens): Free the local, lengths,
3429         when the supplied "token_lengths" parameter is NULL.
3430
3431 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3432
3433         Fix a couple of missing LIBTHREAD link failures on AIX.
3434         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3435         $(LIBTHREAD).
3436         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3437
3438         Link test-poll against INET_PTON_LIB.
3439         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3440         for inet_pton on Solaris 10.
3441
3442 2010-01-17  Bruno Haible  <bruno@clisp.org>
3443
3444         unistdio/*-sprintf: Fix typo in module description.
3445         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3446         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3447         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3448         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3449         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3450         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3451         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3452         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3453
3454 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3455
3456         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3457         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3458         variables in shell case patterns, for AIX and HP-UX ksh.
3459
3460         Split large sed scripts, for HP-UX sed.
3461         * modules/stdio: Split sed scripts around 50 sed commands,
3462         to avoid HP-UX limit of 99 commands, in the near future.
3463         * modules/string: Likewise.
3464         * modules/unistd: Likewise.
3465
3466         gnulib-tool: avoid writing in the current directory.
3467         * gnulib-tool (func_emit_lib_Makefile_am)
3468         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3469         not in the current directory, so concurrent gnulib-tool
3470         instances do not interfere.
3471
3472 2010-01-16  Jim Meyering  <meyering@redhat.com>
3473
3474         doc: update users.txt
3475         * users.txt: Add grep.
3476         (diffutils, gzip): Update URLs.
3477
3478 2010-01-12  Bruno Haible  <bruno@clisp.org>
3479
3480         posix_spawn: Avoid test failure on Cygwin.
3481         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3482         characters.
3483         Reported by Simon Josefsson.
3484
3485 2010-01-12  Bruno Haible  <bruno@clisp.org>
3486
3487         * tests/test-cond.c (main): When skipping the test, show the reason.
3488
3489 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3490
3491         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3492
3493 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3494
3495         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3496         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3497
3498 2010-01-12  Eric Blake  <ebb9@byu.net>
3499
3500         build: guarantee AS_VAR_IF
3501         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3502         (gl_AS_VAR_IF): Move...
3503         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3504         Reported by Simon Josefsson.
3505
3506 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3507
3508         * lib/stdio.in.h: Fix typo.
3509
3510 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3511
3512         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3513         libgpg-error.
3514
3515 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3516
3517         * tests/test-xalloc-die.sh: Use $EXEEXT.
3518
3519 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3520             Bruno Haible  <bruno@clisp.org>
3521
3522         getlogin, getlogin_r: Avoid test failure.
3523         * tests/test-getlogin.c: Include <stdio.h>.
3524         (main): Skip the test when the function fails because stdin is not a
3525         tty.
3526         * tests/test-getlogin_r.c: Include <stdio.h>.
3527         (main): Skip the test when the function fails because stdin is not a
3528         tty.
3529
3530 2010-01-11  Eric Blake  <ebb9@byu.net>
3531
3532         tests: avoid more large file warnings
3533         * tests/test-fflush.c: Avoid warning about ftell use.
3534         * tests/test-fseek.c: Avoid warning about fseek use.
3535
3536 2010-01-10  Bruno Haible  <bruno@clisp.org>
3537
3538         nproc: Work better on Linux when /proc and /sys are not mounted.
3539         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3540         as lower bound when, on glibc/Linux systems,
3541         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3542         Suggested by Pádraig Brady <P@draigbrady.com>.
3543         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3544
3545         nproc: Refactor.
3546         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3547         extracted from num_processors.
3548         (num_processors): Call it.
3549
3550 2010-01-11  Jim Meyering  <meyering@redhat.com>
3551
3552         utimecmp: avoid new warning from upcoming gcc-4.5.0
3553         * lib/utimecmp.c (BILLION): Define using #define rather than an
3554         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3555
3556 2010-01-11  Eric Blake  <ebb9@byu.net>
3557
3558         math: add portability warnings for classification macros
3559         * modules/math (Depends-on): Add warn-on-use.
3560         (Makefile.am): Provide new substitutions.
3561         * m4/math_h.m4 (gl_MATH_H): Require inline.
3562         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3563         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3564         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3565         implement warnings.
3566
3567         unistd: warn on use of environ without module
3568         * modules/unistd (Depends-on): Add warn-on-use.
3569         (Makefile.am): Provide new substitutions.
3570         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3571         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3572
3573         stdio: warn on suspicious uses
3574         * modules/stdio (Depends-on): Add warn-on-use.
3575         (Makefile.am): Provide new substitutions.
3576         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3577         fseeko.
3578         * lib/stdio.in.h (gets): Always warn on use.
3579         (fseek, ftell): Adjust when warnings are issued, and honor
3580         _GL_NO_LARGE_FILES as a way to silence the warning.
3581         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3582         any warning about large file offsets.
3583         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3584         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3585         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3586         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3587         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3588         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3589         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3590         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3591
3592         warn-on-use: new module
3593         * modules/warn-on-use: New file.
3594         * build-aux/warn-on-use.h: Likewise.
3595         * m4/warn-on-use.m4: Likewise.
3596         * MODULES.html.sh (Support for building): Mention it.
3597
3598 2010-01-10  Bruno Haible  <bruno@clisp.org>
3599
3600         Tests for module 'unistr/u32-strdup'.
3601         * modules/unistr/u32-strdup-tests: New file.
3602         * tests/unistr/test-u32-strdup.c: New file.
3603
3604         Tests for module 'unistr/u16-strdup'.
3605         * modules/unistr/u16-strdup-tests: New file.
3606         * tests/unistr/test-u16-strdup.c: New file.
3607
3608         Tests for module 'unistr/u8-strdup'.
3609         * modules/unistr/u8-strdup-tests: New file.
3610         * tests/unistr/test-u8-strdup.c: New file.
3611         * tests/unistr/test-strdup.h: New file.
3612
3613         Tests for module 'unistr/u32-strncmp'.
3614         * modules/unistr/u32-strncmp-tests: New file.
3615         * tests/unistr/test-u32-strncmp.c: New file.
3616
3617         Tests for module 'unistr/u16-strncmp'.
3618         * modules/unistr/u16-strncmp-tests: New file.
3619         * tests/unistr/test-u16-strncmp.c: New file.
3620
3621         Tests for module 'unistr/u8-strncmp'.
3622         * modules/unistr/u8-strncmp-tests: New file.
3623         * tests/unistr/test-u8-strncmp.c: New file.
3624         * tests/unistr/test-strncmp.h: New file.
3625
3626         Tests for module 'unistr/u32-strcoll'.
3627         * modules/unistr/u32-strcoll-tests: New file.
3628         * tests/unistr/test-u32-strcoll.c: New file.
3629
3630         Tests for module 'unistr/u16-strcoll'.
3631         * modules/unistr/u16-strcoll-tests: New file.
3632         * tests/unistr/test-u16-strcoll.c: New file.
3633
3634         Tests for module 'unistr/u8-strcoll'.
3635         * modules/unistr/u8-strcoll-tests: New file.
3636         * tests/unistr/test-u8-strcoll.c: New file.
3637
3638         Tests for module 'unistr/u32-strcmp'.
3639         * modules/unistr/u32-strcmp-tests: New file.
3640         * tests/unistr/test-u32-strcmp.c: New file.
3641         * tests/unistr/test-u32-strcmp.h: New file.
3642
3643         Tests for module 'unistr/u16-strcmp'.
3644         * modules/unistr/u16-strcmp-tests: New file.
3645         * tests/unistr/test-u16-strcmp.c: New file.
3646         * tests/unistr/test-u16-strcmp.h: New file.
3647
3648         Tests for module 'unistr/u8-strcmp'.
3649         * modules/unistr/u8-strcmp-tests: New file.
3650         * tests/unistr/test-u8-strcmp.c: New file.
3651         * tests/unistr/test-u8-strcmp.h: New file.
3652         * tests/unistr/test-strcmp.h: New file.
3653
3654         Tests for module 'unistr/u32-strncat'.
3655         * modules/unistr/u32-strncat-tests: New file.
3656         * tests/unistr/test-u32-strncat.c: New file.
3657
3658         Tests for module 'unistr/u16-strncat'.
3659         * modules/unistr/u16-strncat-tests: New file.
3660         * tests/unistr/test-u16-strncat.c: New file.
3661
3662         Tests for module 'unistr/u8-strncat'.
3663         * modules/unistr/u8-strncat-tests: New file.
3664         * tests/unistr/test-u8-strncat.c: New file.
3665         * tests/unistr/test-strncat.h: New file.
3666
3667         Tests for module 'unistr/u32-strcat'.
3668         * modules/unistr/u32-strcat-tests: New file.
3669         * tests/unistr/test-u32-strcat.c: New file.
3670
3671         Tests for module 'unistr/u16-strcat'.
3672         * modules/unistr/u16-strcat-tests: New file.
3673         * tests/unistr/test-u16-strcat.c: New file.
3674
3675         Tests for module 'unistr/u8-strcat'.
3676         * modules/unistr/u8-strcat-tests: New file.
3677         * tests/unistr/test-u8-strcat.c: New file.
3678         * tests/unistr/test-strcat.h: New file.
3679
3680         Tests for module 'unistr/u32-stpncpy'.
3681         * modules/unistr/u32-stpncpy-tests: New file.
3682         * tests/unistr/test-u32-stpncpy.c: New file.
3683
3684         Tests for module 'unistr/u16-stpncpy'.
3685         * modules/unistr/u16-stpncpy-tests: New file.
3686         * tests/unistr/test-u16-stpncpy.c: New file.
3687
3688         Tests for module 'unistr/u8-stpncpy'.
3689         * modules/unistr/u8-stpncpy-tests: New file.
3690         * tests/unistr/test-u8-stpncpy.c: New file.
3691         * tests/unistr/test-stpncpy.h: New file.
3692
3693         Tests for module 'unistr/u32-strncpy'.
3694         * modules/unistr/u32-strncpy-tests: New file.
3695         * tests/unistr/test-u32-strncpy.c: New file.
3696
3697         Tests for module 'unistr/u16-strncpy'.
3698         * modules/unistr/u16-strncpy-tests: New file.
3699         * tests/unistr/test-u16-strncpy.c: New file.
3700
3701         Tests for module 'unistr/u8-strncpy'.
3702         * modules/unistr/u8-strncpy-tests: New file.
3703         * tests/unistr/test-u8-strncpy.c: New file.
3704         * tests/unistr/test-strncpy.h: New file.
3705
3706         Tests for module 'unistr/u32-stpcpy'.
3707         * modules/unistr/u32-stpcpy-tests: New file.
3708         * tests/unistr/test-u32-stpcpy.c: New file.
3709
3710         Tests for module 'unistr/u16-stpcpy'.
3711         * modules/unistr/u16-stpcpy-tests: New file.
3712         * tests/unistr/test-u16-stpcpy.c: New file.
3713
3714         Tests for module 'unistr/u8-stpcpy'.
3715         * modules/unistr/u8-stpcpy-tests: New file.
3716         * tests/unistr/test-u8-stpcpy.c: New file.
3717         * tests/unistr/test-stpcpy.h: New file.
3718
3719         Tests for module 'unistr/u32-strcpy'.
3720         * modules/unistr/u32-strcpy-tests: New file.
3721         * tests/unistr/test-u32-strcpy.c: New file.
3722
3723         Tests for module 'unistr/u16-strcpy'.
3724         * modules/unistr/u16-strcpy-tests: New file.
3725         * tests/unistr/test-u16-strcpy.c: New file.
3726
3727         Tests for module 'unistr/u8-strcpy'.
3728         * modules/unistr/u8-strcpy-tests: New file.
3729         * tests/unistr/test-u8-strcpy.c: New file.
3730         * tests/unistr/test-strcpy.h: New file.
3731
3732         Tests for module 'unistr/u32-strnlen'.
3733         * modules/unistr/u32-strnlen-tests: New file.
3734         * tests/unistr/test-u32-strnlen.c: New file.
3735
3736         Tests for module 'unistr/u16-strnlen'.
3737         * modules/unistr/u16-strnlen-tests: New file.
3738         * tests/unistr/test-u16-strnlen.c: New file.
3739
3740         Tests for module 'unistr/u8-strnlen'.
3741         * modules/unistr/u8-strnlen-tests: New file.
3742         * tests/unistr/test-u8-strnlen.c: New file.
3743         * tests/unistr/test-strnlen.h: New file.
3744
3745         Tests for module 'unistr/u32-strlen'.
3746         * modules/unistr/u32-strlen-tests: New file.
3747         * tests/unistr/test-u32-strlen.c: New file.
3748
3749         Tests for module 'unistr/u16-strlen'.
3750         * modules/unistr/u16-strlen-tests: New file.
3751         * tests/unistr/test-u16-strlen.c: New file.
3752
3753         Tests for module 'unistr/u8-strlen'.
3754         * modules/unistr/u8-strlen-tests: New file.
3755         * tests/unistr/test-u8-strlen.c: New file.
3756
3757         Tests for module 'unistr/u32-prev'.
3758         * modules/unistr/u32-prev-tests: New file.
3759         * tests/unistr/test-u32-prev.c: New file.
3760
3761         Tests for module 'unistr/u16-prev'.
3762         * modules/unistr/u16-prev-tests: New file.
3763         * tests/unistr/test-u16-prev.c: New file.
3764
3765         Tests for module 'unistr/u8-prev'.
3766         * modules/unistr/u8-prev-tests: New file.
3767         * tests/unistr/test-u8-prev.c: New file.
3768
3769         Tests for module 'unistr/u32-next'.
3770         * modules/unistr/u32-next-tests: New file.
3771         * tests/unistr/test-u32-next.c: New file.
3772
3773         Tests for module 'unistr/u16-next'.
3774         * modules/unistr/u16-next-tests: New file.
3775         * tests/unistr/test-u16-next.c: New file.
3776
3777         Tests for module 'unistr/u8-next'.
3778         * modules/unistr/u8-next-tests: New file.
3779         * tests/unistr/test-u8-next.c: New file.
3780
3781         Tests for module 'unistr/u32-strmbtouc'.
3782         * modules/unistr/u32-strmbtouc-tests: New file.
3783         * tests/unistr/test-u32-strmbtouc.c: New file.
3784
3785         Tests for module 'unistr/u16-strmbtouc'.
3786         * modules/unistr/u16-strmbtouc-tests: New file.
3787         * tests/unistr/test-u16-strmbtouc.c: New file.
3788
3789         Tests for module 'unistr/u8-strmbtouc'.
3790         * modules/unistr/u8-strmbtouc-tests: New file.
3791         * tests/unistr/test-u8-strmbtouc.c: New file.
3792
3793         Tests for module 'unistr/u32-strmblen'.
3794         * modules/unistr/u32-strmblen-tests: New file.
3795         * tests/unistr/test-u32-strmblen.c: New file.
3796
3797         Tests for module 'unistr/u16-strmblen'.
3798         * modules/unistr/u16-strmblen-tests: New file.
3799         * tests/unistr/test-u16-strmblen.c: New file.
3800
3801         Tests for module 'unistr/u8-strmblen'.
3802         * modules/unistr/u8-strmblen-tests: New file.
3803         * tests/unistr/test-u8-strmblen.c: New file.
3804
3805         Tests for module 'unistr/u32-cpy-alloc'.
3806         * modules/unistr/u32-cpy-alloc-tests: New file.
3807         * tests/unistr/test-u32-cpy-alloc.c: New file.
3808
3809         Tests for module 'unistr/u16-cpy-alloc'.
3810         * modules/unistr/u16-cpy-alloc-tests: New file.
3811         * tests/unistr/test-u16-cpy-alloc.c: New file.
3812
3813         Tests for module 'unistr/u8-cpy-alloc'.
3814         * modules/unistr/u8-cpy-alloc-tests: New file.
3815         * tests/unistr/test-u8-cpy-alloc.c: New file.
3816         * tests/unistr/test-cpy-alloc.h: New file.
3817
3818         Tests for module 'unistr/u32-mbsnlen'.
3819         * modules/unistr/u32-mbsnlen-tests: New file.
3820         * tests/unistr/test-u32-mbsnlen.c: New file.
3821
3822         Tests for module 'unistr/u16-mbsnlen'.
3823         * modules/unistr/u16-mbsnlen-tests: New file.
3824         * tests/unistr/test-u16-mbsnlen.c: New file.
3825
3826         Tests for module 'unistr/u8-mbsnlen'.
3827         * modules/unistr/u8-mbsnlen-tests: New file.
3828         * tests/unistr/test-u8-mbsnlen.c: New file.
3829
3830         Tests for module 'unistr/u32-chr'.
3831         * modules/unistr/u32-chr-tests: New file.
3832         * tests/unistr/test-u32-chr.c: New file.
3833
3834         Tests for module 'unistr/u16-chr'.
3835         * modules/unistr/u16-chr-tests: New file.
3836         * tests/unistr/test-u16-chr.c: New file.
3837
3838         Tests for module 'unistr/u8-chr'.
3839         * modules/unistr/u8-chr-tests: New file.
3840         * tests/unistr/test-u8-chr.c: New file.
3841         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3842
3843         Tests for module 'unistr/u32-cmp2'.
3844         * modules/unistr/u32-cmp2-tests: New file.
3845         * tests/unistr/test-u32-cmp2.c: New file.
3846
3847         Tests for module 'unistr/u16-cmp2'.
3848         * modules/unistr/u16-cmp2-tests: New file.
3849         * tests/unistr/test-u16-cmp2.c: New file.
3850
3851         Tests for module 'unistr/u8-cmp2'.
3852         * modules/unistr/u8-cmp2-tests: New file.
3853         * tests/unistr/test-u8-cmp2.c: New file.
3854         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3855
3856         Tests for module 'unistr/u32-cmp'.
3857         * modules/unistr/u32-cmp-tests: New file.
3858         * tests/unistr/test-u32-cmp.c: New file.
3859
3860         Tests for module 'unistr/u16-cmp'.
3861         * modules/unistr/u16-cmp-tests: New file.
3862         * tests/unistr/test-u16-cmp.c: New file.
3863
3864         Tests for module 'unistr/u8-cmp'.
3865         * modules/unistr/u8-cmp-tests: New file.
3866         * tests/unistr/test-u8-cmp.c: New file.
3867         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3868
3869         Tests for module 'unistr/u32-set'.
3870         * modules/unistr/u32-set-tests: New file.
3871         * tests/unistr/test-u32-set.c: New file.
3872
3873         Tests for module 'unistr/u16-set'.
3874         * modules/unistr/u16-set-tests: New file.
3875         * tests/unistr/test-u16-set.c: New file.
3876
3877         Tests for module 'unistr/u8-set'.
3878         * modules/unistr/u8-set-tests: New file.
3879         * tests/unistr/test-u8-set.c: New file.
3880         * tests/unistr/test-set.h: New file.
3881
3882         Tests for module 'unistr/u32-move'.
3883         * modules/unistr/u32-move-tests: New file.
3884         * tests/unistr/test-u32-move.c: New file.
3885
3886         Tests for module 'unistr/u16-move'.
3887         * modules/unistr/u16-move-tests: New file.
3888         * tests/unistr/test-u16-move.c: New file.
3889
3890         Tests for module 'unistr/u8-move'.
3891         * modules/unistr/u8-move-tests: New file.
3892         * tests/unistr/test-u8-move.c: New file.
3893         * tests/unistr/test-move.h: New file.
3894
3895         Tests for module 'unistr/u32-cpy'.
3896         * modules/unistr/u32-cpy-tests: New file.
3897         * tests/unistr/test-u32-cpy.c: New file.
3898
3899         Tests for module 'unistr/u16-cpy'.
3900         * modules/unistr/u16-cpy-tests: New file.
3901         * tests/unistr/test-u16-cpy.c: New file.
3902
3903         Tests for module 'unistr/u8-cpy'.
3904         * modules/unistr/u8-cpy-tests: New file.
3905         * tests/unistr/test-u8-cpy.c: New file.
3906         * tests/unistr/test-cpy.h: New file.
3907
3908 2010-01-09  Bruno Haible  <bruno@clisp.org>
3909
3910         Tests for module 'unistr/u32-uctomb'.
3911         * modules/unistr/u32-uctomb-tests: New file.
3912         * tests/unistr/test-u32-uctomb.c: New file.
3913
3914         Tests for module 'unistr/u16-uctomb'.
3915         * modules/unistr/u16-uctomb-tests: New file.
3916         * tests/unistr/test-u16-uctomb.c: New file.
3917
3918         Tests for module 'unistr/u8-uctomb'.
3919         * modules/unistr/u8-uctomb-tests: New file.
3920         * tests/unistr/test-u8-uctomb.c: New file.
3921
3922         Tests for module 'unistr/u32-mbtoucr'.
3923         * modules/unistr/u32-mbtoucr-tests: New file.
3924         * tests/unistr/test-u32-mbtoucr.c: New file.
3925
3926         Tests for module 'unistr/u16-mbtoucr'.
3927         * modules/unistr/u16-mbtoucr-tests: New file.
3928         * tests/unistr/test-u16-mbtoucr.c: New file.
3929
3930         Tests for module 'unistr/u8-mbtoucr'.
3931         * modules/unistr/u8-mbtoucr-tests: New file.
3932         * tests/unistr/test-u8-mbtoucr.c: New file.
3933
3934         Tests for module 'unistr/u32-mbtouc'.
3935         * modules/unistr/u32-mbtouc-tests: New file.
3936         * tests/unistr/test-u32-mbtouc.c: New file.
3937
3938         Tests for module 'unistr/u16-mbtouc'.
3939         * modules/unistr/u16-mbtouc-tests: New file.
3940         * tests/unistr/test-u16-mbtouc.c: New file.
3941
3942         Tests for module 'unistr/u8-mbtouc'.
3943         * modules/unistr/u8-mbtouc-tests: New file.
3944         * tests/unistr/test-u8-mbtouc.c: New file.
3945
3946         Tests for module 'unistr/u32-mbtouc-unsafe'.
3947         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3948         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3949         * tests/unistr/test-u32-mbtouc.h: New file.
3950
3951         Tests for module 'unistr/u16-mbtouc-unsafe'.
3952         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3953         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3954         * tests/unistr/test-u16-mbtouc.h: New file.
3955
3956         Tests for module 'unistr/u8-mbtouc-unsafe'.
3957         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3958         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3959         * tests/unistr/test-u8-mbtouc.h: New file.
3960
3961         Tests for module 'unistr/u32-mblen'.
3962         * modules/unistr/u32-mblen-tests: New file.
3963         * tests/unistr/test-u32-mblen.c: New file.
3964
3965         Tests for module 'unistr/u16-mblen'.
3966         * modules/unistr/u16-mblen-tests: New file.
3967         * tests/unistr/test-u16-mblen.c: New file.
3968
3969         Tests for module 'unistr/u8-mblen'.
3970         * modules/unistr/u8-mblen-tests: New file.
3971         * tests/unistr/test-u8-mblen.c: New file.
3972
3973         Tests for module 'unistr/u32-to-u16'.
3974         * modules/unistr/u32-to-u16-tests: New file.
3975         * tests/unistr/test-u32-to-u16.c: New file.
3976
3977         Tests for module 'unistr/u32-to-u8'.
3978         * modules/unistr/u32-to-u8-tests: New file.
3979         * tests/unistr/test-u32-to-u8.c: New file.
3980
3981         Tests for module 'unistr/u16-to-u32'.
3982         * modules/unistr/u16-to-u32-tests: New file.
3983         * tests/unistr/test-u16-to-u32.c: New file.
3984
3985         Tests for module 'unistr/u16-to-u8'.
3986         * modules/unistr/u16-to-u8-tests: New file.
3987         * tests/unistr/test-u16-to-u8.c: New file.
3988
3989         Tests for module 'unistr/u8-to-u32'.
3990         * modules/unistr/u8-to-u32-tests: New file.
3991         * tests/unistr/test-u8-to-u32.c: New file.
3992
3993         Tests for module 'unistr/u8-to-u16'.
3994         * modules/unistr/u8-to-u16-tests: New file.
3995         * tests/unistr/test-u8-to-u16.c: New file.
3996
3997         Tests for module 'unistr/u32-check'.
3998         * modules/unistr/u32-check-tests: New file.
3999         * tests/unistr/test-u32-check.c: New file.
4000
4001         Tests for module 'unistr/u16-check'.
4002         * modules/unistr/u16-check-tests: New file.
4003         * tests/unistr/test-u16-check.c: New file.
4004
4005         Tests for module 'unistr/u8-check'.
4006         * modules/unistr/u8-check-tests: New file.
4007         * tests/unistr/test-u8-check.c: New file.
4008
4009         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4010         (category_equals): New function.
4011         (main): Add more tests.
4012         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4013
4014         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4015
4016 2010-01-10  Bruno Haible  <bruno@clisp.org>
4017
4018         unistr/u*-strcoll: Try harder to distinguish different strings.
4019         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4020         compare s1 and s2 to see if they are different.
4021
4022 2010-01-10  Bruno Haible  <bruno@clisp.org>
4023
4024         unistr/u*-stpncpy: Fix the return value.
4025         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4026         description of the return value consistent with stpncpy in glibc.
4027         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4028         written non-NUL unit.
4029
4030 2010-01-10  Bruno Haible  <bruno@clisp.org>
4031
4032         unistr/u*-next: Add missing dependencies.
4033         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4034         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4035         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4036
4037 2010-01-10  Bruno Haible  <bruno@clisp.org>
4038
4039         unistr/u8-mbsnlen: Fix return value for incomplete character.
4040         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4041         u8_mblen.
4042         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4043         Remove unistr/u8-mblen.
4044         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4045         u16_mblen.
4046         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4047         Remove unistr/u16-mblen.
4048
4049 2010-01-10  Bruno Haible  <bruno@clisp.org>
4050
4051         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4052         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4053         Reported by Brian Gough <bjg@gnu.org> and
4054         Chris Clayton <chris2553@googlemail.com> via
4055         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4056
4057 2010-01-09  Bruno Haible  <bruno@clisp.org>
4058
4059         unistr/u16-to-u32: Reject invalid input.
4060         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4061         u16_mbtouc.
4062         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4063         Remove unistr/u16-mbtouc.
4064
4065         unistr/u16-to-u8: Reject invalid input.
4066         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4067         u16_mbtouc.
4068         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4069         Remove unistr/u16-mbtouc.
4070
4071         unistr/u8-to-u32: Reject invalid input.
4072         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4073         u8_mbtouc.
4074         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4075         Remove unistr/u8-mbtouc.
4076
4077         unistr/u8-to-u16: Reject invalid input.
4078         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4079         u8_mbtouc.
4080         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4081         Remove unistr/u8-mbtouc.
4082
4083 2010-01-09  Bruno Haible  <bruno@clisp.org>
4084
4085         Tests for module 'getlogin'.
4086         * modules/getlogin-tests: New file.
4087         * tests/test-getlogin.c: New file.
4088
4089         New module 'getlogin'.
4090         * lib/unistd.in.h (getlogin): New declaration.
4091         * lib/getlogin.c: New file.
4092         * m4/getlogin.m4: New file.
4093         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4094         HAVE_GETLOGIN.
4095         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4096         HAVE_GETLOGIN.
4097         * modules/getlogin: New file.
4098         * doc/posix-functions/getlogin.texi: Mention the new module.
4099         Reported by John W. Eaton <jwe@gnu.org>.
4100
4101 2010-01-09  Bruno Haible  <bruno@clisp.org>
4102
4103         getlogin_r: Support for native Windows.
4104         * lib/getlogin_r.c: Include <windows.h>
4105         (getlogin_r): Implement for native Windows.
4106         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4107         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4108         via John W. Eaton <jwe@gnu.org>.
4109
4110 2010-01-09  Bruno Haible  <bruno@clisp.org>
4111
4112         getlogin_r: Small fixes.
4113         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4114         succeeds.
4115         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4116         before testing whether getlogin_r is declared. No need to set
4117         HAVE_DECL_GETLOGIN_R to 1.
4118         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4119
4120 2010-01-09  Bruno Haible  <bruno@clisp.org>
4121
4122         * lib/unistd.in.h (getlogin_r): Add comment.
4123
4124 2010-01-09  Bruno Haible  <bruno@clisp.org>
4125
4126         Tests for module 'getlogin_r'.
4127         * modules/getlogin_r-tests: New file.
4128         * tests/test-getlogin_r.c: New file.
4129
4130 2010-01-09  Jim Meyering  <meyering@redhat.com>
4131
4132         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4133         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4134         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4135
4136 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4137
4138         * lib/dup2.c (rpl_dup2): Improve comment.
4139
4140 2010-01-08  Eric Blake  <ebb9@byu.net>
4141
4142         maint.mk: allow packages to add makefile @@ exceptions
4143         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4144         (sc_makefile_check): Rename...
4145         (sc_makefile_at_at_check): ...to this, and use hook.
4146
4147         dup2: work around mingw bug
4148         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4149         Reported by Simon Josefsson.
4150
4151 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4152
4153         glob: Fix C++ compilation.
4154         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4155         C++.
4156
4157 2010-01-07  Bruno Haible  <bruno@clisp.org>
4158
4159         Fix indentation of wctype.in.h, broken since 2007-01-06.
4160         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4161
4162 2010-01-07  Bruno Haible  <bruno@clisp.org>
4163
4164         mbslen: Avoid collision with system function.
4165         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4166         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4167         * m4/mbslen.m4: New file.
4168         * modules/mbslen (Files): Add it.
4169         (configure.ac): Invoke gl_MBSLEN.
4170         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4171         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4172         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4173         via Ian Beckwith <ianb@erislabs.net>.
4174
4175 2010-01-07  Bruno Haible  <bruno@clisp.org>
4176
4177         dirent: Document the last fix.
4178         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4179
4180 2010-01-07  Bruno Haible  <bruno@clisp.org>
4181
4182         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4183         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4184         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4185         va_list are defined.
4186         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4187         Reported by Eric Blake.
4188
4189 2010-01-07  Bruno Haible  <bruno@clisp.org>
4190
4191         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4192         * modules/xlist (Depends-on): Add 'list',
4193         * modules/xoset (Depends-on): Add 'oset'.
4194         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4195
4196 2010-01-07  Bruno Haible  <bruno@clisp.org>
4197
4198         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4199         * doc/posix-functions/strncasecmp.texi: Likewise.
4200
4201 2010-01-07  Bruno Haible  <bruno@clisp.org>
4202
4203         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4204
4205 2010-01-07  John W. Eaton  <jwe@octave.org>
4206
4207         wctype: allow C++ use
4208         * lib/wctype.in.h: Add extern "C" block for C++.
4209
4210 2010-01-06  Eric Blake  <ebb9@byu.net>
4211
4212         maint.mk: detect incorrect GFDL usage
4213         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4214
4215 2010-01-06  Jim Meyering  <meyering@redhat.com>
4216         and Eric Blake  <ebb9@byu.net>
4217
4218         maint.mk: ignore multi-line copyright in NEWS
4219         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4220
4221 2010-01-06  Eric Blake  <ebb9@byu.net>
4222
4223         select: add missing dependency
4224         * modules/select-tests (Depends-on): Move sockets dependency...
4225         * modules/select (Depends-on): ...here.
4226         Reported by Ian Beckwith.
4227
4228         doc: regenerate INSTALL
4229         * doc/INSTALL: Reflect recent autoconf update.
4230         * doc/INSTALL.ISO: Likewise.
4231         * doc/INSTALL.UTF-8: Likewise.
4232
4233         pread: fix compilation on glibc
4234         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4235         Reported by Ralf Wildenhues.
4236
4237         dirent: fix test failure
4238         * lib/dirent.in.h (includes): Guarantee ino_t.
4239         Reported by Ralf Wildenhues.
4240
4241 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4242
4243         linkat, renameat: avoid bad free
4244         * lib/at-func2.c (at_func2): Fix typo.
4245         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4246
4247 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4248
4249         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4250         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4251         to avoid failure of symlink test later.
4252
4253 2010-01-06  Eric Blake  <ebb9@byu.net>
4254
4255         stdio, unistd: guarantee ssize_t
4256         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4257         2008 are exposed when needed.
4258         * lib/stdio.in.h (includes): Likewise.
4259         Reported by Ralf Wildenhues.
4260
4261 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4262
4263         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4264         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4265         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4266
4267 2010-01-06  Jim Meyering  <meyering@redhat.com>
4268
4269         readtokens: this module *does* require xalloc.h
4270         It uses only functions that were omitted by the old syntax-check rule.
4271         * lib/readtokens.c: Include "xalloc.h" once again.
4272         * modules/readtokens (Depends-on): Add xalloc.
4273         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4274
4275 2010-01-05  Eric Blake  <ebb9@byu.net>
4276
4277         maint: support 'make announcement' from a VPATH build
4278         * top/maint.mk (announcement): Look for correct NEWS file.
4279
4280 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4281
4282         utimens (fdutimens): ignore a negative FD, per contract
4283         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4284         when we have a valid file descriptor.  Otherwise, using a brand
4285         new glibc (with just-patched futimens that now fails with EBADF)
4286         would cause this function to fail with ENOSYS.
4287         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4288         See also http://bugzilla.redhat.com/552320.
4289
4290 2010-01-05  Eric Blake  <ebb9@byu.net>
4291
4292         strcase: document what it provides
4293         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4294         gnulib module.
4295         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4296         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4297
4298 2010-01-05  Jim Meyering  <meyering@redhat.com>
4299
4300         maint: remove useless inclusions of "xalloc.h"
4301         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4302         * lib/readtokens.c: Likewise.
4303         * lib/same.c: Likewise.
4304         * modules/getloadavg (Depends-on): Remove xalloc.
4305         * modules/readtokens: Likewise.
4306         * modules/same: Likewise.
4307
4308         maint.mk: include 4 more function names in alloca.h-checking regexp
4309         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4310         regexp.  Before, we would give a false-positive (saying alloca.h
4311         is included unnecessarily) when the only uses involved omitted symbols.
4312
4313         xalloc.h: use consistent formatting
4314         * lib/xalloc.h: Move declarations to start in the first column.
4315
4316 2010-01-05  Eric Blake  <ebb9@byu.net>
4317
4318         mkdir: avoid xalloc
4319         * lib/mkdir.c (includes): Drop unused header.
4320         Reported by John W. Eaton.
4321
4322 2010-01-04  Jim Meyering  <meyering@redhat.com>
4323
4324         nl_langinfo: avoid configure-time syntax error
4325         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4326         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4327         the empty string.  Don't let that provoke a shell syntax error.
4328
4329         regcomp, regexec, fnmatch: avoid array bounds read error
4330         * lib/regcomp.c (build_equiv_class): From glibc:
4331         Use only the low 24 bits of a findidx return value as an index
4332         into the weights array.  Patch by Ulrich Drepper:
4333         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4334         * lib/regexec.c (check_node_accept_bytes): Likewise.
4335         * lib/fnmatch_loop.c (FCT): Likewise.
4336
4337         regcomp: skip collseq lookup when there are no rules
4338         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4339         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4340
4341         regcomp: recognize ill-formed { } expressions
4342         * lib/regcomp.c (parse_dup_op): From glibc:
4343         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4344
4345         regcomp: fix typo in comment
4346         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4347         s/satisfy/satisfies/.
4348
4349         regcomp: sync from glibc: remove dead store
4350         * lib/regcomp.c (duplicate_node_closure): Remove useless
4351         search_duplicated_node call and dead store.
4352
4353         regcomp: sync from glibc; always use nl_langinfo
4354         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4355         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4356         * modules/regex (Depends-on): Add nl_langinfo.
4357
4358 2010-01-04  Eric Blake  <ebb9@byu.net>
4359
4360         fdopendir: fix configure test
4361         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4362
4363 2010-01-01  Bruno Haible  <bruno@clisp.org>
4364
4365         wchar: Remove unused configure check.
4366         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4367
4368 2010-01-01  Eric Blake  <ebb9@byu.net>
4369
4370         headers: make check of system header explicit
4371         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4372         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4373         ourselves.
4374         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4375         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4376         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4377         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4378         internals.
4379         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4380         missing.
4381         Suggested by Bruno Haible.
4382
4383 2010-01-01  Jim Meyering  <meyering@redhat.com>
4384
4385         ChangeLog: tweak to eliminate unnecessary copyright line
4386         * ChangeLog: Remove a copyright line that was mistakenly updated
4387         by today's update-copyright run.  Reported by Eric Blake.
4388
4389         test-update-copyright: don't let envvar setting cause test failure
4390         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4391
4392 2010-01-01  Bruno Haible  <bruno@clisp.org>
4393
4394         localename: Avoid gcc warning.
4395         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4396         function if it is not used.
4397
4398 2010-01-01  Jim Meyering  <meyering@redhat.com>
4399
4400         update nearly all FSF copyright year lists to include 2010
4401         Use the same procedure as for 2009, outlined in
4402         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4403
4404         version-etc: set COPYRIGHT_YEAR to 2010
4405         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4406
4407 2009-12-31  Eric Blake  <ebb9@byu.net>
4408
4409         doc: correct availability of cygwin 1.5.x getopt
4410         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4411         variables.
4412         * doc/posix-functions/opterr.texi (opterr): Likewise.
4413         * doc/posix-functions/optind.texi (optind): Likewise.
4414         * doc/posix-functions/optopt.texi (optopt): Likewise.
4415         * doc/posix-functions/tzname.texi (tzname): Likewise.
4416
4417         openat: update maintainer
4418         * modules/openat (Maintainer): Add myself.
4419
4420         utimens: avoid shadowing warning
4421         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4422         buffers into one, to avoid shadowing, as well as avoiding a
4423         redundant stat.
4424         Reported by Jim Meyering.
4425
4426         test-dup2: avoid compiler warning
4427         * tests/test-dup2.c (is_inheritable): Only define if used.
4428
4429 2010-01-01  Bruno Haible  <bruno@clisp.org>
4430
4431         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4432         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4433         defined, use wctomb instead of wcrtomb.
4434
4435 2010-01-01  Bruno Haible  <bruno@clisp.org>
4436
4437         iconv: Reject native Solaris iconv.
4438         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4439         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4440
4441 2009-12-31  Bruno Haible  <bruno@clisp.org>
4442
4443         * tests/test-signal.c (main): Remove test of 'SIG'.
4444
4445 2009-12-31  Bruno Haible  <bruno@clisp.org>
4446
4447         spawn: Fix incomplete fix.
4448         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4449         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4450         warnings for GNULIB_POSIXCHECK again.
4451         Reported by Eric Blake.
4452
4453 2009-12-31  Bruno Haible  <bruno@clisp.org>
4454
4455         Avoid namespace pollution on glibc systems.
4456         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4457         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4458         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4459         glibc systems.
4460
4461 2009-12-31  Bruno Haible  <bruno@clisp.org>
4462
4463         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4464         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4465         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4466         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4467         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4468         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4469         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4470
4471 2009-12-31  Bruno Haible  <bruno@clisp.org>
4472
4473         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4474         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4475         afterwards.
4476
4477 2009-12-31  Bruno Haible  <bruno@clisp.org>
4478
4479         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4480         SYS_UTSNAME_H.
4481
4482 2009-12-31  Bruno Haible  <bruno@clisp.org>
4483
4484         spawn: Fix misapplied patch.
4485         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4486         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4487         warnings for GNULIB_POSIXCHECK.
4488
4489 2009-12-31  Bruno Haible  <bruno@clisp.org>
4490
4491         times: Update after sys_times changed.
4492         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4493         * modules/times (Files): Add it.
4494         (configure.ac): Invoke gl_FUNC_TIMES.
4495
4496 2009-12-31  Bruno Haible  <bruno@clisp.org>
4497
4498         Use AC_C_INLINE where necessary.
4499         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4500         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4501         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4502         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4503         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4504         * m4/mbiter.m4 (gl_MBITER): Likewise.
4505         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4506         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4507         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4508         * modules/u64 (configure.ac): Likewise.
4509
4510 2009-12-31  Bruno Haible  <bruno@clisp.org>
4511
4512         Use AC_C_INLINE instead of module 'inline' where possible.
4513         * modules/inline (Description): Clarify purpose.
4514         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4515         * modules/count-one-bits (Depends-on): Remove inline.
4516         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4517         * modules/openat (Depends-on): Remove inline.
4518         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4519         instead of depending on module 'inline'.
4520         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4521         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4522         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4523         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4524         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4525         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4526         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4527         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4528         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4529         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4530         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4531         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4532         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4533         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4534         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4535         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4536         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4537         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4538         Likewise.
4539         * modules/unictype/property-ascii-hex-digit (Depends-on,
4540         configure.ac): Likewise.
4541         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4542         configure.ac): Likewise.
4543         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4544         configure.ac): Likewise.
4545         * modules/unictype/property-bidi-block-separator (Depends-on,
4546         configure.ac): Likewise.
4547         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4548         configure.ac): Likewise.
4549         * modules/unictype/property-bidi-common-separator (Depends-on,
4550         configure.ac): Likewise.
4551         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4552         Likewise.
4553         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4554         configure.ac): Likewise.
4555         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4556         configure.ac): Likewise.
4557         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4558         configure.ac): Likewise.
4559         * modules/unictype/property-bidi-european-digit (Depends-on,
4560         configure.ac): Likewise.
4561         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4562         configure.ac): Likewise.
4563         * modules/unictype/property-bidi-left-to-right (Depends-on,
4564         configure.ac): Likewise.
4565         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4566         configure.ac): Likewise.
4567         * modules/unictype/property-bidi-other-neutral (Depends-on,
4568         configure.ac): Likewise.
4569         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4570         Likewise.
4571         * modules/unictype/property-bidi-segment-separator (Depends-on,
4572         configure.ac): Likewise.
4573         * modules/unictype/property-bidi-whitespace (Depends-on,
4574         configure.ac): Likewise.
4575         * modules/unictype/property-combining (Depends-on, configure.ac):
4576         Likewise.
4577         * modules/unictype/property-composite (Depends-on, configure.ac):
4578         Likewise.
4579         * modules/unictype/property-currency-symbol (Depends-on,
4580         configure.ac): Likewise.
4581         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4582         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4583         Likewise.
4584         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4585         configure.ac): Likewise.
4586         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4587         Likewise.
4588         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4589         Likewise.
4590         * modules/unictype/property-extender (Depends-on, configure.ac):
4591         Likewise.
4592         * modules/unictype/property-format-control (Depends-on, configure.ac):
4593         Likewise.
4594         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4595         Likewise.
4596         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4597         Likewise.
4598         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4599         Likewise.
4600         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4601         Likewise.
4602         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4603         Likewise.
4604         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4605         Likewise.
4606         * modules/unictype/property-id-start (Depends-on, configure.ac):
4607         Likewise.
4608         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4609         Likewise.
4610         * modules/unictype/property-ids-binary-operator (Depends-on,
4611         configure.ac): Likewise.
4612         * modules/unictype/property-ids-trinary-operator (Depends-on,
4613         configure.ac): Likewise.
4614         * modules/unictype/property-ignorable-control (Depends-on,
4615         configure.ac): Likewise.
4616         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4617         Likewise.
4618         * modules/unictype/property-join-control (Depends-on, configure.ac):
4619         Likewise.
4620         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4621         Likewise.
4622         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4623         Likewise.
4624         * modules/unictype/property-logical-order-exception (Depends-on,
4625         configure.ac): Likewise.
4626         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4627         Likewise.
4628         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4629         * modules/unictype/property-non-break (Depends-on, configure.ac):
4630         Likewise.
4631         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4632         Likewise.
4633         * modules/unictype/property-numeric (Depends-on, configure.ac):
4634         Likewise.
4635         * modules/unictype/property-other-alphabetic (Depends-on,
4636         configure.ac): Likewise.
4637         * modules/unictype/property-other-default-ignorable-code-point
4638         (Depends-on, configure.ac): Likewise.
4639         * modules/unictype/property-other-grapheme-extend (Depends-on,
4640         configure.ac): Likewise.
4641         * modules/unictype/property-other-id-continue (Depends-on,
4642         configure.ac): Likewise.
4643         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4644         Likewise.
4645         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4646         Likewise.
4647         * modules/unictype/property-other-math (Depends-on, configure.ac):
4648         Likewise.
4649         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4650         Likewise.
4651         * modules/unictype/property-paired-punctuation (Depends-on,
4652         configure.ac): Likewise.
4653         * modules/unictype/property-paragraph-separator (Depends-on,
4654         configure.ac): Likewise.
4655         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4656         Likewise.
4657         * modules/unictype/property-pattern-white-space (Depends-on,
4658         configure.ac): Likewise.
4659         * modules/unictype/property-private-use (Depends-on, configure.ac):
4660         Likewise.
4661         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4662         Likewise.
4663         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4664         Likewise.
4665         * modules/unictype/property-radical (Depends-on, configure.ac):
4666         Likewise.
4667         * modules/unictype/property-sentence-terminal (Depends-on,
4668         configure.ac): Likewise.
4669         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4670         Likewise.
4671         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4672         * modules/unictype/property-terminal-punctuation (Depends-on,
4673         configure.ac): Likewise.
4674         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4675         Likewise.
4676         * modules/unictype/property-unassigned-code-value (Depends-on,
4677         configure.ac): Likewise.
4678         * modules/unictype/property-unified-ideograph (Depends-on,
4679         configure.ac): Likewise.
4680         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4681         Likewise.
4682         * modules/unictype/property-variation-selector (Depends-on,
4683         configure.ac): Likewise.
4684         * modules/unictype/property-white-space (Depends-on, configure.ac):
4685         Likewise.
4686         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4687         Likewise.
4688         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4689         Likewise.
4690         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4691         Likewise.
4692         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4693         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4694         Likewise.
4695
4696 2009-12-31  Bruno Haible  <bruno@clisp.org>
4697
4698         Remove unnecessary AC_C_INLINE invocation.
4699         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4700         since 2009-08-21.
4701
4702 2009-12-31  Jim Meyering  <meyering@redhat.com>
4703
4704         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4705         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4706         With this change, we can all remove the gpg_key_ID = ... definition
4707         from our respective cfg.mk files.
4708
4709         maint.mk: create announcement template in ~/, not in /tmp
4710         * top/maint.mk (emit_upload_commands): Adjust.
4711         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4712         Remove temporary file, .ci-msg.
4713
4714 2009-12-31  Eric Blake  <ebb9@byu.net>
4715
4716         link-warning: always build headers with link warnings
4717         * modules/arpa_inet (Makefile.am): Always build replacement
4718         header.
4719         * modules/ctype (Makefile.am): Likewise.
4720         * modules/dirent (Makefile.am): Likewise.
4721         * modules/inttypes (Makefile.am): Likewise.
4722         * modules/langinfo (Makefile.am): Likewise.
4723         * modules/locale (Makefile.am): Likewise.
4724         * modules/spawn (Makefile.am): Likewise.
4725         * modules/sys_file (Makefile.am): Likewise.
4726         * modules/sys_ioctl (Makefile.am): Likewise.
4727         * modules/sys_select (Makefile.am): Likewise.
4728         * modules/sys_socket (Makefile.am): Likewise.
4729         * modules/sys_times (Makefile.am): Likewise.
4730         * modules/sys_utsname (Makefile.am): Likewise.
4731         * modules/sys_wait (Makefile.am): Likewise.
4732         * modules/wchar (Makefile.am): Likewise.
4733         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4734         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4735         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4736         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4737         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4738         Likewise.
4739         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4740         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4741         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4742         Likewise.
4743         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4744         Likewise.
4745         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4746         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4747         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4748         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4749         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4750         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4751         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4752         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4753         (gl_WCHAR_H_DEFAULTS): Likewise.
4754
4755 2009-12-31  Eric Blake  <ebb9@byu.net>
4756
4757         signal, spawn: use link warnings
4758         * lib/signal.in.h (sigset_t): Make unconditional.
4759         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4760         (sigpending, sigprocmask, sigaction): Add link warnings.
4761         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4762         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4763         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4764         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4765         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4766         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4767         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4768         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4769         (posix_spawn_file_actions_destroy)
4770         (posix_spawn_file_actions_addopen)
4771         (posix_spawn_file_actions_addclose)
4772         (posix_spawn_file_actions_adddup2): Likewise.
4773         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4774         * tests/test-signal.c (main): Enhance test.
4775
4776         spawn: improve wrapper support
4777         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4778         (gl_SPAWN_H_DEFAULTS): New defaults.
4779         * modules/spawn (Makefile.am): Substitute them.
4780         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4781         Only declare if missing or broken.
4782
4783         sys_times, sys_utsname: use include_next
4784         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4785         header.
4786         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4787         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4788         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4789         * modules/sys_times (Depends-on): Add include_next.
4790         (Makefile.am): Substitute additional values.
4791         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4792         * lib/sys_times.in.h (includes): Include native header, if
4793         available.
4794         * lib/sys_utsname.in.h (includes): Likewise.
4795         * tests/test-sys_times.c (main): Enhance test.
4796
4797         fdutimensat: revert prior patch
4798         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4799         utimens.h.
4800         Reported by Bruno Haible.
4801
4802 2009-12-30  Eric Blake  <ebb9@byu.net>
4803
4804         sys_wait: drop link-warning dependency
4805         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4806         link-warning efforts.
4807         * lib/sys_wait.in.h: Likewise.
4808
4809         fdutimensat: remove bogus dependency
4810         * modules/fdutimensat (Depends-on): Drop inline.
4811
4812         unistd: fix typo
4813         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4814
4815 2009-12-30  Bruno Haible  <bruno@clisp.org>
4816
4817         Fix compilation error with Solaris cc.
4818         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4819         * lib/unicase/u16-is-invariant.c: Likewise.
4820         * lib/unicase/u32-is-invariant.c: Likewise.
4821         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4822
4823 2009-12-30  Bruno Haible  <bruno@clisp.org>
4824
4825         Fix test crash.
4826         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4827         locales.
4828         Reported by Simon Josefsson <simon@josefsson.org>.
4829
4830 2009-12-30  Bruno Haible  <bruno@clisp.org>
4831
4832         Fix compilation error on most platforms.
4833         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4834         Reported by Simon Josefsson <simon@josefsson.org>
4835         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4836
4837 2009-12-30  Eric Blake  <ebb9@byu.net>
4838
4839         futimens, utimensat: work around ntfs-3g bug
4840         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4841         a ctime bug is present, and expand workaround to cover ntfs-3g.
4842         * lib/utimens.c (fdutimens, lutimens): Likewise.
4843         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4844         (validate_timespec): Adjust return value.
4845         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4846         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4847         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4848
4849 2009-12-29  Eric Blake  <ebb9@byu.net>
4850
4851         link-warning: make usage consistent
4852         * modules/ctype (Depends-on): Add link-warning.
4853         (Makefile.am): Update rules accordingly.
4854         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4855         * modules/locale (Depends-on, Makefile.am): Likewise.
4856         * modules/sys_file (Makefile.am): Likewise.
4857         * modules/getopt-posix (Makefile.am): Delete unused link warning
4858         efforts.
4859         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4860         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4861         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4862         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4863
4864         stdio: remove unused variables
4865         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4866         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4867         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4868
4869         tests: test more substitute headers
4870         * modules/ctype-tests: New file.
4871         * modules/dirent-tests: Likewise.
4872         * modules/spawn-tests: Likewise.
4873         * modules/sys_file-tests: Likewise.
4874         * modules/sys_ioctl-tests: Likewise.
4875         * modules/sys_wait-tests: Likewise.
4876         * tests/test-ctype.c: Likewise.
4877         * tests/test-dirent.c: Likewise.
4878         * tests/test-spawn.c: Likewise.
4879         * tests/test-sys_file.c: Likewise.
4880         * tests/test-sys_ioctl.c: Likewise.
4881         * tests/test-sys_wait.c: Likewise.
4882         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4883         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4884         whether or not flock is in use.
4885
4886         tests: remove License section from module
4887         * modules/arpa_inet-tests: Remove unneeded section.
4888         * modules/byteswap-tests: Likewise.
4889         * modules/ceilf-tests: Likewise.
4890         * modules/ceill-tests: Likewise.
4891         * modules/crypto/des-tests: Likewise.
4892         * modules/crypto/gc-arcfour-tests: Likewise.
4893         * modules/crypto/gc-arctwo-tests: Likewise.
4894         * modules/crypto/gc-des-tests: Likewise.
4895         * modules/crypto/gc-hmac-md5-tests: Likewise.
4896         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4897         * modules/crypto/gc-md2-tests: Likewise.
4898         * modules/crypto/gc-md4-tests: Likewise.
4899         * modules/crypto/gc-md5-tests: Likewise.
4900         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4901         * modules/crypto/gc-rijndael-tests: Likewise.
4902         * modules/crypto/gc-sha1-tests: Likewise.
4903         * modules/crypto/gc-tests: Likewise.
4904         * modules/crypto/md2-tests: Likewise.
4905         * modules/crypto/md4-tests: Likewise.
4906         * modules/fcntl-h-tests: Likewise.
4907         * modules/floorf-tests: Likewise.
4908         * modules/floorl-tests: Likewise.
4909         * modules/frexp-nolibm-tests: Likewise.
4910         * modules/frexp-tests: Likewise.
4911         * modules/frexpl-nolibm-tests: Likewise.
4912         * modules/frexpl-tests: Likewise.
4913         * modules/getaddrinfo-tests: Likewise.
4914         * modules/inttypes-tests: Likewise.
4915         * modules/isfinite-tests: Likewise.
4916         * modules/isinf-tests: Likewise.
4917         * modules/ldexpl-tests: Likewise.
4918         * modules/locale-tests: Likewise.
4919         * modules/math-tests: Likewise.
4920         * modules/netdb-tests: Likewise.
4921         * modules/netinet_in-tests: Likewise.
4922         * modules/printf-frexp-tests: Likewise.
4923         * modules/printf-frexpl-tests: Likewise.
4924         * modules/priv-set-tests: Likewise.
4925         * modules/random_r-tests: Likewise.
4926         * modules/round-tests: Likewise.
4927         * modules/roundf-tests: Likewise.
4928         * modules/roundl-tests: Likewise.
4929         * modules/search-tests: Likewise.
4930         * modules/select-tests: Likewise.
4931         * modules/signal-tests: Likewise.
4932         * modules/stdbool-tests: Likewise.
4933         * modules/stddef-tests: Likewise.
4934         * modules/stdint-tests: Likewise.
4935         * modules/stdio-tests: Likewise.
4936         * modules/stdlib-tests: Likewise.
4937         * modules/string-tests: Likewise.
4938         * modules/strings-tests: Likewise.
4939         * modules/sys_select-tests: Likewise.
4940         * modules/sys_socket-tests: Likewise.
4941         * modules/sys_stat-tests: Likewise.
4942         * modules/sys_time-tests: Likewise.
4943         * modules/sys_utsname-tests: Likewise.
4944         * modules/sysexits-tests: Likewise.
4945         * modules/time-tests: Likewise.
4946         * modules/trunc-tests: Likewise.
4947         * modules/truncf-tests: Likewise.
4948         * modules/truncl-tests: Likewise.
4949         * modules/tsearch-tests: Likewise.
4950         * modules/unistd-tests: Likewise.
4951         * modules/wchar-tests: Likewise.
4952         * modules/wctype-tests: Likewise.
4953
4954         tests: fix license on several tests
4955         * tests/test-des.c: Update to GPLv3+.
4956         * tests/test-flock.c: Likewise.
4957         * tests/test-fsync.c: Likewise.
4958         * tests/test-futimens.h: Likewise.
4959         * tests/test-gc-arcfour.c: Likewise.
4960         * tests/test-gc-arctwo.c: Likewise.
4961         * tests/test-gc-des.c: Likewise.
4962         * tests/test-gc-hmac-md5.c: Likewise.
4963         * tests/test-gc-hmac-sha1.c: Likewise.
4964         * tests/test-gc-md2.c: Likewise.
4965         * tests/test-gc-md4.c: Likewise.
4966         * tests/test-gc-md5.c: Likewise.
4967         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4968         * tests/test-gc-rijndael.c: Likewise.
4969         * tests/test-gc-sha1.c: Likewise.
4970         * tests/test-gc.c: Likewise.
4971         * tests/test-getcwd.c: Likewise.
4972         * tests/test-link.c: Likewise.
4973         * tests/test-link.h: Likewise.
4974         * tests/test-lutimens.h: Likewise.
4975         * tests/test-md2.c: Likewise.
4976         * tests/test-md4.c: Likewise.
4977         * tests/test-mkdir.h: Likewise.
4978         * tests/test-rename.c: Likewise.
4979         * tests/test-rename.h: Likewise.
4980         * tests/test-safe-alloc.c: Likewise.
4981         * tests/test-utimens-common.h: Likewise.
4982         * tests/test-utimens.h: Likewise.
4983
4984         maint: sync license texts
4985         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4986         * doc/gpl-3.0.texi: Revert copyright year update.
4987         * doc/lgpl-3.0.texi: Likewise.
4988
4989 2009-12-29  Jim Meyering  <meyering@redhat.com>
4990
4991         update nearly all FSF copyright year lists to include 2009
4992         The files named by the following are exempted:
4993             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4994               test -f "$dst" && { echo "$dst"; continue; }
4995               test -d "$dst" || continue
4996               echo "$dst"/$(basename "$src")
4997             done > exempt
4998             git ls-files tests/unictype >> exempt
4999         In the remaining files, convert to all-interval notation if
5000         - there is already at least one year interval like 2000-2003
5001         - the file is maintained by me
5002         - the file is in lib/uni*/, where that style already prevails
5003         Otherwise, use update-copyright's default.
5004
5005 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5006         and Eric Blake  <ebb9@byu.net>
5007
5008         tests: don't require debug system() to pass
5009         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5010         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5011         * tests/test-unlink.h (test_unlink_func): Likewise.
5012         * tests/test-fstatat.c (main): ...into callers.
5013         * tests/test-lstat.c (main): Likewise.
5014         * tests/test-rmdir.c (main): Likewise.
5015         * tests/test-unlink.c (main): Likewise.
5016         * tests/test-unlinkat.c (main): Likewise.
5017         * tests/test-areadlink-with-size.c (main): Don't require a
5018         debug-only system call to pass, aiding cross-testing to mingw.
5019         * tests/test-areadlink.c (main): Likewise.
5020         * tests/test-areadlinkat-with-size.c (main): Likewise.
5021         * tests/test-areadlinkat.c (main): Likewise.
5022         * tests/test-canonicalize-lgpl.c (main): Likewise.
5023         * tests/test-canonicalize.c (main): Likewise.
5024         * tests/test-chown.c (main): Likewise.
5025         * tests/test-fchownat.c (main): Likewise.
5026         * tests/test-lchown.c (main): Likewise.
5027         * tests/test-fdutimensat.c (main): Likewise.
5028         * tests/test-futimens.c (main): Likewise.
5029         * tests/test-link.c (main): Likewise.
5030         * tests/test-linkat.c (main): Likewise.
5031         * tests/test-mkdir.c (main): Likewise.
5032         * tests/test-mkdirat.c (main): Likewise.
5033         * tests/test-mkfifo.c (main): Likewise.
5034         * tests/test-mkfifoat.c (main): Likewise.
5035         * tests/test-mknod.c (main): Likewise.
5036         * tests/test-readlink.c (main): Likewise.
5037         * tests/test-remove.c (main): Likewise.
5038         * tests/test-rename.c (main): Likewise.
5039         * tests/test-renameat.c (main): Likewise.
5040         * tests/test-symlink.c (main): Likewise.
5041         * tests/test-symlinkat.c (main): Likewise.
5042         * tests/test-utimens.c (main): Likewise.
5043         * tests/test-utimensat.c (main): Likewise.
5044
5045 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5046
5047         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5048         on $(UNUSED_PARAMETER_H) to avoid build failure.
5049
5050 2009-12-28  Jim Meyering  <meyering@redhat.com>
5051
5052         update-copyright: you may specify a max. line length other than 72
5053         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5054
5055         maint: use consistent FSF copyright line syntax
5056         * lib/posixtm.c: Add missing comma in FSF copyright line.
5057         * lib/posixtm.h: Likewise.
5058         * lib/getugroups.c: Add missing ", Inc.".
5059
5060         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5061         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5062         FSF copyright line.  Remove trailing blanks.
5063
5064 2009-12-28  Eric Blake  <ebb9@byu.net>
5065
5066         test-dup2: reduce dependencies
5067         * modules/cloexec (Configure.ac): Set witness.
5068         * modules/dup2-tests (Depends-on): Drop cloexec.
5069         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5070         not present.
5071         Suggested by Bruno Haible.
5072
5073 2009-12-26  Bruno Haible  <bruno@clisp.org>
5074
5075         Remove an unneeded dependency.
5076         * modules/fseterr (Depends-on): Remove dup2.
5077
5078 2009-12-26  Eric Blake  <ebb9@byu.net>
5079
5080         tests: use macros.h in more places
5081         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5082         (ASSERT_STREAM): Provide default of stderr.
5083         * tests/test-dirent-safer.c: Include macros.h, using alternate
5084         stream for assertions.
5085         * tests/test-dup-safer.c: Likewise.
5086         * tests/test-freopen-safer.c: Likewise.
5087         * tests/test-getopt.c: Likewise.
5088         * tests/test-openat-safer.c: Likewise.
5089         * tests/test-pipe.c: Likewise.
5090         * tests/test-popen-safer.c: Likewise.
5091         * modules/dirent-safer-tests (Files): Include macros.h.
5092         * modules/unistd-safer-tests (Files): Likewise.
5093         * modules/freopen-safer-tests (Files): Likewise.
5094         * modules/getopt-posix-tests (Files): Likewise.
5095         * modules/openat-safer-tests (Files): Likewise.
5096         * modules/pipe-tests (Files): Likewise.
5097
5098 2009-12-26  Bruno Haible  <bruno@clisp.org>
5099
5100         javacomp: Portability fix.
5101         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5102         that it also works on Solaris.
5103
5104 2009-12-26  Bruno Haible  <bruno@clisp.org>
5105
5106         localename: Fix storage allocation of gl_locale_name_thread's result.
5107         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5108         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5109         all platforms that have 'uselocale'.
5110         (gl_locale_name_thread_unsafe): New function, extracted from
5111         gl_locale_name_thread.
5112         (gl_locale_name_thread): Call struniq on all platforms that have
5113         'uselocale'.
5114         * tests/test-localename.c (test_locale_name_thread): Check that the
5115         resulting strings are permanently allocated.
5116         * modules/localename-tests (Depends-on): Add strdup.
5117
5118 2009-12-26  Bruno Haible  <bruno@clisp.org>
5119
5120         * tests/test-localename.c (categories): Fill in the strings.
5121
5122 2009-12-26  Jim Meyering  <meyering@redhat.com>
5123
5124         isdir: complete the removal of m4/isdir.m4
5125         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5126
5127         isdir: clean up, since at least grep still uses it
5128         * lib/isdir.c: Include "isdir.h".
5129         (S_ISDIR): Remove now-unneeded definition.
5130         * modules/isdir (Files): Add lib/isdir.h.
5131         * lib/isdir.h: New file, with declaration.
5132         * m4/isdir.m4: Remove file -- unneeded.
5133
5134 2009-12-25  Bruno Haible  <bruno@clisp.org>
5135
5136         selinux-h: Make generated .h files standalone.
5137         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5138         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5139         * lib/se-selinux.in.h: Likewise.
5140         * modules/selinux-h (Depends-on): Add unused-parameter.
5141         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5142         selinux/selinux.h and selinux/context.h.
5143         Suggested by Eric Blake.
5144
5145 2009-12-25  Bruno Haible  <bruno@clisp.org>
5146
5147         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5148         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5149         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5150         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5151         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5152
5153 2009-12-24  Bruno Haible  <bruno@clisp.org>
5154
5155         openat: Fix warning.
5156         * lib/openat-proc.c: Include <unistd.h>.
5157
5158 2009-12-24  Bruno Haible  <bruno@clisp.org>
5159
5160         New module 'unused-parameter'.
5161         * build-aux/unused-parameter.h: New file, extracted from earlier
5162         gnulib-common.m4.
5163         * modules/unused-parameter: New file.
5164         * lib/unistr.h: Include unused-parameter.h.
5165         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5166         _GL_UNUSED.
5167         * modules/unistr/base (Depends-on): Add unused-parameter.
5168
5169 2009-12-24  Bruno Haible  <bruno@clisp.org>
5170
5171         Add missing dependencies to 'extensions' module.
5172         * m4/extensions.m4: Add comment.
5173         * modules/accept4 (Depends-on): Add extensions.
5174         * modules/dup3 (Depends-on): Likewise.
5175         * modules/fcntl (Depends-on): Likewise.
5176         * modules/futimens (Depends-on): Likewise.
5177         * modules/mknod (Depends-on): Likewise.
5178         * modules/pipe2 (Depends-on): Likewise.
5179         * modules/stat-time (Depends-on): Likewise.
5180         * modules/strcasestr-simple (Depends-on): Likewise.
5181         * modules/strsignal (Depends-on): Likewise.
5182         * modules/utimensat (Depends-on): Likewise.
5183         * modules/localcharset (Depends-on): Likewise. Needed because of
5184         gl_FCNTL_O_FLAGS.
5185         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5186         AC_TYPE_MBSTATE_T.
5187         * modules/wcsnrtombs (Depends-on): Likewise.
5188         * modules/wcsrtombs (Depends-on): Likewise.
5189
5190 2009-12-24  Bruno Haible  <bruno@clisp.org>
5191
5192         binary-io: Avoid gcc warning due to SET_BINARY.
5193         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5194         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5195
5196 2009-12-24  Bruno Haible  <bruno@clisp.org>
5197
5198         Avoid future namespace pollution on glibc systems.
5199         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5200         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5201         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5202         glibc systems.
5203
5204 2009-12-24  Bruno Haible  <bruno@clisp.org>
5205
5206         Refactor common macros used in tests.
5207         * tests/macros.h: New file.
5208         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5209         and/or <stdlib.h>, if appropriate.
5210         (ASSERT, SIZEOF): Remove macros.
5211         * tests/test-areadlink-with-size.c: Likewise.
5212         * tests/test-areadlinkat.c: Likewise.
5213         * tests/test-areadlinkat-with-size.c: Likewise.
5214         * tests/test-argmatch.c: Likewise.
5215         * tests/test-argv-iter.c: Likewise.
5216         * tests/test-array-mergesort.c: Likewise.
5217         * tests/test-array_list.c: Likewise.
5218         * tests/test-array_oset.c: Likewise.
5219         * tests/test-avltree_list.c: Likewise.
5220         * tests/test-avltree_oset.c: Likewise.
5221         * tests/test-avltreehash_list.c: Likewise.
5222         * tests/test-base64.c: Likewise.
5223         * tests/test-binary-io.c: Likewise.
5224         * tests/test-bitrotate.c: Likewise.
5225         * tests/test-btowc.c: Likewise.
5226         * tests/test-byteswap.c: Likewise.
5227         * tests/test-c-ctype.c: Likewise.
5228         * tests/test-c-stack.c: Likewise.
5229         * tests/test-c-strcasecmp.c: Likewise.
5230         * tests/test-c-strcasestr.c: Likewise.
5231         * tests/test-c-strncasecmp.c: Likewise.
5232         * tests/test-c-strstr.c: Likewise.
5233         * tests/test-canonicalize-lgpl.c: Likewise.
5234         * tests/test-canonicalize.c: Likewise.
5235         * tests/test-carray_list.c: Likewise.
5236         * tests/test-ceilf1.c: Likewise.
5237         * tests/test-ceilf2.c: Likewise.
5238         * tests/test-ceill.c: Likewise.
5239         * tests/test-chown.c: Likewise.
5240         * tests/test-cloexec.c: Likewise.
5241         * tests/test-copy-acl.c: Likewise.
5242         * tests/test-copy-file.c: Likewise.
5243         * tests/test-count-one-bits.c: Likewise.
5244         * tests/test-dprintf-posix.c: Likewise.
5245         * tests/test-dup2.c: Likewise.
5246         * tests/test-dup3.c: Likewise.
5247         * tests/test-duplocale.c: Likewise.
5248         * tests/test-fbufmode.c: Likewise.
5249         * tests/test-fchdir.c: Likewise.
5250         * tests/test-fchownat.c: Likewise.
5251         * tests/test-fcntl-safer.c: Likewise.
5252         * tests/test-fcntl.c: Likewise.
5253         * tests/test-fdopendir.c: Likewise.
5254         * tests/test-fdutimensat.c: Likewise.
5255         * tests/test-fflush2.c: Likewise.
5256         * tests/test-file-has-acl.c: Likewise.
5257         * tests/test-filevercmp.c: Likewise.
5258         * tests/test-flock.c: Likewise.
5259         * tests/test-floorf1.c: Likewise.
5260         * tests/test-floorf2.c: Likewise.
5261         * tests/test-floorl.c: Likewise.
5262         * tests/test-fnmatch.c: Likewise.
5263         * tests/test-fopen.h: Likewise.
5264         * tests/test-fpending.c: Likewise.
5265         * tests/test-fprintf-posix.c: Likewise.
5266         * tests/test-fpurge.c: Likewise.
5267         * tests/test-freadable.c: Likewise.
5268         * tests/test-freadahead.c: Likewise.
5269         * tests/test-freading.c: Likewise.
5270         * tests/test-freadptr.c: Likewise.
5271         * tests/test-freadptr2.c: Likewise.
5272         * tests/test-freadseek.c: Likewise.
5273         * tests/test-freopen.c: Likewise.
5274         * tests/test-frexp.c: Likewise.
5275         * tests/test-frexpl.c: Likewise.
5276         * tests/test-fseek.c: Likewise.
5277         * tests/test-fseeko.c: Likewise.
5278         * tests/test-fstatat.c: Likewise.
5279         * tests/test-fstrcmp.c: Likewise.
5280         * tests/test-fsync.c: Likewise.
5281         * tests/test-ftell.c: Likewise.
5282         * tests/test-ftello.c: Likewise.
5283         * tests/test-func.c: Likewise.
5284         * tests/test-futimens.c: Likewise.
5285         * tests/test-fwritable.c: Likewise.
5286         * tests/test-fwriting.c: Likewise.
5287         * tests/test-getcwd.c: Likewise.
5288         * tests/test-getdate.c: Likewise.
5289         * tests/test-getdelim.c: Likewise.
5290         * tests/test-getdtablesize.c: Likewise.
5291         * tests/test-getgroups.c: Likewise.
5292         * tests/test-getline.c: Likewise.
5293         * tests/test-getndelim2.c: Likewise.
5294         * tests/test-glob.c: Likewise.
5295         * tests/test-hash.c: Likewise.
5296         * tests/test-i-ring.c: Likewise.
5297         * tests/test-iconv-utf.c: Likewise.
5298         * tests/test-iconv.c: Likewise.
5299         * tests/test-idpriv-drop.c: Likewise.
5300         * tests/test-idpriv-droptemp.c: Likewise.
5301         * tests/test-inet_ntop.c: Likewise.
5302         * tests/test-inet_pton.c: Likewise.
5303         * tests/test-isblank.c: Likewise.
5304         * tests/test-isfinite.c: Likewise.
5305         * tests/test-isinf.c: Likewise.
5306         * tests/test-isnan.c: Likewise.
5307         * tests/test-isnand.h: Likewise.
5308         * tests/test-isnanf.h: Likewise.
5309         * tests/test-isnanl.h: Likewise.
5310         * tests/test-lchown.c: Likewise.
5311         * tests/test-ldexpl.c: Likewise.
5312         * tests/test-link.c: Likewise.
5313         * tests/test-linkat.c: Likewise.
5314         * tests/test-linked_list.c: Likewise.
5315         * tests/test-linkedhash_list.c: Likewise.
5316         * tests/test-localename.c: Likewise.
5317         * tests/test-lseek.c: Likewise.
5318         * tests/test-lstat.c: Likewise.
5319         * tests/test-mbmemcasecmp.c: Likewise.
5320         * tests/test-mbmemcasecoll.c: Likewise.
5321         * tests/test-mbrtowc.c: Likewise.
5322         * tests/test-mbscasecmp.c: Likewise.
5323         * tests/test-mbscasestr1.c: Likewise.
5324         * tests/test-mbscasestr2.c: Likewise.
5325         * tests/test-mbscasestr3.c: Likewise.
5326         * tests/test-mbscasestr4.c: Likewise.
5327         * tests/test-mbschr.c: Likewise.
5328         * tests/test-mbscspn.c: Likewise.
5329         * tests/test-mbsinit.c: Likewise.
5330         * tests/test-mbsncasecmp.c: Likewise.
5331         * tests/test-mbsnrtowcs.c: Likewise.
5332         * tests/test-mbspbrk.c: Likewise.
5333         * tests/test-mbspcasecmp.c: Likewise.
5334         * tests/test-mbsrchr.c: Likewise.
5335         * tests/test-mbsrtowcs.c: Likewise.
5336         * tests/test-mbsspn.c: Likewise.
5337         * tests/test-mbsstr1.c: Likewise.
5338         * tests/test-mbsstr2.c: Likewise.
5339         * tests/test-mbsstr3.c: Likewise.
5340         * tests/test-memchr.c: Likewise.
5341         * tests/test-memchr2.c: Likewise.
5342         * tests/test-memcmp.c: Likewise.
5343         * tests/test-memmem.c: Likewise.
5344         * tests/test-memrchr.c: Likewise.
5345         * tests/test-mkdir.c: Likewise.
5346         * tests/test-mkdirat.c: Likewise.
5347         * tests/test-mkfifo.c: Likewise.
5348         * tests/test-mkfifoat.c: Likewise.
5349         * tests/test-mknod.c: Likewise.
5350         * tests/test-nanosleep.c: Likewise.
5351         * tests/test-nl_langinfo.c: Likewise.
5352         * tests/test-obstack-printf.c: Likewise.
5353         * tests/test-open.c: Likewise.
5354         * tests/test-openat.c: Likewise.
5355         * tests/test-pipe-filter-gi1.c: Likewise.
5356         * tests/test-pipe-filter-gi2-main.c: Likewise.
5357         * tests/test-pipe-filter-ii1.c: Likewise.
5358         * tests/test-pipe-filter-ii2-main.c: Likewise.
5359         * tests/test-pipe2.c: Likewise.
5360         * tests/test-popen.h: Likewise.
5361         * tests/test-posixtm.c: Likewise.
5362         * tests/test-pread.c: Likewise.
5363         * tests/test-printf-frexp.c: Likewise.
5364         * tests/test-printf-frexpl.c: Likewise.
5365         * tests/test-printf-posix.c: Likewise.
5366         * tests/test-priv-set.c: Likewise.
5367         * tests/test-quotearg.c: Likewise.
5368         * tests/test-random_r.c: Likewise.
5369         * tests/test-rawmemchr.c: Likewise.
5370         * tests/test-rbtree_list.c: Likewise.
5371         * tests/test-rbtree_oset.c: Likewise.
5372         * tests/test-rbtreehash_list.c: Likewise.
5373         * tests/test-readlink.c: Likewise.
5374         * tests/test-remove.c: Likewise.
5375         * tests/test-rename.c: Likewise.
5376         * tests/test-renameat.c: Likewise.
5377         * tests/test-rmdir.c: Likewise.
5378         * tests/test-round1.c: Likewise.
5379         * tests/test-roundf1.c: Likewise.
5380         * tests/test-roundl.c: Likewise.
5381         * tests/test-safe-alloc.c: Likewise.
5382         * tests/test-sameacls.c: Likewise.
5383         * tests/test-set-mode-acl.c: Likewise.
5384         * tests/test-setenv.c: Likewise.
5385         * tests/test-sigaction.c: Likewise.
5386         * tests/test-signbit.c: Likewise.
5387         * tests/test-sleep.c: Likewise.
5388         * tests/test-snprintf-posix.c: Likewise.
5389         * tests/test-snprintf.c: Likewise.
5390         * tests/test-sprintf-posix.c: Likewise.
5391         * tests/test-stat-time.c: Likewise.
5392         * tests/test-stat.c: Likewise.
5393         * tests/test-strcasestr.c: Likewise.
5394         * tests/test-strchrnul.c: Likewise.
5395         * tests/test-strerror.c: Likewise.
5396         * tests/test-striconv.c: Likewise.
5397         * tests/test-striconveh.c: Likewise.
5398         * tests/test-striconveha.c: Likewise.
5399         * tests/test-strsignal.c: Likewise.
5400         * tests/test-strstr.c: Likewise.
5401         * tests/test-strtod.c: Likewise.
5402         * tests/test-strverscmp.c: Likewise.
5403         * tests/test-symlink.c: Likewise.
5404         * tests/test-symlinkat.c: Likewise.
5405         * tests/test-trunc1.c: Likewise.
5406         * tests/test-trunc2.c: Likewise.
5407         * tests/test-truncf1.c: Likewise.
5408         * tests/test-truncf2.c: Likewise.
5409         * tests/test-truncl.c: Likewise.
5410         * tests/test-uname.c: Likewise.
5411         * tests/test-unlink.c: Likewise.
5412         * tests/test-unlinkat.c: Likewise.
5413         * tests/test-unsetenv.c: Likewise.
5414         * tests/test-usleep.c: Likewise.
5415         * tests/test-utimens.c: Likewise.
5416         * tests/test-utimensat.c: Likewise.
5417         * tests/test-vasnprintf-posix.c: Likewise.
5418         * tests/test-vasnprintf-posix2.c: Likewise.
5419         * tests/test-vasnprintf.c: Likewise.
5420         * tests/test-vasprintf-posix.c: Likewise.
5421         * tests/test-vasprintf.c: Likewise.
5422         * tests/test-vdprintf-posix.c: Likewise.
5423         * tests/test-vfprintf-posix.c: Likewise.
5424         * tests/test-vprintf-posix.c: Likewise.
5425         * tests/test-vsnprintf-posix.c: Likewise.
5426         * tests/test-vsnprintf.c: Likewise.
5427         * tests/test-vsprintf-posix.c: Likewise.
5428         * tests/test-wcrtomb.c: Likewise.
5429         * tests/test-wcsnrtombs.c: Likewise.
5430         * tests/test-wcsrtombs.c: Likewise.
5431         * tests/test-wctype.c: Likewise.
5432         * tests/test-wcwidth.c: Likewise.
5433         * tests/test-xfprintf-posix.c: Likewise.
5434         * tests/test-xmemdup0.c: Likewise.
5435         * tests/test-xprintf-posix.c: Likewise.
5436         * tests/test-xvasprintf.c: Likewise.
5437         * tests/unicase/test-locale-language.c: Likewise.
5438         * tests/unicase/test-mapping-part1.h: Likewise.
5439         * tests/unicase/test-predicate-part1.h: Likewise.
5440         * tests/unicase/test-u8-casecmp.c: Likewise.
5441         * tests/unicase/test-u8-casecoll.c: Likewise.
5442         * tests/unicase/test-u8-casefold.c: Likewise.
5443         * tests/unicase/test-u8-is-cased.c: Likewise.
5444         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5445         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5446         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5447         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5448         * tests/unicase/test-u8-tolower.c: Likewise.
5449         * tests/unicase/test-u8-totitle.c: Likewise.
5450         * tests/unicase/test-u8-toupper.c: Likewise.
5451         * tests/unicase/test-u16-casecmp.c: Likewise.
5452         * tests/unicase/test-u16-casecoll.c: Likewise.
5453         * tests/unicase/test-u16-casefold.c: Likewise.
5454         * tests/unicase/test-u16-is-cased.c: Likewise.
5455         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5456         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5457         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5458         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5459         * tests/unicase/test-u16-tolower.c: Likewise.
5460         * tests/unicase/test-u16-totitle.c: Likewise.
5461         * tests/unicase/test-u16-toupper.c: Likewise.
5462         * tests/unicase/test-u32-casecmp.c: Likewise.
5463         * tests/unicase/test-u32-casecoll.c: Likewise.
5464         * tests/unicase/test-u32-casefold.c: Likewise.
5465         * tests/unicase/test-u32-is-cased.c: Likewise.
5466         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5467         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5468         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5469         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5470         * tests/unicase/test-u32-tolower.c: Likewise.
5471         * tests/unicase/test-u32-totitle.c: Likewise.
5472         * tests/unicase/test-u32-toupper.c: Likewise.
5473         * tests/unicase/test-ulc-casecmp.c: Likewise.
5474         * tests/unicase/test-ulc-casecoll.c: Likewise.
5475         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5476         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5477         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5478         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5479         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5480         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5481         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5482         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5483         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5484         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5485         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5486         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5487         * tests/unictype/test-bidi_byname.c: Likewise.
5488         * tests/unictype/test-bidi_name.c: Likewise.
5489         * tests/unictype/test-bidi_of.c: Likewise.
5490         * tests/unictype/test-bidi_test.c: Likewise.
5491         * tests/unictype/test-block_list.c: Likewise.
5492         * tests/unictype/test-block_of.c: Likewise.
5493         * tests/unictype/test-block_test.c: Likewise.
5494         * tests/unictype/test-categ_and.c: Likewise.
5495         * tests/unictype/test-categ_and_not.c: Likewise.
5496         * tests/unictype/test-categ_byname.c: Likewise.
5497         * tests/unictype/test-categ_name.c: Likewise.
5498         * tests/unictype/test-categ_none.c: Likewise.
5499         * tests/unictype/test-categ_of.c: Likewise.
5500         * tests/unictype/test-categ_or.c: Likewise.
5501         * tests/unictype/test-categ_test_withtable.c: Likewise.
5502         * tests/unictype/test-combining.c: Likewise.
5503         * tests/unictype/test-decdigit.c: Likewise.
5504         * tests/unictype/test-digit.c: Likewise.
5505         * tests/unictype/test-mirror.c: Likewise.
5506         * tests/unictype/test-numeric.c: Likewise.
5507         * tests/unictype/test-pr_byname.c: Likewise.
5508         * tests/unictype/test-pr_test.c: Likewise.
5509         * tests/unictype/test-predicate-part1.h: Likewise.
5510         * tests/unictype/test-scripts.c: Likewise.
5511         * tests/unictype/test-sy_c_ident.c: Likewise.
5512         * tests/unictype/test-sy_java_ident.c: Likewise.
5513         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5514         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5515         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5516         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5517         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5518         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5519         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5520         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5521         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5522         * tests/uninorm/test-compat-decomposition.c: Likewise.
5523         * tests/uninorm/test-composition.c: Likewise.
5524         * tests/uninorm/test-decomposing-form.c: Likewise.
5525         * tests/uninorm/test-decomposition.c: Likewise.
5526         * tests/uninorm/test-u8-nfc.c: Likewise.
5527         * tests/uninorm/test-u8-nfd.c: Likewise.
5528         * tests/uninorm/test-u8-nfkc.c: Likewise.
5529         * tests/uninorm/test-u8-nfkd.c: Likewise.
5530         * tests/uninorm/test-u8-normcmp.c: Likewise.
5531         * tests/uninorm/test-u8-normcoll.c: Likewise.
5532         * tests/uninorm/test-u16-nfc.c: Likewise.
5533         * tests/uninorm/test-u16-nfd.c: Likewise.
5534         * tests/uninorm/test-u16-nfkc.c: Likewise.
5535         * tests/uninorm/test-u16-nfkd.c: Likewise.
5536         * tests/uninorm/test-u16-normcmp.c: Likewise.
5537         * tests/uninorm/test-u16-normcoll.c: Likewise.
5538         * tests/uninorm/test-u32-nfc.c: Likewise.
5539         * tests/uninorm/test-u32-nfd.c: Likewise.
5540         * tests/uninorm/test-u32-nfkc.c: Likewise.
5541         * tests/uninorm/test-u32-nfkd.c: Likewise.
5542         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5543         * tests/uninorm/test-u32-normcmp.c: Likewise.
5544         * tests/uninorm/test-u32-normcoll.c: Likewise.
5545         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5546         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5547         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5548         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5549         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5550         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5551         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5552         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5553         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5554         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5555         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5556         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5557         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5558         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5559         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5560         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5561         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5562         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5563         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5564         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5565         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5566         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5567         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5568         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5569         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5570         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5571         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5572         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5573         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5574         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5575         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5576         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5577         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5578         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5579         * tests/uniwidth/test-u8-width.c: Likewise.
5580         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5581         * tests/uniwidth/test-u16-width.c: Likewise.
5582         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5583         * tests/uniwidth/test-u32-width.c: Likewise.
5584         * tests/uniwidth/test-uc_width.c: Likewise.
5585         * tests/uniwidth/test-uc_width2.c: Likewise.
5586         * modules/acl-tests (Files): Add tests/macros.h.
5587         * modules/areadlink-tests (Files): Likewise.
5588         * modules/areadlink-with-size-tests (Files): Likewise.
5589         * modules/areadlinkat-tests (Files): Likewise.
5590         * modules/areadlinkat-with-size-tests (Files): Likewise.
5591         * modules/argmatch-tests (Files): Likewise.
5592         * modules/argv-iter-tests (Files): Likewise.
5593         * modules/array-list-tests (Files): Likewise.
5594         * modules/array-mergesort-tests (Files): Likewise.
5595         * modules/array-oset-tests (Files): Likewise.
5596         * modules/avltree-list-tests (Files): Likewise.
5597         * modules/avltree-oset-tests (Files): Likewise.
5598         * modules/avltreehash-list-tests (Files): Likewise.
5599         * modules/base64-tests (Files): Likewise.
5600         * modules/binary-io-tests (Files): Likewise.
5601         * modules/bitrotate-tests (Files): Likewise.
5602         * modules/btowc-tests (Files): Likewise.
5603         * modules/byteswap-tests (Files): Likewise.
5604         * modules/c-ctype-tests (Files): Likewise.
5605         * modules/c-stack-tests (Files): Likewise.
5606         * modules/c-strcase-tests (Files): Likewise.
5607         * modules/c-strcasestr-tests (Files): Likewise.
5608         * modules/c-strstr-tests (Files): Likewise.
5609         * modules/canonicalize-lgpl-tests (Files): Likewise.
5610         * modules/canonicalize-tests (Files): Likewise.
5611         * modules/carray-list-tests (Files): Likewise.
5612         * modules/ceilf-tests (Files): Likewise.
5613         * modules/ceill-tests (Files): Likewise.
5614         * modules/chown-tests (Files): Likewise.
5615         * modules/cloexec-tests (Files): Likewise.
5616         * modules/copy-file-tests (Files): Likewise.
5617         * modules/count-one-bits-tests (Files): Likewise.
5618         * modules/dprintf-posix-tests (Files): Likewise.
5619         * modules/dup2-tests (Files): Likewise.
5620         * modules/dup3-tests (Files): Likewise.
5621         * modules/duplocale-tests (Files): Likewise.
5622         * modules/fbufmode-tests (Files): Likewise.
5623         * modules/fchdir-tests (Files): Likewise.
5624         * modules/fcntl-safer-tests (Files): Likewise.
5625         * modules/fcntl-tests (Files): Likewise.
5626         * modules/fdopendir-tests (Files): Likewise.
5627         * modules/fdutimensat-tests (Files): Likewise.
5628         * modules/fflush-tests (Files): Likewise.
5629         * modules/filevercmp-tests (Files): Likewise.
5630         * modules/flock-tests (Files): Likewise.
5631         * modules/floorf-tests (Files): Likewise.
5632         * modules/floorl-tests (Files): Likewise.
5633         * modules/fnmatch-tests (Files): Likewise.
5634         * modules/fopen-safer-tests (Files): Likewise.
5635         * modules/fopen-tests (Files): Likewise.
5636         * modules/fpending-tests (Files): Likewise.
5637         * modules/fprintf-posix-tests (Files): Likewise.
5638         * modules/fpurge-tests (Files): Likewise.
5639         * modules/freadable-tests (Files): Likewise.
5640         * modules/freadahead-tests (Files): Likewise.
5641         * modules/freading-tests (Files): Likewise.
5642         * modules/freadptr-tests (Files): Likewise.
5643         * modules/freadseek-tests (Files): Likewise.
5644         * modules/freopen-tests (Files): Likewise.
5645         * modules/frexp-nolibm-tests (Files): Likewise.
5646         * modules/frexp-tests (Files): Likewise.
5647         * modules/frexpl-nolibm-tests (Files): Likewise.
5648         * modules/frexpl-tests (Files): Likewise.
5649         * modules/fseek-tests (Files): Likewise.
5650         * modules/fseeko-tests (Files): Likewise.
5651         * modules/fstrcmp-tests (Files): Likewise.
5652         * modules/fsync-tests (Files): Likewise.
5653         * modules/ftell-tests (Files): Likewise.
5654         * modules/ftello-tests (Files): Likewise.
5655         * modules/func-tests (Files): Likewise.
5656         * modules/futimens-tests (Files): Likewise.
5657         * modules/fwritable-tests (Files): Likewise.
5658         * modules/fwriting-tests (Files): Likewise.
5659         * modules/getcwd-tests (Files): Likewise.
5660         * modules/getdate-tests (Files): Likewise.
5661         * modules/getdelim-tests (Files): Likewise.
5662         * modules/getdtablesize-tests (Files): Likewise.
5663         * modules/getgroups-tests (Files): Likewise.
5664         * modules/getline-tests (Files): Likewise.
5665         * modules/getndelim2-tests (Files): Likewise.
5666         * modules/glob-tests (Files): Likewise.
5667         * modules/hash-tests (Files): Likewise.
5668         * modules/i-ring-tests (Files): Likewise.
5669         * modules/iconv-tests (Files): Likewise.
5670         * modules/iconv_open-utf-tests (Files): Likewise.
5671         * modules/idpriv-drop-tests (Files): Likewise.
5672         * modules/idpriv-droptemp-tests (Files): Likewise.
5673         * modules/inet_ntop-tests (Files): Likewise.
5674         * modules/inet_pton-tests (Files): Likewise.
5675         * modules/isblank-tests (Files): Likewise.
5676         * modules/isfinite-tests (Files): Likewise.
5677         * modules/isinf-tests (Files): Likewise.
5678         * modules/isnan-tests (Files): Likewise.
5679         * modules/isnand-nolibm-tests (Files): Likewise.
5680         * modules/isnand-tests (Files): Likewise.
5681         * modules/isnanf-nolibm-tests (Files): Likewise.
5682         * modules/isnanf-tests (Files): Likewise.
5683         * modules/isnanl-nolibm-tests (Files): Likewise.
5684         * modules/isnanl-tests (Files): Likewise.
5685         * modules/lchown-tests (Files): Likewise.
5686         * modules/ldexpl-tests (Files): Likewise.
5687         * modules/link-tests (Files): Likewise.
5688         * modules/linkat-tests (Files): Likewise.
5689         * modules/linked-list-tests (Files): Likewise.
5690         * modules/linkedhash-list-tests (Files): Likewise.
5691         * modules/localename-tests (Files): Likewise.
5692         * modules/lseek-tests (Files): Likewise.
5693         * modules/lstat-tests (Files): Likewise.
5694         * modules/mbmemcasecmp-tests (Files): Likewise.
5695         * modules/mbmemcasecoll-tests (Files): Likewise.
5696         * modules/mbrtowc-tests (Files): Likewise.
5697         * modules/mbscasecmp-tests (Files): Likewise.
5698         * modules/mbscasestr-tests (Files): Likewise.
5699         * modules/mbschr-tests (Files): Likewise.
5700         * modules/mbscspn-tests (Files): Likewise.
5701         * modules/mbsinit-tests (Files): Likewise.
5702         * modules/mbsncasecmp-tests (Files): Likewise.
5703         * modules/mbsnrtowcs-tests (Files): Likewise.
5704         * modules/mbspbrk-tests (Files): Likewise.
5705         * modules/mbspcasecmp-tests (Files): Likewise.
5706         * modules/mbsrchr-tests (Files): Likewise.
5707         * modules/mbsrtowcs-tests (Files): Likewise.
5708         * modules/mbsspn-tests (Files): Likewise.
5709         * modules/mbsstr-tests (Files): Likewise.
5710         * modules/memchr-tests (Files): Likewise.
5711         * modules/memchr2-tests (Files): Likewise.
5712         * modules/memcmp-tests (Files): Likewise.
5713         * modules/memmem-tests (Files): Likewise.
5714         * modules/memrchr-tests (Files): Likewise.
5715         * modules/mkdir-tests (Files): Likewise.
5716         * modules/mkfifo-tests (Files): Likewise.
5717         * modules/mkfifoat-tests (Files): Likewise.
5718         * modules/mknod-tests (Files): Likewise.
5719         * modules/nanosleep-tests (Files): Likewise.
5720         * modules/nl_langinfo-tests (Files): Likewise.
5721         * modules/obstack-printf-tests (Files): Likewise.
5722         * modules/open-tests (Files): Likewise.
5723         * modules/openat-tests (Files): Likewise.
5724         * modules/pipe-filter-gi-tests (Files): Likewise.
5725         * modules/pipe-filter-ii-tests (Files): Likewise.
5726         * modules/pipe2-tests (Files): Likewise.
5727         * modules/popen-safer-tests (Files): Likewise.
5728         * modules/popen-tests (Files): Likewise.
5729         * modules/posixtm-tests (Files): Likewise.
5730         * modules/pread-tests (Files): Likewise.
5731         * modules/printf-frexp-tests (Files): Likewise.
5732         * modules/printf-frexpl-tests (Files): Likewise.
5733         * modules/printf-posix-tests (Files): Likewise.
5734         * modules/priv-set-tests (Files): Likewise.
5735         * modules/quotearg-tests (Files): Likewise.
5736         * modules/random_r-tests (Files): Likewise.
5737         * modules/rawmemchr-tests (Files): Likewise.
5738         * modules/rbtree-list-tests (Files): Likewise.
5739         * modules/rbtree-oset-tests (Files): Likewise.
5740         * modules/rbtreehash-list-tests (Files): Likewise.
5741         * modules/readlink-tests (Files): Likewise.
5742         * modules/remove-tests (Files): Likewise.
5743         * modules/rename-tests (Files): Likewise.
5744         * modules/renameat-tests (Files): Likewise.
5745         * modules/rmdir-tests (Files): Likewise.
5746         * modules/round-tests (Files): Likewise.
5747         * modules/roundf-tests (Files): Likewise.
5748         * modules/roundl-tests (Files): Likewise.
5749         * modules/safe-alloc-tests (Files): Likewise.
5750         * modules/setenv-tests (Files): Likewise.
5751         * modules/sigaction-tests (Files): Likewise.
5752         * modules/signbit-tests (Files): Likewise.
5753         * modules/sleep-tests (Files): Likewise.
5754         * modules/snprintf-posix-tests (Files): Likewise.
5755         * modules/snprintf-tests (Files): Likewise.
5756         * modules/sprintf-posix-tests (Files): Likewise.
5757         * modules/stat-tests (Files): Likewise.
5758         * modules/stat-time-tests (Files): Likewise.
5759         * modules/strcasestr-tests (Files): Likewise.
5760         * modules/strchrnul-tests (Files): Likewise.
5761         * modules/strerror-tests (Files): Likewise.
5762         * modules/striconv-tests (Files): Likewise.
5763         * modules/striconveh-tests (Files): Likewise.
5764         * modules/striconveha-tests (Files): Likewise.
5765         * modules/strsignal-tests (Files): Likewise.
5766         * modules/strstr-tests (Files): Likewise.
5767         * modules/strtod-tests (Files): Likewise.
5768         * modules/strverscmp-tests (Files): Likewise.
5769         * modules/symlink-tests (Files): Likewise.
5770         * modules/symlinkat-tests (Files): Likewise.
5771         * modules/trunc-tests (Files): Likewise.
5772         * modules/truncf-tests (Files): Likewise.
5773         * modules/truncl-tests (Files): Likewise.
5774         * modules/uname-tests (Files): Likewise.
5775         * modules/unicase/cased-tests (Files): Likewise.
5776         * modules/unicase/ignorable-tests (Files): Likewise.
5777         * modules/unicase/locale-language-tests (Files): Likewise.
5778         * modules/unicase/tolower-tests (Files): Likewise.
5779         * modules/unicase/totitle-tests (Files): Likewise.
5780         * modules/unicase/toupper-tests (Files): Likewise.
5781         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5782         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5783         * modules/unicase/u8-casefold-tests (Files): Likewise.
5784         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5785         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5786         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5787         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5788         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5789         * modules/unicase/u8-tolower-tests (Files): Likewise.
5790         * modules/unicase/u8-totitle-tests (Files): Likewise.
5791         * modules/unicase/u8-toupper-tests (Files): Likewise.
5792         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5793         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5794         * modules/unicase/u16-casefold-tests (Files): Likewise.
5795         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5796         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5797         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5798         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5799         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5800         * modules/unicase/u16-tolower-tests (Files): Likewise.
5801         * modules/unicase/u16-totitle-tests (Files): Likewise.
5802         * modules/unicase/u16-toupper-tests (Files): Likewise.
5803         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5804         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5805         * modules/unicase/u32-casefold-tests (Files): Likewise.
5806         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5807         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5808         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5809         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5810         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5811         * modules/unicase/u32-tolower-tests (Files): Likewise.
5812         * modules/unicase/u32-totitle-tests (Files): Likewise.
5813         * modules/unicase/u32-toupper-tests (Files): Likewise.
5814         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5815         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5816         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5817         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5818         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5819         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5820         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5821         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5822         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5823         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5824         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5825         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5826         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5827         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5828         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5829         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5830         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5831         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5832         * modules/unictype/block-list-tests (Files): Likewise.
5833         * modules/unictype/block-of-tests (Files): Likewise.
5834         * modules/unictype/block-test-tests (Files): Likewise.
5835         * modules/unictype/category-C-tests (Files): Likewise.
5836         * modules/unictype/category-Cc-tests (Files): Likewise.
5837         * modules/unictype/category-Cf-tests (Files): Likewise.
5838         * modules/unictype/category-Cn-tests (Files): Likewise.
5839         * modules/unictype/category-Co-tests (Files): Likewise.
5840         * modules/unictype/category-Cs-tests (Files): Likewise.
5841         * modules/unictype/category-L-tests (Files): Likewise.
5842         * modules/unictype/category-Ll-tests (Files): Likewise.
5843         * modules/unictype/category-Lm-tests (Files): Likewise.
5844         * modules/unictype/category-Lo-tests (Files): Likewise.
5845         * modules/unictype/category-Lt-tests (Files): Likewise.
5846         * modules/unictype/category-Lu-tests (Files): Likewise.
5847         * modules/unictype/category-M-tests (Files): Likewise.
5848         * modules/unictype/category-Mc-tests (Files): Likewise.
5849         * modules/unictype/category-Me-tests (Files): Likewise.
5850         * modules/unictype/category-Mn-tests (Files): Likewise.
5851         * modules/unictype/category-N-tests (Files): Likewise.
5852         * modules/unictype/category-Nd-tests (Files): Likewise.
5853         * modules/unictype/category-Nl-tests (Files): Likewise.
5854         * modules/unictype/category-No-tests (Files): Likewise.
5855         * modules/unictype/category-P-tests (Files): Likewise.
5856         * modules/unictype/category-Pc-tests (Files): Likewise.
5857         * modules/unictype/category-Pd-tests (Files): Likewise.
5858         * modules/unictype/category-Pe-tests (Files): Likewise.
5859         * modules/unictype/category-Pf-tests (Files): Likewise.
5860         * modules/unictype/category-Pi-tests (Files): Likewise.
5861         * modules/unictype/category-Po-tests (Files): Likewise.
5862         * modules/unictype/category-Ps-tests (Files): Likewise.
5863         * modules/unictype/category-S-tests (Files): Likewise.
5864         * modules/unictype/category-Sc-tests (Files): Likewise.
5865         * modules/unictype/category-Sk-tests (Files): Likewise.
5866         * modules/unictype/category-Sm-tests (Files): Likewise.
5867         * modules/unictype/category-So-tests (Files): Likewise.
5868         * modules/unictype/category-Z-tests (Files): Likewise.
5869         * modules/unictype/category-Zl-tests (Files): Likewise.
5870         * modules/unictype/category-Zp-tests (Files): Likewise.
5871         * modules/unictype/category-Zs-tests (Files): Likewise.
5872         * modules/unictype/category-and-not-tests (Files): Likewise.
5873         * modules/unictype/category-and-tests (Files): Likewise.
5874         * modules/unictype/category-byname-tests (Files): Likewise.
5875         * modules/unictype/category-name-tests (Files): Likewise.
5876         * modules/unictype/category-none-tests (Files): Likewise.
5877         * modules/unictype/category-of-tests (Files): Likewise.
5878         * modules/unictype/category-or-tests (Files): Likewise.
5879         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5880         * modules/unictype/combining-class-tests (Files): Likewise.
5881         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5882         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5883         * modules/unictype/ctype-blank-tests (Files): Likewise.
5884         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5885         * modules/unictype/ctype-digit-tests (Files): Likewise.
5886         * modules/unictype/ctype-graph-tests (Files): Likewise.
5887         * modules/unictype/ctype-lower-tests (Files): Likewise.
5888         * modules/unictype/ctype-print-tests (Files): Likewise.
5889         * modules/unictype/ctype-punct-tests (Files): Likewise.
5890         * modules/unictype/ctype-space-tests (Files): Likewise.
5891         * modules/unictype/ctype-upper-tests (Files): Likewise.
5892         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5893         * modules/unictype/decimal-digit-tests (Files): Likewise.
5894         * modules/unictype/digit-tests (Files): Likewise.
5895         * modules/unictype/mirror-tests (Files): Likewise.
5896         * modules/unictype/numeric-tests (Files): Likewise.
5897         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5898         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5899         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5900         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5901         Likewise.
5902         * modules/unictype/property-bidi-block-separator-tests (Files):
5903         Likewise.
5904         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5905         Likewise.
5906         * modules/unictype/property-bidi-common-separator-tests (Files):
5907         Likewise.
5908         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5909         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5910         Likewise.
5911         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5912         Likewise.
5913         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5914         Likewise.
5915         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5916         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5917         Likewise.
5918         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5919         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5920         Likewise.
5921         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5922         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5923         * modules/unictype/property-bidi-segment-separator-tests (Files):
5924         Likewise.
5925         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5926         * modules/unictype/property-byname-tests (Files): Likewise.
5927         * modules/unictype/property-combining-tests (Files): Likewise.
5928         * modules/unictype/property-composite-tests (Files): Likewise.
5929         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5930         * modules/unictype/property-dash-tests (Files): Likewise.
5931         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5932         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5933         Likewise.
5934         * modules/unictype/property-deprecated-tests (Files): Likewise.
5935         * modules/unictype/property-diacritic-tests (Files): Likewise.
5936         * modules/unictype/property-extender-tests (Files): Likewise.
5937         * modules/unictype/property-format-control-tests (Files): Likewise.
5938         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5939         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5940         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5941         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5942         * modules/unictype/property-hyphen-tests (Files): Likewise.
5943         * modules/unictype/property-id-continue-tests (Files): Likewise.
5944         * modules/unictype/property-id-start-tests (Files): Likewise.
5945         * modules/unictype/property-ideographic-tests (Files): Likewise.
5946         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5947         * modules/unictype/property-ids-trinary-operator-tests (Files):
5948         Likewise.
5949         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5950         * modules/unictype/property-iso-control-tests (Files): Likewise.
5951         * modules/unictype/property-join-control-tests (Files): Likewise.
5952         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5953         * modules/unictype/property-line-separator-tests (Files): Likewise.
5954         * modules/unictype/property-logical-order-exception-tests (Files):
5955         Likewise.
5956         * modules/unictype/property-lowercase-tests (Files): Likewise.
5957         * modules/unictype/property-math-tests (Files): Likewise.
5958         * modules/unictype/property-non-break-tests (Files): Likewise.
5959         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5960         * modules/unictype/property-numeric-tests (Files): Likewise.
5961         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5962         * modules/unictype/property-other-default-ignorable-code-point-tests
5963         (Files): Likewise.
5964         * modules/unictype/property-other-grapheme-extend-tests (Files):
5965         Likewise.
5966         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5967         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5968         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5969         * modules/unictype/property-other-math-tests (Files): Likewise.
5970         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5971         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5972         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5973         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5974         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5975         * modules/unictype/property-private-use-tests (Files): Likewise.
5976         * modules/unictype/property-punctuation-tests (Files): Likewise.
5977         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5978         * modules/unictype/property-radical-tests (Files): Likewise.
5979         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5980         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5981         * modules/unictype/property-space-tests (Files): Likewise.
5982         * modules/unictype/property-terminal-punctuation-tests (Files):
5983         Likewise.
5984         * modules/unictype/property-test-tests (Files): Likewise.
5985         * modules/unictype/property-titlecase-tests (Files): Likewise.
5986         * modules/unictype/property-unassigned-code-value-tests (Files):
5987         Likewise.
5988         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5989         * modules/unictype/property-uppercase-tests (Files): Likewise.
5990         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5991         * modules/unictype/property-white-space-tests (Files): Likewise.
5992         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5993         * modules/unictype/property-xid-start-tests (Files): Likewise.
5994         * modules/unictype/property-zero-width-tests (Files): Likewise.
5995         * modules/unictype/scripts-tests (Files): Likewise.
5996         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5997         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5998         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5999         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6000         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6001         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6002         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6003         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6004         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6005         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6006         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6007         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6008         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6009         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6010         * modules/uninorm/composition-tests (Files): Likewise.
6011         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6012         * modules/uninorm/decomposition-tests (Files): Likewise.
6013         * modules/uninorm/filter-tests (Files): Likewise.
6014         * modules/uninorm/nfc-tests (Files): Likewise.
6015         * modules/uninorm/nfd-tests (Files): Likewise.
6016         * modules/uninorm/nfkc-tests (Files): Likewise.
6017         * modules/uninorm/nfkd-tests (Files): Likewise.
6018         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6019         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6020         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6021         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6022         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6023         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6024         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6025         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6026         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6027         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6028         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6029         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6030         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6031         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6032         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6033         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6034         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6035         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6036         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6037         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6038         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6039         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6040         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6041         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6042         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6043         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6044         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6045         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6046         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6047         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6048         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6049         * modules/uniwidth/u8-width-tests (Files): Likewise.
6050         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6051         * modules/uniwidth/u16-width-tests (Files): Likewise.
6052         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6053         * modules/uniwidth/u32-width-tests (Files): Likewise.
6054         * modules/uniwidth/width-tests (Files): Likewise.
6055         * modules/unlink-tests (Files): Likewise.
6056         * modules/unsetenv-tests (Files): Likewise.
6057         * modules/usleep-tests (Files): Likewise.
6058         * modules/utimens-tests (Files): Likewise.
6059         * modules/utimensat-tests (Files): Likewise.
6060         * modules/vasnprintf-posix-tests (Files): Likewise.
6061         * modules/vasnprintf-tests (Files): Likewise.
6062         * modules/vasprintf-posix-tests (Files): Likewise.
6063         * modules/vasprintf-tests (Files): Likewise.
6064         * modules/vdprintf-posix-tests (Files): Likewise.
6065         * modules/vfprintf-posix-tests (Files): Likewise.
6066         * modules/vprintf-posix-tests (Files): Likewise.
6067         * modules/vsnprintf-posix-tests (Files): Likewise.
6068         * modules/vsnprintf-tests (Files): Likewise.
6069         * modules/vsprintf-posix-tests (Files): Likewise.
6070         * modules/wcrtomb-tests (Files): Likewise.
6071         * modules/wcsnrtombs-tests (Files): Likewise.
6072         * modules/wcsrtombs-tests (Files): Likewise.
6073         * modules/wctype-tests (Files): Likewise.
6074         * modules/wcwidth-tests (Files): Likewise.
6075         * modules/xmemdup0-tests (Files): Likewise.
6076         * modules/xprintf-posix-tests (Files): Likewise.
6077         * modules/xvasprintf-tests (Files): Likewise.
6078
6079 2009-12-24  Eric Blake  <ebb9@byu.net>
6080
6081         test-nanosleep: fix typo
6082         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6083         patch.
6084         Reported by Bruno Haible.
6085
6086 2009-12-24  Bruno Haible  <bruno@clisp.org>
6087
6088         Reduce namespace pollution on glibc systems.
6089         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6090         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6091         systems.
6092         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6093         <getopt.h> on glibc systems.
6094         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6095         systems.
6096         * lib/fcntl.c: Include <unistd.h> here instead.
6097
6098 2009-12-24  Bruno Haible  <bruno@clisp.org>
6099
6100         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6101
6102 2009-12-24  Eric Blake  <ebb9@byu.net>
6103
6104         tests: add signature checks
6105         * tests/signature.h (SIGNATURE_CHECK): New file.
6106         * modules/atexit-tests (Files): Use it.
6107         * modules/btowc-tests (Files): Likewise.
6108         * modules/canonicalize-lgpl-tests (Files): Likewise.
6109         * modules/ceilf-tests (Files): Likewise.
6110         * modules/ceill-tests (Files): Likewise.
6111         * modules/chown-tests (Files): Likewise.
6112         * modules/dprintf-posix-tests (Files): Likewise.
6113         * modules/dup2-tests (Files): Likewise.
6114         * modules/dup3-tests (Files): Likewise.
6115         * modules/duplocale-tests (Files): Likewise.
6116         * modules/fchdir-tests (Files): Likewise.
6117         * modules/fcntl-tests (Files): Likewise.
6118         * modules/fdopendir-tests (Files): Likewise.
6119         * modules/fflush-tests (Files): Likewise.
6120         * modules/flock-tests (Files): Likewise.
6121         * modules/floorf-tests (Files): Likewise.
6122         * modules/floorl-tests (Files): Likewise.
6123         * modules/fnmatch-tests (Files): Likewise.
6124         * modules/fopen-tests (Files): Likewise.
6125         * modules/fprintf-posix-tests (Files): Likewise.
6126         * modules/freopen-tests (Files): Likewise.
6127         * modules/frexp-nolibm-tests (Files): Likewise.
6128         * modules/frexp-tests (Files): Likewise.
6129         * modules/frexpl-nolibm-tests (Files): Likewise.
6130         * modules/frexpl-tests (Files): Likewise.
6131         * modules/fseek-tests (Files): Likewise.
6132         * modules/fseeko-tests (Files): Likewise.
6133         * modules/fsync-tests (Files): Likewise.
6134         * modules/ftell-tests (Files): Likewise.
6135         * modules/ftello-tests (Files): Likewise.
6136         * modules/futimens-tests (Files): Likewise.
6137         * modules/getaddrinfo-tests (Files): Likewise.
6138         * modules/getcwd-tests (Files): Likewise.
6139         * modules/getdelim-tests (Files): Likewise.
6140         * modules/getdtablesize-tests (Files): Likewise.
6141         * modules/getgroups-tests (Files): Likewise.
6142         * modules/gethostname-tests (Files): Likewise.
6143         * modules/getline-tests (Files): Likewise.
6144         * modules/getopt-posix-tests (Files): Likewise.
6145         * modules/gettimeofday-tests (Files): Likewise.
6146         * modules/glob-tests (Files): Likewise.
6147         * modules/iconv-tests (Files): Likewise.
6148         * modules/inet_ntop-tests (Files): Likewise.
6149         * modules/inet_pton-tests (Files): Likewise.
6150         * modules/isblank-tests (Files): Likewise.
6151         * modules/lchown-tests (Files): Likewise.
6152         * modules/ldexpl-tests (Files): Likewise.
6153         * modules/link-tests (Files): Likewise.
6154         * modules/linkat-tests (Files): Likewise.
6155         * modules/lseek-tests (Files): Likewise.
6156         * modules/lstat-tests (Files): Likewise.
6157         * modules/mbrtowc-tests (Files): Likewise.
6158         * modules/mbsinit-tests (Files): Likewise.
6159         * modules/mbsnrtowcs-tests (Files): Likewise.
6160         * modules/mbsrtowcs-tests (Files): Likewise.
6161         * modules/memchr-tests (Files): Likewise.
6162         * modules/memcmp-tests (Files): Likewise.
6163         * modules/memmem-tests (Files): Likewise.
6164         * modules/memrchr-tests (Files): Likewise.
6165         * modules/mkdir-tests (Files): Likewise.
6166         * modules/mkfifo-tests (Files): Likewise.
6167         * modules/mkfifoat-tests (Files): Likewise.
6168         * modules/mknod-tests (Files): Likewise.
6169         * modules/nanosleep-tests (Files): Likewise.
6170         * modules/nl_langinfo-tests (Files): Likewise.
6171         * modules/obstack-printf-tests (Files): Likewise.
6172         * modules/open-tests (Files): Likewise.
6173         * modules/openat-tests (Files): Likewise.
6174         * modules/perror-tests (Files): Likewise.
6175         * modules/pipe2-tests (Files): Likewise.
6176         * modules/poll-tests (Files): Likewise.
6177         * modules/popen-tests (Files): Likewise.
6178         * modules/posix_spawn-tests (Files): Likewise.
6179         * modules/posix_spawnp-tests (Files): Likewise.
6180         * modules/pread-tests (Files): Likewise.
6181         * modules/printf-posix-tests (Files): Likewise.
6182         * modules/pty-tests (Files): Likewise.
6183         * modules/random_r-tests (Files): Likewise.
6184         * modules/rawmemchr-tests (Files): Likewise.
6185         * modules/readlink-tests (Files): Likewise.
6186         * modules/remove-tests (Files): Likewise.
6187         * modules/rename-tests (Files): Likewise.
6188         * modules/renameat-tests (Files): Likewise.
6189         * modules/rmdir-tests (Files): Likewise.
6190         * modules/round-tests (Files): Likewise.
6191         * modules/roundf-tests (Files): Likewise.
6192         * modules/roundl-tests (Files): Likewise.
6193         * modules/select-tests (Files): Likewise.
6194         * modules/setenv-tests (Files): Likewise.
6195         * modules/sigaction-tests (Files): Likewise.
6196         * modules/sleep-tests (Files): Likewise.
6197         * modules/snprintf-posix-tests (Files): Likewise.
6198         * modules/snprintf-tests (Files): Likewise.
6199         * modules/sprintf-posix-tests (Files): Likewise.
6200         * modules/stat-tests (Files): Likewise.
6201         * modules/strcasestr-tests (Files): Likewise.
6202         * modules/strchrnul-tests (Files): Likewise.
6203         * modules/strerror-tests (Files): Likewise.
6204         * modules/strsignal-tests (Files): Likewise.
6205         * modules/strstr-tests (Files): Likewise.
6206         * modules/strtod-tests (Files): Likewise.
6207         * modules/strverscmp-tests (Files): Likewise.
6208         * modules/symlink-tests (Files): Likewise.
6209         * modules/symlinkat-tests (Files): Likewise.
6210         * modules/times-tests (Files): Likewise.
6211         * modules/trunc-tests (Files): Likewise.
6212         * modules/truncf-tests (Files): Likewise.
6213         * modules/truncl-tests (Files): Likewise.
6214         * modules/tsearch-tests (Files): Likewise.
6215         * modules/uname-tests (Files): Likewise.
6216         * modules/unlink-tests (Files): Likewise.
6217         * modules/unsetenv-tests (Files): Likewise.
6218         * modules/usleep-tests (Files): Likewise.
6219         * modules/utimensat-tests (Files): Likewise.
6220         * modules/vasprintf-tests (Files): Likewise.
6221         * modules/vdprintf-posix-tests (Files): Likewise.
6222         * modules/vfprintf-posix-tests (Files): Likewise.
6223         * modules/vprintf-posix-tests (Files): Likewise.
6224         * modules/vsnprintf-posix-tests (Files): Likewise.
6225         * modules/vsnprintf-tests (Files): Likewise.
6226         * modules/vsprintf-posix-tests (Files): Likewise.
6227         * modules/wcrtomb-tests (Files): Likewise.
6228         * modules/wcsnrtombs-tests (Files): Likewise.
6229         * modules/wcsrtombs-tests (Files): Likewise.
6230         * modules/wcwidth-tests (Files): Likewise.
6231         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6232         * tests/test-isinf.c (isinf): Likewise.
6233         * tests/test-isnan.c (isnan): Likewise.
6234         * tests/test-signbit.c (signbit): Likewise.
6235         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6236         declaration, either as macro or with correct signature.
6237         (select): Ensure function under test is declared with correct
6238         signature in correct header.
6239         * tests/test-atexit.c (atexit): Likewise.
6240         * tests/test-btowc.c (btowc): Likewise.
6241         * tests/test-canonicalize-lgpl.c (realpath)
6242         (canonicalize_file_name): Likewise.
6243         * tests/test-ceilf1.c (ceilf): Likewise.
6244         * tests/test-ceill.c (ceill): Likewise.
6245         * tests/test-chown.c (chown): Likewise.
6246         * tests/test-dprintf-posix.c (dprintf): Likewise.
6247         * tests/test-dup2.c (dup2): Likewise.
6248         * tests/test-dup3.c (dup3): Likewise.
6249         * tests/test-duplocale.c (duplocale): Likewise.
6250         * tests/test-fchdir.c (fchdir): Likewise.
6251         * tests/test-fchownat.c (fchownat): Likewise.
6252         * tests/test-fcntl.c (fcntl): Likewise.
6253         * tests/test-fdopendir.c (fdopendir): Likewise.
6254         * tests/test-fflush.c (fflush): Likewise.
6255         * tests/test-flock.c (flock): Likewise.
6256         * tests/test-floorf1.c (floorf): Likewise.
6257         * tests/test-floorl.c (floorl): Likewise.
6258         * tests/test-fnmatch.c (fnmatch): Likewise.
6259         * tests/test-fopen.c (fopen): Likewise.
6260         * tests/test-fprintf-posix.c (fprintf): Likewise.
6261         * tests/test-freopen.c (freopen): Likewise.
6262         * tests/test-frexp.c (frexp): Likewise.
6263         * tests/test-frexpl.c (frexpl): Likewise.
6264         * tests/test-fseek.c (fseek): Likewise.
6265         * tests/test-fseeko.c (fseeko): Likewise.
6266         * tests/test-fstatat.c (fstatat): Likewise.
6267         * tests/test-fsync.c (fsync): Likewise.
6268         * tests/test-ftell.c (ftell): Likewise.
6269         * tests/test-ftello.c (ftello): Likewise.
6270         * tests/test-futimens.c (futimens): Likewise.
6271         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6272         (gai_strerror): Likewise.
6273         * tests/test-getcwd.c (getcwd): Likewise.
6274         * tests/test-getdelim.c (getdelim): Likewise.
6275         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6276         * tests/test-getgroups.c (getgroups): Likewise.
6277         * tests/test-gethostname.c (gethostname): Likewise.
6278         * tests/test-getline.c (getline): Likewise.
6279         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6280         Likewise.
6281         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6282         * tests/test-glob.c (glob, globfree): Likewise.
6283         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6284         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6285         * tests/test-inet_pton.c (inet_pton): Likewise.
6286         * tests/test-isblank.c (isblank): Likewise.
6287         * tests/test-lchown.c (lchown): Likewise.
6288         * tests/test-ldexpl.c (ldexpl): Likewise.
6289         * tests/test-link.c (link): Likewise.
6290         * tests/test-linkat.c (linkat): Likewise.
6291         * tests/test-lseek.c (lseek): Likewise.
6292         * tests/test-lstat.c (lstat): Likewise.
6293         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6294         * tests/test-mbsinit.c (mbsinit): Likewise.
6295         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6296         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6297         * tests/test-memchr.c (memchr): Likewise.
6298         * tests/test-memcmp.c (memcmp): Likewise.
6299         * tests/test-memmem.c (memmem): Likewise.
6300         * tests/test-memrchr.c (memrchr): Likewise.
6301         * tests/test-mkdir.c (mkdir): Likewise.
6302         * tests/test-mkdirat.c (mkdirat): Likewise.
6303         * tests/test-mkfifo.c (mkfifo): Likewise.
6304         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6305         * tests/test-mknod.c (mknod): Likewise.
6306         * tests/test-nanosleep.c (nanosleep): Likewise.
6307         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6308         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6309         Likewise.
6310         * tests/test-open.c (open): Likewise.
6311         * tests/test-openat.c (openat): Likewise.
6312         * tests/test-perror.c (perror): Likewise.
6313         * tests/test-pipe2.c (pipe2): Likewise.
6314         * tests/test-poll.c (poll): Likewise.
6315         * tests/test-popen.c (popen, pclose): Likewise.
6316         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6317         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6318         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6319         (posix_spawn_file_actions_destroy)
6320         (posix_spawn_file_actions_addclose)
6321         (posix_spawn_file_actions_addopen)
6322         (posix_spawn_file_actions_adddup2): Likewise.
6323         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6324         * tests/test-pread.c (pread): Likewise.
6325         * tests/test-printf-posix.c (printf): Likewise.
6326         * tests/test-pty.c (openpty, forkpty): Likewise.
6327         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6328         (random_r): Likewise.
6329         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6330         * tests/test-readlink.c (readlink): Likewise.
6331         * tests/test-remove.c (remove): Likewise.
6332         * tests/test-rename.c (rename): Likewise.
6333         * tests/test-renameat.c (renameat): Likewise.
6334         * tests/test-rmdir.c (rmdir): Likewise.
6335         * tests/test-round1.c (round): Likewise.
6336         * tests/test-roundf1.c (roundf): Likewise.
6337         * tests/test-roundl.c (roundl): Likewise.
6338         * tests/test-setenv.c (setenv): Likewise.
6339         * tests/test-sigaction.c (sigaction): Likewise.
6340         * tests/test-sleep.c (sleep): Likewise.
6341         * tests/test-snprintf.c (snprintf): Likewise.
6342         * tests/test-sprintf-posix.c (sprintf): Likewise.
6343         * tests/test-stat.c (stat): Likewise.
6344         * tests/test-stpncpy.c (stpncpy): Likewise.
6345         * tests/test-strcasestr.c (strcasestr): Likewise.
6346         * tests/test-strchrnul.c (strchrnul): Likewise.
6347         * tests/test-strerror.c (strerror): Likewise.
6348         * tests/test-strsignal.c (strsignal): Likewise.
6349         * tests/test-strstr.c (strstr): Likewise.
6350         * tests/test-strtod.c (strtod): Likewise.
6351         * tests/test-strverscmp.c (strverscmp): Likewise.
6352         * tests/test-symlink.c (symlink): Likewise.
6353         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6354         * tests/test-times.c (times): Likewise.
6355         * tests/test-trunc1.c (trunc): Likewise.
6356         * tests/test-truncf1.c (truncf): Likewise.
6357         * tests/test-truncl.c (truncl): Likewise.
6358         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6359         Likewise.
6360         * tests/test-uname.c (uname): Likewise.
6361         * tests/test-unlink.c (unlink): Likewise.
6362         * tests/test-unlinkat.c (unlinkat): Likewise.
6363         * tests/test-unsetenv.c (unsetenv): Likewise.
6364         * tests/test-usleep.c (usleep): Likewise.
6365         * tests/test-utimensat.c (utimensat): Likewise.
6366         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6367         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6368         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6369         * tests/test-vprintf-posix.c (vprintf): Likewise.
6370         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6371         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6372         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6373         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6374         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6375         * tests/test-wcwidth.c (wcwidth): Likewise.
6376
6377         build: pull in conditional headers during GNULIB_POSIXCHECK
6378         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6379         definitions from any conditionally-included headers.
6380         * lib/stdlib.in.h (includes): Likewise.
6381         * lib/unistd.in.h (includes): Likewise.
6382
6383 2009-12-24  Bruno Haible  <bruno@clisp.org>
6384
6385         * tests/test-argv-iter.c: Include header file being tested immediately
6386         after config.h.
6387         * tests/test-base64.c: Likewise.
6388         * tests/test-flock.c: Likewise.
6389         * tests/test-fsync.c: Likewise.
6390         * tests/test-getdate.c: Likewise.
6391         * tests/test-getndelim2.c: Likewise.
6392         * tests/test-isfinite.c: Likewise.
6393         * tests/test-isinf.c: Likewise.
6394         * tests/test-strerror.c: Likewise.
6395         * tests/test-strsignal.c: Likewise.
6396
6397 2009-12-23  Eric Blake  <ebb9@byu.net>
6398
6399         unistd: work around cygwin bug
6400         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6401         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6402         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6403
6404 2009-12-23  Bruno Haible  <bruno@clisp.org>
6405
6406         localename: More tests.
6407         * tests/test-localename.c (SIZEOF): New macro.
6408         (categories): New variable.
6409         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6410         test_locale_name_default): Add test w.r.t. thread locale.
6411         (test_locale_name_thread): New function.
6412         (main): Invoke it.
6413
6414         localename: Make aware of thread locale.
6415         * lib/localename.h (gl_locale_name_thread): New declaration.
6416         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6417         behaviour with respect to thread locale.
6418         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6419         <langinfo.h>, glthread/lock.h.
6420         (SIZE_BITS): New macro.
6421         (string_hash): New function.
6422         (struct hash_node): New type.
6423         (HASH_TABLE_SIZE): New macro.
6424         (struniq_hash_table, struniq_lock): New variables.
6425         (struniq): New function.
6426         (gl_locale_name_thread): New function.
6427         (gl_locale_name): Invoke it.
6428         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6429         * modules/localename (Depends-on): Add lock.
6430         Reported by Mike Gran <spk121@yahoo.com>.
6431
6432 2009-12-23  Eric Blake  <ebb9@byu.net>
6433
6434         va-args: new module
6435         * modules/va-args: New file.
6436         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6437         * MODULES.html.sh (Core language properties): Mention it.
6438
6439         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6440         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6441         named alias for __attribute__((__unused__)).
6442         * lib/chown.c: Update client.
6443         * lib/fchmodat.c: Likewise.
6444         * lib/fts.c: Likewise.
6445         * lib/getdate.y: Likewise.
6446         * lib/getgroups.c: Likewise.
6447         * lib/getopt.c: Likewise.
6448         * lib/getugroups.c: Likewise.
6449         * lib/mkdir.c: Likewise.
6450         * lib/mkfifo.c: Likewise.
6451         * lib/mkfifoat.c: Likewise.
6452         * lib/mknod.c: Likewise.
6453         * lib/mknodat.c: Likewise.
6454         * lib/readlink.c: Likewise.
6455         * lib/se-context.in.h: Likewise.
6456         * lib/se-selinux.in.h: Likewise.
6457         * lib/sockets.c: Likewise.
6458         * lib/symlink.c: Likewise.
6459         * lib/symlinkat.c: Likewise.
6460         * lib/unicodeio.c: Likewise.
6461         * lib/unistr.h: Likewise.
6462         * tests/test-areadlink.c: Likewise.
6463         * tests/test-areadlinkat.c: Likewise.
6464         * tests/test-filenamecat.c: Likewise.
6465         * tests/test-fseeko.c: Likewise.
6466         * tests/test-ftello.c: Likewise.
6467         * tests/test-getdate.c: Likewise.
6468         * tests/test-getgroups.c: Likewise.
6469         * tests/test-gethostname.c: Likewise.
6470         * tests/test-quotearg.c: Likewise.
6471         * tests/test-version-etc.c: Likewise.
6472         * tests/test-xalloc-die.c: Likewise.
6473         * tests/test-xfprintf-posix.c: Likewise.
6474         * tests/test-xprintf-posix.c: Likewise.
6475         * tests/test-xvasprintf.c: Likewise.
6476
6477         tests: avoid compiler warnings
6478         * tests/test-fcntl.c (main): Delete unused parameters.
6479         * tests/test-freopen-safer.c (main): Likewise.
6480         * tests/test-xalloc-die.c (main): Mark unused parameters.
6481         * tests/test-fseeko.c (main): Likewise.
6482         * tests/test-ftello.c (main): Likewise.
6483         * tests/test-nanosleep.c (main): Avoid declaration warning.
6484         * tests/test-sleep.c (main): Likewise.
6485         * tests/test-unsetenv.c (main): Silence warning about string
6486         literal.
6487         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6488
6489 2009-12-23  Bruno Haible  <bruno@clisp.org>
6490
6491         * tests/test-localename.c (test_locale_name): New function, extracted
6492         from main. Also test mixed situations.
6493         (test_locale_name_posix, test_locale_name_environ,
6494         test_locale_name_default): New functions.
6495         (main): Invoke them all.
6496         * modules/localename-tests (configure.ac): Test for newlocale.
6497
6498 2009-12-23  Bruno Haible  <bruno@clisp.org>
6499
6500         unistd: Ensure getcwd gets declared before being overridden.
6501         * lib/unistd.in.h: Conditionally include <io.h>.
6502
6503 2009-12-22  Bruno Haible  <bruno@clisp.org>
6504
6505         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6506         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6507         (gl_WCHAR_H): Invoke it.
6508         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6509         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6510         Reported by Karl Berry <karl@freefriends.org>.
6511
6512 2009-12-22  Eric Blake  <ebb9@byu.net>
6513
6514         math, unistd: avoid redundant includes
6515         * lib/math.in.h (isnan): No need to re-include <math.h>.
6516         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6517
6518         getsubopt: work around cygwin bug
6519         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6520         avoid conflicting with system getsubopt.
6521         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6522         bug.
6523
6524         getopt: synchronize from glibc
6525         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6526         parameter order.  Adjust all callers.
6527         (_getopt_internal_r, main): Adjust quoting in error messages.
6528         Drop considerations for outdated POSIX 1003.2 error message.
6529         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6530         callers.
6531         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6532
6533         test-getopt: test stderr behavior
6534         * modules/getopt-posix-tests (Depends-on): Add dup2.
6535         * tests/test-getopt.c (ASSERT): Avoid stderr.
6536         (main): Move stderr to a temporary file.
6537         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6538         Instead, add parameter to inform caller if output occurred.
6539         (test_getopt): Adjust all existing tests to expect silence, and
6540         add new tests of leading ":".
6541         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6542         glibc shortcomings with leading "-:" or "+:" in optstring.
6543         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6544         Likewise.
6545         * doc/posix-functions/getopt.texi (getopt): Likewise.
6546
6547         test-getopt: enhance test
6548         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6549         supports optind=0.
6550         * tests/test-getopt.c (OPTIND_MIN): Move...
6551         * tests/test-getopt.h (OPTIND_MIN): ...here.
6552         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6553         Require that optind=0 works, since modern BSD supports it in
6554         addition to optreset, and since coreutils expects it.
6555         (test_getopt_long_only): New test.
6556         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6557         glibc shortcomings with 'W;', and enforcement of optind=0.
6558         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6559         Likewise.
6560
6561 2009-12-21  Bruno Haible  <bruno@clisp.org>
6562
6563         localename: Improvements for MacOS X and Cygwin.
6564         * lib/localename.h (gl_locale_name_environ): New declaration.
6565         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6566         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6567         (gl_locale_name_posix): Invoke it.
6568         (gl_locale_name_default): Add comments. Use Windows native API also on
6569         Cygwin.
6570
6571 2009-12-21  Bruno Haible  <bruno@clisp.org>
6572
6573         Update list of Win32 locale ids.
6574         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6575         (LANG_SAMI): Renamed from LANG_SAAMI.
6576         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6577         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6578         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6579         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6580         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6581         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6582         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6583         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6584         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6585         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6586         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6587         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6588         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6589         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6590         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6591         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6592         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6593         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6594         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6595         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6596         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6597         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6598         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6599         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6600         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6601         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6602         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6603         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6604         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6605         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6606         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6607         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6608         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6609         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6610         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6611         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6612         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6613         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6614         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6615         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6616         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6617         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6618         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6619         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6620         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6621         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6622         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6623         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6624         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6625         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6626         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6627         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6628         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6629         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6630         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6631         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6632         Add more languages and countries for Sami, Sorbian. Add more countries
6633         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6634         for Pashto. Change country for Syriac, Tswana.
6635
6636 2009-12-21  Eric Blake  <ebb9@byu.net>
6637
6638         test-utimens: avoid spurious failure
6639         * tests/test-chown.h (nap): Factor...
6640         * tests/nap.h: ...into new file.
6641         * tests/test-lchown.h (nap): Avoid duplication.
6642         * tests/test-utimens-common.h (nap): Use shared implementation,
6643         necessary on file systems with 1-second resolution.
6644         * modules/chown-tests (Files): Include new file.
6645         * modules/fdutimensat-tests (Files): Likewise.
6646         * modules/futimens-tests (Files): Likewise.
6647         * modules/lchown-tests (Files): Likewise.
6648         * modules/openat-tests (Files): Likewise.
6649         * modules/utimens-tests (Files): Likewise.
6650         * modules/utimensat-tests (Files): Likewise.
6651
6652 2009-12-19  Eric Blake  <ebb9@byu.net>
6653
6654         futimens, utimensat: work around Linux bug
6655         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6656         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6657         * lib/utimensat.c (rpl_utimensat): Work around it.
6658         * lib/futimens.c (rpl_futimens): Adjust comment.
6659
6660         utimens: work around Linux ctime bug
6661         * lib/utimens.c (detect_ctime_bug): New helper function.
6662         (update_timespec): Differentiate between workaround needed for
6663         this bug vs. what is needed for systems that lack utimensat.
6664         (fdutimens, lutimens): Work around bug.
6665
6666         utimens: check for ctime update
6667         * tests/test-utimens-common.h (check_ctime): Define.
6668         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6669         * tests/test-futimens.h (test_futimens): Likewise.
6670         * tests/test-lutimens.h (test_lutimens): Likewise.
6671         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6672         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6673
6674 2009-12-19  Bruno Haible  <bruno@clisp.org>
6675
6676         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6677         * tests/test-dprintf-posix2.sh: New file.
6678         * tests/test-dprintf-posix2.c: New file.
6679         * modules/dprintf-posix-tests (Files): Add them.
6680         (configure.ac): Check for getrlimit and setrlimit.
6681         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6682
6683 2009-12-19  Bruno Haible  <bruno@clisp.org>
6684
6685         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6686         * tests/test-fprintf-posix3.sh: New file.
6687         * tests/test-fprintf-posix3.c: New file.
6688         * modules/fprintf-posix-tests (Files): Add them.
6689         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6690
6691 2009-12-19  Eric Blake  <ebb9@byu.net>
6692
6693         dirfd: fix prototype
6694         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6695         * lib/dirfd.c (dirfd): Likewise.
6696
6697         canonicalize: reduce memory usage
6698         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6699         allocation to size.
6700         Reported by Solar Designer <solar@openwall.com>.
6701
6702 2009-12-19  Bruno Haible  <bruno@clisp.org>
6703
6704         New module attribute 'Applicability'.
6705         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6706         * gnulib-tool: New option --extract-applicability.
6707         (func_usage): Document it.
6708         (sed_extract_prog): Recognize it.
6709         (func_get_applicability): New function.
6710         (func_import): Generalize handling of 'link-warning' module.
6711         * modules/link-warning (Applicability): New section.
6712         * modules/arg-nonnull (Applicability): New section.
6713         Repoted by Simon Josefsson <simon@josefsson.org>.
6714
6715 2009-12-19  Bruno Haible  <bruno@clisp.org>
6716
6717         fflush: tweak
6718         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6719         * lib/fseeko.c (rpl_fseeko): Likewise.
6720
6721 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6722
6723         * lib/gl_list.h: Fix typo in comment.
6724
6725 2009-12-16  Eric Blake  <ebb9@byu.net>
6726
6727         fcntl: use to simplify other modules
6728         * modules/cloexec (Depends-on): Add fcntl.
6729         * modules/fchdir (Depends-on): Likewise.
6730         * modules/fd-safer-flag (Depends-on): Likewise.
6731         * modules/unistd-safer (Depends-on): Likewise.
6732         * modules/dup3 (configure.ac): Set module indicator.
6733         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6734         missing.
6735         * lib/fchdir.c (_gl_register_dup): Fix comment.
6736         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6737         * lib/dup-safer.c (dup_safer): Likewise.
6738         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6739         * lib/dup3.c (dup3): Likewise.
6740         * tests/test-fchdir.c (main): Enhance test.
6741         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6742
6743         fcntl: port portions of fcntl to mingw
6744         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6745         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6746         replacement for mingw.
6747         * modules/fcntl (Description): Update.
6748         (Depends-on): Add dup2.
6749         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6750         * modules/fcntl-h (Makefile.am): Substitute it.
6751         * lib/fcntl.in.h (fcntl): Update declaration.
6752         (F_DUPFD, F_GETFD): New macros, when needed.
6753         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6754         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6755         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6756         we now guarantee.
6757
6758         fcntl: work around cygwin bug in F_DUPFD
6759         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6760         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6761         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6762         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6763         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6764
6765         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6766         * modules/fcntl (Files): List new files.
6767         (configure.ac): Run a test.
6768         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6769         * lib/fcntl.c (rpl_fcntl): Likewise.
6770         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6771         (gl_FCNTL_H): Always replace fcntl.h.
6772         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6773         * lib/fcntl.in.h (fcntl): Declare replacement.
6774         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6775         needed, plus a witness.
6776         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6777         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6778         * tests/test-fcntl.c: New file.
6779         * modules/fcntl-tests: Likewise.
6780
6781         binary-io: avoid potential compilation warning
6782         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6783         directives.
6784
6785         fflush: avoid compilation error on NetBSD
6786         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6787         between off_t and fpos_t, since the latter is sometimes a struct.
6788         * lib/fseeko.c (rpl_fseeko): Likewise.
6789         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6790
6791 2009-12-15  Eric Blake  <ebb9@byu.net>
6792
6793         fcntl-h, stdio, sys_ioctl: fix declarations
6794         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6795         function must not take arguments.
6796         * lib/sys_ioctl.in.h (ioctl): Likewise.
6797         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6798         (open): Add a link warning.
6799
6800 2009-12-15  Jim Meyering  <meyering@redhat.com>
6801
6802         areadlink, areadlink-with-size: relax license to LGPLv2+
6803         * modules/areadlink (License): Relax to LGPLv2+.
6804         * modules/areadlink-with-size (License): Likewise.
6805
6806 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6807             Bruno Haible  <bruno@clisp.org>
6808
6809         *printf: Fix memory leak.
6810         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6811         * lib/vfprintf.c (vfprintf): Likewise.
6812         * lib/dprintf.c (dprintf): Likewise.
6813         * lib/vdprintf.c (vdprintf): Likewise.
6814
6815 2009-12-14  Eric Blake  <ebb9@byu.net>
6816
6817         accept4: adjust module dependencies
6818         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6819
6820         utimens: one more try at avoiding compiler warning
6821         * lib/utimens.c (lutimens): Lower scope of result.
6822
6823 2009-12-13  Bruno Haible  <bruno@clisp.org>
6824
6825         Move the malloc checking from module 'list' to new module 'xlist'.
6826         * modules/xlist: New file.
6827         * lib/gl_xlist.h: New file.
6828         * lib/gl_xlist.c: New file.
6829         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6830         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6831         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6832         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6833         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6834         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6835         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6836         gl_sortedlist_nx_add): New declarations.
6837         (struct gl_list_implementation): Rename and change methods accordingly.
6838         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6839         (gl_list_nx_create): Renamed from gl_list_create.
6840         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6841         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6842         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6843         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6844         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6845         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6846         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6847         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6848         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6849         gl_list_create_empty.
6850         (gl_list_nx_create): Renamed from gl_list_create.
6851         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6852         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6853         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6854         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6855         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6856         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6857         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6858         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6859         * lib/gl_array_list.c: Don't include xalloc.h.
6860         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6861         NULL upon out-of-memory.
6862         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6863         out-of-memory.
6864         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6865         Change return type to 'int'.
6866         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6867         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6868         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6869         upon out-of-memory.
6870         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6871         upon out-of-memory.
6872         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6873         upon out-of-memory.
6874         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6875         upon out-of-memory.
6876         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6877         out-of-memory.
6878         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6879         Update.
6880         (gl_array_list_implementation): Update.
6881         * lib/gl_carray_list.c: Don't include xalloc.h.
6882         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6883         Return NULL upon out-of-memory.
6884         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6885         out-of-memory.
6886         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6887         Change return type to 'int'.
6888         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6889         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6890         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6891         upon out-of-memory.
6892         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6893         upon out-of-memory.
6894         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6895         out-of-memory.
6896         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6897         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6898         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6899         Update.
6900         (gl_carray_list_implementation): Update.
6901         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6902         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6903         gl_linked_create_empty. Return NULL upon out-of-memory.
6904         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6905         out-of-memory.
6906         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6907         Change return type to 'int'. Return -1 upon out-of-memory.
6908         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6909         out-of-memory.
6910         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6911         upon out-of-memory.
6912         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6913         upon out-of-memory.
6914         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6915         NULL upon out-of-memory.
6916         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6917         upon out-of-memory.
6918         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6919         out-of-memory.
6920         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6921         Update.
6922         * lib/gl_linked_list.c: Don't include xalloc.h.
6923         (gl_linked_list_implementation): Update.
6924         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6925         (add_to_bucket): Change return type to 'int'.
6926         (gl_linkedhash_list_implementation): Update.
6927         * lib/gl_anytree_list1.h (free_subtree): New function.
6928         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6929         gl_tree_create_empty. Return NULL upon out-of-memory.
6930         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6931         Change return type to 'int'. Return -1 upon out-of-memory.
6932         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6933         out-of-memory.
6934         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6935         (gl_tree_remove_node): New function, moved here from
6936         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6937         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6938         Update.
6939         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6940         malloc, not xmalloc. Return NULL upon out-of-memory.
6941         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6942         out-of-memory.
6943         (gl_tree_remove_node_from_tree): New function, extracted from
6944         gl_tree_remove_node.
6945         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6946         upon out-of-memory.
6947         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6948         out-of-memory.
6949         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6950         upon out-of-memory.
6951         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6952         upon out-of-memory.
6953         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6954         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6955         not xmalloc. Return NULL upon out-of-memory.
6956         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6957         out-of-memory.
6958         (gl_tree_remove_node_from_tree): New function, extracted from
6959         gl_tree_remove_node.
6960         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6961         upon out-of-memory.
6962         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6963         out-of-memory.
6964         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6965         upon out-of-memory.
6966         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6967         upon out-of-memory.
6968         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6969         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6970         gl_anytree_list1.h before gl_anyavltree_list2.h.
6971         (gl_avltree_list_implementation): Update.
6972         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6973         gl_anytree_list1.h before gl_anyavltree_list2.h.
6974         (gl_rbtree_list_implementation): Update.
6975         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6976         Change return type to 'int'. Return -1 upon out-of-memory. Use
6977         __builtin_expect.
6978         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6979         (gl_avltreehash_list_implementation): Update.
6980         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6981         (gl_rbtreehash_list_implementation): Update.
6982         * modules/array-list (Depends-on): Remove xalloc.
6983         * modules/carray-list (Depends-on): Likewise.
6984         * modules/linked-list (Depends-on): Likewise.
6985         * modules/linkedhash-list (Depends-on): Likewise.
6986         * modules/avltree-list (Depends-on): Likewise.
6987         * modules/rbtree-list (Depends-on): Likewise.
6988         * modules/avltreehash-list (Depends-on): Likewise.
6989         * modules/rbtreehash-list (Depends-on): Likewise.
6990
6991         * modules/xsublist: New file.
6992         * lib/gl_xsublist.h: New file.
6993         * lib/gl_xsublist.c: New file.
6994         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6995         (gl_sublist_nx_create): New declaration.
6996         * lib/gl_sublist.c: Don't include xalloc.h.
6997         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6998         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6999         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7000         Change return type to 'int'. Return -1 upon out-of-memory.
7001         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7002         upon out-of-memory.
7003         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7004         NULL upon out-of-memory.
7005         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7006         upon out-of-memory.
7007         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7008         NULL upon out-of-memory.
7009         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7010         NULL upon out-of-memory.
7011         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7012         upon out-of-memory.
7013         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7014         (gl_sublist_list_implementation): Update.
7015         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7016         upon out-of-memory.
7017         * modules/sublist (Depends-on): Remove xalloc.
7018
7019         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7020         * tests/test-carray_list.c: Likewise.
7021         * tests/test-linked_list.c: Likewise.
7022         * tests/test-linkedhash_list.c: Likewise.
7023         * tests/test-avltree_list.c: Likewise.
7024         * tests/test-rbtree_list.c: Likewise.
7025         * tests/test-avltreehash_list.c: Likewise.
7026         * tests/test-rbtreehash_list.c: Likewise.
7027         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7028         * modules/carray-list-tests (Makefile.am): Likewise.
7029         * modules/linked-list-tests (Makefile.am): Likewise.
7030         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7031         * modules/avltree-list-tests (Makefile.am): Likewise.
7032         * modules/rbtree-list-tests (Makefile.am): Likewise.
7033         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7034         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7035
7036         * NEWS: Mention the changes.
7037
7038         * lib/clean-temp.c: Include gl_xlist.h.
7039         * modules/clean-temp (Depends-on): Add xlist.
7040
7041         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7042         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7043
7044         * tests/test-array_oset.c: Include gl_xlist.h.
7045         * modules/array-oset-tests (Depends-on): Add xlist.
7046
7047         Reported by José E. Marchesi <jemarch@gnu.org>.
7048
7049 2009-12-13  Bruno Haible  <bruno@clisp.org>
7050
7051         Move the malloc checking from module 'oset' to new module 'xoset'.
7052         * modules/xoset: New file.
7053         * lib/gl_xoset.h: New file.
7054         * lib/gl_xoset.c: New file.
7055         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7056         declarations.
7057         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7058         (struct gl_oset_implementation): Rename and change methods accordingly.
7059         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7060         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7061         'int'. Mark as __warn_unused_result__.
7062         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7063         gl_oset_create_empty.
7064         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7065         'int'.
7066         * lib/gl_array_oset.c: Don't include xalloc.h.
7067         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7068         malloc, not xmalloc.
7069         (grow): Change return type to 'int'. Don't call xalloc_die.
7070         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7071         to 'int'.
7072         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7073         'int'.
7074         (gl_array_oset_implementation): Update.
7075         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7076         gl_tree_create_empty.
7077         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7078         'int'.
7079         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7080         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7081         xmalloc.
7082         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7083         not xmalloc.
7084         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7085         xmalloc.
7086         (gl_avltree_oset_implementation): Update.
7087         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7088         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7089         xmalloc.
7090         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7091         not xmalloc.
7092         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7093         xmalloc.
7094         (gl_rbtree_oset_implementation): Update.
7095         * modules/array-oset (Depends-on): Remove xalloc.
7096         * modules/avltree-oset (Depends-on): Likewise.
7097         * modules/rbtree-oset (Depends-on): Likewise.
7098         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7099         * tests/test-avltree_oset.c: Likewise.
7100         * tests/test-rbtree_oset.c: Likewise.
7101         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7102         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7103         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7104         * NEWS: Mention the change.
7105
7106 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7107
7108         maint.mk: allow a project to override release-prep commands
7109         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7110         commands into a new rule.
7111         (release-prep): New rule.
7112         (release-prep-hook): New overridable variable.
7113
7114 2009-12-13  Bruno Haible  <bruno@clisp.org>
7115
7116         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7117
7118 2009-12-13  Jim Meyering  <meyering@redhat.com>
7119
7120         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7121         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7122
7123 2009-12-12  Bruno Haible  <bruno@clisp.org>
7124
7125         duplocale: Tweak.
7126         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7127
7128 2009-12-12  Karl Berry  <karl@gnu.org>
7129
7130         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7131
7132 2009-12-12  Bruno Haible  <bruno@clisp.org>
7133
7134         * m4/po.m4: Undo incorrect untabification.
7135
7136 2009-12-12  Bruno Haible  <bruno@clisp.org>
7137
7138         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7139         * modules/c-strtod (Depends-on): Add locale.
7140         * modules/c-strtold (Depends-on): Likewise.
7141
7142 2009-12-12  Bruno Haible  <bruno@clisp.org>
7143
7144         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7145
7146 2009-12-11  Eric Blake  <ebb9@byu.net>
7147
7148         setenv: relax requirement in light of POSIX ruling
7149         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7150         not NULL.
7151         * tests/test-setenv.c (main): Relax test.
7152         * tests/test-unsetenv.c (main): Likewise.
7153         * doc/posix-functions/setenv.texi (setenv): Document this.
7154         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7155
7156 2009-12-11  Bruno Haible  <bruno@clisp.org>
7157
7158         New module 'fd-safer-flag'.
7159         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7160         * lib/dup-safer.c (dup_safer_flag): Remove function.
7161         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7162         * lib/fd-safer.c (fd_safer_flag): Remove function.
7163         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7164         * modules/cloexec (configure.ac): Drop indicator macro.
7165         * modules/fd-safer-flag: New file.
7166         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7167         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7168         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7169
7170 2009-12-11  Bruno Haible  <bruno@clisp.org>
7171
7172         Tests for module 'nl_langinfo'.
7173         * modules/nl_langinfo-tests: New file.
7174         * tests/test-nl_langinfo.sh: New file.
7175         * tests/test-nl_langinfo.c: New file.
7176
7177         New module 'nl_langinfo'.
7178         * lib/nl_langinfo.c: New file.
7179         * m4/nl_langinfo.m4: New file.
7180         * modules/nl_langinfo: New file.
7181         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7182
7183 2009-12-11  Bruno Haible  <bruno@clisp.org>
7184
7185         Tests for module 'langinfo'.
7186         * modules/langinfo-tests: New file.
7187         * tests/test-langinfo.c: New file.
7188
7189         New module 'langinfo'.
7190         * lib/langinfo.in.h: New file.
7191         * m4/langinfo_h.m4: New file.
7192         * modules/langinfo: New file.
7193         * doc/posix-headers/langinfo.texi: Mention the new module.
7194
7195 2009-12-11  Bruno Haible  <bruno@clisp.org>
7196
7197         * lib/config.charset: Untabify.
7198
7199 2009-12-11  Bruno Haible  <bruno@clisp.org>
7200
7201         * modules/unistd-safer (configure.ac): Drop indicator macro.
7202
7203 2009-12-11  Bruno Haible  <bruno@clisp.org>
7204
7205         Move pipe2-safer code to its own file.
7206         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7207         * lib/pipe-safer.c (pipe2_safer): Remove function.
7208         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7209         (Makefile.am): Add it to lib_SOURCES.
7210
7211 2009-12-10  Bruno Haible  <bruno@clisp.org>
7212
7213         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7214
7215 2009-12-10  Bruno Haible  <bruno@clisp.org>
7216
7217         Declare which arguments expect non-NULL values, for GCC and clang.
7218         * build-aux/arg-nonnull.h: New file.
7219         * modules/arg-nonnull: New file.
7220         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7221         (inet_ntop, inet_pton): Use it.
7222         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7223         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7224         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7225         (open, openat): Use it.
7226         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7227         (fnmatch): Use it.
7228         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7229         (getopt, getopt_long, getopt_long_only): Use it.
7230         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7231         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7232         Use it.
7233         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7234         (iconv_open): Use it.
7235         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7236         (strtoimax, strtoumax): Use it.
7237         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7238         (duplocale): Use it.
7239         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7240         (frexp, frexpl): Use it.
7241         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7242         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7243         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7244         (tsearch, tfind, tdelete, twalk): Use it.
7245         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7246         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7247         sigpending): Use it.
7248         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7249         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7250         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7251         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7252         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7253         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7254         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7255         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7256         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7257         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7258         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7259         Use it.
7260         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7261         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7262         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7263         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7264         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7265         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7266         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7267         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7268         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7269         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7270         strtoull, unsetenv): Use it.
7271         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7272         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7273         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7274         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7275         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7276         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7277         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7278         (strcasecmp, strncasecmp): Use it.
7279         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7280         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7281         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7282         rpl_setsockopt): Use it.
7283         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7284         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7285         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7286         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7287         (gettimeofday): Use it.
7288         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7289         (times): Use it.
7290         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7291         (uname): Use it.
7292         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7293         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7294         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7295         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7296         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7297         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7298         unlinkat, write): Use it.
7299         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7300         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7301         * lib/argv-iter.h: Include arg-nonnull.h.
7302         (_ATTRIBUTE_NONNULL_): Remove macro.
7303         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7304         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7305         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7306         optimization.
7307         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7308         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7309         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7310         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7311         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7312         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7313         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7314         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7315         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7316         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7317         * modules/dirent (Depends-on): Add arg-nonnull.
7318         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7319         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7320         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7321         * modules/fnmatch (Depends-on): Add arg-nonnull.
7322         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7323         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7324         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7325         * modules/glob (Depends-on): Add arg-nonnull.
7326         (Makefile.am): Insert arg-nonnull.h into glob.h.
7327         * modules/iconv_open (Depends-on): Add arg-nonnull.
7328         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7329         * modules/inttypes (Depends-on): Add arg-nonnull.
7330         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7331         * modules/locale (Depends-on): Add arg-nonnull.
7332         (Makefile.am): Insert arg-nonnull.h into locale.h.
7333         * modules/math (Depends-on): Add arg-nonnull.
7334         (Makefile.am): Insert arg-nonnull.h into math.h.
7335         * modules/netdb (Depends-on): Add arg-nonnull.
7336         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7337         * modules/search (Depends-on): Add arg-nonnull.
7338         (Makefile.am): Insert arg-nonnull.h into search.h.
7339         * modules/signal (Depends-on): Add arg-nonnull.
7340         (Makefile.am): Insert arg-nonnull.h into signal.h.
7341         * modules/spawn (Depends-on): Add arg-nonnull.
7342         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7343         * modules/stdio (Depends-on): Add arg-nonnull.
7344         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7345         * modules/stdlib (Depends-on): Add arg-nonnull.
7346         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7347         * modules/string (Depends-on): Add arg-nonnull.
7348         (Makefile.am): Insert arg-nonnull.h into string.h.
7349         * modules/strings (Depends-on): Add arg-nonnull.
7350         (Makefile.am): Insert arg-nonnull.h into strings.h.
7351         * modules/sys_socket (Depends-on): Add arg-nonnull.
7352         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7353         * modules/sys_stat (Depends-on): Add arg-nonnull.
7354         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7355         * modules/sys_time (Depends-on): Add arg-nonnull.
7356         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7357         * modules/sys_times (Depends-on): Add arg-nonnull.
7358         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7359         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7360         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7361         * modules/time (Depends-on): Add arg-nonnull.
7362         (Makefile.am): Insert arg-nonnull.h into time.h.
7363         * modules/unistd (Depends-on): Add arg-nonnull.
7364         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7365         * modules/wchar (Depends-on): Add arg-nonnull.
7366         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7367         * modules/argv-iter (Depends-on): Add arg-nonnull.
7368         * tests/test-canonicalize.c (null_ptr): New function.
7369         (main): Use it.
7370         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7371         (main): Use it.
7372         * tests/test-memmem.c (null_ptr): New function.
7373         (main): Use it.
7374         Reported by Jim Meyering.
7375
7376 2009-12-10  Bruno Haible  <bruno@clisp.org>
7377
7378         Use spaces for indentation, not tabs.
7379         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7380         * m4/*.m4: Untabify.
7381         * build-aux/*.h: Untabify.
7382         * tests/**/*.[hc]: Untabify.
7383         * README: New section "Indent with spaces, not TABs", based on
7384         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7385         * NEWS: Mention the change.
7386
7387 2009-12-10  Bruno Haible  <bruno@clisp.org>
7388
7389         pty test: Fix link error.
7390         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7391         test_pty_LDADD.
7392
7393 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7394
7395         * modules/pty: New file.
7396         * modules/pty-tests: New file.
7397         * m4/pty.m4: New file.
7398         * tests/test-pty.c: New file.
7399         * doc/glibc-headers/pty.texi: Modified.
7400         * doc/glibc-functions/forkpty.texi: Modified.
7401         * doc/glibc-functions/openpty.texi: Modified.
7402
7403 2009-12-10  Bruno Haible  <bruno@clisp.org>
7404
7405         Avoid syntax error in C++ mode.
7406         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7407
7408 2009-12-10  Bruno Haible  <bruno@clisp.org>
7409
7410         Use sed with option -e.
7411         * gnulib-tool (func_version, func_emit_copyright_notice,
7412         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7413         option -e to sed.
7414         * modules/link-warning (Makefile.am): Likewise.
7415
7416 2009-12-10  Jim Meyering  <meyering@redhat.com>
7417
7418         mgetgroups: do not write bytes beyond end of malloc'd buffer
7419         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7420         username, we call getgroups with a one-element-shorter buffer,
7421         but still told it the length was original, max_n_groups.
7422
7423 2009-12-09  Eric Blake  <ebb9@byu.net>
7424
7425         cloexec: relax license
7426         * modules/cloexec (Maintainer): Add myself.
7427         (License): Use LGPL, not GPL.
7428
7429         link-warning: optimize generation
7430         * modules/link-warning (Makefile.am): Reduce process usage.
7431
7432 2009-12-09  Bruno Haible  <bruno@clisp.org>
7433
7434         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7435         workaround was added on 2009-11-17.
7436
7437 2009-12-09  Jim Meyering  <meyering@redhat.com>
7438             Bruno Haible  <bruno@clisp.org>
7439
7440         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7441         * modules/link-warning (Makefile.am): Make the comment-removing sed
7442         command more robust in the face of bootstrap-prepended comment lines.
7443
7444 2009-12-09  Bruno Haible  <bruno@clisp.org>
7445
7446         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7447         most one group.
7448
7449 2009-12-09  Simon Josefsson <simon@josefsson.org>
7450             Bruno Haible  <bruno@clisp.org>
7451
7452         * build-aux/link-warning.h: Add copyright notice.
7453         * modules/link-warning (Makefile.am): Generate link-warning.h from
7454         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7455         * NEWS: Mention change in link-warning module.
7456         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7457         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7458         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7459         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7460         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7461         * modules/math (Makefile.am): Add dependency to math.h.
7462         * modules/search (Makefile.am): Add dependency to search.h.
7463         * modules/signal (Makefile.am): Add dependency to signal.h.
7464         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7465         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7466         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7467         * modules/string (Makefile.am): Add dependency to string.h.
7468         * modules/strings (Makefile.am): Add dependency to strings.h.
7469         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7470         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7471         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7472         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7473         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7474         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7475         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7476         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7477         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7478
7479 2009-12-09  Bruno Haible  <bruno@clisp.org>
7480
7481         fchdir: Optimize away rpl_fstat when possible.
7482         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7483         REPLACE_OPEN_DIRECTORY.
7484         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7485
7486 2009-12-09  Bruno Haible  <bruno@clisp.org>
7487
7488         * lib/fchdir.c: Update comment.
7489
7490 2009-12-09  Bruno Haible  <bruno@clisp.org>
7491
7492         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7493
7494 2009-12-08  Eric Blake  <ebb9@byu.net>
7495
7496         fchdir: avoid memory leak on re-registration.
7497         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7498
7499 2009-12-08  Jim Meyering  <meyering@redhat.com>
7500
7501         init.sh: avoid Solaris 10 /bin/sh portability problem
7502         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7503         sourced script:
7504           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7505           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7506           bar
7507         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7508         and two tests used that idiom.
7509         * tests/init.sh: Update suggested usage comments.
7510         (path_prepend_): New function, to be used in place
7511         of the --src-path=DIR option.
7512         (setup_): Move PATH-prepending code into path_prepend_.
7513         * tests/test-pread.sh: Adapt to new usage.
7514         * tests/test-xalloc-die.sh: Likewise.
7515
7516 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7517
7518         * doc/gnulib.texi (Glibc pty.h): Add.
7519         * doc/glibc-functions/forkpty.texi: Add.
7520         * doc/glibc-functions/openpty.texi: Add.
7521         Suggested by Bruno Haible.
7522
7523 2009-12-08  Eric Blake  <ebb9@byu.net>
7524
7525         fchdir: fix logic bugs
7526         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7527         * tests/test-fchdir.c (main): Enhance test.
7528         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7529         is in use.
7530
7531         dup2: fix logic bugs
7532         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7533         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7534         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7535         exists.
7536         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7537
7538 2009-12-07  Eric Blake  <ebb9@byu.net>
7539
7540         unlink: fix m4 detection
7541         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7542
7543         unistd-safer: add unit test
7544         * modules/unistd-safer-tests: New file.
7545         * tests/test-dup-safer.c: Likewise.
7546         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7547         * tests/test-dup2.c (setmode): Likewise.
7548         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7549
7550         cloexec: preserve text vs. binary across dup_cloexec
7551         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7552         mode.
7553         * modules/dup2-tests (Depends-on): Add binary-io.
7554         * modules/cloexec-tests (Depends-on): Likewise.
7555         * tests/test-dup2.c (setmode, is_mode): New helpers.
7556         (main): Add tests that translation mode is preserved.
7557         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7558         Reported by Bruno Haible.
7559
7560         mgetgroups: reduce duplicate listings
7561         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7562         resulting array.
7563         * tests/test-chown.h (test_chown): Simplify client.
7564         * tests/test-lchown.h (test_lchown): Likewise.
7565
7566 2009-12-06  Bruno Haible  <bruno@clisp.org>
7567
7568         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7569         value.
7570
7571 2009-12-06  Bruno Haible  <bruno@clisp.org>
7572
7573         * lib/progname.c: Include stdio.h, stdlib.h.
7574         (set_program_name): Reject a NULL argument.
7575
7576 2009-12-05  Eric Blake  <ebb9@byu.net>
7577
7578         pipe2-safer: new module
7579         * modules/pipe2-safer: New file.
7580         * lib/unistd-safer.h (pipe2_safer): New prototype.
7581         * lib/unistd--.h (pipe2): New wrapper.
7582         * lib/pipe-safer.c (pipe2_safer): New function.
7583         * modules/pipe (Depends-on): Add pipe2-safer.
7584         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7585
7586         stdlib-safer: preserve cloexec flag for mkostemp[s]
7587         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7588         fd_safer_flag.
7589
7590         unistd-safer: allow preservation of cloexec status via flag
7591         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7592         prototypes.
7593         * lib/dup-safer.c (dup_safer_flag): New function.
7594         * lib/fd-safer.c (fd_safer_flag): Likewise.
7595         * modules/cloexec (configure.ac): Set witness.
7596
7597         test-dup2: enhance test
7598         * modules/dup2-tests (Depends-on): Add cloexec.
7599         * tests/test-dup2.c (main): Enhance test.
7600
7601         cloexec: add dup_cloexec
7602         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7603         header and comments.
7604         * lib/cloexec.c (set_cloexec_flag): Add comments.
7605         (dup_cloexec): New function, with mingw implementation borrowed
7606         from...
7607         * lib/w32spawn.h (dup_noinherit): ...here.
7608         * modules/execute (Depends-on): Add cloexec.
7609         * modules/pipe (Depends-on): Likewise.
7610         * modules/cloexec (Depends-on): Add dup2.
7611         * modules/cloexec-tests (Files): New file.
7612         * tests/test-cloexec.c: Likewise.
7613
7614         test-xalloc-die: fix test for mingw
7615         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7616         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7617         directory and .exe suffix off argv[0] output.
7618
7619         test-fseeko: fix test for mingw
7620         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7621         than undefining fseek, so test will pass on mingw.
7622
7623 2009-12-05  Bruno Haible  <bruno@clisp.org>
7624
7625         * lib/progname.h (set_program_name): Clarify specification.
7626         * lib/progname.c (set_program_name): Likewise.
7627         Reported by Jim Meyering.
7628
7629 2009-12-05  Jim Meyering  <meyering@redhat.com>
7630
7631         maint.mk: backslash-escape parens in default regexp
7632         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7633         backslash-escape the literal parentheses.
7634
7635         maint.mk: news-date-check: use grep -E
7636         * top/maint.mk (today): Define a Make variable, not a...
7637         (news-date-check): ...shell variable.
7638         (news-date-regexp): Use the Make variable.
7639         Use grep's -E option.  Change the failing diagnostic to mention
7640         the variable, $(news-date-regexp).
7641
7642 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7643
7644         maintainer-makefile: allow customization of NEWS entry format
7645         * top/maint.mk (news-date-regexp): New overridable variable.
7646         (news-date-check): Use it.
7647
7648 2009-12-04  Eric Blake  <ebb9@byu.net>
7649
7650         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7651         * lib/mgetgroups.h (xgetgroups): New prototype.
7652         * lib/mgetgroups.c (xgetgroups): New wrapper.
7653         (mgetgroups): Handle ENOSYS.
7654         * modules/mgetgroups (Depends-on): Add realloc.
7655         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7656
7657         mgetgroups: avoid argument promotion issues with -1
7658         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7659         for invalid gid_t.
7660         * tests/test-chown.h (getegid, test_chown): Likewise.
7661         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7662
7663 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7664
7665         exclude: Fix header file problems.
7666         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7667
7668 2009-12-01  Jim Meyering  <meyering@redhat.com>
7669
7670         fts: fts_open: do not let an empty string cause immediate failure
7671         This is required in support of GNU rm, for which the command
7672         "rm A '' B" must process and remove both A and B, in spite of
7673         the empty string argument.
7674         * lib/fts.c (fts_open): Do not let the presence of an empty string
7675         cause fts_open to fail immediately.  Most fts-using tools must be
7676         able to process all arguments, in order, and can be expected to
7677         diagnose such arguments themselves.
7678
7679 2009-11-30  Eric Blake  <ebb9@byu.net>
7680
7681         utimens: fix compilation error
7682         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7683         Declare variable at right scope.
7684
7685 2009-11-29  Jim Meyering  <meyering@redhat.com>
7686
7687         bootstrap: handle perl-5.11's changed --version output
7688         * build-aux/bootstrap (get_version): Handle perl separately,
7689         since perl-5.11's --version output is different.
7690
7691 2009-11-28  Jim Meyering  <meyering@redhat.com>
7692
7693         userspec: depend on the inttostr module, too
7694         * modules/userspec (Depends-on): Add inttostr.
7695
7696         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7697         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7698         number of MAXUID when it evaluates to (uid_t) -1.
7699         Likewise for group ID.  Reported by Matt McCutchen in
7700         <http://savannah.gnu.org/bugs/?28113>
7701
7702         userspec: reformat to use spaces, not TABs
7703         * lib/userspec.c: Expand TABs to spaces.
7704         Add Emacs' "indent-tabs-mode: nil" hint.
7705
7706 2009-11-27  Eric Blake  <ebb9@byu.net>
7707
7708         getopt-gnu: flush out another BSD bug
7709         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7710         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7711         flush out BSD bug.
7712         * tests/test-getopt.h (test_getopt): End lists with NULL.
7713         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7714         (test_getopt_long_posix): Enhance test.
7715         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7716         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7717         getopt-gnu.
7718         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7719         Likewise.
7720
7721 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7722
7723         * modules/idpriv-droptemp-tests (Notice): Fix text.
7724
7725 2009-11-27  Jim Meyering  <meyering@redhat.com>
7726
7727         test-xalloc-die: avoid spurious failure due to libtool argv difference
7728         In a libtool-enabled project, this test would fail due to a difference
7729         in the emitted program name, e.g.,
7730         -test-xalloc-die: memory exhausted
7731         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7732         Use program to avoid that.
7733         * modules/xalloc-die-tests (Depends-on): Add progname.
7734         * tests/test-xalloc-die.c: Include progname.h".
7735         (program_name): Remove decl.
7736         (main): Call set_program_name.
7737         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7738
7739 2009-11-26  Richard Jones  <rjones@redhat.com>
7740
7741         w32sock: leave win32 error in place.
7742         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7743
7744 2009-11-26  Eric Blake  <ebb9@byu.net>
7745
7746         init.sh: suggest to use skip_ and fail_ functions in comments
7747         * tests/init.sh: Add a sentence.
7748
7749 2009-11-25  Bruno Haible  <bruno@clisp.org>
7750
7751         init.sh: add documentation in comments
7752         * tests/init.sh: Add some developer and user documentation.
7753
7754 2009-11-26  Jim Meyering  <meyering@redhat.com>
7755
7756         init.sh: accommodate even those who specify bogus srcdir manually
7757         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7758         configure-time tests to be sanitized, so that there is no need to
7759         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7760         (with no double quotes) suffices.  However, since tests may be
7761         invoked manually, and since you may explicitly set srcdir to the
7762         name of a directory containing spaces, do quote its uses here.
7763         * tests/test-pread.sh: Likewise.
7764         Suggested by Bruno Haible.
7765
7766         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7767         * tests/test-pread.sh: Write no data into the pipe, because
7768         test-pread actually reads none.  This avoids a diagnostic,
7769         "bash: echo: write error: Broken pipe", that arises in the unusual
7770         event something is ignoring SIGPIPE, and might be interpreted
7771         as some sort of failure.  Reported by Bruno Haible.
7772
7773 2009-11-25  Jim Meyering  <meyering@redhat.com>
7774
7775         test-pread: cover failure with ESPIPE and EINVAL
7776         * tests/test-pread.c (main): Test for failure, too.
7777         * tests/test-pread.sh: Invoke with stdin on a pipe.
7778         Suggested by Eric Blake.
7779
7780         pread: improvement and fix
7781         * modules/pread (Depends-on): Depend on lseek, for portability to
7782         e.g., mingw.  Suggested by Eric Blake.
7783         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7784
7785         unistd.in.h: correct declaration of pread
7786         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7787         Reported by Richard W.M. Jones.
7788
7789         test-pread.sh: distribute the test script
7790         * modules/pread-tests (Files): Include test-pread.sh.
7791
7792         test-pread.sh: clean up
7793         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7794         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7795         That is unnecessary, since it's always ".".
7796         Suggestion from Eric Blake.
7797
7798         test-pread.sh: make executable
7799         * tests/test-pread.sh: Set executable bit.
7800         Reported by Eric Blake.
7801
7802         correct typo in test-pread.sh
7803         * tests/test-pread.sh: Add #! line.
7804
7805         test pread
7806         * tests/test-pread.c: New file.
7807         * tests/test-pread.sh: Likewise.
7808         * modules/pread-tests: Likewise.
7809
7810         pread: new module
7811         * modules/pread: New file.
7812         * lib/unistd.in.h (pread): Define/declare.
7813         * lib/pread.c (pread): New file.
7814         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7815         * modules/unistd (Makefile.am): Substitute witnesses.
7816         * doc/posix-functions/pread.texi (pread): Update.
7817         * MODULES.html.sh: Add pread.
7818
7819 2009-11-25  Jim Meyering  <meyering@redhat.com>
7820
7821         tests/init.sh: new file to be used via most *.sh tests
7822         * tests/init.sh: New file.
7823
7824 2009-11-25  Eric Blake  <ebb9@byu.net>
7825
7826         utimens: work around older Linux failure with symlinks
7827         * lib/utimens.c (lutimensat_works_really): New variable.
7828         (fdutimens, lutimens): Use it to manage kernels that support
7829         nanosecond times on files, but not on symlinks.
7830         Reported by Ondřej Vašík.
7831
7832         utimes: fix configure grammar
7833         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7834
7835 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7836
7837         regex: Fix fastmap for multibyte character ranges.
7838         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7839         characters when a multibyte character range is included.
7840
7841 2009-11-22  Andy Wingo  <wingo@pobox.com>
7842
7843         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7844         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7845
7846 2009-11-24  Bruno Haible  <bruno@clisp.org>
7847
7848         doc: Most *_l functions exist in MacOS X 10.5.
7849         * doc/posix-functions/duplocale.texi: Update platforms list.
7850         * doc/posix-functions/freelocale.texi: Likewise.
7851         * doc/posix-functions/newlocale.texi: Likewise.
7852         * doc/posix-functions/uselocale.texi: Likewise.
7853         * doc/posix-functions/isalnum_l.texi: Likewise.
7854         * doc/posix-functions/isalpha_l.texi: Likewise.
7855         * doc/posix-functions/isblank_l.texi: Likewise.
7856         * doc/posix-functions/iscntrl_l.texi: Likewise.
7857         * doc/posix-functions/isdigit_l.texi: Likewise.
7858         * doc/posix-functions/isgraph_l.texi: Likewise.
7859         * doc/posix-functions/islower_l.texi: Likewise.
7860         * doc/posix-functions/isprint_l.texi: Likewise.
7861         * doc/posix-functions/ispunct_l.texi: Likewise.
7862         * doc/posix-functions/isspace_l.texi: Likewise.
7863         * doc/posix-functions/isupper_l.texi: Likewise.
7864         * doc/posix-functions/iswalnum_l.texi: Likewise.
7865         * doc/posix-functions/iswalpha_l.texi: Likewise.
7866         * doc/posix-functions/iswblank_l.texi: Likewise.
7867         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7868         * doc/posix-functions/iswctype_l.texi: Likewise.
7869         * doc/posix-functions/iswdigit_l.texi: Likewise.
7870         * doc/posix-functions/iswgraph_l.texi: Likewise.
7871         * doc/posix-functions/iswlower_l.texi: Likewise.
7872         * doc/posix-functions/iswprint_l.texi: Likewise.
7873         * doc/posix-functions/iswpunct_l.texi: Likewise.
7874         * doc/posix-functions/iswspace_l.texi: Likewise.
7875         * doc/posix-functions/iswupper_l.texi: Likewise.
7876         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7877         * doc/posix-functions/isxdigit_l.texi: Likewise.
7878         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7879         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7880         * doc/posix-functions/strcoll_l.texi: Likewise.
7881         * doc/posix-functions/strfmon_l.texi: Likewise.
7882         * doc/posix-functions/strftime_l.texi: Likewise.
7883         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7884         * doc/posix-functions/strxfrm_l.texi: Likewise.
7885         * doc/posix-functions/tolower_l.texi: Likewise.
7886         * doc/posix-functions/toupper_l.texi: Likewise.
7887         * doc/posix-functions/towctrans_l.texi: Likewise.
7888         * doc/posix-functions/towlower_l.texi: Likewise.
7889         * doc/posix-functions/towupper_l.texi: Likewise.
7890         * doc/posix-functions/wcscoll_l.texi: Likewise.
7891         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7892         * doc/posix-functions/wctrans_l.texi: Likewise.
7893         * doc/posix-functions/wctype_l.texi: Likewise.
7894         * doc/glibc-functions/strptime_l.texi: Likewise.
7895         * doc/glibc-functions/strtod_l.texi: Likewise.
7896         * doc/glibc-functions/strtof_l.texi: Likewise.
7897         * doc/glibc-functions/strtol_l.texi: Likewise.
7898         * doc/glibc-functions/strtold_l.texi: Likewise.
7899         * doc/glibc-functions/strtoll_l.texi: Likewise.
7900         * doc/glibc-functions/strtoul_l.texi: Likewise.
7901         * doc/glibc-functions/strtoull_l.texi: Likewise.
7902         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7903         * doc/glibc-functions/wcstod_l.texi: Likewise.
7904         * doc/glibc-functions/wcstof_l.texi: Likewise.
7905         * doc/glibc-functions/wcstol_l.texi: Likewise.
7906         * doc/glibc-functions/wcstold_l.texi: Likewise.
7907         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7908         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7909         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7910
7911 2009-11-24  Bruno Haible  <bruno@clisp.org>
7912
7913         duplocale: Fix logic bug.
7914         * lib/duplocale.c: Don't include <langinfo.h>.
7915         (_NL_LOCALE_NAME): Remove macro.
7916         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7917         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7918
7919 2009-11-23  Jim Meyering  <meyering@redhat.com>
7920
7921         test-update-copyright: don't hard-code /usr/bin/perl
7922         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7923         perl to print the current year.  Gilles Espinasse reported that
7924         the replaced use of perl was hard-coded as /usr/bin/perl.
7925
7926 2009-11-23  Bruno Haible  <bruno@clisp.org>
7927
7928         duplocale: Add support for glibc 2.3.x.
7929         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7930
7931 2009-11-22  Bruno Haible  <bruno@clisp.org>
7932
7933         vasnprintf: Tiny optimization.
7934         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7935         MacOS X.
7936
7937 2009-11-22  Bruno Haible  <bruno@clisp.org>
7938
7939         Tests for module 'duplocale'.
7940         * modules/duplocale-tests: New file.
7941         * tests/test-duplocale.c: New file.
7942
7943         New module 'duplocale'.
7944         * m4/duplocale.m4: New file.
7945         * lib/locale.in.h (duplocale): New declaration.
7946         * lib/duplocale.c: New file.
7947         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7948         gl_LOCALE_H_DEFAULTS): New macros.
7949         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7950         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7951         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7952         REPLACE_DUPLOCALE.
7953         * modules/duplocale: New file.
7954         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7955
7956 2009-11-22  Bruno Haible  <bruno@clisp.org>
7957
7958         * modules/locale-tests (configure.ac): Test for newlocale function.
7959         * tests/test-locale.c: When the system has extended locale functions,
7960         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7961
7962         locale: Make locale_t available when possible.
7963         * lib/locale.in.h: Include <xlocale.h> when it exists.
7964         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7965         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7966         * modules/locale (Depends-on): Add extensions.
7967         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7968         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7969
7970 2009-11-22  Bruno Haible  <bruno@clisp.org>
7971
7972         Add comments.
7973         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7974         invocation.
7975         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7976         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7977         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7978
7979 2009-11-22  Bruno Haible  <bruno@clisp.org>
7980
7981         error: account for the possibility of freopen (stdout).
7982         * lib/error.c: Include <unistd.h>.
7983         (flush_stdout): New function, extracted from error and error_at_line.
7984         Determine stdout's fd dynamically.
7985         (error, error_at_line): Invoke flush_stdout.
7986         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7987         * modules/error (Depends-on): Add unistd.
7988
7989 2009-11-22  Bruno Haible  <bruno@clisp.org>
7990
7991         diffseq: Add comment.
7992         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7993
7994 2009-11-22  Jim Meyering  <meyering@redhat.com>
7995
7996         c-stack: avoid defining an unused static function
7997         * lib/c-stack.c (find_stack_direction): Do not define this function
7998         when it will not be used.
7999
8000         diffseq: avoid spurious gcc warnings
8001         * lib/diffseq.h (IF_LINT2): Define.
8002         (compareseq): Use it to initialize two members of "part".
8003         This avoids two used-uninitialized warnings.
8004
8005 2009-11-21  Jim Meyering  <meyering@redhat.com>
8006
8007         c-stack: avoid "ignoring return value of `write'" warning
8008         * lib/c-stack.c: Include "ignore-value.h".
8009         (die): Explicitly ignore each write return value.
8010         * modules/c-stack (Depends-on): Add ignore-value.
8011
8012 2009-11-21  Bruno Haible  <bruno@clisp.org>
8013
8014         diffseq: reduce scope of variable 'best'.
8015         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8016         variable, earlier used for two different purposes.
8017
8018 2009-11-21  Jim Meyering  <meyering@redhat.com>
8019
8020         diffseq: remove useless assignment to "best"
8021         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8022         assignment.  At that point "best" is already guaranteed to be zero.
8023
8024 2009-11-20  Eric Blake  <ebb9@byu.net>
8025
8026         build: mention ftp redirector in release announcements
8027         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8028         values that used to come from cfg.mk; mention FTP redirect URL.
8029         * build-aux/announce-gen: Mention the mirror list.
8030         Suggested by Karl Berry.
8031
8032         nanosleep: improve port to mingw
8033         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8034         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8035         LIB_NANOSLEEP, but only when needed.
8036         * modules/select (Link): Document LIBSOCKET.
8037         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8038         enough.
8039
8040         nanosleep: work around cygwin bug
8041         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8042         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8043         bug.
8044         (getnow): Delete, not needed.
8045         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8046         LIB_CLOCK_GETTIME.
8047         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8048         clock-time, gettime.
8049         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8050         bug.
8051         * modules/nanosleep-tests: New test.
8052         * tests/test-nanosleep.c: New file.
8053
8054         sleep: work around cygwin bug
8055         * lib/sleep.c (rpl_sleep): Work around the bug.
8056         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8057         (gl_PREREQ_SLEEP): Delete unused macro.
8058         * modules/sleep (Depends-on): Add verify.
8059         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8060         * modules/unistd (Makefile.am): Substitute witness.
8061         * lib/unistd.in.h (sleep): Update prototype.
8062         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8063         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8064         * modules/sleep-tests (Depends-on): Check for alarm.
8065
8066 2009-11-20  Jim Meyering  <meyering@redhat.com>
8067
8068         maint.mk: improve sc_prohibit_magic_number_exit
8069         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8070         so it does not match uses like System.exit(1).
8071         Add comments showing how to correct all offenders.
8072
8073 2009-11-19  Eric Blake  <ebb9@byu.net>
8074
8075         xalloc-die-tests: add missing library
8076         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8077
8078         test-xvasprintf: silence compiler warnings
8079         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8080         empty string from gcc.
8081
8082 2009-11-19  Jim Meyering  <meyering@redhat.com>
8083
8084         xfreopen: new module, from coreutils
8085         * modules/xfreopen: New module.
8086         * lib/xfreopen.c: New file.
8087         * lib/xfreopen.h: New file.
8088         * MODULES.html.sh (File stream based Input/Output"): Add it.
8089
8090 2009-11-19  Eric Blake  <ebb9@byu.net>
8091
8092         manywarnings: depend on warnings
8093         * modules/manywarnings (Depends-on): Add warnings.
8094
8095         build: avoid compiler warnings
8096         * lib/select.c (rpl_select): Delete unused variable.
8097         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8098
8099 2009-11-18  Eric Blake  <ebb9@byu.net>
8100
8101         tests: avoid false negative with --with-packager
8102         * tests/test-version-etc.sh: Discard packager information.
8103         * tests/test-argp-version-etc-1.sh: Likewise.
8104         Reported by Mike Frysinger.
8105
8106         utimens: fix regression on Solaris
8107         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8108         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8109         can only change fd timestamps via futimesat.  Instead, use an
8110         additional witness macro to avoid BSD bug.
8111         Reported by Jim Meyering.
8112
8113 2009-11-17  Eric Blake  <ebb9@byu.net>
8114
8115         usleep: use it to simplify tests
8116         * modules/stat-time-tests (Depends-on): Add usleep.
8117         (configure.ac): Drop usleep check.
8118         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8119         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8120         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8121         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8122         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8123         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8124         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8125         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8126         Likewise.
8127         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8128         * tests/test-lchown.h (nap): Likewise.
8129         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8130         * tests/test-stat-time.c (nap): Likewise.
8131         * tests/test-utimens-common.h (nap): Update comments.
8132
8133         usleep: new module
8134         * modules/usleep: New file.
8135         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8136         * lib/usleep.c (usleep): Likewise.
8137         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8138         * modules/unistd (Makefile.am): Substitute witnesses.
8139         * lib/unistd.in.h (usleep): Add declaration.
8140         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8141         * MODULES.html.sh (Date and time): Likewise.
8142         * modules/usleep-tests (Depends-on): New test.
8143         * tests/test-usleep.c: New file.
8144
8145         chown: work around OpenBSD bug
8146         * lib/chown.c (rpl_chown): Work around the bug.
8147         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8148         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8149         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8150         * modules/chown (Depends-on): Add stdbool.
8151         * modules/lchown (Depends-on): Likewise.
8152         * doc/posix-functions/chown.texi (chown): Document the bug.
8153         * doc/posix-functions/lchown.texi (lchown): Likewise.
8154         * tests/test-lchown.h (test_chown): Relax test.
8155
8156         mkstemp: avoid conflict with C++ keyword template
8157         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8158         * lib/mkostemp.c (mkostemp): Likewise.
8159         * lib/mkostemps.c (mkostemps): Likewise.
8160         * lib/mkstemp.c (mkstemp): Likewise.
8161         * lib/mkstemps.c (mkstemps): Likewise.
8162
8163         xalloc-die-tests: optimize
8164         * tests/test-xalloc-die.sh: Reduce number of processes.
8165
8166 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8167
8168         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8169         patch from ludo@gnu.org (Ludovic Courtès).
8170
8171 2009-11-17  Jim Meyering  <meyering@redhat.com>
8172
8173         version-etc: use proper license string
8174         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8175         * modules/version-etc-fsf: Likewise.
8176
8177 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8178
8179         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8180         printed to stdout.  Deal with EOL differences.
8181
8182 2009-11-17  Eric Blake  <ebb9@byu.net>
8183
8184         unsetenv: work around Solaris bug
8185         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8186         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8187         Reported by Jim Meyering.
8188
8189         vasnprintf: avoid compiler warnings
8190         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8191         variables.
8192         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8193
8194 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8195
8196         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8197         settings since xalloc-die is no longer the self test,
8198         xalloc-die.sh is.
8199
8200 2009-11-17  Jim Meyering  <meyering@redhat.com>
8201
8202         test-xalloc-die.sh: make the code agree with the commit log
8203         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8204         at the end, just in case you happen to have a test-xalloc-die
8205         program in some other PATH directory.
8206
8207         test-xalloc-die.sh: fix a portability bug
8208         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8209         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8210         Otherwise, argv[0] (as often seen in diagnostics) would be too
8211         system-dependent, sometimes with, and sometimes without the leading "./".
8212
8213         version-etc-fsf: relax license to LGPLv3+
8214         * modules/version-etc-fsf (License): Relax license.
8215
8216 2009-11-16  Eric Blake  <ebb9@byu.net>
8217
8218         xalloc-die-tests: avoid printing null pointer
8219         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8220         shell script.
8221         * tests/test-xalloc-die.c (program_name): Declare.
8222         * tests/test-xalloc-die.sh (tmpfiles): New file.
8223
8224         setenv, unsetenv: work around various bugs
8225         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8226         (setenv) [HAVE_SETENV]: Work around bugs.
8227         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8228         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8229         for bugs.
8230         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8231         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8232         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8233         * modules/stdlib (Makefile.am): Update substitutions.
8234         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8235         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8236         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8237         * modules/setenv-tests: New test.
8238         * modules/unsetenv-tests: Likewise.
8239         * tests/test-setenv.c: New file.
8240         * tests/test-unsetenv.c: Likewise.
8241
8242 2009-11-16  Jim Meyering  <meyering@redhat.com>
8243
8244         version-etc: relax license to LGPLv3+
8245         * modules/version-etc (License): Relax license.
8246
8247         better AC_REQUIRE expanded-before-required-warning avoidance
8248         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8249         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8250         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8251         which is no longer needed.
8252
8253 2009-11-16  Eric Blake  <ebb9@byu.net>
8254
8255         test-freading: clean up temporary file
8256         * tests/test-freading.c (main): Remove file on success, and use
8257         ASSERT more liberally.
8258         Reported by Jim Meyering.
8259
8260 2009-11-16  Jim Meyering  <meyering@redhat.com>
8261
8262         avoid new AC_REQUIRE expanded-before-required warnings
8263         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8264         merely using it.
8265         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8266         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8267
8268 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8269
8270         * tests/test-xalloc-die.c: New file.
8271         * modules/xalloc-die-tests: New file.
8272         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8273         XFAIL_TESTS so it can be appended by modules.
8274
8275 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8276
8277         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8278         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8279
8280 2009-11-14  Eric Blake  <ebb9@byu.net>
8281
8282         fnmatch: avoid compiler warning
8283         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8284         to silence compiler warning about mismatch signedness in ?:.
8285         Reported by Robert Millan.
8286
8287         intprops: add double-inclusion guard
8288         * lib/intprops.h: Allow idempotent includes.
8289         Suggested by Bruce Korb.
8290
8291         openat: detect Solaris fchownat bug
8292         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8293         penalizing glibc chownat when only lchownat is broken.
8294         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8295         trailing slash bugs.
8296         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8297         * modules/openat-tests (Files): Include more files.
8298         (Depends-on): Add mgetgroups, sleep, stat-time.
8299         (configure.ac): Add additional checks.
8300         (Makefile.am): Build new test.
8301         * tests/test-fchownat.c: New file.
8302
8303         lchown: detect Solaris and FreeBSD bug
8304         * lib/lchown.c (rpl_lchown): Work around bug.
8305         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8306         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8307         * modules/unistd (Makefile.am): Populate it.
8308         * lib/unistd.in.h (lchown): Update declaration.
8309         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8310         * modules/lchown-tests: New file.
8311         * tests/test-lchown.h (test_lchown): Likewise.
8312         * tests/test-lchown.c (main): Likewise.
8313
8314         chown: detect Solaris and FreeBSD bug
8315         * lib/chown.c (rpl_chown): Work around bug.
8316         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8317         (gl_PREREQ_CHOWN): Delete.
8318         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8319         * modules/unistd (Makefile.am): Populate it.
8320         * lib/unistd.in.h (chown): Update declaration.
8321         * lib/lchown.c (chown): Update client.
8322         * modules/lchown (Depends-on): Add lstat.
8323         * doc/posix-functions/chown.texi (chown): Document the bug.
8324         * doc/posix-functions/getgroups.texi (getgroups): Document
8325         getgroups pitfall.
8326         * modules/chown-tests: New file.
8327         * tests/test-chown.h (test_chown): Likewise.
8328         * tests/test-chown.c (main): Likewise.
8329
8330 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8331
8332         gnulib-tool: correctly detect absence of m4 directories
8333         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8334
8335 2009-11-14  Jim Meyering  <meyering@redhat.com>
8336
8337         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8338         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8339
8340 2009-11-14  John W. Eaton  <jwe@gnu.org>
8341
8342         strftime.h: wrap funtion declaration in extern "C" block
8343         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8344
8345 2009-11-13  Eric Blake  <ebb9@byu.net>
8346
8347         getgroups: avoid compiler warning
8348         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8349
8350         getgroups: work around FreeBSD bug
8351         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8352         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8353         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8354         * tests/test-getgroups.c (main): Fix buffer overrun.
8355
8356         getgroups: avoid compilation failure
8357         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8358         * modules/getgroups (Depends-on): Add stdint.
8359
8360 2009-11-13  Jim Meyering  <meyering@redhat.com>
8361
8362         test-getgroups: avoid compilation failure
8363         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8364
8365 2009-11-13  Eric Blake  <ebb9@byu.net>
8366
8367         mgetgroups: new module, taken from coreutils
8368         * modules/mgetgroups: New file.
8369         * lib/mgetgroups.h: Likewise.
8370         * lib/mgetgroups.c (mgetgroups): Likewise.
8371         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8372         * MODULES.html.sh (Users and groups): Mention it.
8373
8374         getgroups: don't expose GETGROUPS_T to user
8375         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8376         an element at a time if GETGROUPS_T is wrong size.
8377         * lib/getugroups.h (getugroups): Change signature.
8378         * lib/unistd.in.h (getgroups): Likewise.
8379         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8380         signature needs fixing.
8381         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8382         AC_TYPE_GETGROUPS.
8383         * modules/group-member (Depends-on): Add getgroups.
8384         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8385         (group_member): Rely on getgroups replacement.
8386         * lib/getugroups.c (getugroups): Use gid_t.
8387         * tests/test-getgroups.c (main): Likewise.
8388         * NEWS: Mention the signature change.
8389         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8390         problem with signature.
8391         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8392         GETGROUPS_T is still useful for setgroups.
8393
8394         getgroups, getugroups: provide stubs for mingw
8395         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8396         * lib/getugroups.c (getugroups): Likewise.
8397         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8398         function.  Modernize replacement scheme.
8399         (gl_PREREQ_GETGROUPS): Delete.
8400         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8401         * modules/getgroups (configure.ac): Declare witness.
8402         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8403         * modules/unistd (Depends-on): Substitute witness.
8404         * lib/unistd.in.h (getgroups): Declare replacement.
8405
8406         getgroups: avoid calling exit
8407         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8408         drop xalloc.
8409         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8410         dependencies.
8411         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8412         exiting, in the rare case of malloc failure.
8413
8414         getgroups: fix logic error
8415         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8416         has more than 20 groups.
8417         * modules/getgroups-tests: New test.
8418         * tests/test-getgroups.c: New file.
8419
8420 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8421
8422         * tests/test-base64.c: Improve.
8423
8424 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8425
8426         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8427         Blake <ebb9@byu.net>.
8428
8429 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8430
8431         * tests/test-xvasprintf.c: Add %s%s related checks.
8432
8433 2009-11-12  Eric Blake  <ebb9@byu.net>
8434
8435         version-etc: match standards.texi style
8436         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8437         and use <> only for URLs.
8438
8439 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8440
8441         fts: do not fail on a submount during traversal
8442         * lib/fts.c (fts_build): Read the stat info again after opening
8443         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8444         Original report at http://bugzilla.redhat.com/501848.
8445
8446 2009-11-12  Jim Meyering  <meyering@redhat.com>
8447
8448         bootstrap: sync from coreutils
8449         * build-aux/bootstrap (bootstrap_epilogue): New function.
8450         Use git_modules_config in one more place.  This make bootstrap's
8451         --gnulib-srcdir option more useful for testing.
8452
8453         bootstrap: generalize autoheader check
8454         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8455         AC_CONFIG_HEADERS.
8456
8457 2009-11-11  Eric Blake  <ebb9@byu.net>
8458
8459         mkfifoat: use new modules for Solaris and BSD bugs
8460         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8461         * lib/mkfifoat.c (mknodat): Split...
8462         * lib/mknodat.c (mknodat): ...into new file.
8463         * modules/mkfifoat (Files): Ship new file.
8464         (Depends-on): Add mkfifo, mknod.
8465         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8466         (Depends-on): Add symlink.
8467         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8468         redundant with test_mkfifo.h.
8469         (do_mkfifoat, do_mknodat): New helpers.
8470
8471         mknod: new module
8472         * modules/mknod: New file.
8473         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8474         * lib/mknod.c (mknod): Likewise.
8475         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8476         defaults.
8477         * modules/sys_stat (Makefile.am): Substitute them.
8478         * lib/sys_stat.in.h (mknod): Declare replacement.
8479         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8480         Document it.
8481         * doc/posix-functions/mknod.texi (mknod): Likewise.
8482         * modules/mknod-tests: New test.
8483         * tests/test-mknod.c: Likewise.
8484
8485         mkfifo: new module
8486         * modules/mkfifo: New file.
8487         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8488         * lib/mkfifo.c (mkfifo): Likewise.
8489         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8490         defaults.
8491         * modules/sys_stat (Makefile.am): Substitute them.
8492         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8493         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8494         Document it.
8495         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8496         * modules/mkfifo-tests: New test.
8497         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8498         from test-mkfifoat.c.
8499         * tests/test-mkfifo.c: New file.
8500
8501         readlink: detect FreeBSD bug
8502         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8503         slash on symlink.
8504         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8505         * tests/test-readlink.h (test_readlink): Enhance test.
8506
8507         symlink: detect FreeBSD bug
8508         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8509         slash on symlink.
8510         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8511         * tests/test-symlink.h (test_symlink): Enhance test.
8512
8513 2009-11-10  Eric Blake  <ebb9@byu.net>
8514
8515         link: detect FreeBSD bug
8516         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8517         symlink.
8518         * doc/posix-functions/link.texi (link): Document the bug.
8519         * tests/test-link.h (test_link): Enhance test.
8520         * tests/test-linkat.c (main): Update caller.
8521
8522         unlink, remove: detect FreeBSD bug
8523         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8524         slash on symlink.
8525         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8526         * doc/posix-functions/remove.texi (remove): Likewise.
8527         * tests/test-unlink.h (test_unlink): Enhance test.
8528         * tests/test-remove.c (main): Likewise.
8529
8530 2009-11-09  Eric Blake  <ebb9@byu.net>
8531
8532         rename: detect FreeBSD bug
8533         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8534         slash on symlink.
8535         * modules/renameat-tests (Depends-on): Add filenamecat.
8536         * tests/test-rename.h (test_rename): Allow one more errno.
8537         * tests/test-renameat.c (main): Likewise.
8538         * doc/posix-functions/rename.texi (rename): Document the bug.
8539
8540         open: detect FreeBSD bug
8541         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8542         symlink.
8543         * doc/posix-functions/open.texi (open): Document the bug.
8544         * doc/posix-functions/utimes.texi (utimes): Likewise.
8545         * tests/test-open.h (test_open): Add parameters, and test symlink
8546         handling.
8547         * tests/test-open.c (main): Adjust caller.
8548         * tests/test-fcntl-safer.c (main): Likewise.
8549         * modules/open-tests (Depends-on): Add stdbool, symlink.
8550         * modules/fcntl-safer-tests (Depends-on): Likewise.
8551         * tests/test-openat.c (main): Add test-open tests.
8552
8553         stat: detect FreeBSD bug
8554         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8555         symlink.
8556         * doc/posix-functions/stat.texi (stat): Document the bug.
8557         * tests/test-stat.h (test_stat_func): Add argument.
8558         * tests/test-stat.c (main): Adjust caller.
8559         * tests/test-fstatat.c (main): Likewise.
8560         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8561         Reported by Jim Meyering.
8562
8563 2009-11-09  James Youngman  <jay@gnu.org>
8564
8565         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8566         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8567
8568 2009-11-08  Jim Meyering  <meyering@redhat.com>
8569
8570         utimens: remove invalid futimesat call
8571         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8572         It used the file descriptor of the target file as the DIR_FD
8573         parameter and NULL as the file name.  That caused failure with
8574         errno == EFAULT on FreeBSD-8.0-rc2
8575
8576 2009-11-07  Eric Blake  <ebb9@byu.net>
8577
8578         fflush, freadseek: use fseeko, not fseek
8579         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8580         (clear_ungetc_buffer): Avoid potential problems on large files.
8581         * lib/freadseek.c (freadseek): Likewise.
8582         * modules/freadseek (Depends-on): Add fseeko.
8583         * modules/fseek (configure.ac): Set a witness.
8584         * tests/test-fflush.c (main): Use fseeko.
8585         * tests/test-fpurge.c (fseek): Disable link warning.
8586         * tests/test-freadable.c (fseek): Likewise.
8587         * tests/test-freading.c (fseek): Likewise.
8588         * tests/test-fseeko.c (fseek): Likewise.
8589         * tests/test-ftell.c (fseek): Likewise.
8590         * tests/test-ftello.c (fseek): Likewise.
8591         * tests/test-fwritable.c (fseek): Likewise.
8592         * tests/test-fwriting.c (fseek): Likewise.
8593
8594 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8595
8596         * modules/memchr (Depends-on): Drop getpagesize dependency.
8597
8598 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8599
8600         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8601         Reported by Ludovic Courtès.
8602         * build-aux/pmccabe2html: Improve example usage.
8603         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8604
8605 2009-11-06  Jim Meyering  <meyering@redhat.com>
8606
8607         do-release-commit-and-tag: New module.
8608         Automate the release-commit and tag process.
8609         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8610         * modules/do-release-commit-and-tag: New file.
8611         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8612
8613 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8614
8615         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8616         because test-select.c uses inet_pton.
8617
8618 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8619
8620         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8621         GETADDRINFO_LIB.  Bump serial number.
8622         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8623         Suggested by Eric Blake <ebb9@byu.net>.
8624
8625 2009-11-05  Eric Blake  <ebb9@byu.net>
8626
8627         strtod: detect darwin bug
8628         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8629         Reported by Leo Davis.
8630
8631         freopen-safer: new module
8632         * modules/freopen-safer: New module.
8633         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8634         * lib/freopen-safer.c (freopen_safer): New file.
8635         * lib/stdio-safer.h (freopen_safer): New declaration.
8636         * lib/stdio--.h (freopen): New override.
8637         * MODULES.html.sh (File stream based Input/Output): Mention it.
8638         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8639         freopen-safer module.
8640         * doc/posix-functions/stderr.texi (stderr): Likewise.
8641         * doc/posix-functions/stdin.texi (stdin): Likewise.
8642         * doc/posix-functions/stdout.texi (stdout): Likewise.
8643         * modules/freopen-safer-tests: New test.
8644         * tests/test-reopen-safer.c: New file.
8645
8646 2009-11-05  Jim Meyering  <meyering@redhat.com>
8647
8648         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8649         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8650
8651 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8652
8653         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8654
8655 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8656
8657         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8658
8659 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8660
8661         Fix link error.
8662         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8663         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8664
8665 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8666
8667         * tests/test-func.c: Also test value of __func__.
8668
8669 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8670
8671         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8672         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8673
8674 2009-11-05  Bruno Haible  <bruno@clisp.org>
8675
8676         Fix link error.
8677         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8678         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8679         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8680
8681 2009-11-05  Bruno Haible  <bruno@clisp.org>
8682
8683         Tests for module 'inet_pton'.
8684         * modules/inet_pton-tests: New file.
8685         * tests/test-inet_pton.c: New file.
8686
8687 2009-11-05  Bruno Haible  <bruno@clisp.org>
8688
8689         Tests for module 'inet_ntop'.
8690         * modules/inet_ntop-tests: New file.
8691         * tests/test-inet_ntop.c: New file.
8692
8693 2009-11-04  Eric Blake  <ebb9@byu.net>
8694
8695         stdlib-safer: wrap all mkstemp variants
8696         * modules/mkostemp (configure.ac): Set witness.
8697         * modules/mkostemps (configure.ac): Likewise.
8698         * modules/mkstemps (configure.ac): Likewise.
8699         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8700         (mkstemps_safer): Wrap more functions.
8701         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8702         wrapping.
8703         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8704         (mkstemps_safer): Implement the wrappers.
8705
8706         mkstemps, mkostemps: new modules
8707         * modules/mkostemps: New module.
8708         * modules/mkstemps: Likewise.
8709         * lib/mkostemps.c (mkostemps): New file.
8710         * lib/mkstemps.c (mkstemps): Likewise.
8711         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8712         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8713         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8714         * modules/stdlib (Makefile.am): Substitute them.
8715         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8716         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8717         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8718         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8719         * MODULES.html.sh (File system functions): Mention them.
8720
8721         tempname: resync from glibc
8722         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8723         same values for __GT_FILE as glibc.  Abort even when assertions
8724         are disabled.
8725         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8726         match its value otherwise.  Allow idempotent inclusion.
8727         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8728         * lib/mkostemp.c (mkostemp): Likewise.
8729         * lib/mkstemp.c (mkstemp): Likewise.
8730         * lib/tmpfile.c (tmpfile): Likewise.
8731         * NEWS: Document this.
8732
8733         utimens: fix use of futimens on older Linux
8734         * lib/utimens.c (fdutimens): Use updated, rather than original,
8735         timespec to avoid bug in older Linux kernel.
8736         Reported by Simon Josefsson.
8737
8738 2009-11-04  Bruno Haible  <bruno@clisp.org>
8739
8740         Make num_processors more flexible and consistent.
8741         * lib/nproc.h (enum nproc_query): New type.
8742         (num_processors): Add a 'query' argument.
8743         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8744         (num_processors): Add a 'query' argument. Test the value of the
8745         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8746         mingw, count the number of CPUs available for the current process.
8747         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8748         Check for sched_getaffinity and sched_getaffinity_np.
8749         * modules/nproc (Depends-on): Add c-ctype, extensions.
8750         * NEWS: Mention the change.
8751
8752 2009-11-03  Bruno Haible  <bruno@clisp.org>
8753
8754         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8755
8756 2009-11-03  Jim Meyering  <meyering@redhat.com>
8757
8758         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8759         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8760         if it is defined.
8761
8762 2009-11-02  Eric Blake  <ebb9@byu.net>
8763
8764         mktime, timegm: share common declaration
8765         * lib/mktime-internal.h: New file.
8766         * lib/mktime.c: Use it rather than open-coding a declaration.
8767         * lib/timegm.c: Likewise.
8768         * modules/mktime (Files): Ship it.
8769         * modules/timegm (Files): Likewise.
8770         Suggested by Bruno Haible.
8771
8772         test-update-copyright: update test to match script changes
8773         * tests/test-update-copyright.sh: Avoid hard-coding perl
8774         location.  Don't update *.bak created by earlier runs.
8775
8776 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8777             Simon Josefsson  <simon@josefsson.org>
8778             Bruno Haible  <bruno@clisp.org>
8779
8780         Fix link error on Solaris 8.
8781         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8782         also in libnsl. Define also INET_PTON_LIB.
8783         * modules/inet_pton (Link): New section.
8784
8785 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8786             Bruno Haible  <bruno@clisp.org>
8787
8788         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8789         * modules/inet_ntop (Link): New section.
8790         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8791
8792 2009-11-02  Eric Blake  <ebb9@byu.net>
8793
8794         maint: avoid compiler warnings in m4 macros
8795         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8796         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8797
8798 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8799
8800         * m4/pmccabe2html.m4: Remove file.
8801         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8802         function.  Change maintainer.
8803         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8804         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8805         Courtès).
8806
8807 2009-10-31  Eric Blake  <ebb9@byu.net>
8808
8809         fseeko: fix m4 regression
8810         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8811         regression from 2009-10-27.
8812         Reported by Ralf Wildenhues.
8813
8814 2009-10-31  Jim Meyering  <meyering@redhat.com>
8815
8816         inttostr: aesthetics and improved (compile-time) safety
8817         Define inttype_is_signed rather than inttype_is_unsigned,
8818         since the sole use is via "#if inttype_is_signed".
8819         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8820         inttype_is_unsigned.
8821         * lib/offtostr.c (inttype_is_signed): Likewise.
8822         * lib/uinttostr.c (inttype_is_signed): Likewise.
8823         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8824         * lib/inttostr.c (inttostr): Use verify to cross-check the
8825         inttype_is_signed value and the signedness of the actual type.
8826         * modules/inttostr (Depends-on): Add verify.
8827
8828 2009-10-30  Eric Blake  <ebb9@byu.net>
8829
8830         build: avoid compiler warnings
8831         * lib/fchmodat.c (lchmod): Mark unused variables.
8832         * lib/getopt.c (_getopt_initialize): Likewise.
8833         * lib/mktime.c (__mktime_internal): Provide prototype.
8834         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8835         older gcc that do not understand #pragma GCC diagnostic.
8836         * lib/uinttostr.c (inttype_is_unsigned): Define.
8837         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8838
8839 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8840
8841         stat: fix compilation on AIX
8842         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8843         only see struct stat64.
8844
8845 2009-10-30  Eric Blake  <ebb9@byu.net>
8846
8847         exclude: make more robust
8848         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8849         rather than masking a coding bug.
8850         Suggested by Bruno Haible.
8851
8852 2009-10-30  Jim Meyering  <meyering@redhat.com>
8853
8854         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8855         Rather than putting #!/usr/bin/perl on the first line,
8856         start with a variant of what's recommended by "man perlrun" that
8857         invokes the first "perl" program from your shell's search path.
8858         * build-aux/gitlog-to-changelog: Replace #!... as above.
8859         Add a "Local Variables" perl mode setting.
8860         Prompted by a patch from Ludovic Courtès.
8861         Improved by Eric Blake.
8862         * build-aux/useless-if-before-free: Likewise.
8863         * build-aux/announce-gen: Likewise.
8864         * build-aux/update-copyright: Likewise.
8865
8866 2009-10-29  Eric Blake  <ebb9@byu.net>
8867
8868         filenamecat-lgpl: adjust clients
8869         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8870         filenamecat.
8871         * modules/renameat (Depends-on): Likewise.
8872
8873         filenamecat: split into filenamecat-lgpl
8874         * modules/filenamecat-lgpl: New module.
8875         * modules/filenamecat (Files): Move library-safe files into
8876         filenamecat-lgpl.
8877         (Depends-on): Add filenamecat-lgpl.
8878         (configure.ac): Declare witness.
8879         * lib/filenamecat.h (file_name_concat): Only declare when using
8880         GPL module.
8881         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8882         Move...
8883         * lib/filenamecat-lgpl.c: ...into new file.
8884         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8885         (gl_FILE_NAME_CONCAT): Use it.
8886         * MODULES.html.sh (File system functions): Mention new module.
8887
8888         argp: avoid memory leak
8889         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8890         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8891         base_name, since the latter malloc()s and can call exit().
8892         Leak introduced 2006-07-03.
8893
8894         dirname-lgpl: adjust clients that don't need full dirname
8895         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8896         * modules/filenamecat (Depends-on): Likewise.
8897         * modules/linkat (Depends-on): Likewise.
8898         * modules/mkancesdirs (Depends-on): Likewise.
8899         * modules/mkdir (Depends-on): Likewise.
8900         * modules/openat (Depends-on): Likewise.
8901         * modules/savewd (Depends-on): Likewise.
8902         * modules/rename (Depends-on): Likewise.
8903         (License): Relax license.
8904         * modules/mkdir-tests (Depends-on): Drop progname.
8905         (Makefile.am): Delete unneeded LDADD.
8906         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8907
8908         dirname: split into dirname-lgpl
8909         * modules/dirname-lgpl: New module.
8910         * modules/dirname (Files): Move library-safe files into
8911         dirname-lgpl.
8912         (Depends-on): Add dirname-lgpl.
8913         (configure.ac): Declare witness.
8914         * modules/double-slash-root (License): Relax license.
8915         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8916         module.
8917         * lib/dirname.c (dir_len, mdir_name): Move...
8918         * lib/dirname-lgpl.c: ...into new file.
8919         * lib/basename.c (last_component, base_len): Move...
8920         * lib/basename-lgpl.c: ...into new file.
8921         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8922         (gl_DIRNAME): Use it.
8923         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8924         Mention new module.
8925         * modules/dirname-tests (Depends-on): Add progname.
8926         * tests/test-dirname.c (program_name): Delete.
8927
8928         mkdir: make safe for libraries
8929         * modules/mkdir (Depends-on): Drop xalloc.
8930         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8931         exit.
8932
8933         tests: avoid some compiler warnings
8934         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8935         literals.
8936         * tests/test-memchr.c (main): Avoid type mismatch.
8937         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8938         * tests/test-base64.c (main): Likewise.
8939         * tests/test-getdelim.c (main): Likewise.
8940         * tests/test-gethostname.c (main): Likewise.
8941         * tests/test-getline.c (main): Likewise.
8942         * tests/test-netinet_in.c (main): Likewise.
8943         * tests/test-select.c (open_server_socket, main): Likewise.
8944         * tests/test-select-stdin.c (main): Likewise.
8945         * tests/test-sockets.c (main): Likewise.
8946         * tests/test-strsignal.c (main): Likewise.
8947         * tests/test-sys_select.c (main): Likewise.
8948         * tests/test-sys_socket.c (main): Likewise.
8949         * tests/test-u64.c (main): Likewise.
8950         * tests/test-xfprintf-posix.c (main): Likewise.
8951         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8952
8953         sockets: avoid compiler warning
8954         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8955
8956         maint: detect usage(1) and other suspicious exits
8957         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8958
8959 2009-10-29  Jim Meyering  <meyering@redhat.com>
8960
8961         timespec: long-to-int truncation could make timespec_cmp malfunction
8962         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8963         a multiple of 2^32 nanoseconds as no difference.
8964
8965 2009-10-28  Jim Meyering  <meyering@redhat.com>
8966
8967         fprintftime: wrap macro code argument in "do {...} while(0)"
8968         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8969         cpy macro must be a statement that can be followed by a semicolon.
8970         Now that the else clause contains a comment and is hence longer
8971         than one line, I require curly braces.  That in turn requires
8972         that we wrap this code block in the standard do...while(0).
8973
8974         fprintftime: remove stray semicolon from previous change
8975         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8976
8977         fprintftime: avoid a warning about ignored fwrite return value
8978         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8979         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8980         that is unsafe.
8981         * modules/fprintftime (Depends-on): Add ignore-value.
8982
8983         exclude: avoid an unwarranted warning
8984         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8985
8986 2009-10-27  Eric Blake  <ebb9@byu.net>
8987
8988         fseek: avoid compilation failure when fflush is replaced
8989         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8990         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8991         module is in use.
8992         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8993         module is not in use; since REPLACE_FSEEK worked otherwise.
8994         (GNULIB_FTELLO): Likewise for ftell.
8995         Reported by Ian Beckwith and others.
8996
8997 2009-10-27  Bruno Haible  <bruno@clisp.org>
8998
8999         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9000         Reported by Jim Meyering.
9001
9002 2009-10-27  Jim Meyering  <jim@meyering.net>
9003             Bruno Haible  <bruno@clisp.org>
9004
9005         Avoid warning despite dropping the return value of fwrite.
9006         * lib/unicodeio.c: Include ignore-value.h.
9007         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9008         * modules/unicodeio (Depends-on): Add ignore-value.
9009
9010 2009-10-26  Eric Blake  <ebb9@byu.net>
9011
9012         areadlinkat: fix fallback path
9013         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9014         pointer and zero.
9015
9016 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9017
9018         Use a better IO block size for modern systems
9019         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9020         * lib/md2.c: Likewise.
9021         * lib/md4.c: Likewise.
9022         * lib/md5.c: Likewise.
9023         * lib/sha1.c: Likewise.
9024         * lib/sha256.c: Likewise.
9025         * lib/sha512.c: Likewise.
9026
9027 2009-10-22  Eric Blake  <ebb9@byu.net>
9028
9029         tests: avoid several compiler warnings
9030         * tests/test-getcwd.c (main): Avoid buffer underflow.
9031         * tests/test-getdate.c (main): String literals are not safe with
9032         putenv, so use setenv.  Declare unused argument.
9033         * modules/getdate-tests (Depends-on): Add setenv.
9034         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9035         problems with string literals in char *.
9036         * tests/test-hash.c (main): Avoid shadowing declaration.
9037         (insert_new): Treat string literals as char const *.
9038         * tests/test-getopt.h (test_getopt): Likewise.
9039         (getopt_loop): Alter types to minimize casting elsewhere.
9040         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9041         (test_getopt_long_posix): Likewise.
9042         (do_getopt_long): Add wrapper to minimize casting.
9043         * tests/test-atexit.c (clear_temp_file): Use void.
9044         * tests/test-areadlink-with-size.c (main): Declare unused
9045         arguments.
9046         * tests/test-areadlink.c (main): Likewise.
9047         * tests/test-areadlinkat-with-size.c (main): Likewise.
9048         * tests/test-areadlinkat.c (main): Likewise.
9049         * tests/test-canonicalize-lgpl.c (main): Likewise.
9050         * tests/test-canonicalize.c (main): Likewise.
9051         * tests/test-dirent-safer.c (main): Likewise.
9052         * tests/test-dirname.c (main): Likewise.
9053         * tests/test-dup2.c (main): Likewise.
9054         * tests/test-fchdir.c (main): Likewise.
9055         * tests/test-fcntl-h.c (main): Likewise.
9056         * tests/test-fcntl-safer.c (main): Likewise.
9057         * tests/test-fdopendir.c (main): Likewise.
9058         * tests/test-fdutimensat.c (main): Likewise.
9059         * tests/test-fflush.c (main): Likewise.
9060         * tests/test-filenamecat.c (main): Likewise.
9061         * tests/test-filevercmp.c (main): Likewise.
9062         * tests/test-fopen-safer.c (main): Likewise.
9063         * tests/test-fopen.c (main): Likewise.
9064         * tests/test-fpending.c (main): Likewise.
9065         * tests/test-fpurge.c (main): Likewise.
9066         * tests/test-freading.c (main): Likewise.
9067         * tests/test-fstatat.c (main): Likewise.
9068         * tests/test-fsync.c (main): Likewise.
9069         * tests/test-futimens.c (main): Likewise.
9070         * tests/test-getndelim2.c (main): Likewise.
9071         * tests/test-gettimeofday.c (main): Likewise.
9072         * tests/test-getopt.c (main): Likewise.
9073         * tests/test-i-ring.c (main): Likewise.
9074         * tests/test-inttypes.c (main): Likewise.
9075         * tests/test-link.c (main): Likewise.
9076         * tests/test-lstat.c (main): Likewise.
9077         * tests/test-math.c (main): Likewise.
9078         * tests/test-md5.c (main): Likewise.
9079         * tests/test-memchr2.c (main): Likewise.
9080         * tests/test-memrchr.c (main): Likewise.
9081         * tests/test-mkdir.c (main): Likewise.
9082         * tests/test-mkdirat.c (main): Likewise.
9083         * tests/test-mkfifoat.c (main): Likewise.
9084         * tests/test-open.c (main): Likewise.
9085         * tests/test-openat-safer.c (main): Likewise.
9086         * tests/test-openat.c (main): Likewise.
9087         * tests/test-quotearg.c (main): Likewise.
9088         * tests/test-rawmemchr.c (main): Likewise.
9089         * tests/test-readlink.c (main): Likewise.
9090         * tests/test-remove.c (main): Likewise.
9091         * tests/test-rename.c (main): Likewise.
9092         * tests/test-renameat.c (main): Likewise.
9093         * tests/test-rmdir.c (main): Likewise.
9094         * tests/test-sha1.c (main): Likewise.
9095         * tests/test-signal.c (main): Likewise.
9096         * tests/test-sigaction.c (main): Likewise.
9097         * tests/test-stat.c (main): Likewise.
9098         * tests/test-stat-time.c (main): Likewise.
9099         * tests/test-stddef.c (main): Likewise.
9100         * tests/test-stdint.c (main): Likewise.
9101         * tests/test-stdio.c (main): Likewise.
9102         * tests/test-stdlib.c (main): Likewise.
9103         * tests/test-strchrnul.c (main): Likewise.
9104         * tests/test-strerror.c (main): Likewise.
9105         * tests/test-string.c (main): Likewise.
9106         * tests/test-strtod.c (main): Likewise.
9107         * tests/test-strverscmp.c (main): Likewise.
9108         * tests/test-symlink.c (main): Likewise.
9109         * tests/test-symlinkat.c (main): Likewise.
9110         * tests/test-sys_stat.c (main): Likewise.
9111         * tests/test-sys_time.c (main): Likewise.
9112         * tests/test-time.c (main): Likewise.
9113         * tests/test-unistd.c (main): Likewise.
9114         * tests/test-unlink.c (main): Likewise.
9115         * tests/test-unlinkat.c (main): Likewise.
9116         * tests/test-utimens.c (main): Likewise.
9117         * tests/test-utimensat.c (main): Likewise.
9118         * tests/test-version-etc.c (main): Likewise.
9119         * tests/test-wchar.c (main): Likewise.
9120         * tests/test-wctype.c (main): Likewise.
9121         * tests/test-xprintf-posix.c (main): Likewise.
9122         * tests/test-posixtm.c (main): Likewise.
9123         (STREQ): Delete unused macro.
9124         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9125         shadowed variables.
9126         * tests/test-memchr.c (main): Likewise.
9127
9128 2009-10-21  Eric Blake  <ebb9@byu.net>
9129
9130         areadlinkat: avoid failure on older glibc
9131         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9132         rather than mis-comparing 0 against FUNC_RESULT of char*.
9133
9134 2009-10-21  Bruno Haible  <bruno@clisp.org>
9135
9136         * modules/stpncpy (License): Relicense under LGPLv2+.
9137         Reported by David Lutterkort <lutter@redhat.com>.
9138
9139 2009-10-20  Eric Blake  <ebb9@byu.net>
9140
9141         utimensat: work around Solaris 9 bug
9142         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9143         has trailing slash bugs.
9144         * tests/test-lutimens.h (test_lutimens): Enhance test.
9145         * tests/test-utimens.h (test_utimens): Likewise.
9146         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9147         * doc/posix-functions/utimes.texi (utimes): Likewise.
9148         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9149         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9150         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9151         * doc/posix-functions/futimens.texi (futimens): Likewise.
9152
9153         fdutimensat: new module
9154         * modules/fdutimensat: New file.
9155         * lib/fdutimensat.c (fdutimensat): Likewise.
9156         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9157         * MODULES.html.sh (File system functions): Mention module.
9158         * modules/fdutimensat-tests: New test.
9159         * tests/test-fdutimensat.c: Likewise.
9160
9161         doc: regenerate INSTALL
9162         * doc/INSTALL: Reflect recent autoconf update.
9163         * doc/INSTALL.ISO: Likewise.
9164         * doc/INSTALL.UTF-8: Likewise.
9165
9166 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9167
9168         acl: warn if ACL support is not detected
9169         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9170
9171 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9172
9173         * lib/nproc.h: Add extern "C" block for C++.
9174
9175 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9176             Bruno Haible  <bruno@clisp.org>
9177
9178         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9179         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9180         * doc/posix-functions/isalpha.texi: Likewise.
9181         * doc/posix-functions/isblank.texi: Likewise.
9182         * doc/posix-functions/iscntrl.texi: Likewise.
9183         * doc/posix-functions/isdigit.texi: Likewise.
9184         * doc/posix-functions/isgraph.texi: Likewise.
9185         * doc/posix-functions/islower.texi: Likewise.
9186         * doc/posix-functions/isprint.texi: Likewise.
9187         * doc/posix-functions/ispunct.texi: Likewise.
9188         * doc/posix-functions/isspace.texi: Likewise.
9189         * doc/posix-functions/isupper.texi: Likewise.
9190         * doc/posix-functions/isxdigit.texi: Likewise.
9191
9192 2009-10-18  Bruno Haible  <bruno@clisp.org>
9193
9194         Tests for module 'isblank'.
9195         * modules/isblank-tests: New file.
9196         * tests/test-isblank.c: New file.
9197
9198         New module 'isblank'.
9199         * lib/isblank.c: New file.
9200         * m4/isblank.m4: New file.
9201         * modules/isblank: New file.
9202         * doc/posix-functions/isblank.texi: Mention the new module.
9203
9204 2009-10-18  Bruno Haible  <bruno@clisp.org>
9205
9206         New module 'ctype'.
9207         * lib/ctype.in.h: New file.
9208         * m4/ctype.m4: New file.
9209         * modules/ctype: New file.
9210         * doc/posix-headers/ctype.texi: Mention the new module.
9211
9212 2009-10-18  Jim Meyering  <meyering@redhat.com>
9213
9214         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9215         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9216         right after its initialization, rather than farther down.
9217         Keeping these in close proximity makes it easier to ensure
9218         that each such variable is initialized.  E.g.,
9219
9220             LIB_CLOCK_GETTIME=
9221             AC_SUBST([LIB_CLOCK_GETTIME])
9222
9223         This change also increments these serial numbers.
9224         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9225         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9226         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9227
9228 2009-10-18  Bruno Haible  <bruno@clisp.org>
9229
9230         Don't let environment variables perturb build.
9231         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9232         (gl_PREREQ_GETHRXTIME): ... not here.
9233
9234 2009-10-18  Bruno Haible  <bruno@clisp.org>
9235
9236         Avoid symlink attack in localcharset module.
9237         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9238         (O_NOFOLLOW): Define fallback.
9239         (get_charset_aliases): Don't open the file if it is a symbolic link.
9240         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9241         gl_FCNTL_H.
9242         (gl_FCNTL_H): Require it.
9243         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9244         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9245         Reported by Fergal Glynn <fglynn@veracode.com>.
9246
9247 2009-10-18  Bruno Haible  <bruno@clisp.org>
9248
9249         Implement nproc for mingw.
9250         * lib/nproc.c: Include <windows.h>
9251         (num_processors): On native Windows platforms, try GetSystemInfo.
9252
9253 2009-10-18  Bruno Haible  <bruno@clisp.org>
9254
9255         Implement nproc for IRIX.
9256         * lib/nproc.c: Include <sys/sysmp.h>.
9257         (num_processors): On IRIX systems, try sysmp.
9258         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9259
9260 2009-10-18  Bruno Haible  <bruno@clisp.org>
9261
9262         Implement nproc for HP-UX.
9263         * lib/nproc.c: Include <sys/pstat.h>
9264         (num_processors): On HP-UX systems, try pstat_getdynamic.
9265         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9266         pstat_getdynamic.
9267
9268 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9269             Bruno Haible  <bruno@clisp.org>
9270
9271         Implement nproc for NetBSD, OpenBSD.
9272         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9273         (ARRAY_SIZE): New macro.
9274         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9275         * m4/nproc.m4: New file.
9276         * modules/nproc (Files): Add m4/nproc.m4.
9277         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9278         (Makefile.am): Instead, augment lib_SOURCES.
9279
9280 2009-10-18  Bruno Haible  <bruno@clisp.org>
9281
9282         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9283         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9284         sys/param.h.
9285
9286 2009-10-16  Eric Blake  <ebb9@byu.net>
9287
9288         utimensat: new module
9289         * modules/utimensat: New file.
9290         * lib/utimensat.c (utimensat): Likewise.
9291         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9292         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9293         so we can work around Linux bugs.
9294         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9295         * modules/sys_stat (Makefile.am): Substitute them.
9296         * lib/sys_stat.in.h (utimensat): Declare it.
9297         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9298         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9299         * modules/utimensat-tests: New test.
9300         * tests/test-utimensat.c: Likewise.
9301
9302         utimens: let lutimens work on non-symlinks
9303         * lib/utimens.c (lutimens): Fall back to utimens rather than
9304         failing with ENOSYS, when file is not a symlink.
9305         (utimens): Reduce redirection.
9306         * tests/test-lutimens.h (test_lutimens): Update test to cover
9307         non-symlinks.
9308         * tests/test-utimens.h (test_utimens): Update test to cover
9309         symlinks.
9310         * tests/test-utimens.c (main): Update caller.
9311
9312         utimens: cache whether utimensat syscall works
9313         * lib/utimens.c (utimensat_works_really): New cache variable.
9314         (fdutimens, lutimens): Use it to avoid failing syscall.
9315
9316         test-stat-time, test-utimens: improve portability
9317         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9318         ext4 on alpha, and for cygwin.
9319         * tests/test-utimens-common.h: New file.
9320         (nap): Factor delays into single function.
9321         * tests/test-lutimens.h (test_lutimens): Use new header.
9322         * tests/test-futimens.h (test_futimens): Likewise.
9323         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9324         timestamps to occur from same machine, as was done previously for
9325         test_utimens.
9326         * modules/utimens-tests (Files): Ship new file.
9327         * modules/futimens-tests (Files): Likewise.
9328         Reported in part by Jim Meyering.
9329
9330         sys_stat: sort replacement declarations
9331         * lib/sys_stat.in.h: Sort declarations.
9332         * lib/futimens.c (futimens): Fix typo.
9333
9334 2009-10-15  Jim Meyering  <meyering@redhat.com>
9335
9336         don't let environment settings perturb build
9337         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9338         could cause a configure-time and/or build-time malfunction.
9339         Typically, a configure-time function-in-library test is performed
9340         via code like this:
9341
9342           LIB_VAR=
9343           AC_SUBST([LIB_VAR])
9344           prefix_saved_LIBS=$LIBS
9345             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9346                        [test "$ac_cv_search_FUNC" = "none required" ||
9347                         LIB_VAR=$ac_cv_search_FUNC])
9348           LIBS=$prefix_saved_LIBS
9349
9350         However, in each of the files affected by this change, the LIB_VAR=
9351         initialization was omitted.  Thus, when set in the environment, its
9352         value would propagate into generated Makefiles when FUNC is not found
9353         in LIB_NAME.
9354         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9355         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9356         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9357
9358 2009-10-14  Eric Blake  <ebb9@byu.net>
9359
9360         fchdir: avoid infinite recursion in mingw
9361         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9362         recursing.
9363
9364         test-stat-time: port to mingw
9365         * tests/test-stat-time.c (force_unlink): Return a value.
9366         (test_ctime) [W32]: Fix compilation error.
9367         (nap): Don't call usleep with too large an argument.  Use
9368         force_unlink.
9369         * doc/pastposix-functions/usleep.texi (usleep): Document the
9370         portability issue.
9371
9372 2009-10-13  Jim Meyering  <meyering@redhat.com>
9373
9374         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9375         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9376         * modules/pipe-filter-ii: Likewise.
9377         * modules/sys_socket-tests: Likewise.
9378         * modules/tsearch-tests: Likewise.
9379         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9380         (check): Depend on it.
9381
9382 2009-10-12  Eric Blake  <ebb9@byu.net>
9383
9384         utimens-tests: port to NFS file systems
9385         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9386         comparisons to avoid spurious failures from timestamp drift
9387         between NFS machines.
9388
9389 2009-10-12  Eric Blake  <ebb9@byu.net>
9390
9391         stat-time-tests: minor cleanups
9392         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9393         * tests/test-stat-time.c (nap): Separate assignment from call.
9394         Suggested by Paolo Bonzini and Bruno Haible.
9395
9396         sys_stat: guarantee struct timespec
9397         * lib/sys_stat.in.h (includes): Always include <time.h>
9398         * modules/sys_stat (Depends-on): Add time.
9399         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9400         mode_t permission values.
9401         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9402         get at subsecond timestamps.
9403
9404 2009-10-10  Eric Blake  <ebb9@byu.net>
9405
9406         futimens: new module
9407         * modules/futimens: New file.
9408         * lib/futimens.c (futimens): Likewise.
9409         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9410         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9411         we can work around Linux bugs.
9412         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9413         * modules/sys_stat (Makefile.am): Substitute them.
9414         * lib/sys_stat.in.h (futimens): Declare it.
9415         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9416         * doc/posix-functions/futimens.texi (futimens): Likewise.
9417         * modules/futimens-tests: New test.
9418         * tests/test-futimens.c: Likewise.
9419
9420         utimens: introduce fdutimens
9421         * lib/utimens.h (fdutimens): New prototype.
9422         * lib/utimens.c (gl_futimens): Move guts...
9423         (fdutimens): ...to new interface.
9424         * tests/test-utimens.c (do_fdutimens): Use it.
9425
9426         utimens: add UTIME_NOW and UTIME_OMIT support
9427         * lib/utimens.c (validate_timespec, update_timespec): New helper
9428         functions.
9429         (gl_futimens, lutimens): Use them.
9430         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9431         stdbool, sys_stat.
9432         (Link): Mention resulting library dependency.
9433         * modules/utimecmp (Link): Likewise.
9434         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9435         (Makefile.am): Pick up library dependency.
9436         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9437         definition.
9438         * tests/test-sys_stat.c: Test the definitions.
9439         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9440         * NEWS: Document library dependency.
9441
9442         utimecmp: support symlink timestamps
9443         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9444         hashing when possible.  Use pathconf when available.
9445         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9446         * modules/utimecmp (Depends-on): Add lstat.
9447
9448         utimens: add lutimens interface
9449         * lib/utimens.c (lutimens): New function.
9450         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9451         * lib/utimens.h (lutimens): Declare new interface.
9452         * tests/test-utimens.c (main): Enhance test.
9453         * tests/test-lutimens.h (test_lutimens): New file.
9454         * modules/utimens-tests (Files): Distribute it.
9455         (Depends-on): Add symlink.
9456         (configure.ac): Check for usleep.
9457
9458         utimens: validate futimens usage
9459         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9460         fewer syscalls on failure later on.  Avoid compiler warning on
9461         mingw.
9462         * modules/utimens (Depends-on): Add dup2.
9463
9464         utimens: add test
9465         * modules/utimens-tests: New test.
9466         * tests/test-utimens.h: New file.
9467         * tests/test-futimens.h: Likewise.
9468         * tests/test-utimens.c: Likewise.
9469
9470         doc: mention timestamp portability issues
9471         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9472         instead.
9473         * doc/posix-functions/utime.texi (utime): Likewise.
9474         * doc/posix-functions/utimes.texi (utimes): Likewise.
9475         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9476         instead.
9477         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9478         module.
9479         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9480         Mention weakness with symlink timestamps.
9481         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9482         to utimensat/futimens instead.
9483         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9484
9485         test-dup2: enhance test
9486         * tests/test-dup2.c (main): Also check AT_FDCWD.
9487
9488         test-stat-time: avoid more spurious failures
9489         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9490         xfs; and avoid race if the two timestamps cross quantization edge.
9491
9492         relocatable: prefer 'file system' over 'filesystem'
9493         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9494         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9495         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9496         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9497         * lib/relocatable.c (compute_curr_prefix): Likewise.
9498
9499 2009-10-10  Jim Meyering  <meyering@redhat.com>
9500
9501         stat-time-tests: check for the usleep function
9502         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9503
9504 2009-10-10  Bruno Haible  <bruno@clisp.org>
9505
9506         * modules/xnanosleep: Put the Link section after the Include section.
9507
9508 2009-10-09  Eric Blake  <ebb9@byu.net>
9509
9510         dup2: work around FreeBSD 6.1 bug
9511         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9512         * doc/posix-functions/dup2.texi (dup2): Document it.
9513         Reported by Nelson H. F. Beebe and Jim Meyering.
9514
9515         test-stat-time: port to buggy NFS clients
9516         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9517         (test_ctime): Also skip test if mtime and ctime are skewed.
9518
9519         maint: prefer 'file system' over 'filesystem'
9520         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9521         * doc/posix-functions/lstat.texi (lstat): Likewise.
9522         * lib/file-has-acl.c (file_has_acl): Likewise.
9523         * lib/fwriteerror.c [TEST]: Likewise.
9524         * tests/test-areadlink.h (test_areadlink): Likewise.
9525         * tests/test-areadlinkat-with-size.c (main): Likewise.
9526         * tests/test-areadlinkat.c (main): Likewise.
9527         * tests/test-canonicalize-lgpl.c (main): Likewise.
9528         * tests/test-canonicalize.c (main): Likewise.
9529         * tests/test-fstatat.c (main): Likewise.
9530         * tests/test-linkat.c (main): Likewise.
9531         * tests/test-lstat.h (test_lstat_func): Likewise.
9532         * tests/test-mkdir.h (test_mkdir): Likewise.
9533         * tests/test-readlink.h (test_readlink): Likewise.
9534         * tests/test-remove.c (main): Likewise.
9535         * tests/test-rename.h (test_rename): Likewise.
9536         * tests/test-renameat.c (main): Likewise.
9537         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9538         * tests/test-symlink.h (test_symlink): Likewise.
9539         * tests/test-symlinkat.c (main): Likewise.
9540         * tests/test-unlink.h (test_unlink_func): Likewise.
9541         * tests/test-unlinkat.c (main): Likewise.
9542
9543         maint: make realtime library usage explicit
9544         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9545         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9546         * modules/settime (Link): Likewise.
9547         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9548
9549         test-stat-time: speed up execution
9550         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9551         warning on mingw.
9552         (nap): New helper function.
9553         (prepare_test): Use it to reduce sleep time.
9554         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9555         execution.
9556         * modules/stat-time-tests (configure.ac): Check for usleep.
9557
9558 2009-10-09  Jim Meyering  <meyering@redhat.com>
9559
9560         selinux-h: always use getfilecon wrappers
9561         * lib/getfilecon.c: New file.
9562         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9563         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9564         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9565         (fgetfilecon): Provide a stub.
9566         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9567         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9568         file unconditionally.
9569         When <selinux/selinux.h> is found, arrange to use wrappers.
9570         * modules/selinux-h (Files): Add getfilecon.c.
9571         (Makefile.am): Substitute include-next-related bits
9572         into the now-always-generated selinux/selinux.h file.
9573         * doc/glibc-functions/lgetfilecon.texi: New file.
9574         * doc/glibc-functions/fgetfilecon.texi: New file.
9575         * doc/glibc-functions/getfilecon.texi: New file.
9576         * doc/glibc-functions/getfilecon-desc.texi: New file.
9577         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9578         which to pull in the new files.
9579         * MODULES.html.sh (Misc): Add selinux-h.
9580
9581 2009-10-08  Jim Meyering  <meyering@redhat.com>
9582
9583         unistd: fix comment typo
9584         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9585
9586 2009-10-08  Eric Blake  <ebb9@byu.net>
9587
9588         areadlink: use SIZE_MAX consistently
9589         * modules/areadlink (Depends-on): Add stdint.
9590         * modules/areadlink-with-size (Depends-on): Likewise.
9591         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9592         gives NULL; drop sys/types, since unistd gives size_t; and add
9593         stdint for SIZE_MAX.
9594         (SIZE_MAX): Rely on headers.
9595         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9596         and add stdint.
9597         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9598         (SIZE_MAX): Likewise.
9599         (INITIAL_BUF_SIZE): Turn into enum.
9600         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9601
9602 2009-10-08  Jim Meyering  <meyering@redhat.com>
9603
9604         areadlinkat: avoid compilation failure
9605         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9606         Fix typo in comment.
9607
9608 2009-10-07  Eric Blake  <ebb9@byu.net>
9609
9610         areadlinkat-with-size: new module
9611         * modules/areadlinkat-with-size: New module.
9612         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9613         * lib/areadlink.h (areadlinkat): Declare it.
9614         * MODULES.html.sh (File system functions): Mention it.
9615         * modules/areadlinkat-with-size-tests: New test.
9616         * tests/test-areadlinkat-with-size.c: New file.
9617
9618         xreadlinkat: new module
9619         * modules/xreadlinkat: New module.
9620         * lib/xreadlinkat.c (xreadlinkat): New file.
9621         * lib/xreadlink.h (xreadlinkat): Declare it.
9622         * MODULES.html.sh (File system functions): Mention it.
9623
9624         areadlinkat: new module
9625         * lib/at-func.c (FUNC_FAIL): New define.
9626         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9627         * modules/areadlinkat: New module.
9628         * lib/linkat.c (areadlinkat): Move...
9629         * lib/areadlinkat.c (areadlinkat): ...to new file.
9630         * lib/areadlink.h (areadlinkat): Declare it.
9631         * modules/linkat (Depends-on): Add areadlinkat.
9632         * MODULES.html.sh (File system functions): Mention it.
9633         * modules/areadlinkat-tests: New test.
9634         * tests/test-areadlinkat.c: New file.
9635
9636         areadlink, areadlink-with-size: add tests
9637         * modules/areadlink-tests: New test.
9638         * modules/areadlink-with-size-tests: Likewise.
9639         * tests/test-areadlink.h: New file.
9640         * tests/test-areadlink.c: Likewise.
9641         * tests/test-areadlink-with-size.c: Likewise.
9642
9643         maint: minor cleanups
9644         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9645         _UNUSED_PARAMETER_ instead.
9646         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9647         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9648         * modules/linkat-tests (Files): Distribute test-link.h.
9649
9650         openat, utimens: whitespace cleanup
9651         * lib/openat.c: Prefer space throughout, rather than mix of 8
9652         spaces vs. tabs.
9653         * lib/at-func.c: Likewise.
9654         * lib/utimens.c: Likewise.
9655
9656         openat: avoid using wrong fd
9657         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9658         working directory chooses same fd.
9659         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9660
9661         mkdir, mkdirat: fix cygwin 1.5.x bug
9662         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9663         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9664         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9665         bug.
9666         (gl_PREREQ_MKDIR): Delete unused macro.
9667         * modules/mkdir (Files): Track file rename.
9668         (configure.ac): Update macro name.
9669         * modules/openat (Depends-on): Add mkdir.
9670         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9671
9672         mkdir, mkdirat: add tests
9673         * modules/mkdir-tests: New test.
9674         * tests/test-mkdir.h: New file.
9675         * tests/test-mkdir.c: Likewise.
9676         * tests/test-mkdirat.c: Likewise.
9677         * modules/openat-tests (Files): Add new files.
9678         (Makefile.am): Run new test.
9679
9680 2009-10-06  Eric Blake  <ebb9@byu.net>
9681
9682         doc: tweak *at function documentation
9683         * doc/posix-functions/faccessat.texi (faccessat): Mention
9684         known issue with replacement.
9685         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9686         * doc/posix-functions/linkat.texi (linkat): Likewise.
9687         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9688         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9689         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9690         * doc/posix-functions/renameat.texi (renameat): Likewise.
9691         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9692
9693         openat: fix GNU/Hurd bug in unlinkat
9694         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9695         broken.
9696         * doc/posix-functions/unlink.texi (unlink): Document this.
9697         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9698
9699         fdopendir: fix GNU/Hurd bug
9700         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9701         allowing non-directory fds.
9702         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9703         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9704         * modules/dirent (Makefile.am): Substitute it.
9705         * lib/dirent.in.h (fdopendir): Declare replacement.
9706         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9707         * tests/test-fdopendir.c (main): Test something other than
9708         /dev/null, since on Hurd that behaves like a directory.
9709
9710         test-symlink: port to GNU/Hurd
9711         * tests/test-symlink.h (test_symlink): Relax expected errno.
9712
9713         doc: tweak more cygwin information
9714         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9715         now compatible with glibc.
9716         * doc/posix-functions/getopt.texi (getopt): Likewise.
9717
9718         getopt-gnu: add another test
9719         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9720         guarantee behavior relied on by m4.
9721         * tests/test-getopt.c (main): Use it.
9722         * modules/getopt-posix-tests (Depends-on): Add setenv.
9723         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9724
9725         getopt: fix compilation on darwin
9726         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9727         include.
9728         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9729         Reported by Ludovic Courtès.
9730
9731 2009-10-06  Bruno Haible  <bruno@clisp.org>
9732
9733         * modules/size_max (Description): Discourage its use.
9734         Reported by Simon Josefsson.
9735
9736 2009-10-06  Jim Meyering  <meyering@redhat.com>
9737
9738         linkat: avoid compilation failure
9739         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9740
9741 2009-10-05  Eric Blake  <ebb9@byu.net>
9742
9743         linkat: support Linux 2.6.17
9744         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9745         linkat on Linux, but allow cache variable override.
9746         * lib/linkat.c (rpl_linkat): Define override.
9747         * modules/linkat (Depends-on): Add symlinkat.
9748         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9749         * modules/unistd (Makefile.am): Substitute it.
9750         * lib/unistd.in.h (linkat): Declare replacement.
9751         Reported by Pádraig Brady.
9752
9753         quotearg: port test to systems with C.UTF-8 locale
9754         * tests/test-quotearg.c (struct result_strings): Add another
9755         member, differentiating between C.ASCII and C.UTF-8 handling.
9756         (compare_strings): Add parameter.
9757         (main): Adjust all callers.
9758
9759         getopt: avoid clash with FreeBSD _getopt_internal
9760         * lib/getopt.in.h (_getopt_internal): Override the name.
9761         * lib/getopt_int.h (includes): Pick up any overrides.
9762         Reported by Reuben Thomas.
9763
9764         hash: allow C89 compilation
9765         * lib/hash.c (check_tuning): Move declaration before statement.
9766         Reported by Reuben Thomas.
9767
9768 2009-10-05  Karl Berry  <karl@gnu.org>
9769
9770         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9771
9772 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9773             Bruno Haible  <bruno@clisp.org>
9774
9775         * lib/uname.c (uname): Use a table-driven algorithm to compute
9776         Windows NT versions.
9777
9778 2009-10-04  Bruno Haible  <bruno@clisp.org>
9779
9780         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9781         program_invocation_short_name.
9782         * modules/progname (configure.ac): Test for presence of
9783         program_invocation_short_name.
9784         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9785
9786 2009-10-04  Bruno Haible  <bruno@clisp.org>
9787
9788         * lib/progname.c (set_program_name): Fix comment.
9789         Reported by Jim Meyering.
9790
9791 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9792             Bruno Haible  <bruno@clisp.org>
9793
9794         * lib/uname.c: Include <string.h>.
9795         (uname): Do only one call to GetVersionEx in the common case.
9796
9797 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9798             Bruno Haible  <bruno@clisp.org>
9799
9800         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9801         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9802         (uname): Add support for Windows CE and various non-x86 CPU types.
9803
9804 2009-10-03  Bruno Haible  <bruno@clisp.org>
9805
9806         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9807         invocation to tests/configure.ac.
9808         Reported by Ian Beckwith <ianb@erislabs.net>.
9809
9810 2009-10-02  Eric Blake  <ebb9@byu.net>
9811
9812         fchdir: avoid compiler warning
9813         * lib/fchdir.c (canonicalize_file_name)
9814         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9815
9816         test-open: support mingw errno values
9817         * tests/test-open.h (test_open): Relax test.
9818         * tests/test-fopen.h (test_fopen): Likewise.
9819         * tests/test-openat-safer.c (main): Likewise.
9820
9821         open: fix opening directory on mingw
9822         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9823
9824         test-open: on GNU/Hurd, /dev/null is a directory
9825         * tests/test-fopen.h (main): Rename...
9826         (test_fopen): ...to this.  Use a guaranteed non-directory when
9827         confirming open behavior on trailing slash.
9828         * tests/test-openat-safer.c (main): Likewise.
9829         * tests/test-open.h (main): Likewise....
9830         (test_open): ...to this.
9831         * tests/test-fopen.c (main): Adjust caller.
9832         * tests/test-fopen-safer.c (main): Likewise.
9833         * tests/test-open.c (main): Likewise.
9834         * tests/test-fcntl-safer.c (main): Likewise.
9835         Reported by Samuel Thibault.
9836
9837         rename, fchdir: don't ignore chdir failure
9838         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9839         * lib/rename.c (rpl_rename) [W32]: Likewise.
9840         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9841         an empty destination directory if source cannot be renamed,
9842         although there is still possibility for failure.
9843         * doc/posix-functions/rename.texi (rename): Document the race.
9844         Reported by Jim Meyering.
9845
9846         maint: cleanup whitespace in recent commits
9847         * lib/rename.c (rpl_rename): Remove tabs.
9848         * tests/test-link.h (test_link): Likewise.
9849         * lib/fchdir.c (get_name): Likewise.
9850         Reported by Jim Meyering.
9851
9852 2009-10-02  Ben Pfaff  <blp@gnu.org>
9853
9854         relocatable-prog-wrapper: Add missing dependency on
9855         double-slash-root.
9856         * modules/relocatable-prog-wrapper: Add dependency.
9857         Reported by Ian Beckwith <ianb@erislabs.net>.
9858
9859 2009-10-02  Eric Blake  <ebb9@byu.net>
9860
9861         renameat: fix Solaris bugs
9862         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9863         needed fixing.
9864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9865         * modules/stdio (Makefile.am): Substitute it.
9866         * lib/stdio.in.h (renameat): Declare replacement.
9867         * lib/renameat.c (rpl_renameat): Implement fix.
9868
9869         renameat: new module
9870         * modules/renameat: New file.
9871         * lib/renameat.c (renameat): Likewise.
9872         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9873         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9874         * modules/stdio (Makefile.am): Substitute them.
9875         * lib/stdio.in.h (renameat): Declare it.
9876         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9877         * doc/posix-functions/renameat.texi (renameat): Likewise.
9878         * modules/renameat-tests: New test.
9879         * tests/test-renameat.c: Likewise.
9880
9881         rename: fix mingw bugs
9882         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9883         directory overwrite bugs.
9884
9885         rename: fix another cygwin 1.5 bug
9886         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9887         checks.
9888         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9889         unnecessary cygwin workarounds.  Also work around bug with moving
9890         full directory onto an empty one.
9891         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9892
9893         rename-dest-slash: merge into rename module
9894         * modules/rename-dest-slash (Status): Mark obsolete.
9895         (Depends-on): Add rename.
9896         (Files): Let rename do it all.
9897         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9898         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9899         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9900         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9901         * lib/rename.c (rpl_rename): Update comments.
9902
9903         rename: fix cygwin 1.5.x bugs
9904         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9905         * lib/rename.c (rpl_rename): Work around them.
9906         * modules/rename (Depends-on): Add same-inode.
9907
9908         rename: fix Solaris 10 bug
9909         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9910         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9911         was the only bug.
9912
9913         rename: fix Solaris 9 bug
9914         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9915         on non-directory.  Avoid calling exit.
9916         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9917         strdup.
9918         * modules/rename-tests (Depends-on): Drop lstat.
9919         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9920         (gl_PREREQ_RENAME): Delete unused macro.
9921
9922         rename-dest-slash: fix NetBSD bug
9923         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9924         links.
9925         * modules/rename-dest-slash (Depends-on): Add same-inode.
9926
9927         rename-tests: new test, exposes several platform bugs
9928         * modules/rename-tests: New file.
9929         * tests/test-rename.h: Likewise.
9930         * tests/test-rename.c: Likewise.
9931         * doc/posix-functions/rename.texi (rename): Improve documentation,
9932         including bugs that will eventually be fixed in gnulib.
9933
9934 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9935
9936         * lib/uname.c: Include <stdlib.h>
9937         (uname): Assume version info is available.
9938
9939 2009-10-02  Jim Meyering  <meyering@redhat.com>
9940
9941         gnu-web-doc-update: correct --help output
9942         * build-aux/gnu-web-doc-update: Make --help output relevant.
9943
9944         gnu-web-doc-update: add standard options
9945         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9946
9947         gnu-web-doc-update: New module.
9948         Use this script to automatically update the on-line web documentation
9949         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9950         * modules/gnu-web-doc-update: New file, from coreutils.
9951         * build-aux/gnu-web-doc-update: New script.
9952
9953 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9954
9955         link: LoadLibrary is not needed.
9956         * lib/link.c: Use GetModuleHandle.
9957
9958 2009-10-01  Eric Blake  <ebb9@byu.net>
9959
9960         getopt: bump serial number
9961         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9962         change.
9963
9964         tests: tighten link, rmdir, and remove tests
9965         * tests/test-link.h (includes): No need to use <config.h> here.
9966         Clean up if directory hard link was created, otherwise test for
9967         trailing '.'.
9968         * tests/test-linkat.c (main): Simplify.
9969         * tests/test-remove.c (main): Enhance test for trailing '.'.
9970         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9971
9972 2009-10-01  Jim Meyering  <meyering@redhat.com>
9973
9974         maint.mk: requiring "make major" was annoying, for a "minor" release.
9975         What is intended is "stable", to contrast with alpha and beta,
9976         so require "make stable", not "make major".
9977         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9978         (get_tool_versions): Likewise.
9979         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9980
9981 2009-09-30  Ben Pfaff  <blp@gnu.org>
9982
9983         Fix broken build of replacement for Windows tmpfile().
9984         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9985         flags argument added along with the 'mkostemp' module.
9986
9987 2009-09-28  Bruno Haible  <bruno@clisp.org>
9988
9989         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9990         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9991         to 'remove_elt'.
9992         (gl_list_remove): Update.
9993         * lib/gl_list.c (gl_list_remove): Update.
9994         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9995         to 'remove_elt'.
9996         (gl_oset_remove): Update.
9997         * lib/gl_list.c (gl_oset_remove): Update.
9998         Reported by Eric Blake.
9999
10000 2009-09-28  Eric Blake  <ebb9@byu.net>
10001
10002         doc: mention yet more cygwin 1.7 status
10003         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10004         cygwin.
10005         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10006         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10007
10008         argp: fix test failure
10009         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10010         that are not upper-case.  Pass correct range to tolower.
10011
10012 2009-09-27  Jim Meyering  <meyering@redhat.com>
10013
10014         test-yesno: work around sparc-dash here-document infelicity
10015         Without this change, the literal \177 byte in a here document
10016         would make dash 0.5.5.1-3 access uninitialized memory.
10017         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10018         Instead, use a marker, "@", and filter through tr to create the desired
10019         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10020
10021 2009-09-27  Bruno Haible  <bruno@clisp.org>
10022
10023         Disable untested support for new flavours of ACLs on AIX.
10024         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10025         progress.
10026         * lib/set-mode-acl.c (qset_acl): Likewise.
10027
10028 2008-12-07  Bruno Haible  <bruno@clisp.org>
10029
10030         Add support for new flavours of ACLs on AIX. (Untested.)
10031         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10032         (file_has_acl): Add support for newer AIX.
10033         * lib/set-mode-acl.c (qset_acl): Likewise.
10034         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10035         Rainer Tammer <tammer@tammer.net>.
10036
10037 2009-09-26  Eric Blake  <ebb9@byu.net>
10038
10039         argp: fix compilation of getopt
10040         * lib/getopt.in.h (includes): Use different guard than glibc.
10041         Reported by Sergey Poznyakoff.
10042
10043         doc: mention more cygwin 1.7 status
10044         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10045         bug.
10046         * doc/posix-functions/execl.texi (execl): Likewise.
10047         * doc/posix-functions/execle.texi (execle): Likewise.
10048         * doc/posix-functions/execlp.texi (execlp): Likewise.
10049         * doc/posix-functions/execv.texi (execv): Likewise.
10050         * doc/posix-functions/execve.texi (execve): Likewise.
10051         * doc/posix-functions/execvp.texi (execvp): Likewise.
10052         * doc/glibc-functions/canonicalize_file_name.texi
10053         (canonicalize_file_name): Cygwin 1.7 now provides this.
10054         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10055         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10056         on AT_SYMLINK_NOFOLLOW.
10057
10058 2009-09-24  Eric Blake  <ebb9@byu.net>
10059
10060         test-linkat: make test more robust
10061         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10062
10063         getopt: fix inclusion guards for cygwin
10064         * modules/getopt-posix (Depends-on): Add include-next.
10065         (Makefile.am): Substitute more items in replacement header.
10066         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10067         <getopt.h>.
10068         * lib/getopt.in.h (includes): Use split inclusion guard, and
10069         prefer <getopt.h> over include <unistd.h> when one is present.
10070         (option): Also override name of 'struct option'.
10071
10072         same-inode: revert prior change; it is not yet ready
10073         * NEWS: Undo mention of this change.
10074         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10075         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10076         * lib/cycle-check.c (cycle_check): Likewise.
10077         * lib/same.c (same_name): Likewise.
10078         * lib/at-func2.c (at_func2): Likewise.
10079
10080 2009-09-23  Eric Blake  <ebb9@byu.net>
10081
10082         linkat: new module
10083         * modules/linkat: New file.
10084         * lib/at-func2.c (at_func2): Likewise.
10085         * lib/linkat.c (linkat): Likewise.
10086         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10087         * lib/openat-priv.h (at_func2): Add declaration.
10088         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10089         * modules/unistd (Makefile.am): Substitute them.
10090         * lib/unistd.in.h (linkat): Declare it.
10091         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10092         * doc/posix-functions/linkat.texi (linkat): Likewise.
10093         * doc/posix-functions/link.texi (link): Tweak wording.
10094         * tests/test-link.c (main): Move guts...
10095         * tests/test-link.h (test_link): ...into new file.
10096         * modules/linkat-tests: New test.
10097         * tests/test-linkat.c: Likewise.
10098         * modules/link-tests (Files): Ship new file.
10099         (Depends-on): Add stdbool.
10100
10101         dirname: add library-safe mdir_name
10102         * lib/dirname.h (mdir_name): New prototype.
10103         * lib/dirname.c (dir_name): Move guts...
10104         (mdir_name): ...to new function that avoids xalloc_die.
10105
10106         fchdir: another mingw fix
10107         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10108         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10109         on mingw (where it has not yet been ported), and make it optional
10110         elsewhere.
10111         (_gl_register_fd): Use it.
10112
10113         same-inode: make SAME_INODE tri-state, to port to mingw
10114         * NEWS: Mention this change.
10115         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10116         st_ino always being 0.
10117         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10118         * lib/cycle-check.c (cycle_check): Likewise.
10119         * lib/same.c (same_name): Likewise.
10120
10121         lstat: avoid mingw compilation error
10122         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10123         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10124         lstat ourselves.
10125         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10126         was adequate.
10127         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10128         the checks for lstat.
10129         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10130
10131         link: fix test failure on Solaris 9
10132         * lib/link.c (rpl_link): Don't assume link will catch bogus
10133         trailing slash on source.
10134
10135         test-symlinkat: enhance test
10136         * tests/test-readlink.c (main): Move guts...
10137         * tests/test-readlink.h (test_readlink): ...into new file.
10138         * tests/test-symlink.c (main): Move guts...
10139         * tests/test-symlink.h (test_symlink): ...into new file.
10140         * tests/test-symlinkat.c (main): Use new files for further
10141         coverage.
10142         (do_symlink, do_readlink): New helper functions.
10143         * modules/symlink-tests (Files): Ship new file.
10144         (Depends-on): Add stdbool.
10145         * modules/readlink-tests (Files): Ship new file.
10146         (Depends-on): Add stdbool.
10147         * modules/symlinkat-tests (Files): Use new files.
10148
10149 2009-09-23  Eric Blake  <ebb9@byu.net>
10150
10151         readlink: document portability issue with symlink length
10152         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10153         systems have bogus st_size on symlinks, and mention the
10154         areadlink-with-size module.
10155         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10156         * doc/posix-functions/readlink.texi (readlink): Mention the
10157         areadlink module, and ERANGE failure.
10158         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10159         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10160
10161         readlink: fix Solaris 9 bug with trailing slash
10162         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10163         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10164         * doc/posix-functions/readlink.texi (readlink): Document this.
10165         * modules/readlink-tests: New test.
10166         * tests/test-readlink.c: Likewise.
10167
10168         readlink: fix cygwin 1.5.x bug with return type
10169         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10170         * lib/unistd.in.h (readlink): Use ssize_t.
10171         * lib/readlink.c (readlink): Likewise.
10172         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10173         * modules/unistd (Makefile.am): Substitute it.
10174         * lib/unistd.in.h (readlink): Declare replacement.
10175         * doc/posix-functions/readlink.texi (readlink): Document this.
10176
10177         symlink: use throughout gnulib
10178         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10179         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10180         symlink is not used.
10181         * modules/symlinkat (Depends-on): Add symlink.
10182         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10183         * modules/canonicalize-tests (Depends-on): Likewise.
10184         * modules/lstat-tests (Depends-on): Likewise.
10185         * modules/openat-tests (Depends-on): Likewise.
10186         * modules/remove-tests (Depends-on): Likewise.
10187         * modules/rmdir-tests (Depends-on): Likewise.
10188         * modules/unlink-tests (Depends-on): Likewise.
10189         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10190         * tests/test-canonicalize.c (symlink): Likewise.
10191         * tests/test-fstatat.c (symlink): Likewise.
10192         * tests/test-lstat.c (symlink): Likewise.
10193         * tests/test-remove.c (symlink): Likewise.
10194         * tests/test-rmdir.c (symlink): Likewise.
10195         * tests/test-unlink.c (symlink): Likewise.
10196         * tests/test-unlinkat.c (symlink): Likewise.
10197
10198         symlink: new module, for Solaris 9 bug
10199         * modules/symlink: New file.
10200         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10201         * lib/symlink.c: Likewise.
10202         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10203         * modules/unistd (Makefile.am): Substitute them.
10204         * lib/unistd.in.h (symlink): Declare replacement.
10205         * MODULES.html.sh (File system functions): Mention it.
10206         * doc/posix-functions/symlink.texi (symlink): Likewise.
10207         * modules/symlink-tests: New test.
10208         * tests/test-symlink.c: Likewise.
10209
10210 2009-09-23  Bruno Haible  <bruno@clisp.org>
10211
10212         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10213         when needed.
10214         Test case: gnulib-tool --import --with-tests atexit inttypes.
10215         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10216
10217 2009-09-23  Bruno Haible  <bruno@clisp.org>
10218
10219         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10220         subcommand, not in a subshell.
10221
10222 2009-09-22  Eric Blake  <ebb9@byu.net>
10223
10224         unistd: sort replacement declarations
10225         * lib/unistd.in.h: Sort declarations.
10226
10227         open, openat: minor optimization
10228         * lib/open.c (open): If open succeeded, len is non-zero.
10229         * lib/openat.c (rpl_openat): Likewise.
10230
10231         link-follow: ensure correct result
10232         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10233         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10234         distinguish between possible failures.
10235
10236 2009-09-21  Eric Blake  <ebb9@byu.net>
10237
10238         fts: avoid compiler warning
10239         * lib/fts.c (dirent_inode_sort_may_be_useful)
10240         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10241
10242 2009-09-19  Bruno Haible  <bruno@clisp.org>
10243
10244         * lib/progreloc.c (canonicalize_file_name): New declaration.
10245
10246 2009-09-19  Eric Blake  <ebb9@byu.net>
10247
10248         link: fix quoting
10249         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10250
10251         openat: fix openat bugs on Solaris 9
10252         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10253         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10254         * modules/openat (Depends-on): Add open.
10255         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10256         * modules/fcntl-h (Makefile.am): Substitute it.
10257         * lib/fcntl.in.h (openat): Declare replacement.
10258         * doc/posix-functions/openat.texi (openat): Document this.
10259
10260         openat: move fstatat and unlinkat into correct files
10261         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10262         compiled.
10263         * lib/openat.c (fstatat, unlinkat): Move...
10264         * lib/fstatat.c (fstatat): ...into correct files.
10265         * lib/unlinkat.c (unlinkat): Likewise.
10266
10267         openat: fix unlinkat bugs on Solaris 9
10268         * lib/unlinkat.c (unlinkat): New file.
10269         * modules/openat (Depends-on): Add unlink.
10270         (Files): Distribute it.
10271         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10272         trailing slash behavior is broken.
10273         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10274         * modules/unistd (Makefile.am): Substitute it.
10275         * lib/unistd.in.h (unlinkat): Declare replacement.
10276         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10277
10278         openat: fix fstatat bugs on Solaris 9
10279         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10280         stat.
10281         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10282
10283         test-unlinkat: enhance test, to expose Solaris 9 bug
10284         * tests/test-unlink.c (main): Factor guts...
10285         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10286         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10287         * tests/test-rmdir.c (main): Adjust caller.
10288         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10289         (unlinker): New helper function.
10290         (rmdirat): Enhance check.
10291         * modules/rmdir-tests (Depends-on): Add stdbool.
10292         * modules/unlink-tests (Depends-on): Likewise.
10293         (Files): Add test-unlink.h.
10294         * modules/openat-tests (Files): Likewise.
10295         (Depends-on): Add unlinkdir.
10296
10297         test-fstatat: new test, to expose Solaris 9 bugs
10298         * tests/test-stat.c (main): Factor guts...
10299         * tests/test-stat.h (test_stat_func): ...into new file.
10300         * tests/test-lstat.c (main): Factor guts...
10301         * tests/test-lstat.h (test_lstat_func): ...into new file.
10302         * tests/test-fstatat.c: New file.
10303         * modules/stat-tests (Files): Add test-stat.h.
10304         * modules/lstat-tests (Files): Add test-lstat.h.
10305         (Depends-on): Add stdbool.
10306         * modules/openat-tests (Depends-on): Add pathmax.
10307         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10308         (Makefile.am): Run new test.
10309
10310         remove: new module, for mingw and Solaris 9 bugs
10311         * modules/remove: New file.
10312         * lib/remove.c: Likewise.
10313         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10314         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10315         * modules/stdio (Makefile.am): Use them.
10316         * lib/stdio.in.h (remove): Declare replacement.
10317         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10318         * doc/posix-functions/remove.texi (remove): Likewise.
10319         * modules/remove-tests: New test.
10320         * tests/test-remove.c: Likewise.
10321
10322         unlink: new module, for Solaris 9 bug
10323         * modules/unlink: New file.
10324         * lib/unlink.c: Likewise.
10325         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10326         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10327         * modules/unistd (Makefile.am): Use them.
10328         * lib/unistd.in.h (stat): Declare replacement.
10329         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10330         * doc/posix-functions/unlink.texi (unlink): Likewise.
10331         * modules/unlink-tests: New test.
10332         * tests/test-unlink.c: Likewise.
10333
10334         lstat: fix Solaris 9 bug
10335         * lib/lstat.c (lstat): Also check for trailing slash on
10336         non-symlink, non-directories.  Use stat module to simplify logic.
10337         * doc/posix-functions/lstat.texi (lstat): Document it.
10338         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10339         (configure.ac): Check for symlink.
10340         * tests/test-lstat.c (main): Add more tests.
10341
10342         stat: add as dependency to other modules
10343         * modules/chown (Depends-on): Add stat.
10344         * modules/euidaccess (Depends-on): Likewise.
10345         * modules/fchdir (Depends-on): Likewise.
10346         * modules/isdir (Depends-on): Likewise.
10347         * modules/link (Depends-on): Likewise.
10348         * modules/lstat (Depends-on): Likewise.
10349         * modules/mkdir-p (Depends-on): Likewise.
10350         * modules/modechange (Depends-on): Likewise.
10351         * modules/open (Depends-on): Likewise.
10352         * modules/readlink (Depends-on): Likewise.
10353         * modules/same (Depends-on): Likewise.
10354
10355         stat: fix Solaris 9 bug
10356         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10357         slash.
10358         * lib/stat.c (rpl_stat): Work around it.
10359         * doc/posix-functions/stat.texi (stat): Update documentation.
10360
10361         stat: new module, for mingw bug
10362         * modules/stat: New file.
10363         * lib/stat.c: Likewise.
10364         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10365         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10366         * modules/sys_stat (Makefile.am): Use them.
10367         * lib/sys_stat.in.h (stat): Declare replacement.
10368         * lib/openat.c (fstatat): Deal with lstat and stat being function
10369         macros.
10370         * modules/openat (Depends-on): Add inline.
10371         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10372         * doc/posix-functions/stat.texi (stat): Likewise.
10373         * modules/stat-tests: New test.
10374         * tests/test-stat.c: Likewise.
10375
10376 2009-09-19  Jim Meyering  <meyering@redhat.com>
10377
10378         syntax-check: detect unnecessary inclusion of canonicalize.h
10379         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10380
10381 2009-09-19  Eric Blake  <ebb9@byu.net>
10382
10383         canonicalize-lgpl: adjust clients to use correct header
10384         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10385         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10386         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10387         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10388         * lib/progreloc.c (includes): Likewise.
10389
10390 2009-09-19  Jim Meyering  <meyering@redhat.com>
10391
10392         test-posixtm.c: correct a comment
10393         * tests/test-posixtm.c: Correct first-line comment.
10394         Spotted by Eric Blake.
10395
10396 2009-09-16  Jim Meyering  <meyering@redhat.com>
10397
10398         posixtm-tests: make T const-correct; add a test case
10399         * tests/test-posixtm.c (T): Declare const.
10400         Add a test for -(2^31+1).
10401         Remove useless can-succeed-only-in-2002 test.
10402
10403         posixtm-tests: adjust the sole failing test
10404         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10405         expected output matches what mktime now produces.  Cross-checked via
10406         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10407
10408         posixtm: move #ifdef'd tests into a new module
10409         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10410         * tests/test-posixtm.c: ... this new file.
10411         * modules/posixtm-tests: New module.
10412
10413 2009-09-19  Eric Blake  <ebb9@byu.net>
10414
10415         openat: simplify use of at-func.c
10416         * lib/at-func.c (includes): Include prerequisites here, to
10417         simplify requirements on client files.
10418         * lib/openat-priv.h: Add double-inclusion guard.
10419         * lib/faccessat.c (includes): Simplify.
10420         * lib/fchmodat.c (includes): Likewise.
10421         * lib/fchownat.c (includes): Likewise.
10422         * lib/mkdirat.c (includes): Likewise.
10423         * lib/mkfifoat.c (includes): Likewise.
10424         * lib/symlinkat.c (includes): Likewise.
10425
10426         openat: allow return of fd 0
10427         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10428         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10429         unistd-safer.
10430         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10431         <fcntl.h>; this module does not leak fds.
10432         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10433         must be allowed to return 0, leaving openat_safer to add the
10434         safety.
10435         (openat_permissive): Avoid writing to just-opened fd 2 if
10436         restoring the current directory fails.
10437         * lib/openat-die.c (openat_restore_fail): Add comment.
10438         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10439         (save_cwd): Guarantee safe fd, but without use of open_safer.
10440         * tests/test-openat.c: New test.
10441         * modules/openat-tests (Files, Makefile.am): Distribute and build
10442         new file.
10443
10444         relocatable-prog-wrapper: fix build
10445         * modules/relocatable-prog-wrapper (Files): Update name of
10446         canonicalize m4 file, broken on 2009-09-17.
10447         Reported by emad hajjar <aleppos@hotmail.com>.
10448
10449 2009-09-19  Bruno Haible  <bruno@clisp.org>
10450
10451         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10452         * lib/safe-alloc.c: Likewise.
10453         Reported by Ian Beckwith <ianb@erislabs.net>.
10454
10455 2009-09-18  Bruno Haible  <bruno@clisp.org>
10456
10457         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10458         Reported by <erobles@sensacd.com.mx>.
10459
10460 2009-09-17  Eric Blake  <ebb9@byu.net>
10461
10462         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10463         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10464         slashes when checking if last component is missing.
10465         * tests/test-canonicalize.c (main): Test this.
10466
10467         canonicalize, canonicalize-lgpl: honor // if distinct from /
10468         * modules/canonicalize (Files): Add double-slash-root.m4.
10469         * modules/canonicalize-lgpl (Files): Likewise.
10470         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10471         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10472         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10473         fallback definition.
10474         (canonicalize_filename_mode): Use it to protect //.
10475         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10476         (__realpath): Likewise.
10477         * tests/test-canonicalize.c (main): Test this.
10478         * tests/test-canonicalize-lgpl.c (main): Likewise.
10479         * modules/canonicalize-tests (Depends-on): Add same-inode.
10480         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10481
10482         canonicalize-lgpl: fix glibc bug with trailing slash
10483         * m4/canonicalize-lgpl.m4: Move contents...
10484         * m4/canonicalize.m4: ...here.
10485         (gl_CANONICALIZE_LGPL): Factor realpath check...
10486         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10487         glibc 2.3.5 bug, fixed 2005-04-27.
10488         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10489         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10490         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10491         * modules/canonicalize-lgpl (Files): Manage file rename.
10492         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10493         * modules/stdlib (Makefile.am): Substitute witness.
10494         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10495         is needed.
10496         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10497         replacement is required.
10498         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10499         * doc/glibc-functions/canonicalize_file_name.texi
10500         (canonicalize_file_name): Document this.
10501         * doc/posix-functions/realpath.texi (realpath): Likewise.
10502
10503         canonicalize-lgpl: reject non-directory with trailing slash
10504         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10505         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10506         catches failures in glibc 2.3.5.
10507         * tests/test-canonicalize.c (main): Likewise.
10508
10509         canonicalize-lgpl: use native realpath if it works
10510         * lib/canonicalize-lgpl.c (realpath): Guard with
10511         FUNC_REALPATH_WORKS.
10512         * lib/stdlib.in.h (realpath): Make declaration optional based on
10513         HAVE_REALPATH.
10514         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10515         native realpath works.
10516         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10517         * modules/stdlib (Makefile.am): Substitute witness.
10518
10519         canonicalize, canonicalize-lgpl: use <stdlib.h>
10520         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10521         (Include): Mention <stdlib.h>.
10522         (configure.ac): Mention functions we provide.
10523         * modules/canonicalize (configure.ac): Likewise.
10524         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10525         realpath if canonicalize_file_name is missing.
10526         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10527         * modules/stdlib (Makefile.am): Substitute witnesses.
10528         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10529         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10530         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10531         * NEWS: Document this.
10532         * doc/glibc-functions/canonicalize_file_name.texi
10533         (canonicalize_file_name): Likewise.
10534         * doc/posix-functions/realpath.texi (realpath): Likewise.
10535         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10536
10537         test-canonicalize: consolidate into single C program
10538         * tests/test-canonicalize.sh: Delete; move setup into...
10539         * tests/test-canonicalize.c (main): ...the program, making it
10540         easier to run in debugger.  Add some tests.
10541         * modules/canonicalize-tests (Files): Remove unused file.
10542         (Depends-on): Add progname.
10543         (configure.ac, Makefile.am): Simplify.
10544
10545         test-canonicalize-lgpl: consolidate into single C program
10546         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10547         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10548         easier to run in debugger.  Add some tests.
10549         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10550         (configure.ac, Makefile.am): Simplify.
10551
10552         canonicalize: avoid resolvepath
10553         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10554         unnecessary checks.
10555         * lib/canonicalize.c (includes): Simplify.
10556         (canonicalize_file_name): Drop resolvepath implementation.
10557         * modules/canonicalize (Depends-on): Drop filenamecat.
10558
10559         canonicalize: don't lose errno
10560         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10561         over calls to free.
10562
10563         canonicalize: simplify errno handling
10564         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10565         assignment.
10566
10567         canonicalize, canonicalize-lgpl: update module dependencies
10568         * modules/canonicalize (Depends-on): Add extensions, lstat,
10569         pathmax, stdlib.
10570         (Files): Drop pathmax.h.
10571         (configure.ac): Adjust macro name.
10572         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10573         lstat, stdlib, sys_stat.
10574         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10575         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10576         extensions.
10577         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10578         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10579         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10580         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10581         declaration, if available.
10582         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10583         we can rely on the readlink module.
10584         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10585         (includes): Use <unistd.h> unconditionally.
10586
10587 2009-09-17  Eric Blake  <ebb9@byu.net>
10588
10589         maint: make Include sections of modules consistent
10590         * modules/alloca: Use only header name; no need to list #include.
10591         * modules/alloca-opt: Likewise.
10592         * modules/arpa_inet: Likewise.
10593         * modules/canon-host: Likewise.
10594         * modules/configmake: Likewise.
10595         * modules/dirent: Likewise.
10596         * modules/eealloc: Likewise.
10597         * modules/environ: Likewise.
10598         * modules/fchdir: Likewise.
10599         * modules/fcntl: Likewise.
10600         * modules/fcntl-h: Likewise.
10601         * modules/gethrxtime: Likewise.
10602         * modules/gettime: Likewise.
10603         * modules/ignore-value: Likewise.
10604         * modules/inet_ntop: Likewise.
10605         * modules/inet_pton: Likewise.
10606         * modules/inttypes: Likewise.
10607         * modules/isnand-nolibm: Likewise.
10608         * modules/isnanf-nolibm: Likewise.
10609         * modules/mbchar: Likewise.
10610         * modules/mbfile: Likewise.
10611         * modules/mbiter: Likewise.
10612         * modules/mbuiter: Likewise.
10613         * modules/netdb: Likewise.
10614         * modules/netinet_in: Likewise.
10615         * modules/nproc: Likewise.
10616         * modules/pagealign_alloc: Likewise.
10617         * modules/poll: Likewise.
10618         * modules/printf-frexp: Likewise.
10619         * modules/pthread: Likewise.
10620         * modules/putenv: Likewise.
10621         * modules/random_r: Likewise.
10622         * modules/relocatable-prog: Likewise.
10623         * modules/search: Likewise.
10624         * modules/select: Likewise.
10625         * modules/selinux-h: Likewise.
10626         * modules/settime: Likewise.
10627         * modules/signal: Likewise.
10628         * modules/size_max: Likewise.
10629         * modules/socklen: Likewise.
10630         * modules/ssize_t: Likewise.
10631         * modules/stdarg: Likewise.
10632         * modules/stdbool: Likewise.
10633         * modules/stddef: Likewise.
10634         * modules/stdint: Likewise.
10635         * modules/stdio: Likewise.
10636         * modules/stdlib: Likewise.
10637         * modules/string: Likewise.
10638         * modules/strings: Likewise.
10639         * modules/sys_file: Likewise.
10640         * modules/sys_ioctl: Likewise.
10641         * modules/sys_select: Likewise.
10642         * modules/sys_socket: Likewise.
10643         * modules/sys_stat: Likewise.
10644         * modules/sys_time: Likewise.
10645         * modules/sys_times: Likewise.
10646         * modules/sys_utsname: Likewise.
10647         * modules/sys_wait: Likewise.
10648         * modules/sysexits: Likewise.
10649         * modules/time: Likewise.
10650         * modules/times: Likewise.
10651         * modules/tmpfile: Likewise.
10652         * modules/trim: Likewise.
10653         * modules/unistd: Likewise.
10654         * modules/wchar: Likewise.
10655         * modules/wctype: Likewise.
10656
10657 2009-09-17  Bruno Haible  <bruno@clisp.org>
10658
10659         Make getdate.y compile on QNX and NetBSD 5 / i386.
10660         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10661         TIME_T_FITS_IN_LONG_INT.
10662         * lib/getdate.y (long_time_t): New type.
10663         (relative_time): Change type of 'seconds' field to long_time_t.
10664         (get_date): Update types of local variables. Check against overflow
10665         during conversion from long_time_t to time_t.
10666         Reported by Matt Kraai <kraai@ftbfs.org>
10667         and Hasso Tepper <hasso@netbsd.org>.
10668
10669 2009-09-17  Bruno Haible  <bruno@clisp.org>
10670
10671         * modules/COPYING: Update copyright years.
10672         * modules/README: Likeiwse.
10673         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10674         Reported by Ian Beckwith <ianb@erislabs.net>.
10675
10676 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10677
10678         * users.txt: Update references for gnuit package.
10679
10680 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10681
10682         * m4/getdelim.m4: Fix typo in copyright line.
10683
10684 2009-09-17  Bruno Haible  <bruno@clisp.org>
10685
10686         * lib/atoll.c: Use the standard header with GPL copyright.
10687         * lib/argz.in.h: Likewise.
10688         * lib/glob.c: Likewise.
10689         * lib/glob-libc.h: Likewise.
10690         * lib/random_r.c: Likewise.
10691         * lib/siglist.h: Likewise.
10692         * lib/strsignal.c: Likewise.
10693         Reported by Ian Beckwith <ianb@erislabs.net>.
10694
10695 2009-09-17  Eric Blake  <ebb9@byu.net>
10696
10697         rmdir: ensure correct dependency order
10698         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10699
10700 2009-09-17  Bruno Haible  <bruno@clisp.org>
10701
10702         Disable assertion that fails on NetBSD 5 / i386.
10703         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10704         Reported by Sam Steingold <sds@gnu.org>
10705         and Hasso Tepper <hasso@netbsd.org>.
10706
10707 2009-09-16  Eric Blake  <ebb9@byu.net>
10708
10709         unlinkdir: port to mingw
10710         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10711         on which no one can unlink a directory.
10712
10713         stdlib: sort witness names
10714         * modules/stdlib (Makefile.am): Sort replacements.
10715         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10716         * lib/stdlib.in.h: Likewise.
10717
10718         parse-duration-tests: avoid link failure
10719         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10720         LIBINTL.
10721         Reported by Tom G. Christensen.
10722
10723         openat-tests: ensure unlinkat behaves like rmdir
10724         * tests/test-rmdir.c (main): Factor guts...
10725         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10726         * modules/rmdir-tests (Files): Ship new file.
10727         * modules/openat-tests: New test.
10728         * tests/test-unlinkat.c: Likewise.
10729
10730         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10731         * modules/rmdir-errno (Status, Notice): Now obsolete.
10732
10733         rmdir: work around cygwin 1.5.x and mingw bugs
10734         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10735         * lib/rmdir.c (rmdir): Work around it.
10736         * modules/rmdir (Status, Notice): No longer obsolete.
10737         (Files): Add dos.m4.
10738         (Depends-on): Add unistd.
10739         (configure.ac): Set witnesses.
10740         (License): Relax to LGPLv2+.
10741         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10742         * modules/unistd (Makefile.am): Substitute witnesses.
10743         * lib/unistd.in.h (rmdir): Declare replacement.
10744         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10745         * modules/rmdir-tests: New tests.
10746         * tests/test-rmdir.c: Likewise.
10747
10748 2009-09-15  Eric Blake  <ebb9@byu.net>
10749
10750         fchdir: improve use of replacement functions
10751         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10752         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10753         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10754         REPLACE_CLOSEDIR.
10755         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10756         * modules/sys_stat (Makefile.am): Substitute correct witness.
10757         * modules/dirent (Makefile.am): Likewise.
10758         * modules/unistd (Makefile.am): Likewise.
10759         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10760         * lib/unistd.in.h (dup): Likewise.
10761         * lib/sys_stat.in.h (fstat): Likewise.
10762
10763         maint: ignore gnulib-tool temp files
10764         * .gitignore: Ignore files created during gnulib-tool --test.
10765
10766 2009-09-13  Jim Meyering  <meyering@redhat.com>
10767
10768         posixtm: don't reject a time that specify "60" as the number of seconds
10769         * lib/posixtm.c (posixtime): The code to reject invalid dates
10770         would also reject a time specified with the .60 suffix.
10771         But POSIX allows that, in order to accommodate leap seconds.
10772         So don't reject it.
10773         (main): Adjust tests accordingly.
10774         * modules/posixtm (Depends-on): Add stpcpy.
10775
10776 2009-09-11  Jim Meyering  <meyering@redhat.com>
10777
10778         announce-gen: include [$release_type] in emitted Subject:
10779         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10780         e.g., [stable] in the emitted Subject: line.
10781
10782 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10783
10784         Remove obsolete macros from several modules.
10785         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10786         obsolete Autoconf macros with their modern counterparts.
10787         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10788         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10789         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10790         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10791         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10792         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10793         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10794         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10795         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10796         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10797         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10798         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10799         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10800         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10801         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10802         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10803         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10804         * m4/time_r.m4 (gl_TIME_R): Likewise.
10805         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10806         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10807         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10808
10809         Fix copyright header in build-aux scripts.
10810         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10811         recommendation.
10812         * build-aux/ncftpput-ftp: Likewise.
10813         * build-aux/update-copyright: Likewise.
10814
10815 2009-09-09  Eric Blake  <ebb9@byu.net>
10816
10817         test-link: allow Linux choice of errno
10818         * tests/test-link.c (main): Relax test for alternate error.
10819
10820         strndup: fix improper m4 caching
10821         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10822         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10823         (gl_PREREQ_STRNDUP): Delete.
10824         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10825         * modules/string (Makefile.am): Substitute it.
10826         * lib/string.in.h (strndup): Modernize prototype.
10827
10828         getcwd: port to mingw
10829         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10830         different from the POSIX assumptions made throughout the getcwd
10831         module; fortunately, the mingw getcwd does not need replacement.
10832         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10833         * modules/getcwd-tests: New test.
10834         * tests/test-getcwd.c: Likewise.
10835
10836         link: fix platform bugs
10837         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10838         * lib/link.c (link): Work around them.  Fix related mingw bug.
10839         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10840         * modules/unistd (Makefile.am): Substitute it.
10841         * lib/unistd.in.h (link): Declare replacement.
10842         * doc/posix-functions/link.texi (link): Document this.
10843         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10844
10845         test-link: consolidate into single C program, test more cases
10846         * tests/test-link.sh: Delete.
10847         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10848         at least Cygwin and Solaris.
10849         * modules/link-tests (Files): Remove unused file.
10850         (Depends-on): Add errno, sys_stat.
10851         (Makefile.am): Simplify.
10852
10853 2009-09-08  Bruno Haible  <bruno@clisp.org>
10854
10855         Work around towlower, towupper bug on mingw.
10856         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10857         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10858         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10859         * doc/posix-functions/towupper.texi: Likewise.
10860         Reported by Eric Blake.
10861
10862 2009-09-08  Jim Meyering  <meyering@redhat.com>
10863
10864         build: don't try to run autoheader if we don't use it
10865         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10866         is not used in configure.ac.
10867
10868 2009-09-08  Eric Blake  <ebb9@byu.net>
10869
10870         euidaccess: fix compilation error
10871         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10872
10873         rawmemchr: relax license
10874         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10875         okay.
10876         Reported by Jim Meyering.
10877
10878         mkfifoat: new module
10879         * modules/mkfifoat: New file.
10880         * lib/mkfifoat.c: Likewise.
10881         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10882         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10883         * modules/sys_stat (Makefile.am): Use them.
10884         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10885         * MODULES.html.sh (File system functions): Mention module.
10886         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10887         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10888         * modules/mkfifoat-tests: New test.
10889         * tests/test-mkfifoat.c: Likewise.
10890
10891         strchrnul: relax license
10892         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10893         okay.
10894         Reported by Jim Meyering.
10895
10896 2009-09-08  Eric Blake  <ebb9@byu.net>
10897
10898         fstatat: fix compilation on Solaris
10899         * lib/fstatat.c (includes): Add fcntl.h.
10900         Reported by Pádraig Brady.
10901
10902 2009-09-07  Eric Blake  <ebb9@byu.net>
10903
10904         rename: modernize replacement
10905         * modules/rename (Depends-on): Add stdio.
10906         (configure.ac): Declare witness.
10907         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10908         stdio take care of replacement.
10909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10910         * modules/stdio (Makefile.am): Substitute them.
10911         * lib/stdio.in.h (rename): Declare replacement.
10912         * lib/rename.c (includes): Allow cross-compilation to non-windows
10913         machines.
10914         * doc/posix-functions/rename.texi (rename): Improve
10915         documentation.
10916
10917         stdio: sort witness names
10918         * modules/stdio (Makefile.am): Sort replacements.
10919         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10920         * lib/stdio.in.h: Likewise.
10921
10922         getcwd: minor cleanups
10923         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10924         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10925
10926         openat: provide more convenience names
10927         * modules/faccessat (configure.ac): Add C witness.
10928         * lib/unistd.in.h (readlinkat): Fix typo.
10929         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10930         convenience wrappers.
10931         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10932         wrappers in syntax checks.
10933
10934 2009-09-06  Eric Blake  <ebb9@byu.net>
10935
10936         doc: fix comments in recent patches
10937         * lib/faccessat.c: Mention correct function.
10938         * lib/fchmodat.c: Likewise.
10939         * lib/fchownat.c: Likewise.
10940         * lib/symlinkat.c: Likewise.
10941         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10942         constants.
10943
10944         faccessat, symlinkat: continue cleanup of previous patch
10945         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10946         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10947         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10948         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10949         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10950         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10951         set.
10952
10953 2009-09-06  Bruno Haible  <bruno@clisp.org>
10954
10955         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10956         (fstatat): Declare if GNULIB_FSTATAT is set.
10957         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10958         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10959         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10960         * modules/fcntl-h (Files): Remove m4/openat.m4.
10961         * modules/sys_stat (Files): Remove m4/openat.m4.
10962         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10963         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10964         * modules/unistd (Files): Remove m4/openat.m4.
10965         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10966         GNULIB_OPENAT.
10967         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10968         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10969         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10970         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10971         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10972         gl_OPENAT_DEFAULTS.
10973         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10974         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10975         Don't require gl_OPENAT_DEFAULTS.
10976         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10977         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10978         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10979         (gl_OPENAT_DEFAULTS): Remove macro.
10980
10981 2009-09-06  Bruno Haible  <bruno@clisp.org>
10982
10983         * modules/openat (configure.ac): Remove unneeded witness.
10984
10985 2009-09-06  Bruno Haible  <bruno@clisp.org>
10986
10987         Set errno to ENOSYS when a function is entirely unsupported.
10988         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10989         EOPNOTSUPP.
10990         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10991         * modules/chown (Depends-on): Remove errno.
10992
10993 2009-09-06  Bruno Haible  <bruno@clisp.org>
10994
10995         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10996
10997 2009-09-06  Bruno Haible  <bruno@clisp.org>
10998
10999         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11000
11001 2009-09-06  Ben Pfaff  <blp@gnu.org>
11002             Bruno Haible  <bruno@clisp.org>
11003
11004         Work around a glibc bug in strtok_r.
11005         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11006         Undefine if UNDEFINE_STRTOK_R is set.
11007         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11008         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11009         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11010         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11011         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11012         UNDEFINE_STRTOK_R.
11013         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11014
11015 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11016
11017         exclude: minor fix
11018         * lib/exclude.c: Include wctype.h
11019
11020 2009-09-06  Akim Demaille  <demaille@gostai.com>
11021
11022         bootstrap: improve error message
11023         * build-aux/bootstrap (find_tool): Upon failure, report the list
11024         of candidates.
11025         Honor the initial value of the envvar.
11026
11027 2009-09-05  Eric Blake  <ebb9@byu.net>
11028
11029         symlinkat: new module
11030         * modules/symlinkat: New file.
11031         * lib/symlinkat.c: Likewise.
11032         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11033         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11034         * modules/unistd (Makefile.am): Use them.
11035         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11036         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11037         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11038         * MODULES.html.sh (File system functions): Mention module.
11039         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11040         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11041         * modules/symlinkat-tests: New test.
11042         * tests/test-symlinkat.c: Likewise.
11043
11044         test-openat-safer: add more checks
11045         * tests/test-openat-safer.c (main): Check more code paths.
11046
11047 2009-09-05  Jim Meyering  <meyering@redhat.com>
11048
11049         syntax-check: detect unnecessary inclusion of openat.h
11050         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11051
11052 2009-09-05  Bruno Haible  <bruno@clisp.org>
11053
11054         Support towlower, towupper.
11055         * doc/posix-functions/towlower.texi: Mention module wctype.
11056         * doc/posix-functions/towupper.texi: Likewise.
11057         * lib/wctype.in.h (towlower, towupper): New functions.
11058         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11059         (ASSERT): New macro.
11060         (e): New variable.
11061         (main): Test also towlower, towupper. Test WEOF argument.
11062         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11063
11064 2009-09-05  Bruno Haible  <bruno@clisp.org>
11065
11066         Fix conversion behaviour when the input is invalid.
11067         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11068         mark occurring in first pass of indirect conversion.
11069         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11070         input.
11071         Found by clang's static analyzer.
11072
11073 2009-09-05  Bruno Haible  <bruno@clisp.org>
11074
11075         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11076         where direct conversion is possible.
11077
11078 2009-09-04  Eric Blake  <ebb9@byu.net>
11079
11080         openat: fail with ENOENT on empty name
11081         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11082         buffer.
11083
11084         link-follow: fix logic bug in prior patch
11085         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11086         reversed sense of yes and no in prior patch.  Avoid confusing
11087         compilation failure with desired semantics.
11088
11089         link-follow: accomodate mingw and cross-compilation
11090         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11091         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11092         cross-compilation results to -1, to make linkat easier to
11093         implement when cross-compiling.  Trivially support mingw.
11094         * modules/link-follow (configure.ac): Call new name.
11095         * NEWS: Mention this.
11096
11097 2009-09-03  Eric Blake  <ebb9@byu.net>
11098
11099         faccessat: compile replacement
11100         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11101         needed.
11102
11103         fts: fix compilation error
11104         * lib/fts.c (includes): Re-add "openat.h", for
11105         openat_needs_fchdir.
11106
11107         faccessat: new module
11108         * modules/faccessat: New file.
11109         * lib/faccessat.c: Likewise.
11110         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11111         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11112         * modules/unistd (Makefile.am): Use it.
11113         * lib/unistd.in.h (faccessat): Declare it.
11114         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11115         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11116         * MODULES.html.sh (File system functions): Mention it.
11117         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11118         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11119
11120         euidaccess: prefer POSIX over non-standard implementation
11121         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11122         * lib/euidaccess.c (euidaccess): Use it if available.
11123
11124         openat: make template easier to use
11125         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11126         AT_FUNC_F2 to be undefined.
11127         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11128         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11129         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11130         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11131         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11132         Likewise.
11133         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11134         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11135         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11136         Likewise.
11137
11138         openat: declare in POSIX headers
11139         * NEWS: Mention this.
11140         * modules/openat (configure.ac): Declare witnesses.
11141         (Depends-on): Add fcntl-h, sys_stat, unistd.
11142         (Include): Mention correct headers.
11143         * modules/fcntl-h (Depends-on): Add link-warning.
11144         (Files): Add openat.m4.
11145         (Makefile.am): Substitute witnesses.
11146         * modules/sys_stat (Files, Makefile.am): Likewise.
11147         * modules/unistd (Files, Makefile.am): Likewise.
11148         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11149         (gl_OPENAT_DEFAULTS): New macro.
11150         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11151         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11152         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11153         (SYS_STAT_H): Remove unused variable.
11154         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11155         * lib/fcntl--.h (includes): Remove unneeded header.
11156         * lib/openat-safer.c (includes): Likewise.
11157         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11158         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11159         appropriate headers.
11160         (__OPENAT_PREFIX): Delete.
11161         * lib/fcntl.in.h (openat): Provide declaration.
11162         (AT_FDCWD): Fix Solaris bug.
11163         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11164         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11165         * lib/fchmodat.c (includes):  Adjust to find declaration.
11166         * lib/fchownat.c (includes): Likewise.
11167         * lib/mkdirat.c (includes): Likewise.
11168         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11169         still visible.
11170
11171 2009-09-02  Eric Blake  <ebb9@byu.net>
11172
11173         errno: use consistently
11174         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11175         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11176         * lib/canonicalize.c (ELOOP): Likewise.
11177         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11178         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11179         * lib/lchown.c (EOPNOTSUPP): Likewise.
11180         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11181         * lib/savewd.c (ESTALE): Likewise.
11182         * lib/settime.c (ENOSYS): Likewise.
11183         * lib/utimens.c (ENOSYS): Likewise.
11184         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11185         * lib/chdir-safer.c (ELOOP): Likewise.
11186         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11187         * modules/c-stack (Depends-on): Add errno.
11188         * modules/canonicalize (Depends-on): Likewise.
11189         * modules/chdir-safer (Depends-on): Likewise.
11190         * modules/fdopendir (Depends-on): Likewise.
11191         * modules/inet_ntop (Depends-on): Likewise.
11192         * modules/inet_pton (Depends-on): Likewise.
11193         * modules/lchown (Depends-on): Likewise.
11194         * modules/openat (Depends-on): Likewise.
11195         * modules/savewd (Depends-on): Likewise.
11196         * modules/settime (Depends-on): Likewise.
11197         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11198
11199         fts: avoid leaking fds
11200         * modules/fts (Depends-on): Add cloexec.
11201         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11202         flag.
11203
11204         fts: make directory fds more robust
11205         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11206         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11207
11208         backupfile, chdir-long, fts, savedir: make safer
11209         * lib/backupfile.c (includes): Use "dirent--.h", since
11210         numbered_backup can write to stderr during readdir.
11211         * lib/savedir.c (includes): Likewise.
11212         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11213         emulation can write to stderr on failure.
11214         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11215         * lib/getcwd.c: Document why opendir_safer is unused.
11216         * lib/glob.c: Likewise.
11217         * lib/scandir.c: Likewise.
11218         * lib/openat-proc.c: Likewise, for open_safer.
11219         * modules/backupfile (Depends-on): Add dirent-safer.
11220         * modules/savedir (Depends-on): Likewise.
11221         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11222         * modules/chdir-long (Depends-on): Add openat-safer.
11223
11224         openat-safer: new module
11225         * modules/openat-safer: New file.
11226         * lib/openat-safer.c: Likewise.
11227         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11228         * lib/fcntl-safer.h (openat_safer): Declare.
11229         * lib/fcntl--.h (openat): Override.
11230         * MODULES.html.sh (File descriptor based I/O): Mention it.
11231         * lib/openat.h: Add double-inclusion guards.
11232         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11233         "fcntl--.h", so we can implement openat.
11234         * modules/openat-safer-tests: New test.
11235         * tests/test-openat-safer.c: New file.
11236
11237         dirent-safer: new module
11238         * modules/dirent-safer: New file.
11239         * lib/dirent--.h: Likewise.
11240         * lib/dirent-safer.h: Likewise.
11241         * lib/opendir-safer.c: Likewise.
11242         * m4/dirent-safer.m4: Likewise.
11243         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11244         * modules/dirent-safer-tests: New test.
11245         * tests/test-dirent-safer.c: New file.
11246         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11247
11248         fdopendir: optimize on mingw
11249         * lib/unistd.in.h (_gl_directory_name): New prototype.
11250         * lib/fchdir.c (_gl_directory_name): Implement it.
11251         (fchdir): Use it to simplify implementation.
11252         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11253         fchdir, when available, to avoid calling [f]chdir().
11254
11255         fdopendir: split into its own module
11256         * lib/openat.c (fdopendir): Move...
11257         * lib/fdopendir.c: ...into new file.
11258         * modules/fdopendir: New module.
11259         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11260         * modules/openat (Depends-on): Add fdopendir.
11261         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11262         fdopendir here.
11263         * modules/savedir (Depends-on): Only need fdopendir, not full
11264         openat.
11265         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11266         * lib/openat.h (fdopendir): Drop prototype.
11267         * lib/dirent.in.h (fdopendir): Provide prototype.
11268         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11269         * modules/dirent (Makefile.am): Substitute them.
11270         * MODULES.html.sh (File system functions): Mention it.
11271         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11272         * modules/fdopendir-tests: New file.
11273         * tests/test-fdopendir.c: Likewise.
11274
11275         fchdir: use more consistent macro convention
11276         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11277         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11278         REPLACE_FCHDIR, rather than relying on config.h macros.
11279         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11280         inside a single make-time REPLACE_FCHDIR block, rather than using
11281         the config.h FCHDIR_REPLACEMENT.
11282         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11283         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11284         Manage fstat replacement.
11285         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11286         REPLACE_FCHDIR.
11287         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11288         (Makefile.am): Substitute REPLACE_FCHDIR.
11289         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11290         FCHDIR_REPLACEMENT.
11291         * lib/dup-safer.c (dup_safer): Likewise.
11292         * lib/dup2.c (rpl_dup2): Likewise.
11293         * lib/dup3.c (rpl_dup3): Likewise.
11294         * lib/open.c (rpl_open): Likewise.
11295
11296         fchdir: simplify error handling, and support dup3
11297         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11298         stdbool, malloc-posix, realloc-posix.
11299         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11300         (ensure_dirs_slot): Return false on allocation failure.
11301         (rpl_dup2): Delete.
11302         (_gl_register_dup): New function.
11303         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11304         (_gl_register_fd): Close fd on allocation failure.
11305         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11306         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11307         prototype.
11308         (rpl_dup2_fchdir): Delete prototype.
11309         * lib/open.c (open): Update caller.
11310         * lib/dup2.c (dup2): Track fchdir metadata.
11311         * lib/dup3.c (dup3): Likewise.
11312         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11313         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11314
11315 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11316
11317         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11318         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11319         don't pass arguments to AC_OUTPUT.
11320
11321 2009-09-02  Bruno Haible  <bruno@clisp.org>
11322
11323         * modules/mkdtemp (License): Relicense under LGPLv2+.
11324         Reported by Paolo Bonzini.
11325
11326 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11327
11328         Replace uses of obsolete autoconf macros in Jim's modules.
11329         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11330         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11331         can evoke a warning from autoconf when run with -Wobsolete
11332         enabled.  They were declared obsolete for good reasons (see
11333         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11334         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11335         should not continue using the deprecated macros.
11336         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11337         obsolete Autoconf macros with modern counterparts.
11338         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11339         * m4/dos.m4 (gl_AC_DOS): Likewise.
11340         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11341         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11342         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11343         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11344         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11345         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11346         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11347         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11348         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11349         Likewise.
11350         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11351         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11352         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11353         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11354         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11355         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11356
11357 2009-09-01  Eric Blake  <ebb9@byu.net>
11358
11359         fchdir: fix off-by-one bug in previous patch
11360         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11361         (_gl_unregister_fd): Delete useless if.
11362
11363 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11364
11365         maint.mk: sort the list of syntax-check rules
11366         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11367         easier to get a sense of progress when the rules are run sequentially
11368         and take a long time.
11369
11370 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11371
11372         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11373         * modules/netinet_in: Likewise.
11374         * modules/sys_file: Likewise.
11375         * modules/sys_ioctl: Likewise.
11376         * modules/sys_select: Likewise.
11377         * modules/sys_socket: Likewise.
11378         * modules/sys_stat: Likewise.
11379         * modules/sys_time: Likewise.
11380         * modules/sys_times: Likewise.
11381         * modules/sys_utsname: Likewise.
11382         * modules/sys_wait: Likewise.
11383
11384 2009-09-01  Jim Meyering  <meyering@redhat.com>
11385
11386         fts: help ensure that return values are not ignored
11387         * lib/fts_.h (__GNUC_PREREQ): Define.
11388         (__attribute_warn_unused_result__): Define.
11389         (fts_children, fts_close, fts_open, fts_read): Declare with
11390         __attribute_warn_unused_result__.
11391
11392         fts: fts_close now fails also when closing a dir file descriptor fails
11393         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11394         and propagate to caller, along with errno.
11395
11396         announce-gen: correct formatting in --help output
11397         * build-aux/announce-gen (usage): Move the one-line description in
11398         --help output "up", to where it belongs, just after Usage:.
11399
11400 2009-08-31  Eric Blake  <ebb9@byu.net>
11401
11402         fchdir: port to mingw
11403         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11404         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11405         opened, then use a substitute.
11406         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11407         replacement.
11408         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11409         (_gl_register_fd): No need to check stat if open already filters
11410         all directories.
11411         (fchdir): Fix error condition to match POSIX.
11412         * modules/fchdir (Depends-on): Add sys_stat.
11413         * doc/posix-functions/open.texi (open): Document the limitation.
11414         * modules/fchdir-tests: New file.
11415         * tests/test-fchdir.c: Likewise.
11416
11417         canonicalize: allow cross-testing from cygwin to mingw
11418         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11419         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11420         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11421         Likewise.
11422         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11423         target does not support symlinks.
11424         * tests/test-canonicalize-lgpl.sh: Likewise.
11425
11426         chown: avoid compilation warning on mingw
11427         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11428         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11429         mingw.
11430         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11431         * modules/chown (Depends-on): Add errno.
11432
11433 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11434
11435         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11436         command.
11437
11438 2009-08-31  Jim Meyering  <meyering@redhat.com>
11439
11440         canonicalize: remove useless initialization
11441         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11442         initialization of local, "end".
11443
11444 2009-08-30  Bruno Haible  <bruno@clisp.org>
11445
11446         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11447         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11448         ENOSYS.
11449
11450 2009-08-30  Bruno Haible  <bruno@clisp.org>
11451
11452         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11453         /usr/xpg4/bin/tr when it exists.
11454         * tests/test-pipe-filter-gi1.sh: Likewise.
11455
11456 2009-08-30  Bruno Haible  <bruno@clisp.org>
11457
11458         Work around deficient /usr/bin/id program on Solaris.
11459         * tests/test-file-has-acl.sh (ID): New variable.
11460         * tests/test-set-mode-acl.sh (ID): Likewise.
11461         * tests/test-copy-acl.sh (ID): Likewise.
11462         * tests/test-copy-file.sh (ID): Likewise.
11463
11464 2009-08-30  Bruno Haible  <bruno@clisp.org>
11465
11466         New module 'xstriconveh'.
11467         * lib/xstriconveh.h: New file.
11468         * lib/xstriconveh.c: New file.
11469         * modules/xstriconveh: New file.
11470
11471 2009-08-30  Bruno Haible  <bruno@clisp.org>
11472
11473         Make it easier to use mem_cd_iconveh.
11474         * lib/striconveh.h (iconveh_t): New type.
11475         (iconveh_open, iconveh_close): New declarations.
11476         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11477         with a single 'const iconveh_t *' argument.
11478         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11479         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11480         with a single 'const iconveh_t *' argument.
11481         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11482         * tests/test-striconveh.c (main): Update.
11483         * NEWS: Mention the change.
11484
11485 2009-08-30  Bruno Haible  <bruno@clisp.org>
11486
11487         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11488         problem.
11489
11490 2009-08-30  Bruno Haible  <bruno@clisp.org>
11491
11492         Work around iconv_open problem on Solaris.
11493         * lib/iconv_open-solaris.gperf: New file.
11494         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11495         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11496         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11497         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11498         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11499         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11500
11501 2009-08-29  Jim Meyering  <meyering@redhat.com>
11502
11503         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11504         * top/maint.mk (cvs-check): Remove target; it was just an alias
11505         to the better-named vc-diff-check.
11506         (maintainer-distcheck): Remove rule.  It was used only from
11507         the (alpha/beta/major) target, and all of its commands but one
11508         were coreutils-specific.
11509         (vc-dist): Remove rule.
11510         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11511         Run vc-diff-check, not vc-dist.
11512         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11513
11514 2009-08-27  Bruno Haible  <bruno@clisp.org>
11515
11516         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11517         of 0.
11518
11519 2009-08-27  Bruno Haible  <bruno@clisp.org>
11520
11521         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11522         compilers.
11523         * doc/func.texi: Document the SunPRO C bug.
11524
11525 2009-08-27  Bruno Haible  <bruno@clisp.org>
11526
11527         Fix link error on Solaris.
11528         * tests/test-parse-duration.c (xstrdup): Remove function.
11529
11530 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11531
11532         ignore-value: handle pointer types, too
11533         * lib/ignore-value.h (__attribute__): Remove definition.
11534         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11535         of a more concise and more-often effective "(void) i" statement.
11536         (ignore_ptr): New function to suppress warnings from functions that
11537         return pointers, and to make it explicit that one function doesn't
11538         handle all cases.
11539
11540 2009-08-25  Bruno Haible  <bruno@clisp.org>
11541
11542         dup2: work around a Linux bug.
11543         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11544         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11545         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11546         Reported by Simon Josefsson.
11547
11548 2009-08-25  Jim Meyering  <meyering@redhat.com>
11549
11550         libguestfs uses gnulib
11551         * users.txt: Add libguestfs.
11552
11553 2009-08-24  Eric Blake  <ebb9@byu.net>
11554
11555         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11556         * lib/pipe2.c (includes): Add binary-io.h.
11557         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11558
11559 2009-08-24  Bruno Haible  <bruno@clisp.org>
11560
11561         Tolerate declared but missing accept4 syscall.
11562         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11563         available.
11564         * lib/sys_socket.in.h (accept4): If the function is already present,
11565         override it.
11566         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11567         * modules/accept4 (Makefile.am): Compile accept4.c always.
11568         Reported by Paolo Bonzini and Eric Blake.
11569
11570 2009-08-23  Bruno Haible  <bruno@clisp.org>
11571
11572         New module 'accept4'.
11573         * lib/sys_socket.in.h (accept4): New declaration.
11574         * lib/accept4.c: New file.
11575         * m4/accept4.m4: New file.
11576         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11577         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11578         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11579         HAVE_ACCEPT4.
11580         * modules/accept4: New file.
11581         * doc/glibc-functions/accept4.texi: Mention the new module.
11582
11583 2009-08-24  Jim Meyering  <meyering@redhat.com>
11584
11585         progname: also set global program_invocation_name, when possible
11586         Before this change, a libtool-enabled program that calls glibc's
11587         error function would report the program name as
11588         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11589         * modules/progname (configure.ac): Check for a declaration of
11590         program_invocation_name.
11591         * lib/progname.c:  Include <errno.h>.
11592         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11593         Set program_invocation_name.
11594
11595 2009-08-23  Bruno Haible  <bruno@clisp.org>
11596
11597         * lib/dup3.c: Include <string.h>.
11598
11599 2009-08-23  Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11602         * lib/pipe2.c (pipe2): Likewise.
11603         Suggested by Eric Blake.
11604
11605 2009-08-23  Bruno Haible  <bruno@clisp.org>
11606
11607         Tolerate declared but missing dup3 syscall.
11608         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11609         * lib/unistd.in.h (dup3): If the function is already present,
11610         override it.
11611         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11612         * modules/dup3 (Makefile.am): Compile dup3.c always.
11613         Reported by Paolo Bonzini.
11614
11615 2009-08-23  Bruno Haible  <bruno@clisp.org>
11616
11617         Tolerate declared but missing pipe2 syscall.
11618         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11619         available.
11620         * lib/unistd.in.h (pipe2): If the function is already present,
11621         override it.
11622         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11623         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11624         Reported by Paolo Bonzini.
11625
11626 2009-08-23  Bruno Haible  <bruno@clisp.org>
11627
11628         * lib/pipe2.c (pipe2): Move #ifs inside function.
11629
11630 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11631
11632         quotearg: document limitations of quote_these_too
11633         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11634         those limitations are created.
11635         * lib/quotearg.h (set_char_quoting): Document that digits and
11636         letters that are special after backslash are not permitted.
11637         (quotearg_char): Cross-reference set_char_quoting documentation.
11638
11639 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11640
11641         quotearg: implement custom_quoting_style
11642         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11643         right_quote fields.
11644         (set_custom_quoting): New public function.
11645         (quotearg_buffer_restyled): Add left_quote and right_quote
11646         arguments, handle them very much like locale quoting, and update
11647         all uses.
11648         (quotearg_n_custom): New public function.
11649         (quotearg_n_custom_mem): New public function.
11650         (quotearg_custom): New public function.
11651         (quotearg_custom_mem): New public function.
11652         * lib/quotearg.h: Prototype and document new public functions.
11653         (enum quoting_style): For escape_quoting_style and
11654         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11655         ignored even though they're otherwise like c_quoting_style.
11656         Add custom_quoting_style member and document with comparison to
11657         clocale_quoting_style.
11658         * tests/test-quotearg.c (custom_quotes): New array.
11659         (custom_results): New array.
11660         (main): Extend to test custom quoting.
11661
11662 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11663
11664         quotearg: fix right quote escaping when it's in quote_these_too
11665         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11666         quote, be sure to prepend only one backslash.
11667         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11668         (main): Test it.
11669
11670 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11671
11672         quotearg-tests: test escaping of embedded locale quotes
11673         * tests/test-quotearg.c (struct result_strings): Add member for
11674         new input.
11675         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11676         (inputs): Add new input.
11677         (results_g): Add expected results.
11678         (flag_results): Likewise.
11679         (locale_results): Likewise.
11680         (compare_strings): Check those.
11681
11682 2009-08-23  Bruno Haible  <bruno@clisp.org>
11683
11684         Tests for module 'dup3'.
11685         * modules/dup3-tests: New file.
11686         * tests/test-dup3.c: New file.
11687
11688         New module 'dup3'.
11689         * lib/unistd.in.h (dup3): New declaration.
11690         * lib/dup3.c: New file.
11691         * m4/dup3.m4: New file.
11692         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11693         HAVE_DUP3.
11694         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11695         * modules/dup3: New file.
11696         * doc/glibc-functions/dup3.texi: Mention the new module.
11697
11698 2009-08-23  Bruno Haible  <bruno@clisp.org>
11699
11700         Tweak the dup2 test.
11701         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11702         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11703         the test file is still empty. Fix argument order of lseek.
11704
11705 2009-08-23  Bruno Haible  <bruno@clisp.org>
11706
11707         Avoid test link errors when the modules getopt-gnu, gettext are used.
11708         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11709         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11710
11711 2009-08-23  Bruno Haible  <bruno@clisp.org>
11712
11713         Fix getdtablesize() on mingw.
11714         * lib/getdtablesize.c (getdtablesize): Implement differently.
11715         * lib/unistd.in.h (getdtablesize): Improve comment.
11716
11717 2009-08-23  Bruno Haible  <bruno@clisp.org>
11718
11719         New module 'mkostemp'.
11720         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11721         * lib/stdlib.in.h (mksotemp): New declaration.
11722         * lib/mkostemp.c: New file, from glibc with modifications.
11723         * lib/tempname.h (GT_FILE): Remove outdated comment.
11724         (gen_tempname): Add flags argument.
11725         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11726         (__GT_FILE): Map to 1.
11727         (small_open, large_open): Remove macros.
11728         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11729         * lib/mkstemp.c (mkstemp): Update.
11730         * lib/mkdtemp.c (mkdtemp): Likewise.
11731         * m4/mkostemp.m4: New file.
11732         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11733         HAVE_MKOSTEMP.
11734         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11735         HAVE_MKOSTEMP.
11736         * modules/mkostemp: New file, based on modules/mkstemp.
11737         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11738         * NEWS: Mention the change.
11739
11740 2009-08-23  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11743         Reported by Eric Blake.
11744
11745 2009-08-23  Bruno Haible  <bruno@clisp.org>
11746
11747         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11748         Reported by Eric Blake.
11749
11750 2009-08-23  Bruno Haible  <bruno@clisp.org>
11751
11752         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11753         * modules/pipe2 (Depends-on): Likewise.
11754
11755 2009-08-23  Eric Blake  <ebb9@byu.net>
11756
11757         fcntl-h: add O_TTY_INIT support
11758         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11759         * tests/test-fcntl-h.c (o): Test it.
11760         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11761
11762         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11763         * modules/fcntl: Move <fcntl.h> header replacement...
11764         * modules/fcntl-h: ...to new name, so as not to collide with
11765         like-named function.
11766         * tests/test-fcntl.c: Rename...
11767         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11768         * modules/fcntl-tests: Rename...
11769         * modules/fcntl-h-tests: ...to this.  Update test file name.
11770         * modules/chdir-long (Depends-on): Update clients.
11771         * modules/chdir-safer (Depends-on): Likewise.
11772         * modules/fcntl-safer (Depends-on): Likewise.
11773         * modules/fts (Depends-on): Likewise.
11774         * modules/mkancesdirs (Depends-on): Likewise.
11775         * modules/mkdir-p (Depends-on): Likewise.
11776         * modules/open (Depends-on): Likewise.
11777         * modules/savewd (Depends-on): Likewise.
11778         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11779         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11780
11781 2009-08-22  Bruno Haible  <bruno@clisp.org>
11782
11783         * modules/binary-io (License): Relicense under LGPL.
11784         * modules/pipe2 (License): Likewise.
11785
11786 2009-08-22  Bruno Haible  <bruno@clisp.org>
11787
11788         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11789         return value.
11790         * lib/pipe-filter-gi.c (filter_init): Likewise.
11791         Reported by Eric Blake.
11792
11793 2009-08-22  Bruno Haible  <bruno@clisp.org>
11794
11795         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11796         * modules/pipe (Depends-on): Add pipe2.
11797
11798 2009-08-22  Bruno Haible  <bruno@clisp.org>
11799
11800         Tests for module 'pipe2'.
11801         * modules/pipe2-tests: New file.
11802         * tests/test-pipe2.c: New file.
11803
11804         New module 'pipe2'.
11805         * lib/unistd.in.h (pipe2): New declaration.
11806         * lib/pipe2.c: New file.
11807         * m4/pipe2.m4: New file.
11808         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11809         HAVE_PIPE2.
11810         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11811         * modules/pipe2: New file.
11812         * doc/glibc-functions/pipe2.texi: Mention the new module.
11813
11814 2009-08-22  Bruno Haible  <bruno@clisp.org>
11815
11816         Reference some new glibc functions.
11817         * doc/glibc-functions/accept4.texi: New file.
11818         * doc/glibc-functions/dup3.texi: New file.
11819         * doc/glibc-functions/mkostemp.texi: New file.
11820         * doc/glibc-functions/pipe2.texi: New file.
11821         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11822         (Glibc sys/socket.h): Refer to accept4.
11823         (Glibc unistd.h): Refer to dup3, pipe2.
11824         Reported by Eric Blake.
11825
11826 2009-08-22  Jim Meyering  <meyering@redhat.com>
11827             Bruno Haible  <bruno@clisp.org>
11828
11829         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11830         This makes it so packages using automake-1.11's silent-rules option
11831         can print e.g., a single "GEN    configmake.h" line, rather than
11832         the 30+ statements that perform the job.  If you want to see the
11833         actual commands, you can still run "make V=1".
11834         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11835         so that make output is abbreviated when those variables are defined
11836         appropriately.
11837         * modules/argz: Likewise.
11838         * modules/arpa_inet: Likewise.
11839         * modules/byteswap: Likewise.
11840         * modules/configmake: Likewise.
11841         * modules/dirent: Likewise.
11842         * modules/errno: Likewise.
11843         * modules/fcntl: Likewise.
11844         * modules/float: Likewise.
11845         * modules/fnmatch: Likewise.
11846         * modules/getopt-posix: Likewise.
11847         * modules/glob: Likewise.
11848         * modules/iconv_open: Likewise.
11849         * modules/inttypes: Likewise.
11850         * modules/localcharset: Likewise.
11851         * modules/locale: Likewise.
11852         * modules/math: Likewise.
11853         * modules/netdb: Likewise.
11854         * modules/netinet_in: Likewise.
11855         * modules/poll: Likewise.
11856         * modules/posix_spawnp-tests: Likewise.
11857         * modules/sched: Likewise.
11858         * modules/search: Likewise.
11859         * modules/selinux-h: Likewise.
11860         * modules/signal: Likewise.
11861         * modules/spawn: Likewise.
11862         * modules/stdarg: Likewise.
11863         * modules/stdbool: Likewise.
11864         * modules/stddef: Likewise.
11865         * modules/stdint: Likewise.
11866         * modules/stdio: Likewise.
11867         * modules/stdlib: Likewise.
11868         * modules/string: Likewise.
11869         * modules/strings: Likewise.
11870         * modules/sys_file: Likewise.
11871         * modules/sys_ioctl: Likewise.
11872         * modules/sys_select: Likewise.
11873         * modules/sys_socket: Likewise.
11874         * modules/sys_stat: Likewise.
11875         * modules/sys_time: Likewise.
11876         * modules/sys_times: Likewise.
11877         * modules/sys_utsname: Likewise.
11878         * modules/sys_wait: Likewise.
11879         * modules/sysexits: Likewise.
11880         * modules/time: Likewise.
11881         * modules/unistd: Likewise.
11882         * modules/wchar: Likewise.
11883         * modules/wctype: Likewise.
11884
11885 2009-08-22  Jim Meyering  <meyering@redhat.com>
11886
11887         announce-gen: detect write failure
11888         * build-aux/announce-gen: Add Coda at end.
11889         Remove equivalent-but-more-verbose block at top.
11890
11891 2009-08-19  Akim Demaille  <demaille@gostai.com>
11892
11893         bootstrap: --help to stdout.
11894         * bootstrap (usage): Don't send --help to stderr.
11895         Use a here doc instead of a long string.
11896
11897 2009-08-21  Eric Blake  <ebb9@byu.net>
11898
11899         test-popen-safer: split from test-popen
11900         * tests/test-popen.c (main): Move...
11901         * tests/test-popen.h: ...into new file.
11902         * tests/test-popen-safer2.c: New file.
11903         * modules/popen-tests (Files): Add test-popen.h.
11904         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11905         Suggested by Bruno Haible.
11906
11907         test-fcntl-safer: split from test-open
11908         * tests/test-open.c (main): Move...
11909         * tests/test-open.h: ...into new file.
11910         * tests/test-fcntl-safer.c: New file.
11911         * modules/open-tests (Files): Add test-open.h.
11912         * modules/fcntl-safer-tests: New file.
11913         Suggested by Bruno Haible.
11914
11915         test-fopen-safer: split from test-fopen
11916         * tests/test-fopen.c (main): Move...
11917         * tests/test-fopen.h: ...into new file.
11918         * tests/test-fopen-safer.c: New file.
11919         * modules/fopen-tests (Files): Add test-fopen.h.
11920         * modules/fopen-safer-tests: New file.
11921         Suggested by Bruno Haible.
11922
11923 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11924
11925         popen-safer: test O_CLOEXEC at run-time.
11926         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11927
11928 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11929
11930         fcntl: move more flags to the header
11931         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11932         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11933         * lib/fcntl.in.h: Do both things here.
11934
11935 2009-08-21  Jim Meyering  <meyering@redhat.com>
11936
11937         consistently remove $@-t before redirecting to it
11938         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11939         * modules/alloca-opt: Likewise.
11940         * modules/byteswap: Likewise.
11941         * modules/fnmatch: Likewise.
11942         * modules/getopt-posix: Likewise.
11943         * modules/glob: Likewise.
11944         * modules/poll: Likewise.
11945         * modules/posix_spawnp-tests: Likewise.
11946         * modules/sys_socket: Likewise.
11947         * modules/sysexits: Likewise.
11948
11949 2009-08-21  Eric Blake  <ebb9@byu.net>
11950
11951         popen: simplify access to original popen
11952         * lib/popen.c (rpl_popen): No need to worry about popen being a
11953         macro.
11954         Reported by Bruno Haible.
11955
11956 2009-08-20  Eric Blake  <ebb9@byu.net>
11957
11958         build: avoid some compiler warnings
11959         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11960         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11961         type.
11962         (new_exclude_segment, excluded_file_pattern_p)
11963         (excluded_file_name_p): Reduce scope.
11964         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11965         old-style declaration.
11966
11967 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11968
11969         * tests/test-exclude1.sh: Handle Windows EOL.
11970         * tests/test-exclude2.sh: Likewise.
11971         * tests/test-exclude3.sh: Likewise.
11972         * tests/test-exclude4.sh: Likewise.
11973         * tests/test-exclude5.sh: Likewise.
11974         * tests/test-exclude6.sh: Likewise.
11975         * tests/test-exclude7.sh: Likewise.
11976
11977 2009-08-19  Akim Demaille  <demaille@gostai.com>
11978
11979         bootstrap: find sha1sum when named gsha1sum.
11980         * bootstrap (find_tool): New.
11981         ($SHA1SUM): New.
11982         Use it.
11983
11984 2009-08-20  Jim Meyering  <meyering@redhat.com>
11985
11986         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11987         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11988         expression that converts "." in a file name to "\." in the resulting
11989         regexp.  Start with a dummy statement, so that prior shell variable
11990         definitions are expanded portably.  Reported by Simon Josefsson.
11991
11992 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11993
11994         Fix polling for writeability of a screen buffer.
11995         * lib/poll.c: Distinguish input and screen buffers for the
11996         Win32 implementation.
11997         * lib/select.c: Likewise.
11998
11999 2009-08-19  Eric Blake  <ebb9@byu.net>
12000
12001         popen-safer: prevent popen from clobbering std descriptors
12002         * modules/popen-safer: New file.
12003         * lib/popen-safer.c: Likewise.
12004         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12005         * lib/stdio--.h (popen): Provide override.
12006         * lib/stdio-safer.h (popen_safer): Provide declaration.
12007         * tests/test-popen.c (includes): Partially test this.
12008         * modules/popen-safer-tests: New file, for more tests.
12009         * tests/test-popen-safer.c: Likewise.
12010         * MODULES.html.sh (file stream based Input/Output): Mention it.
12011
12012         tests: test some of the *-safer modules
12013         * modules/fopen-safer (Depends-on): Add fopen.
12014         * modules/fcntl-safer (Depends-on): Add fcntl.
12015         * modules/stdlib-safer (Depends-on): Add stdlib.
12016         (configure.ac): Set indicator.
12017         * modules/unistd-safer (configure.ac): Likewise.
12018         * modules/tmpfile-safer (configure.ac): Likewise.
12019         (Depends-on): Add tmpfile.
12020         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12021         active.
12022         * tests/test-fopen.c (includes): Test safer versions when they are
12023         in use.
12024         * tests/test-open.c (includes): Likewise.
12025
12026         popen: fix cygwin 1.5 bug when stdin closed
12027         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12028         * modules/popen: New file.
12029         * modules/popen-tests: Likewise.
12030         * tests/test-popen.c: Likewise.
12031         * m4/popen.m4: Likewise.
12032         * lib/popen.c: Likewise.
12033         * lib/stdio.in.h (popen): New declaration.
12034         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12035         * modules/stdio (Makefile.am): Likewise.
12036         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12037
12038 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12039
12040         maint.mk: give full control over update-copyright exclusions
12041         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12042         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12043         (update-copyright): Don't force inclusion of top-level
12044         ChangeLog.  Don't force exclusion of all COPYING files, but make
12045         them the default exclusion instead.
12046
12047 2009-08-16  Bruno Haible  <bruno@clisp.org>
12048
12049         Fix test failures on Solaris 10.
12050         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12051         tests when Solaris iconv() is used.
12052         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12053         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12054         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12055         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12056         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12057
12058 2009-08-16  Bruno Haible  <bruno@clisp.org>
12059
12060         Fix test failures on Solaris 10.
12061         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12062         'tr' program and pass it as first argument.
12063         * tests/test-pipe-filter-gi1.sh: Likewise.
12064         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12065         program as first argument.
12066         * tests/test-pipe-filter-gi1.c (main): Likewise.
12067
12068 2009-08-16  Eric Blake  <ebb9@byu.net>
12069
12070         fpurge: fix previous commits
12071         * modules/fpurge (Makefile.am): Make replacement conditional,
12072         partially reverting 2007-04-29 change; missed in previous
12073         attempt.
12074         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12075         is missing.
12076
12077 2009-08-16  Bruno Haible  <bruno@clisp.org>
12078
12079         Clarify fpurge's effect on the file position.
12080         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12081         * tests/test-fpurge.c (main): Make a second pass for checking the file
12082         position.
12083
12084 2009-08-16  Bruno Haible  <bruno@clisp.org>
12085
12086         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12087         declaration of fpurge is missing.
12088         * tests/test-fpurge.c (main): Check that the file has not more contents
12089         than expected. Close the file before removing it.
12090
12091 2009-08-15  Eric Blake  <ebb9@byu.net>
12092
12093         fpurge: don't wrap working cygwin implementation
12094         * lib/fpurge.c (fpurge): Fix comment typo.
12095         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12096         1.7 to avoid replacement.
12097         * tests/test-fpurge.c (main): Enhance test.
12098
12099 2009-08-15  Eric Blake  <ebb9@byu.net>
12100         and Jim Meyering  <meyering@redhat.com>
12101
12102         test-update-copyright: skip if perl is insufficient
12103         * tests/test-update-copyright.sh: Failure to run maintainer tool
12104         should not cause testsuite failure on cygwin 1.5.
12105
12106 2009-08-14  Eric Blake  <ebb9@byu.net>
12107
12108         doc: mention more functions added in cygwin 1.7.0
12109         * doc/posix-headers/limits.texi (limits.h): Update for recent
12110         cygwin additions.
12111         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12112         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12113         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12114         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12115         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12116
12117 2009-08-14  Eric Blake  <ebb9@byu.net>
12118
12119         maint.mk: simplify update-copyright rule
12120         * top/maint.mk (update-copyright-local): Delete, and document how
12121         to do it in cfg.mk instead.
12122         (update-copyright-exclude-regexp): Delete, and document how to do
12123         it in .x-update-copyright instead.
12124         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12125         exclude ChangeLog.
12126
12127 2009-08-14  Bruno Haible  <bruno@clisp.org>
12128
12129         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12130
12131 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12132
12133         maint.mk: support update-copyright-env
12134         * top/maint.mk (update-copyright-env): Define place-holder.
12135         (update-copyright): Expand $(update-copyright-env) before
12136         invoking update-copyright.
12137
12138 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12139
12140         update-copyright: implement forced reformatting
12141         * build-aux/update-copyright: Implement and document
12142         UPDATE_COPYRIGHT_FORCE.
12143         * tests/test-update-copyright.sh: Test it.
12144
12145 2009-08-14  Eric Blake  <ebb9@byu.net>
12146         and Bruno Haible  <bruno@clisp.org>
12147
12148         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12149         * tests/test-locale.c: Revert previous patch related to NULL.
12150         * tests/test-stdio.c: Likewise.
12151         * tests/test-stdlib.c: Likewise.
12152         * tests/test-string.c: Likewise.
12153         * tests/test-unistd.c: Likewise.
12154         * modules/time-tests (Depends-on): Add verify.
12155         * modules/wchar-tests (Depends-on): Likewise.
12156         * tests/test-time.c: Test for NULL compliance.
12157         * tests/test-wchar.c: Likewise.
12158         * modules/locale (Depends-on): Add stddef.
12159         * modules/stdio (Depends-on): Likewise.
12160         * modules/stdlib (Depends-on): Likewise.
12161         * modules/string (Depends-on): Likewise.
12162         * modules/time (Depends-on): Likewise.
12163         * modules/unistd (Depends-on): Likewise.
12164         * modules/wchar (Depends-on): Likewise.
12165         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12166         * lib/stdlib.in.h (includes): Likewise.
12167         * lib/string.in.h (includes): Likewise.
12168         * lib/time.in.h (includes): Likewise.
12169         * lib/unistd.in.h (includes): Likewise.
12170         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12171         replaced.
12172         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12173         * m4/stddef_h.m4: New file.
12174         * modules/stddef: Likewise.
12175         * lib/stddef.in.h: Likewise.
12176         * modules/stddef-tests: Likewise.
12177         * tests/test-stddef.c: Likewise.
12178         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12179         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12180         * doc/posix-headers/locale.texi (locale.h): Likewise.
12181         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12182         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12183         * doc/posix-headers/string.texi (string.h): Likewise.
12184         * doc/posix-headers/time.texi (time.h): Likewise.
12185         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12186         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12187
12188 2009-08-14  Eric Blake  <ebb9@byu.net>
12189
12190         doc: improve git diff of texinfo files
12191         * .gitattributes: Add rule for *.texi files, with hint on how to
12192         use it.
12193         Copied from m4, and based on a report by Bruno Haible.
12194
12195 2009-08-14  Bruno Haible  <bruno@clisp.org>
12196
12197         Disable multithread support by default on Cygwin 1.5.x for real.
12198         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12199
12200 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12201
12202         update-copyright: much ado about intervals
12203         * build-aux/update-copyright: Implement and document
12204         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12205         of copyright year intervals.
12206         Also, document UPDATE_COPYRIGHT_YEAR.
12207         * tests/test-update-copyright.sh: Test it.
12208
12209         update-copyright: convert 2-digit to 4-digit years
12210         * build-aux/update-copyright: Implement and document.
12211         * tests/test-update-copyright.sh: Update.
12212
12213 2009-08-14  Jim Meyering  <meyering@redhat.com>
12214
12215         test-exclude: avoid coreutils "make check" failure
12216         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12217         just as in test-argmatch.c.
12218
12219 2009-08-13  Eric Blake  <ebb9@byu.net>
12220
12221         test-dup2: fix bad assumption
12222         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12223         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12224
12225         test-version-etc: fix CRLF portability issue
12226         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12227         recognize \r.
12228         * tests/test-argp-version-etc-1.sh: Likewise.
12229
12230         getopt: update client modules
12231         * modules/argp (Depends-on): Use getopt-gnu.
12232         * modules/git-merge-changelog (Depends-on): Likewise.
12233         * modules/long-options (Depends-on): Likewise.
12234         * modules/xstrtol (Depends-on): Likewise.
12235
12236 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12237
12238         * tests/test-version-etc.sh: Don't fail on different
12239         project/version.  Don't fail on CRLF differences.  Rewrite to use
12240         multiple -e instead of multiple sed forks, suggested by Eric Blake
12241         <ebb9@byu.net>.
12242         * tests/test-argp-version-etc-1.sh: Likewise.
12243
12244 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12245
12246         * tests/test-version-etc.sh: Don't fail on different
12247         project/version.
12248
12249 2009-08-12  Bruno Haible  <bruno@clisp.org>
12250
12251         Tests for modules 'getopt-posix', 'getopt-gnu'.
12252         * modules/getopt-posix-tests: New file.
12253         * tests/test-getopt.c: New file.
12254         * tests/test-getopt.h: New file.
12255         * tests/test-getopt_long.h: New file.
12256
12257         New modules 'getopt-posix', 'getopt-gnu'.
12258         * modules/getopt-gnu: New file, renamed from modules/getopt.
12259         * modules/getopt-posix: New file.
12260         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12261         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12262         (gl_GETOPT): Remove macro.
12263         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12264         Disable the test against BSD systems that declare optreset. Test
12265         against mingw bug. Test against lack of support of optional arguments
12266         on many platforms.
12267         * doc/glibc-headers/getopt.texi: Update module name and list of
12268         relevant platforms.
12269         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12270         'getopt-gnu' and more portability problems.
12271         * NEWS: Mention the changes.
12272
12273 2009-08-12  Bruno Haible  <bruno@clisp.org>
12274
12275         Ensure that optarg etc. get declared by <unistd.h>.
12276         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12277         AC_USE_SYSTEM_EXTENSIONS.
12278         * modules/getopt (Depends-on): Add 'extensions'.
12279
12280 2009-08-12  Bruno Haible  <bruno@clisp.org>
12281
12282         Avoid test link errors.
12283         * modules/pipe-filter-ii-tests (Makefile.am): Define
12284         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12285         * modules/pipe-filter-gi-tests (Makefile.am): Define
12286         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12287         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12288
12289 2009-08-12  Bruno Haible  <bruno@clisp.org>
12290
12291         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12292         gl_GETOPT_SUBSTITUTE before.
12293         (gl_GETOPT): Use it.
12294         * m4/argp.m4 (gl_ARGP): Update.
12295         Reported by Sergey Poznyakoff.
12296
12297         * m4/getopt.m4: Reorder macros.
12298         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12299         (gl_GETOPT_SUBSTITUTE): Remove macro.
12300
12301 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12302
12303         Minor improvement in gitlog-to-changelog
12304
12305         * build-aux/gitlog-to-changelog: New option `--format' makes
12306         output format string configurable.
12307
12308 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12309
12310         Optimize exclude: use hash tables for non-wildcard patterns.
12311
12312         * lib/exclude.c: Include hash.h and mbuiter.h
12313         (struct exclude_pattern, exclude_segment): New data types.
12314         (struct exclude): Rewrite.
12315         (fnmatch_pattern_has_wildcards): New function.
12316         (new_exclude_segment, free_exclude_segment): New functions.
12317         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12318         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12319         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12320         * modules/exclude: Depend on hash and mbuiter.
12321
12322         * modules/exclude-tests: New file.
12323         * tests/test-exclude.c: New file.
12324         * tests/test-exclude1.sh: New file.
12325         * tests/test-exclude2.sh: New file.
12326         * tests/test-exclude3.sh: New file.
12327         * tests/test-exclude4.sh: New file.
12328         * tests/test-exclude5.sh: New file.
12329         * tests/test-exclude6.sh: New file.
12330         * tests/test-exclude7.sh: New file.
12331
12332 2009-08-12  Bruno Haible  <bruno@clisp.org>
12333
12334         Ensure that getopt() gets declared by <unistd.h>.
12335         * lib/unistd.in.h: Conditionally include getopt.h.
12336         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12337         Set GNULIB_UNISTD_H_GETOPT.
12338         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12339         GNULIB_UNISTD_H_GETOPT.
12340         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12341
12342 2009-08-12  Bruno Haible  <bruno@clisp.org>
12343
12344         Clarify logic.
12345         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12346         gl_replace_getopt instead of GETOPT_H.
12347
12348 2009-08-12  Bruno Haible  <bruno@clisp.org>
12349
12350         * m4/getopt.m4: Add comments.
12351
12352 2009-08-12  Bruno Haible  <bruno@clisp.org>
12353
12354         Disable multithread support by default on Cygwin 1.5.x.
12355         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12356         set gl_use_threads=no if not specified otherwise.
12357
12358 2009-08-11  Bruno Haible  <bruno@clisp.org>
12359
12360         Avoid compilation error on NetBSD 5.0.
12361         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12362         * tests/test-stdio.c: Likewise.
12363         * tests/test-stdlib.c: Likewise.
12364         * tests/test-string.c: Likewise.
12365         * tests/test-unistd.c: Likewise.
12366         Reported by Greg Troxel <gdt@ir.bbn.com>
12367         at <https://savannah.gnu.org/support/?106973>.
12368
12369 2009-08-11  Bruno Haible  <bruno@clisp.org>
12370
12371         * modules/dup2-tests (Depends-on): Remove close.
12372
12373         Undo 2009-07-19 commit.
12374         * modules/acl-tests (Depends-on): Remove close.
12375         * modules/binary-io-tests (Depends-on): Likewise.
12376         * modules/closein-tests (Depends-on): Likewise.
12377         * modules/flock-tests (Depends-on): Likewise.
12378         * modules/fsync-tests (Depends-on): Likewise.
12379         * modules/lseek-tests (Depends-on): Likewise.
12380         * modules/pipe-tests (Depends-on): Likewise.
12381         * modules/posix_spawn-tests (Depends-on): Likewise.
12382         * modules/posix_spawnp-tests (Depends-on): Likewise.
12383         * modules/stat-time-tests (Depends-on): Likewise.
12384         * modules/yesno-tests (Depends-on): Likewise.
12385
12386 2009-08-10  Bruno Haible  <bruno@clisp.org>
12387
12388         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12389
12390 2009-08-10  Bruno Haible  <bruno@clisp.org>
12391
12392         Fix a gcc warning.
12393         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12394
12395 2009-08-10  Bruno Haible  <bruno@clisp.org>
12396
12397         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12398         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12399         not only the first time.
12400         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12401         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12402         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12403         is 1, not only the the first time.
12404
12405 2009-08-10  Bruno Haible  <bruno@clisp.org>
12406
12407         Make it possible to use module 'gethostname' without module 'close'.
12408         * lib/unistd.in.h (close): Evoke a link error only if
12409         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12410         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12411         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12412         * modules/unistd (Makefile.am): Substitute
12413         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12414         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12415         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12416         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12417         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12418         * modules/sys_ioctl (Makefile.am): Substitute
12419         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12420         * modules/socket (configure.ac): On native Windows, set
12421         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12422         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12423         Reported by Sam Steingold <sds@gnu.org>.
12424
12425 2009-08-10  Bruno Haible  <bruno@clisp.org>
12426
12427         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12428         * modules/ioctl (configure.ac): Likewise.
12429
12430 2009-08-10  Bruno Haible  <bruno@clisp.org>
12431
12432         Avoid collision between gnulib wrapper and libintl wrapper.
12433         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12434         already defined in intl/printf.c.
12435         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12436         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12437
12438 2009-08-09  Bruno Haible  <bruno@clisp.org>
12439
12440         Make <sys/select.h> really self-contained, also on Solaris 10.
12441         * lib/sys_select.in.h: Include <string.h>.
12442         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12443         Solaris 10 problem.
12444         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12445         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12446         Reported by Jim Meyering.
12447
12448 2009-08-09  Bruno Haible  <bruno@clisp.org>
12449
12450         Avoid warnings from 'aclocal' that are due to a use of macro name
12451         AM_XGETTEXT_OPTION that is not defined in automake.
12452         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12453         automake.
12454         * modules/error (configure.ac): Likewise.
12455         * modules/propername (configure.ac): Likewise.
12456         * modules/vasprintf (configure.ac): Likewise.
12457         * modules/verror (configure.ac): Likewise.
12458         * modules/xprintf (configure.ac): Likewise.
12459         * modules/xvasprintf (configure.ac): Likewise.
12460
12461 2009-08-08  Bruno Haible  <bruno@clisp.org>
12462
12463         Avoid compilation error in C++ mode.
12464         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12465         Reported by Sam Steingold <sds@gnu.org>.
12466
12467 2009-08-08  Bruno Haible  <bruno@clisp.org>
12468
12469         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12470         for the various Unix platforms.
12471         * doc/posix-headers/limits.texi: Update platforms list regarding
12472         HOST_NAME_MAX.
12473         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12474
12475 2009-08-07  Jim Meyering  <meyering@redhat.com>
12476
12477         selinux-at: fix typo in a comment
12478         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12479         Spotted by Paolo Bonzini.
12480
12481         selinux-at: remove redundant m4 code, add documentation
12482         * modules/selinux-at (configure.ac): Remove redundant code.
12483         LIB_SELINUX is already set via the dependent module, selinux-h.
12484         (Include): Add quotes around selinux-at.h.
12485         * lib/selinux-at.h: Add documentation.
12486         Reported by Bruno Haible in
12487         http://marc.info/?l=gnulib-bug&m=124958988300749
12488
12489 2009-08-07  Bruno Haible  <bruno@clisp.org>
12490
12491         Avoid link error on MacOS X 10.3 and 10.4.
12492         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12493         on non-ELF systems.
12494         * lib/argp-pv.c (argp_program_version): Likewise.
12495         Reported by Simon Josefsson.
12496
12497 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12498
12499         * tests/test-version-etc.sh: Use $EXEEXT.
12500
12501 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12502
12503         update-copyright: update documentation to point to maint.mk
12504         * build-aux/update-copyright: Here.
12505
12506 2009-08-06  Jim Meyering  <meyering@redhat.com>
12507
12508         maint.mk: support update-copyright-local
12509         * top/maint.mk (update-copyright-local): Define place-holder.
12510         (update-copyright): Depend on $(update-copyright-local).
12511
12512 2009-08-06  Jim Meyering  <meyering@redhat.com>
12513
12514         selinux-at: new module
12515         Initially written for coreutils, this module will soon be
12516         used by findutils, too.
12517         * MODULES.html.sh [Misc]: Add selinux-at.
12518         * lib/selinux-at.h: New file, from coreutils.
12519         * lib/selinux-at.c: Likewise.
12520         * modules/selinux-at: Likewise.
12521         (License): Change from LGPL to GPL, since it depends
12522         on the GPL'd openat module.
12523
12524         doc: update README
12525         * README: Remove references to cogito.
12526         Remove cvs-repo-updating instructions from 2007.
12527         Don't imply that CVS is better if you have limited disk space.
12528
12529 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12530
12531         update-copyright: support C-style comments
12532         * build-aux/update-copyright: Implement and document.
12533         * tests/test-update-copyright.sh: Test.
12534
12535 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12536
12537         update-copyright: support omitted "(C)"
12538         * build-aux/update-copyright: Implement and document.  Also,
12539         allow variable whitespace before "(C)".
12540         * tests/test-update-copyright.sh: Test.
12541
12542 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12543
12544         update-copyright: don't trip on non-FSF copyright statements
12545         * build-aux/update-copyright: Fix so that the first correctly
12546         formatted FSF copyright statement is recognized no matter what
12547         appears before it.  Update documentation.
12548         * tests/test-update-copyright.sh: Test that.
12549
12550 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12551
12552         update-copyright: clean up code a little
12553         * build-aux/update-copyright: Append "_re" to the name of any
12554         variable holding a regular expression.
12555         Replace "old" and "new" with "stmt" in variable names.
12556         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12557         handled correctly.
12558         Format code more consistently.
12559
12560 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12561
12562         update-copyright-tests: improve portability
12563         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12564         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12565
12566 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12567
12568         update-copyright: support @copyright{} and &copy;
12569         * build-aux/update-copyright: Implement and document.
12570         * tests/test-update-copyright.sh: Test.
12571
12572 2009-08-04  Jim Meyering  <meyering@redhat.com>
12573
12574         update-copyright-tests: correctly test EOL=\r\n handling
12575         * tests/test-update-copyright.sh: Put \r at the end of some lines
12576         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12577
12578         maint.mk: make update-copyright exclusion list more configurable
12579         * top/maint.mk (update-copyright): Default to excluding COPYING,
12580         but allow an override, in case someone does want to update that file.
12581
12582         maint.mk: don't update copyright date in COPYING
12583         * top/maint.mk (update-copyright): Exclude COPYING.
12584
12585         maint.mk: add a copyright-updating rule
12586         * top/maint.mk (update-copyright): New rule.
12587         Derived from coreutils/Makefile.am.
12588
12589         update-copyright: rename some variables
12590         * build-aux/update-copyright: Rename a few variables for clarity.
12591         Tweak syntax.  List Joel E. Denny as coauthor.
12592
12593 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12594
12595         update-copyright: fix bug for 2-digit last year and add tests
12596         * build-aux/update-copyright: Fix bug.
12597         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12598         specified.
12599         * modules/update-copyright-tests: New
12600         * tests/test-update-copyright.sh: New.
12601
12602 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12603
12604         update-copyright: handle leading tabs in line prefix
12605         * build-aux/update-copyright: Count leading tabs as 8 spaces
12606         when computing margin.  This helps with the formatting of
12607         ChangeLogs, for example.
12608         Fix documentation a little.
12609
12610 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12611
12612         update-copyright: support EOL=\r\n
12613         * build-aux/update-copyright: Implement that.
12614
12615 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12616
12617         update-copyright: automatically format copyright statements
12618         * build-aux/update-copyright: Implement that.
12619         Also, be a little more predictable and safer by always failing
12620         when the full copyright format is not perfectly recognized as an
12621         unbroken whole.  Discussed at
12622         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12623         Rewrite documentation.
12624
12625 2009-08-03  Bruno Haible  <bruno@clisp.org>
12626
12627         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12628
12629 2009-08-02  Bruno Haible  <bruno@clisp.org>
12630
12631         Tests for module 'uname'.
12632         * modules/uname-tests: New file.
12633         * tests/test-uname.c: New file.
12634
12635         New module 'uname'.
12636         * lib/uname.c: New file.
12637         * m4/uname.m4: New file.
12638         * modules/uname: New file.
12639         * doc/posix-functions/uname.texi: Mention the new module.
12640
12641 2009-08-02  Bruno Haible  <bruno@clisp.org>
12642
12643         Tests for module 'sys_utsname'.
12644         * modules/sys_utsname-tests: New file.
12645         * tests/test-sys_utsname.c: New file.
12646
12647         New module 'sys_utsname'.
12648         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12649         * m4/sys_utsname_h.m4: New file.
12650         * modules/sys_utsname: New file.
12651         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12652
12653 2009-08-02  Bruno Haible  <bruno@clisp.org>
12654
12655         Implicitly initialize the sockets library.
12656         * lib/gethostname.c: Include sockets.h.
12657         (rpl_gethostname): Invoke gl_sockets_startup.
12658         * lib/socket.c: Include sockets.h.
12659         (rpl_socket): Invoke gl_sockets_startup.
12660         * modules/gethostname (Depends-on): Add sockets.
12661         * modules/socket (Depends-on): Likewise.
12662         * tests/test-poll.c: Don't include sockets.h.
12663         (main): Don't invoke gl_sockets_startup.
12664         * tests/test-select.c: Don't include sockets.h.
12665         (main): Don't invoke gl_sockets_startup.
12666
12667 2009-08-02  Bruno Haible  <bruno@clisp.org>
12668
12669         Allow multiple calls to gl_sockets_startup.
12670         * lib/sockets.c (initialized_sockets_version): New variable.
12671         (gl_sockets_startup): Do nothing if already called for this or a higher
12672         version.
12673         (gl_sockets_cleanup): Reset initialized_sockets_version.
12674
12675 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12676
12677         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12678         different project/version.
12679
12680 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12681             Bruno Haible  <bruno@clisp.org>
12682
12683         Tests for module 'pipe-filter-gi'.
12684         * modules/pipe-filter-gi-tests: New file.
12685         * tests/test-pipe-filter-gi1.sh: New file.
12686         * tests/test-pipe-filter-gi1.c: New file.
12687         * tests/test-pipe-filter-gi2.sh: New file.
12688         * tests/test-pipe-filter-gi2-main.c: New file.
12689         * tests/test-pipe-filter-gi2-child.c: New file.
12690
12691         New module 'pipe-filter-gi'.
12692         * lib/pipe-filter-gi.c: New file.
12693         * modules/pipe-filter-gi: New file.
12694
12695 2009-08-02  Bruno Haible  <bruno@clisp.org>
12696             Paolo Bonzini  <bonzini@gnu.org>
12697
12698         Tests for module 'pipe-filter-ii'.
12699         * modules/pipe-filter-ii-tests: New file.
12700         * tests/test-pipe-filter-ii1.sh: New file.
12701         * tests/test-pipe-filter-ii1.c: New file.
12702         * tests/test-pipe-filter-ii2.sh: New file.
12703         * tests/test-pipe-filter-ii2-main.c: New file.
12704         * tests/test-pipe-filter-ii2-child.c: New file.
12705
12706         New module 'pipe-filter-ii'.
12707         * lib/pipe-filter.h: New file.
12708         * lib/pipe-filter-ii.c: New file.
12709         * lib/pipe-filter-aux.h: New file.
12710         * modules/pipe-filter-ii: New file.
12711
12712 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12713
12714         * lib/gc-libgcrypt.c: Change copyright to FSF.
12715         * lib/gc-gnulib.c: Likewise.
12716
12717 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12718
12719         * lib/gethostname.c: Include limits.h.
12720
12721 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12722             Bruno Haible  <bruno@clisp.org>
12723
12724         Ensure HOST_NAME_MAX as part of the gethostname module.
12725         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12726         define also HOST_NAME_MAX.
12727         * tests/test-gethostname.c: Include <limits.h>.
12728         (main): Check also HOST_NAME_MAX.
12729         * doc/posix-headers/limits.texi: Document the mingw problem.
12730
12731 2009-08-02  Bruno Haible  <bruno@clisp.org>
12732
12733         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12734         Add comments.
12735
12736 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12737
12738         * lib/gethostname.c: Add Windows wrapper.
12739         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12740         * modules/gethostname: Depend on sys_socket & errno, for also
12741         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12742         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12743
12744 2009-07-31  Jim Meyering  <meyering@redhat.com>
12745
12746         getloadavg: fix symbol name in comment
12747         * lib/getloadavg.c: Correct a typo I introduced when adding
12748         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12749         Matt Kraai spotted the problem.
12750
12751 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12752
12753         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12754         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12755         code also if ! defined N_NAME_POINTER.
12756         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12757         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12758         but the n_name member is a 12-byte array.
12759
12760 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12761
12762         update-copyright: generalize comment handling
12763         * build-aux/update-copyright: Handle copyright statements
12764         within more comment styles.
12765         Document usage.
12766         Report any file with an external copyright holder or parse failure.
12767
12768 2009-07-29  Jim Meyering  <meyering@redhat.com>
12769
12770         mktime: correct setting of REPLACE_MKTIME
12771         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12772
12773         update-copyright: new module
12774         * modules/update-copyright: New file.
12775         * build-aux/update-copyright: New file.
12776         * MODULES.html.sh (maint+release support): Add update-copyright.
12777
12778 2009-07-27  Bruno Haible  <bruno@clisp.org>
12779
12780         Fix compilation error when <ctime> is used and mktime is replaced.
12781         * lib/time.in.h (mktime): New declaration.
12782         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12783         REPLACE_MKTIME instead of defining mktime in config.h.
12784         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12785         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12786         Reported by Ross McFarland <rwmcfa1@neces.com>.
12787
12788 2009-07-27  Bruno Haible  <bruno@clisp.org>
12789
12790         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12791         Reported by Matt Kraai <mkraai@beckman.com>.
12792
12793 2009-07-25  Jim Meyering  <meyering@redhat.com>
12794
12795         maint.mk: avoid warnings about missing files
12796         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12797         diagnostic when .prev-version does not exist.
12798         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12799         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12800         nonexistent cfg.mk.
12801         Suggestions from Simon Josefsson.
12802
12803 2009-07-25  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12806         defined as macros. Needed on QNX 6.4.1.
12807         Reported by Matt Kraai <mkraai@beckman.com>.
12808
12809 2009-07-23  Jim Meyering  <meyering@redhat.com>
12810
12811         maint.mk: invoke "make dist" with a working value of XZ_OPT
12812         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12813
12814 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12815
12816         Make fseeko.c compile on QNX.
12817         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12818
12819 2009-07-22  Peter Simons  <simons@cryp.to>
12820
12821         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12822         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12823         * lib/md4.h: Likewise.
12824         * lib/md5.h: Likewise.
12825         * lib/sha1.h: Likewise.
12826         * lib/sha256.h: Likewise.
12827         * lib/sha512.h: Likewise.
12828
12829         tests-sha1: don't assign literal string to 'char *' variable
12830         * tests/test-sha1.c (main): Declare locals with "const" to match
12831         attributes of the right hand side.
12832
12833 2009-07-21  Eric Blake  <ebb9@byu.net>
12834
12835         dup2: fix more mingw problems
12836         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12837         fd to itself.
12838         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12839         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12840         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12841         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12842         care of mingw bugs.
12843
12844 2009-07-21  Jim Meyering  <meyering@redhat.com>
12845
12846         vc-list-files: avoid failure when /bin/sh is dash
12847         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12848         On some Debian based systems, /bin/sh is a symlink to dash, and running
12849         this command would omit the "/" following each 'tests' prefix:
12850           dash -x build-aux/vc-list-files -C . tests
12851         That is because bash and dash work differently:
12852           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12853           bash ok
12854           dash odd
12855
12856 2009-07-21  Eric Blake  <ebb9@byu.net>
12857
12858         dup2-tests: test previous patch
12859         * modules/dup2-tests: New file.
12860         * tests/test-dup2.c: Likewise.
12861         * tests/test-open.c (main): Avoid unspecified behavior.
12862         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12863         test.
12864
12865         dup2: work around mingw and cygwin 1.5 bug
12866         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12867         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12868         * modules/unistd (Makefile.am): Substitute it.
12869         * lib/unistd.in.h (dup2): Declare the replacement.
12870         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12871         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12872         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12873         * modules/execute (Depends-on): Add dup2.
12874         * modules/fseterr (Depends-on): Likewise.
12875         * modules/pipe (Depends-on): Likewise.
12876         * modules/posix_spawn-internal (Depends-on): Likewise.
12877
12878 2009-07-21  Bruno Haible  <bruno@clisp.org>
12879
12880         * modules/.gitattributes: New file.
12881
12882 2009-07-20  Bruno Haible  <bruno@clisp.org>
12883
12884         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12885         (main): Use it.
12886
12887 2009-07-20  Eric Blake  <ebb9@byu.net>
12888
12889         test-pipe: make a bit more robust.
12890         * tests/test-pipe.c (myerr): Allow error messages regardless of
12891         what we do to stderr.
12892         (test_pipe): Rearrange to avoid deadlock.
12893         (child_main): Try a larger read, to ensure we avoided deadlock.
12894         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12895         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12896         if misused.
12897
12898 2009-07-19  Jim Meyering  <meyering@redhat.com>
12899
12900         fts: avoid false-positive cycle-detection
12901         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12902         for each new command line argument.
12903
12904 2009-07-19  Bruno Haible  <bruno@clisp.org>
12905
12906         Fix build error on mingw with the modules sys_select and unistd.
12907         * modules/acl-tests (Depends-on): Add close.
12908         * modules/binary-io-tests (Depends-on): Likewise.
12909         * modules/closein-tests (Depends-on): Likewise.
12910         * modules/flock-tests (Depends-on): Likewise.
12911         * modules/fsync-tests (Depends-on): Likewise.
12912         * modules/lseek-tests (Depends-on): Likewise.
12913         * modules/pipe-tests (Depends-on): Likewise.
12914         * modules/posix_spawn-tests (Depends-on): Likewise.
12915         * modules/posix_spawnp-tests (Depends-on): Likewise.
12916         * modules/stat-time-tests (Depends-on): Likewise.
12917         * modules/yesno-tests (Depends-on): Likewise.
12918
12919 2009-07-19  Bruno Haible  <bruno@clisp.org>
12920
12921         Unify conditionals.
12922         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12923         macros, not at the compiler macros.
12924         * lib/pipe.c: Likewise.
12925         * lib/execute.c: Likewise.
12926         * lib/spawni.c: Likewise.
12927
12928 2009-07-19  Bruno Haible  <bruno@clisp.org>
12929
12930         Fix handling of closed stdin/stdout/stderr on mingw.
12931         * lib/w32spawn.h: Include unistd.h.
12932         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12933         file descriptor with O_NOINHERIT flag.
12934         (fd_safer_noinherit): New function, based on fd-safer.c.
12935         (dup_safer_noinherit): New function, based on dup-safer.c.
12936         (undup_safer_noinherit): New function.
12937         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12938         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12939         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12940         instead of fd_safer.
12941         * tests/test-pipe.c: Include <windows.h>.
12942         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12943
12944         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12945         from main.
12946         (test_pipe): Pass an extra argument for disambiguation.
12947         (main): Invoke parent_main or child_main.
12948
12949         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12950         consistently.
12951
12952 2009-07-18  Eric Blake  <ebb9@byu.net>
12953
12954         test-pipe: fix mingw build
12955         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12956
12957 2009-07-18  Bruno Haible  <bruno@clisp.org>
12958
12959         * modules/pipe-tests (Makefile.am): Fix typo.
12960
12961 2009-07-18  Eric Blake  <ebb9@byu.net>
12962
12963         error: fix mingw build
12964         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12965         Reported by Bruno Haible.
12966
12967         error: avoid undefined use of stdout
12968         * lib/error.c (error, error_at_line): Check that fd 1 is open
12969         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12970         is handling faults and the close_stdout module wants to report the
12971         detection of closed stdout as an error.
12972
12973 2009-07-17  Eric Blake  <ebb9@byu.net>
12974
12975         pipe: be robust in face of closed fds
12976         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12977         should cause child to misbehave.
12978         * modules/pipe-tests: New module.
12979         * tests/test-pipe.c: New file.
12980         * tests/test-pipe.sh: New file.
12981         Reported by Akim Demaille.
12982
12983 2009-07-14  Bruno Haible  <bruno@clisp.org>
12984
12985         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12986         Reported by anonymous kc.
12987
12988 2009-07-07  Jim Meyering  <meyering@redhat.com>
12989
12990         maint.mk: don't look for translatable strings in *.m4 or *.mk
12991         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12992         when searching for translatable strings.
12993
12994 2009-07-05  Jim Meyering  <meyering@redhat.com>
12995
12996         remove superfluous parentheses in STREQ definition
12997         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12998         * lib/getugroups.c (STREQ): Likewise.
12999         * lib/fnmatch.c (STREQ): Likewise.
13000         Spotted by Bruno Haible.
13001
13002 2009-07-04  Jim Meyering  <meyering@redhat.com>
13003
13004         argv-iter: new module
13005         * MODULES.html.sh: Add argv-iter.
13006         * lib/argv-iter.c, lib/argv-iter.h: New files.
13007         * modules/argv-iter: New file.
13008         * modules/argv-iter-tests: New file.
13009         * tests/test-argv-iter.c: Test it.
13010
13011 2009-07-04  Bruno Haible  <bruno@clisp.org>
13012
13013         Fix assertion.
13014         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13015         contains more exact copies of a given entry than file2, leave the extra
13016         copies unpaired rather than aborting.
13017         Reported by Eric Blake.
13018
13019 2009-07-02  Bruno Haible  <bruno@clisp.org>
13020
13021         Speedup git-merge-changelog for git cherry-pick.
13022         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13023         (entries_mapping_get): New function, extracted from compute_mapping.
13024         (entries_mapping_reverse_get): New function.
13025         (compute_mapping): Add a 'full' argument. Return the result in a
13026         'struct entries_mapping'.
13027         (main): Update. Access the mappings through entries_mapping_get.
13028         Reported by Eric Blake.
13029
13030 2009-07-02  Bruno Haible  <bruno@clisp.org>
13031
13032         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13033         best_i.
13034
13035 2009-07-02  Bruno Haible  <bruno@clisp.org>
13036
13037         Speed up approximate search for matching ChangeLog entries.
13038         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13039         argument. Call fstrcmp_bounded instead of fstrcmp.
13040         (compute_mapping, try_split_merged_entry, main): Update callers.
13041
13042 2009-07-02  Bruno Haible  <bruno@clisp.org>
13043
13044         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13045
13046 2009-06-30  Bruno Haible  <bruno@clisp.org>
13047
13048         Reduce the number of uc_is_cased calls.
13049         * lib/unicase.h (casing_suffix_context_t): Add
13050         'first_char_except_ignorable' field.
13051         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13052         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13053         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13054         Update initializer.
13055         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13056         case-ignorable characters.
13057         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13058         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13059         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13060         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13061         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13062
13063 2009-06-30  Bruno Haible  <bruno@clisp.org>
13064
13065         Tests for module 'unicase/ignorable'.
13066         * modules/unicase/ignorable-tests: New file.
13067         * tests/unicase/test-ignorable.c: New file, generated by
13068         gen-uni-tables.
13069
13070         Tests for module 'unicase/cased'.
13071         * modules/unicase/cased-tests: New file.
13072         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13073         * tests/unicase/test-predicate-part1.h: New file, derived from
13074         tests/unictype/test-predicate-part1.h.
13075         * tests/unicase/test-predicate-part2.h: New file, same as
13076         tests/unictype/test-predicate-part2.h.
13077
13078         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13079         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13080         (output_casing_properties): New function.
13081         (main): Call it.
13082         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13083         * lib/unicase/cased.c: Include unictype/bitmap.h.
13084         (uc_is_cased): Define through a bitmap lookup.
13085         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13086         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13087         (uc_is_case_ignorable): Define through a bitmap lookup.
13088         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13089         lib/unictype/bitmap.h.
13090         (Depends-on): Add inline. Clean up.
13091         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13092         lib/unictype/bitmap.h.
13093         (Depends-on): Add inline. Clean up.
13094         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13095         recognition.
13096         * tests/unicase/test-u16-tolower.c (main): Likewise.
13097         * tests/unicase/test-u32-tolower.c (main): Likewise.
13098
13099 2009-06-30  Bruno Haible  <bruno@clisp.org>
13100
13101         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13102         * lib/unicase/u16-casemap.c: Likewise.
13103         * lib/unicase/u32-casemap.c: Likewise.
13104
13105 2009-06-29  Bruno Haible  <bruno@clisp.org>
13106
13107         Define u32_casefold as a wrapper around u32_ct_casefold.
13108         * lib/unicase/u32-casefold.c: Update.
13109         * modules/unicase/u32-casefold (Depends-on): Add
13110         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13111         unicase/empty-suffix-context. Clean up.
13112
13113         Define u16_casefold as a wrapper around u16_ct_casefold.
13114         * lib/unicase/u16-casefold.c: Update.
13115         * modules/unicase/u16-casefold (Depends-on): Add
13116         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13117         unicase/empty-suffix-context. Clean up.
13118
13119         Define u8_casefold as a wrapper around u8_ct_casefold.
13120         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13121         * lib/unicase/u8-casefold.c: Update.
13122         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13123         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13124
13125         Define u32_totitle as a wrapper around u32_ct_totitle.
13126         * lib/unicase/u32-totitle.c: Update.
13127         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13128         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13129
13130         Define u16_totitle as a wrapper around u16_ct_totitle.
13131         * lib/unicase/u16-totitle.c: Update.
13132         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13133         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13134
13135         Define u8_totitle as a wrapper around u8_ct_totitle.
13136         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13137         functions.
13138         (FUNC): Delegate to U_CT_TOTITLE.
13139         * lib/unicase/u8-totitle.c: Update.
13140         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13141         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13142
13143         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13144         invocation.
13145         * modules/unicase/u32-tolower (Depends-on): Add
13146         unicase/empty-prefix-context, unicase/empty-suffix-context.
13147
13148         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13149         invocation.
13150         * modules/unicase/u16-tolower (Depends-on): Add
13151         unicase/empty-prefix-context, unicase/empty-suffix-context.
13152
13153         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13154         * modules/unicase/u8-tolower (Depends-on): Add
13155         unicase/empty-prefix-context, unicase/empty-suffix-context.
13156
13157         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13158         invocation.
13159         * modules/unicase/u32-toupper (Depends-on): Add
13160         unicase/empty-prefix-context, unicase/empty-suffix-context.
13161
13162         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13163         invocation.
13164         * modules/unicase/u16-toupper (Depends-on): Add
13165         unicase/empty-prefix-context, unicase/empty-suffix-context.
13166
13167         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13168         * modules/unicase/u8-toupper (Depends-on): Add
13169         unicase/empty-prefix-context, unicase/empty-suffix-context.
13170
13171         New module 'unicase/u32-ct-casefold'.
13172         * lib/unicase/u32-ct-casefold.c: New file.
13173         * modules/unicase/u32-ct-casefold: New file.
13174
13175         New module 'unicase/u16-ct-casefold'.
13176         * lib/unicase/u16-ct-casefold.c: New file.
13177         * modules/unicase/u16-ct-casefold: New file.
13178
13179         New module 'unicase/u8-ct-casefold'.
13180         * lib/unicase/u8-ct-casefold.c: New file.
13181         * lib/unicase/u-ct-casefold.h: New file, derived from
13182         lib/unicase/u-casefold.h.
13183         * modules/unicase/u8-ct-casefold: New file.
13184
13185         New module 'unicase/u32-ct-totitle'.
13186         * lib/unicase/u32-ct-totitle.c: New file.
13187         * modules/unicase/u32-ct-totitle: New file.
13188
13189         New module 'unicase/u16-ct-totitle'.
13190         * lib/unicase/u16-ct-totitle.c: New file.
13191         * modules/unicase/u16-ct-totitle: New file.
13192
13193         New module 'unicase/u8-ct-totitle'.
13194         * lib/unicase/u8-ct-totitle.c: New file.
13195         * lib/unicase/u-ct-totitle.h: New file, derived from
13196         lib/unicase/u-totitle.h.
13197         * modules/unicase/u8-ct-totitle: New file.
13198
13199         New module 'unicase/u32-ct-tolower'.
13200         * lib/unicase/u32-ct-tolower.c: New file.
13201         * modules/unicase/u32-ct-tolower: New file.
13202
13203         New module 'unicase/u16-ct-tolower'.
13204         * lib/unicase/u16-ct-tolower.c: New file.
13205         * modules/unicase/u16-ct-tolower: New file.
13206
13207         New module 'unicase/u8-ct-tolower'.
13208         * lib/unicase/u8-ct-tolower.c: New file.
13209         * modules/unicase/u8-ct-tolower: New file.
13210
13211         New module 'unicase/u32-ct-toupper'.
13212         * lib/unicase/u32-ct-toupper.c: New file.
13213         * modules/unicase/u32-ct-toupper: New file.
13214
13215         New module 'unicase/u16-ct-toupper'.
13216         * lib/unicase/u16-ct-toupper.c: New file.
13217         * modules/unicase/u16-ct-toupper: New file.
13218
13219         New module 'unicase/u8-ct-toupper'.
13220         * lib/unicase/u8-ct-toupper.c: New file.
13221         * modules/unicase/u8-ct-toupper: New file.
13222
13223         Add context arguments to u*_casemap functions.
13224         * lib/unicase/unicasemap.h: Include unicase.h.
13225         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13226         suffix_context arguments.
13227         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13228         functions.
13229         (FUNC): Add prefix_context and suffix_context arguments. Use
13230         uc_is_cased and uc_is_case_ignorable.
13231         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13232         * lib/unicase/u16-casemap.c: Likewise.
13233         * lib/unicase/u32-casemap.c: Likewise.
13234         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13235         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13236         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13237         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13238         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13239         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13240
13241         New module 'unicase/u32-suffix-context'.
13242         * lib/unicase/u32-suffix-context.c: New file.
13243         * modules/unicase/u32-suffix-context: New file.
13244
13245         New module 'unicase/u16-suffix-context'.
13246         * lib/unicase/u16-suffix-context.c: New file.
13247         * modules/unicase/u16-suffix-context: New file.
13248
13249         New module 'unicase/u8-suffix-context'.
13250         * lib/unicase/u8-suffix-context.c: New file.
13251         * lib/unicase/u-suffix-context.h: New file.
13252         * modules/unicase/u8-suffix-context: New file.
13253
13254         New module 'unicase/empty-suffix-context'.
13255         * lib/unicase/empty-suffix-context.c: New file.
13256         * modules/unicase/empty-suffix-context: New file.
13257
13258         New module 'unicase/u32-prefix-context'.
13259         * lib/unicase/u32-prefix-context.c: New file.
13260         * modules/unicase/u32-prefix-context: New file.
13261
13262         New module 'unicase/u16-prefix-context'.
13263         * lib/unicase/u16-prefix-context.c: New file.
13264         * modules/unicase/u16-prefix-context: New file.
13265
13266         New module 'unicase/u8-prefix-context'.
13267         * lib/unicase/u8-prefix-context.c: New file.
13268         * lib/unicase/u-prefix-context.h: New file.
13269         * lib/unicase/context.h: New file.
13270         * modules/unicase/u8-prefix-context: New file.
13271
13272         New module 'unicase/empty-prefix-context'.
13273         * lib/unicase/empty-prefix-context.c: New file.
13274         * modules/unicase/empty-prefix-context: New file.
13275
13276         New module 'unicase/ignorable'.
13277         * lib/unicase/ignorable.c: New file.
13278         * modules/unicase/ignorable: New file.
13279
13280         New module 'unicase/cased'.
13281         * lib/unicase/caseprop.h: New file.
13282         * lib/unicase/cased.c: New file.
13283         * modules/unicase/cased: New file.
13284
13285         New functions for case mapping of substrings.
13286         * lib/unicase.h (casing_prefix_context_t): New type.
13287         (unicase_empty_prefix_context): New variable.
13288         (u8_casing_prefix_context, u16_casing_prefix_context,
13289         u32_casing_prefix_context, u8_casing_prefixes_context,
13290         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13291         declarations.
13292         (casing_suffix_context_t): New type.
13293         (unicase_empty_suffix_context): New variable.
13294         (u8_casing_suffix_context, u16_casing_suffix_context,
13295         u32_casing_suffix_context, u8_casing_suffixes_context,
13296         u16_casing_suffixes_context, u32_casing_suffixes_context,
13297         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13298         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13299         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13300         declarations.
13301
13302 2009-06-28  Jim Meyering  <meyering@redhat.com>
13303
13304         boostrap: indent only with spaces
13305         * build-aux/bootstrap: Indent only with spaces, never TABs.
13306
13307         bootstrap: split long lines
13308         * build-aux/bootstrap: Keep line length < 80.
13309
13310         bootstrap: sync from coreutils
13311         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13312         just as autoreconf does.  Verify a list of prerequisite
13313         package-name,version-number pairs if defined in bootstrap.conf.
13314         Refer to README-prereq, if prerequisites are not satisfied.
13315
13316 2009-06-27  Eric Blake  <ebb9@byu.net>
13317
13318         tests: add test for bogus NULL definition
13319         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13320         * tests/test-stdlib.c: Likewise.
13321         * tests/test-string.c: Likewise.
13322         * tests/test-locale.c: Likewise.
13323         * tests/test-unistd.c: Likewise.
13324         * modules/stdio-tests (Depends-on): Add verify.
13325         * modules/stdlib-tests (Depends-on): Likewise.
13326         * modules/string-tests (Depends-on): Likewise.
13327         * modules/locale-tests (Depends-on): Likewise.
13328         * modules/unistd-tests (Depends-on): Likewise.
13329
13330 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13331
13332         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13333         self-explaining comment.
13334         * m4/selinux-selinux-h: Update serial.
13335         (gl_LIBSELINUX): New macro, adding a warning for missing development
13336         packages to code extracted from...
13337         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13338         Add warning for missing development packages here, too.
13339
13340 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13341
13342         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13343
13344 2009-06-25  Eric Blake  <ebb9@byu.net>
13345
13346         version-etc: fix regression
13347         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13348         gcc.
13349         (version_etc): Use it, to catch bugs with trailing NULL.
13350         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13351         (version_etc_va): Fix logic bug.
13352         * modules/version-etc-tests: Add test.
13353         * tests/test-version-etc.c: New file.
13354         * tests/test-version-etc.sh: Likewise.
13355
13356 2009-06-25  Sam Steingold  <sds@gnu.org>
13357
13358         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13359         mbtowc declaration.
13360
13361 2009-06-25  Eric Blake  <ebb9@byu.net>
13362
13363         fpurge: migrate into <stdio.h>
13364         * lib/fpurge.h: Delete...
13365         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13366         * lib/fpurge.c (fpurge): Change declaring header.
13367         * modules/fpurge (Files): Drop deleted file.
13368         (Depends-on): Add stdio.
13369         (configure.ac): Set witness.
13370         * modules/stdio (Makefile.am): Support fpurge macros.
13371         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13372         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13373         * lib/fflush.c: Update client.
13374         * tests/test-fpurge.c: Likewise.
13375         * NEWS: Mention the change.
13376
13377 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13378
13379         * lib/argp-version-etc.c (program_authors): Add const
13380         qualifier.
13381         * lib/version-etc.c: Fix typos in the comments.
13382         * modules/argp-version-etc: Depends on version-etc.
13383
13384 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13385
13386         argp-version-etc: new module.
13387
13388         * lib/argp-version-etc.c: New file.
13389         * lib/argp-version-etc.h: New file.
13390         * modules/argp-version-etc: New file.
13391         * modules/argp-version-etc-tests: New file.
13392         * tests/test-argp-version-etc.c: New test.
13393         * tests/test-argp-version-etc-1.sh: New test.
13394
13395 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13396
13397         Provide additional interfaces and documentation for version-etc
13398         module.
13399
13400         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13401         interfaces.
13402         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13403         prototypes.
13404
13405 2009-06-24  Bruno Haible  <bruno@clisp.org>
13406
13407         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13408         HAVE_LIB${NAME} macro.
13409         Reported by Sam Steingold <sds@gnu.org>.
13410
13411 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13412
13413         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13414         needed.
13415
13416 2009-06-21  Bruno Haible  <bruno@clisp.org>
13417
13418         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13419         work.
13420         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13421         together with LIB${NAME}, LTLIB${NAME}.
13422         Reported by Sam Steingold <sds@gnu.org>.
13423
13424 2009-06-20  Jim Meyering  <meyering@redhat.com>
13425
13426         tests: make sc_require_test_exit_idiom more generic
13427         * top/maint.mk (Exit_witness_file): New overridable variable.
13428         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13429         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13430
13431 2009-06-19  Jim Meyering  <meyering@redhat.com>
13432
13433         hash: reverse order of src/dst parameters in an internal interface
13434         * lib/hash.c (transfer_entries): Reverse order of parameters to
13435         put DST before SRC.  Adjust callers.
13436
13437         tests: test-hash: avoid wholesale duplication
13438         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13439         Instead, use a loop and add a single conditional.
13440
13441         tests: test-hash: allow seed selection via a command line argument
13442         * tests/test-hash.c (get_seed): New function.
13443         (main): Use it.
13444
13445 2009-06-19  Eric Blake  <ebb9@byu.net>
13446
13447         hash: avoid memory leak on allocation failure
13448         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13449         failure.  Factor repeated algorithm...
13450         (transfer_entries): ...into new helper routine.
13451         (hash_delete): React to hash_rehash return value.
13452
13453         hash: reduce memory pressure in hash_rehash no-op case
13454         * lib/hash.c (next_prime): Avoid overflow.
13455         (hash_initialize): Factor bucket size computation...
13456         (compute_bucket_size): ...into new helper function.
13457         (hash_rehash): Use new function and open coding to reduce memory
13458         pressure, and avoid a memory leak in USE_OBSTACK code.
13459         Reported by Jim Meyering.
13460
13461 2009-06-18  Eric Blake  <ebb9@byu.net>
13462
13463         hash: make rotation more obvious
13464         * modules/hash (Depends-on): Add bitrotate and stdint.
13465         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13466         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13467         (SIZE_MAX): Rely on headers for definition.
13468         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13469         (raw_hasher): Use rotr_sz.
13470         Suggested by Jim Meyering.
13471
13472         hash: fix memory leak in last patch
13473         * lib/hash.c (hash_rehash): Avoid memory leak.
13474
13475         hash: avoid no-op rehashing
13476         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13477
13478         hash: provide default callback functions
13479         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13480         (hash_initialize): Use them as defaults.
13481         * tests/test-hash.c (main): Test this.
13482
13483         hash: minor optimization
13484         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13485         when possible.
13486         (hash_initialize): Document this promise.
13487         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13488         * tests/test-hash.c (hash_compare_strings): Test this.
13489
13490 2009-06-18  Bruno Haible  <bruno@clisp.org>
13491
13492         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13493         going to be replaced anyway.
13494
13495 2009-06-18  Bruno Haible  <bruno@clisp.org>
13496
13497         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13498         in one place.
13499         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13500         be replaced anyway.
13501
13502 2009-06-18  Eric Blake  <ebb9@byu.net>
13503
13504         hash: check for resize before insertion
13505         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13506         threshold before insertion, so that a pathological hash_rehash
13507         that fills every bucket can still trigger another rehash.
13508
13509 2009-06-18  Jim Meyering  <meyering@redhat.com>
13510
13511         hash-tests: add a loop around the small tests
13512         * tests/test-hash.c (main): Repeat small tests with selected
13513         small initial table sizes.
13514
13515 2009-06-17  Eric Blake  <ebb9@byu.net>
13516
13517         hash: minor cleanups
13518         * lib/hash.h (hash_entry): Make opaque, by moving...
13519         * lib/hash.c (hash_entry): ...here.
13520         (hash_insert): Clarify restrictions on what can be inserted.
13521         (hash_get_next): Clarify when it is safe to remove an element
13522         during traversal.
13523         (check_tuning): Skip verification when tuning is known safe.
13524         (hash_initialize): Clarify restrictions on tuning.
13525
13526 2009-06-17  Jim Meyering  <jim@meyering.net>
13527         and Eric Blake  <ebb9@byu.net>
13528
13529         hash-tests: new module
13530         * modules/hash-tests: New file.
13531         * tests/test-hash.c: New file.
13532
13533 2009-06-17  Eric Blake  <ebb9@byu.net>
13534
13535         strstr-simple: document new module
13536         * MODULES.html.sh: Document new module.
13537
13538         strstr, strcasestr: replace on platforms with broken memchr
13539         * modules/strstr: Split into...
13540         * modules/strstr-simple: ...new module that does not care about
13541         performance, but does care about glibc bug.
13542         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13543         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13544         if platform memchr is broken, per Debian bug 521737.
13545         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13546         memchr.
13547         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13548         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13549         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13550         * modules/mountlist (Depends-on): Add strstr-simple.
13551         * modules/gen-uni-tables (Depends-on): Likewise.
13552         * modules/argz (Depends-on): Add strstr.
13553
13554 2009-06-17  Bruno Haible  <bruno@clisp.org>
13555
13556         * modules/posix_spawn-internal (Depends-on): Add errno.
13557
13558 2009-06-17  Bruno Haible  <bruno@clisp.org>
13559
13560         Define missing ESTALE on Interix 3.5.
13561         * lib/errno.in.h (ESTALE): Assign a value if missing.
13562         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13563         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13564         missing.
13565         * doc/posix-headers/errno.texi: Mention the Interix bug.
13566         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13567
13568 2009-06-15  Eric Blake  <ebb9@byu.net>
13569
13570         memchr, memchr2: add valgrind exception
13571         * lib/memchr.valgrind: New file.
13572         * lib/memchr2.valgrind: New file.
13573         * modules/memchr (Files): Distribute valgrind file.
13574         * modules/memchr2 (Files): Likewise.
13575
13576         docs: memchr is no longer obsolete
13577         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13578         * lib/string.in.h (memchr): Simplify logic.
13579
13580 2009-06-14  Jim Meyering  <meyering@redhat.com>
13581
13582         link-follow: fix the "checking..." message to not mention trailing slash
13583         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13584         never considered trailing slashes.
13585
13586 2009-06-14  Bruno Haible  <bruno@clisp.org>
13587
13588         * m4/memchr.m4: Mention also the bug on IA-64.
13589         * doc/posix-functions/memchr.texi: Likewise.
13590
13591 2009-06-12  Eric Blake  <ebb9@byu.net>
13592
13593         memchr: detect broken x86_64 and alpha implementations
13594         * modules/memchr-tests (Depends-on): Move mmap detection...
13595         * modules/memchr (Depends-on): ...here.
13596         (configure.ac): Set indicator.
13597         * lib/string.in.h (memchr): Declare replacement.
13598         * modules/string (Makefile.am): Trigger replacement.
13599         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13600         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13601         bugs.
13602         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13603         * modules/getpagesize (License): Relax license.
13604
13605 2009-06-11  Bruno Haible  <bruno@clisp.org>
13606
13607         * lib/idpriv.h: Add more references.
13608
13609 2009-06-08  Bruno Haible  <bruno@clisp.org>
13610
13611         Tests for module 'idpriv-droptemp'.
13612         * modules/idpriv-droptemp-tests: New file.
13613         * tests/test-idpriv-droptemp.sh: New file.
13614         * tests/test-idpriv-droptemp.su.sh: New file.
13615         * tests/test-idpriv-droptemp.c: New file.
13616
13617         New module 'idpriv-droptemp'.
13618         * lib/idpriv-droptemp.c: New file.
13619         * modules/idpriv-droptemp: New file.
13620
13621 2009-06-08  Bruno Haible  <bruno@clisp.org>
13622
13623         Tests for module 'idpriv-drop'.
13624         * modules/idpriv-drop-tests: New file.
13625         * tests/test-idpriv-drop.sh: New file.
13626         * tests/test-idpriv-drop.su.sh: New file.
13627         * tests/test-idpriv-drop.c: New file.
13628
13629         New module 'idpriv-drop'.
13630         * lib/idpriv.h: New file.
13631         * lib-idpriv-drop.c: New file.
13632         * m4/idpriv.m4: New file.
13633         * modules/idpriv-drop: New file.
13634
13635 2009-06-08  Bruno Haible  <bruno@clisp.org>
13636
13637         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13638         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13639         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13640         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13641         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13642         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13643         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13644
13645 2009-06-08  Eric Blake  <ebb9@byu.net>
13646
13647         test-strstr: use memory fence, when possible
13648         * tests/test-strstr.c (main): Use memory fence, in order to be
13649         more likely to trigger Debian bug 521737.
13650         * modules/strstr-tests (Files): Pull in additional files.
13651
13652         memchr: no longer obsolete, for wider field testing
13653         * modules/memchr (Status, Notice): Delete, this module is no
13654         longer obsolete.
13655         * modules/vasnprintf (Depends-on): Add memchr.
13656
13657 2009-06-07  Jim Meyering  <meyering@redhat.com>
13658
13659         hash: declare some functions with the warn_unused_result attribute
13660         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13661
13662 2009-06-07  Bruno Haible  <bruno@clisp.org>
13663
13664         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13665         Reported by Eric Blake.
13666
13667 2009-06-06  Eric Blake  <ebb9@byu.net>
13668
13669         test-alignof: fix typo with long double
13670         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13671         compiler error.
13672
13673 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13674
13675         Escape non-texinfo { and }s.
13676         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13677         markup error.
13678
13679 2009-06-04  Jim Meyering  <meyering@redhat.com>
13680
13681         gitlog-to-changelog: don't infloop on an empty commit log
13682         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13683         Reported by Boris Petersen <transacid@centerim.org>.
13684
13685 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13686
13687         version-etc: extend for packagers
13688         Add three new configure options, intended for packagers:
13689           --with-packager="packager name"
13690           --with-packager-version="packager-specific version"
13691           --with-packager-bug-reports="packager bug reporting"
13692         An example with coreutils:
13693           $ ./configure \
13694             --with-packager=Gentoo \
13695             --with-packager-bug-report=http://bugs.gentoo.org/ \
13696             --with-packager-version="patchset 1.6"
13697           $ ./src/ls --version | head -n2
13698           ls (GNU coreutils) 7.1-dirty
13699           Packaged by Gentoo (patchset 1.6)
13700         Note that the bug reporting info via --help doesn't show up because
13701         coreutils uses its own custom emit_bug_reporting_address() implementation
13702         in src/system.h.  If it didn't, it'd look like:
13703           $ ./src/ls --help | tail -n4
13704           Report bugs to <bug-coreutils@gnu.org>.
13705           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13706           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13707           General help using GNU software: <http://www.gnu.org/gethelp/>.
13708         * lib/version-etc.c: Print new information, if provided.
13709         * m4/version-etc.m4: New file.
13710         * modules/version-etc (Files): Add m4/version-etc.m4.
13711         (configure.ac): Add gl_VERSION_ETC.
13712
13713 2009-05-31  Bruno Haible  <bruno@clisp.org>
13714
13715         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13716         and 'int64_t'.
13717         * modules/alignof-tests (Dependencies): Add stdint.
13718         Reported by Eric Blake.
13719
13720 2009-05-31  Bruno Haible  <bruno@clisp.org>
13721
13722         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13723         restriction due to compiler bugs.
13724         Reported by Eric Blake.
13725
13726 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13727             Bruno Haible  <bruno@clisp.org>
13728
13729         Fix test-alignof failure.
13730         * lib/alignof.h (alignof_slot): New macro.
13731         (alignof_type): New macro, with the same semantics as the previous
13732         'alignof'.
13733         (alignof): Alias to alignof_slot.
13734         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13735         check that the results are usable as constant expressions.
13736
13737 2009-05-31  Bruno Haible  <bruno@clisp.org>
13738
13739         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13740         * tests/test-memchr.c (main): Check that memchr does not read past the
13741         first occurrence of the byte.
13742         * tests/test-strstr.c (main): Update comment.
13743         Suggested by Eric Blake.
13744
13745 2009-05-30  Bruno Haible  <bruno@clisp.org>
13746
13747         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13748         detail how to use dumpbin.
13749         Reported by David Byron <dbyron@dbyron.com>.
13750
13751 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13752
13753         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13754
13755 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13756
13757         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13758
13759 2009-05-28  Bruno Haible  <bruno@clisp.org>
13760
13761         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13762         build-aux/ files.
13763
13764 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13765
13766         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13767
13768 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13769
13770         * gnulib-tool (sed_transform_main_lib_file)
13771         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13772         regexps.
13773
13774 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13775
13776         * tests/test-strstr.c: Add another self-test.
13777         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13778         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13779
13780 2009-05-23  Bruno Haible  <bruno@clisp.org>
13781
13782         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13783         change.
13784
13785 2009-05-21  Bruno Haible  <bruno@clisp.org>
13786
13787         Simplify use of mode_t varargs.
13788         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13789         uses 'mode_t' or 'int'.
13790         * lib/openat.c (openat): Likewise.
13791         * lib/open-safer.c (open_safer): Likewise.
13792         * m4/mode_t.m4: New file.
13793         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13794         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13795         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13796         * modules/open (Files): Add m4/mode_t.m4.
13797         * modules/openat (Files): Likewise.
13798         * modules/fcntl-safer (Files): Likewise.
13799         Suggested by Eric Blake.
13800
13801 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13802
13803         * doc/glibc-functions/fallocate.texi: New file.
13804         * doc/gnulib.texi: Include it.
13805
13806 2009-05-21  Eric Blake  <ebb9@byu.net>
13807             Bruno Haible  <bruno@clisp.org>
13808
13809         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13810         invocations.
13811         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13812
13813 2009-05-21  Eric Blake  <ebb9@byu.net>
13814             Bruno Haible  <bruno@clisp.org>
13815
13816         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13817         include_next. Fix of 2008-11-20 commit.
13818         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13819         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13820         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13821         NEXT_MATH_H.
13822         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13823         instead of NEXT_MATH_H.
13824
13825 2009-05-21  Bruno Haible  <bruno@clisp.org>
13826
13827         Avoid redefinition warnings for SIZE_MAX.
13828         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13829         Reported by Simon Josefsson.
13830
13831 2009-05-21  Bruno Haible  <bruno@clisp.org>
13832
13833         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13834         AC_CACHE_VAL.
13835
13836 2009-05-20  Bruno Haible  <bruno@clisp.org>
13837
13838         Make zeroptr.h work on mingw.
13839         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13840         mprotect.
13841         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13842         * modules/memchr2-tests (configure.ac): Likewise.
13843         * modules/memcmp-tests (configure.ac): Likewise.
13844         * modules/memmem-tests (configure.ac): Likewise.
13845         * modules/memrchr-tests (configure.ac): Likewise.
13846         Reported by Simon Josefsson.
13847
13848 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13849
13850         * tests/test-glob.c: Include string.h for strcmp prototype.
13851
13852 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13853
13854         * modules/getdelim (Depends-on): Add explicit stdint, although it
13855         was implicitly already pulled in via realloc-posix.
13856         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13857
13858 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13859
13860         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13861         G. Christensen" <tgc@jupiterrise.com>.
13862         * m4/sys_socket_h.m4: Check for sa_family_t.
13863         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13864         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13865         * tests/test-sys_socket.c: Check that sa_family_t works.
13866
13867 2009-05-18  Eric Blake  <ebb9@byu.net>
13868
13869         maint.mk: allow gnulib_dir in VPATH build
13870         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13871
13872 2009-05-15  Jim Meyering  <meyering@redhat.com>
13873
13874         maint.mk: Give gnulib_dir a default definition.
13875         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13876         Thus, most packages no longer need to specify this variable in cfg.mk
13877
13878 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13879
13880         rename.m4: fix typos that would make non-mingw cross-configure fail
13881         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13882
13883 2009-05-13  Eric Blake  <ebb9@byu.net>
13884
13885         mmap-anon: avoid out-of-order autoconf expansion
13886         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13887         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13888         * modules/memchr-tests (Depends-on): Add extensions.
13889         * modules/memchr2-tests (Depends-on): Add extensions.
13890         * modules/memcmp-tests (Depends-on): Add extensions.
13891         * modules/memmem-tests (Depends-on): Add extensions.
13892         * modules/memrchr-tests (Depends-on): Add extensions.
13893
13894 2009-05-13  Bruno Haible  <bruno@clisp.org>
13895
13896         Make some tests ISO C 99 compliant.
13897         * tests/zerosize-ptr.h: New file.
13898         * tests/test-memchr.c: Include zerosize-ptr.h.
13899         (main): Use a zero-size object pointer instead of NULL.
13900         * tests/test-memchr2.c: Include zerosize-ptr.h.
13901         (main): Use a zero-size object pointer instead of NULL.
13902         * tests/test-memcmp.c: Include zerosize-ptr.h.
13903         (main): Use a zero-size object pointer instead of NULL.
13904         * tests/test-memmem.c: Include zerosize-ptr.h.
13905         (main): Use a zero-size object pointer instead of NULL.
13906         * tests/test-memrchr.c: Include zerosize-ptr.h.
13907         (main): Use a zero-size object pointer instead of NULL.
13908         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13909         m4/mmap-anon.m4.
13910         (Depends-on): Add getpagesize.
13911         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13912         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13913         m4/mmap-anon.m4.
13914         (Depends-on): Add getpagesize.
13915         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13916         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13917         m4/mmap-anon.m4.
13918         (Depends-on): Add getpagesize.
13919         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13920         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13921         m4/mmap-anon.m4.
13922         (Depends-on): Add getpagesize.
13923         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13924         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13925         m4/mmap-anon.m4.
13926         (Depends-on): Add getpagesize.
13927         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13928
13929 2009-05-12  Bruno Haible  <bruno@clisp.org>
13930
13931         Tests for module 'alignof'.
13932         * modules/alignof-tests: New file.
13933         * tests/test-alignof.c: New file.
13934
13935 2009-05-12  Bruno Haible  <bruno@clisp.org>
13936
13937         Fix alignof macro.
13938         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13939         vendor compilers that are always correct.
13940
13941 2009-05-12  Bruno Haible  <bruno@clisp.org>
13942
13943         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13944         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13945         not whether its fully works.
13946
13947 2009-05-12  Bruno Haible  <bruno@clisp.org>
13948
13949         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13950
13951 2009-05-12  Jim Meyering  <meyering@redhat.com>
13952
13953         * top/maint.mk: Adjust backslash alignment.
13954
13955 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13956
13957         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13958
13959 2009-05-11  Eric Blake  <ebb9@byu.net>
13960
13961         argp: avoid undefined behavior
13962         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13963         macros.
13964
13965 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13966
13967         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13968         user.name to prevent git commit from complaining.
13969
13970 2009-05-10  Bruno Haible  <bruno@clisp.org>
13971
13972         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13973         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13974         it rewrites every file name only once.
13975         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13976
13977 2009-05-08  Bruno Haible  <bruno@clisp.org>
13978
13979         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13980         instead of 'max'.
13981
13982 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13983
13984         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13985         sockaddr_storage test.
13986
13987 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13988
13989         * modules/sys_socket (Makefile.am): Substitute
13990         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13991         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13992         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13993         * tests/test-sys_socket.c: Check sockaddr_storage.
13994
13995 2009-05-08  Bruno Haible  <bruno@clisp.org>
13996
13997         New module 'alignof'.
13998         * lib/alignof.h: New file.
13999         * modules/alignof: New file.
14000
14001 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14002             Bruno Haible  <bruno@clisp.org>
14003
14004         Fix test-file-has-acl on FreeBSD.
14005         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14006         mask is implicitly added.
14007         * tests/test-file-has-acl.c: Include <signal.h>.
14008         (main): Terminate the test after 5 seconds.
14009         * modules/acl-tests (configure.ac): Check for alarm function.
14010
14011 2009-05-04  Bruno Haible  <bruno@clisp.org>
14012
14013         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14014         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14015         * modules/errno (configure.ac): Drop AC_REQUIRE.
14016         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14017         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14018
14019 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14020
14021         * modules/glob-tests: New module.
14022         * tests/test-glob.c: Add.
14023
14024 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14025
14026         * modules/fnmatch-tests: New module.
14027         * tests/test-fnmatch.c: Add.
14028
14029 2009-05-04  Eric Blake  <ebb9@byu.net>
14030
14031         maint: make the new no-submodule-changes rule VPATH-safe
14032         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14033
14034 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14035             Bruno Haible  <bruno@clisp.org>
14036
14037         acl: Fix infinite loop on FreeBSD.
14038         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14039         of return value from acl_get_entry.
14040         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14041         Likewise.
14042
14043 2009-05-03  Bruno Haible  <bruno@clisp.org>
14044
14045         * lib/acl-internal.h (acl_entries): Clarify return value.
14046         * lib/acl_entries.c (acl_entries): Likewise.
14047
14048 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14049
14050         Bug fix in acl module.
14051         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14052
14053 2009-05-03  Bruno Haible  <bruno@clisp.org>
14054
14055         Create gperf-generated file in the source dir, not in the build dir.
14056         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14057         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14058         * modules/unicase/locale-language (unicase/locale-languages.h):
14059         Likewise.
14060         * modules/unicase/special-casing (unicase/special-casing-table.h):
14061         Likewise.
14062         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14063         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14064         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14065         Reported by Ralf Wildenhues.
14066
14067 2009-05-03  Bruno Haible  <bruno@clisp.org>
14068
14069         * modules/fnmatch (Description, configure.ac): Taken from
14070         fnmatch-posix.
14071         * modules/fnmatch-posix: Turn into a symbolic reference to the
14072         'fnmatch' module, and deprecate.
14073         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14074
14075 2009-05-03  Bruno Haible  <bruno@clisp.org>
14076
14077         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14078         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14079         Reported by Ralf Wildenhues.
14080
14081 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14082
14083         * m4/fnmatch.m4: Fix fnmatch re-define.
14084
14085 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14086
14087         priv-set: new module and tests; adapt write-any-file
14088         * lib/priv-set.c: New file.
14089         * lib/priv-set.h: New file.
14090         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14091         * lib/write-any-file.c: Simplify by using priv-set module.
14092         * m4/priv-set.m4: New file.
14093         * modules/priv-set: New file.
14094         * modules/unlinkdir: Add dependency on priv-set module.
14095         * modules/write-any-file: Likewise.
14096
14097         Tests for module 'priv-set'.
14098         * modules/priv-set-tests: New file.
14099         * tests/test-priv-set.c: New file.
14100
14101 2009-05-03  Jim Meyering  <meyering@redhat.com>
14102             Bruno Haible  <bruno@clisp.org>
14103
14104         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14105         use the converted UTF-8 variant of the name instead.
14106
14107 2009-05-03  Jim Meyering  <meyering@redhat.com>
14108
14109         tests: tighten some getdate tests
14110         * tests/test-getdate.c (main): Tighten tests: require equality,
14111         not just greater than.  Set TZ envvar to UTC0.
14112
14113 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14114
14115         getdate: correctly interpret "next monday" when run on a Monday
14116         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14117         that e.g., "next tues" (when run on a tuesday) results in a date
14118         that is one week in the future, and not today's date.
14119         I.e., add a week when the wday is the same as the current one.
14120         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14121         and earlier by Martin Bernreuther and Jan Minář.
14122         * tests/test-getdate.c (main): Check that "next DAY" is always in
14123         the future and that "last DAY" is always in the past.
14124
14125 2009-05-02  Jim Meyering  <meyering@redhat.com>
14126
14127         build: ensure that a release build fails when a submodule is unclean
14128         * top/maint.mk (no-submodule-changes): New rule.
14129         (alpha beta major): Depend on it.
14130
14131 2009-05-02  Bruno Haible  <bruno@clisp.org>
14132
14133         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14134         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14135         shell variable gl_fnmatch_required to detect which variant is
14136         requested.
14137         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14138         gl_FUNC_FNMATCH_POSIX.
14139         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14140         exclude fnmatch-posix.
14141
14142 2009-05-02  Bruno Haible  <bruno@clisp.org>
14143
14144         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14145         * modules/mbsrtowcs (License): Change to LGPLv2+.
14146         * modules/strnlen1 (License): Likewise.
14147         Reported by Simon Josefsson.
14148
14149 2009-05-02  Bruno Haible  <bruno@clisp.org>
14150
14151         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14152         "cross".
14153         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14154         gnulib-tool was called with option --source-base=lib.
14155
14156 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14157
14158         Use automake *-local hooks without commands, for extensibility.
14159         * modules/localcharset (Makefile.am): Rename install-exec-local
14160         rule to install-exec-localcharset, and make it a prerequisite of
14161         install-exec-local.  Likewise, rename the uninstall-local rule to
14162         uninstall-localcharset, and make it a prerequisite of the former.
14163
14164 2009-05-01  Bruno Haible  <bruno@clisp.org>
14165
14166         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14167         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14168         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14169         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14170         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14171         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14172         m4/locale-zh.m4, m4/codeset.m4.
14173
14174         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14175         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14176         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14177         m4/locale-zh.m4.
14178
14179         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14180         REPLACE_WCRTOMB if mbstate_t must be replaced.
14181         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14182         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14183
14184 2009-05-01  Bruno Haible  <bruno@clisp.org>
14185
14186         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14187         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14188         dngettext, dcngettext, textdomain, bindtextdomain,
14189         bind_textdomain_codeset): Undefine before redefining.
14190
14191 2009-04-30  Bruno Haible  <bruno@clisp.org>
14192
14193         Fix bug introduced on 2009-04-25.
14194         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14195         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14196         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14197         is defined.
14198         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14199         is defined.
14200         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14201         is defined.
14202         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14203
14204 2009-04-28  Bruno Haible  <bruno@clisp.org>
14205
14206         Comment tweaks.
14207         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14208         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14209         * lib/unicase.h (u*_casexfrm): Likewise.
14210         Reported by Paolo Bonzini.
14211
14212 2009-04-28  Bruno Haible  <bruno@clisp.org>
14213
14214         Fix a compilation error.
14215         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14216         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14217         Reported by Jim Meyering.
14218
14219 2009-04-27  Bruno Haible  <bruno@clisp.org>
14220
14221         New module 'libunistring'.
14222         * modules/libunistring: New file.
14223         * m4/libunistring.m4: New file.
14224         * MODULES.html.sh (Unicode string functions): Add it.
14225
14226 2009-04-27  Eric Blake  <ebb9@byu.net>
14227
14228         maint.mk: allow package-specific header to provide <config.h>
14229         * top/maint.mk (sc_require_config_h): New variable.
14230         (sc_require_config_h, sc_require_config_h_first): Use it.
14231
14232 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14233
14234         * top/maint.mk (sc_avoid_if_before_free): Except
14235         useless-if-before-free script.
14236
14237 2009-04-27  Eric Blake  <ebb9@byu.net>
14238
14239         maintainer-makefile: depend on all required helper scripts
14240         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14241         useless-if-before-free.
14242         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14243         version, rather than assuming gnulib checkout is available.
14244         Reported by Simen Josefsson.
14245
14246 2009-04-26  Bruno Haible  <bruno@clisp.org>
14247
14248         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14249         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14250         "../" or "..".
14251
14252 2009-04-26  Bruno Haible  <bruno@clisp.org>
14253
14254         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14255         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14256         AC_LIB_HAVE_LINKFLAGS.
14257
14258 2009-04-26  Bruno Haible  <bruno@clisp.org>
14259
14260         Simplify calling convention of u*_conv_from_encoding.
14261         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14262         u32_conv_from_encoding): Expect a resultbuf argument and return the
14263         result directly as a pointer.
14264         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14265         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14266         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14267         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14268         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14269         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14270         Update.
14271         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14272         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14273         * lib/vasnprintf.c (VASNPRINTF): Update.
14274         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14275         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14276         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14277         * NEWS: Mention the change.
14278
14279 2009-04-26  Bruno Haible  <bruno@clisp.org>
14280
14281         Simplify calling convention of u*_conv_to_encoding.
14282         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14283         u32_conv_to_encoding): Expect a resultbuf argument and return the
14284         result directly as a pointer.
14285         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14286         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14287         freeing scaled_offsets if mem_iconveha failed.
14288         * lib/unicase/u-casexfrm.h (FUNC): Update.
14289         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14290         * lib/vasnprintf.c (VASNPRINTF): Update.
14291         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14292         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14293         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14294         * NEWS: Mention the change.
14295
14296 2009-04-26  Bruno Haible  <bruno@clisp.org>
14297
14298         Avoid test failures on AIX and OSF/1.
14299         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14300         malloc(0).
14301         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14302         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14303         Likewise.
14304         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14305         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14306         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14307         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14308         * doc/posix-functions/malloc.texi: Document the portability problem
14309         related to malloc(0).
14310
14311 2009-04-26  Bruno Haible  <bruno@clisp.org>
14312
14313         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14314         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14315         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14316
14317 2009-04-25  Bruno Haible  <bruno@clisp.org>
14318
14319         Avoid link error when creating a namespace clean library.
14320         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14321         as macro with arguments if already defined as an alias.
14322         * lib/signbitf.c (gl_signbitf): Don't undefine.
14323         * lib/signbitd.c (gl_signbitd): Don't undefine.
14324         * lib/signbitl.c (gl_signbitl): Don't undefine.
14325
14326 2009-04-25  Jim Meyering  <meyering@redhat.com>
14327
14328         vc-list-files: fix another quoting bug
14329         * build-aux/vc-list-files: Avoid sed backslash expansion
14330         of pathological directory names.
14331
14332 2009-04-25  Eric Blake  <ebb9@byu.net>
14333
14334         vc-list-files: fix shell quoting error
14335         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14336         timestamp.
14337
14338 2009-04-25  Jim Meyering  <meyering@redhat.com>
14339
14340         vc-list-files: restore lost functionality with subdir argument
14341         * build-aux/vc-list-files: When given a non-"." sub-directory
14342         argument, substitute the $dir/ prefix back onto each resulting name.
14343         Otherwise, coreutils' root_tests check would fail.
14344
14345 2009-04-24  Eric Blake  <ebb9@byu.net>
14346
14347         vc-list-files: ignore git symlinks
14348         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14349         than ls-files, to ignore git symlinks.
14350
14351         maint.mk: import improvements from m4
14352         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14353         (move_if_change): Delete unused macro.
14354         (news-date-check, vc-diff-check): Support VPATH builds.
14355         (announcement): Likewise.  Split --bootstrap-tools list...
14356         (boostrap-tools): ...into separate list, which can be overridden
14357         in cfg.mk.
14358         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14359         requiring dependency on useless-if-before-free module.
14360         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14361         Support VPATH builds.
14362
14363 2009-04-24  Jim Meyering  <meyering@redhat.com>
14364
14365         maint.mk: remove coreutils-specific rules and variables
14366         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14367         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14368         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14369
14370         maint.mk: remove obsolete rule
14371         * top/maint.mk (rel-check): Remove rule.
14372         (WGET, WGETFLAGS): Remove now-unused variables.
14373
14374 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14375
14376         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14377         consistency.
14378
14379         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14380         '$(PATH_SEPARATOR)' instead of ':'.
14381
14382 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14383
14384         * lib/getopt1.c (main): Use 'const' for static array.
14385
14386 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14387
14388         * top/maint.mk: Sync with coreutils.
14389         * NEWS: Explain incompatibilities.
14390
14391 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14392             Bruno Haible  <bruno@clisp.org>
14393
14394         Fix cross-compilation results.
14395         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14396         statement, as third argument of AC_TRY_RUN.
14397         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14398         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14399         Likewise.
14400         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14401         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14402         Likewise.
14403         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14404         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14405         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14406
14407 2009-04-20  Bruno Haible  <bruno@clisp.org>
14408
14409         Avoid test failure on mingw.
14410         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14411
14412 2009-04-20  Bruno Haible  <bruno@clisp.org>
14413
14414         Avoid compilation error on mingw.
14415         * modules/localename-tests (Depends-on): Add locale.
14416
14417 2009-04-19  Bruno Haible  <bruno@clisp.org>
14418
14419         Support for building a shared library on Windows platforms.
14420         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14421         (main): Test the presence of UNINORM_NFC here.
14422         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14423         (main): Test the presence of UNINORM_NFD here.
14424         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14425         (main): Test the presence of UNINORM_NFKC here.
14426         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14427         (main): Test the presence of UNINORM_NFKD here.
14428
14429 2009-04-19  Bruno Haible  <bruno@clisp.org>
14430
14431         Avoid a compiler warning.
14432         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14433         Change type of variable 'sequence'.
14434
14435 2009-04-19  Bruno Haible  <bruno@clisp.org>
14436
14437         * modules/configmake (Makefile.am): When the contents of configmake.h
14438         does not change, arrange to preserve its modification time.
14439
14440 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14441
14442         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14443         gettext domain.
14444
14445 2009-04-16  Jim Meyering  <meyering@redhat.com>
14446
14447         useless-if-before-free: improve conversion code
14448         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14449         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14450
14451 2009-04-14  Bruno Haible  <bruno@clisp.org>
14452
14453         * modules/fcntl (Depends-on): Add extensions.
14454         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14455
14456 2009-04-12  Ben Pfaff  <blp@gnu.org>
14457
14458         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14459         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14460
14461 2009-03-20  Ben Pfaff  <blp@gnu.org>
14462
14463         Make rename replace existing destinations on Windows.
14464         * m4/rename.m4: Add test for Mingw.
14465         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14466         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14467         * doc/posix-functions/rename.texi: Document.
14468
14469 2009-04-10  Bruno Haible  <bruno@clisp.org>
14470
14471         New include file "iconveh.h".
14472         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14473         * lib/striconveh.h: Include it.
14474         (enum iconv_ilseq_handler): Remove definition.
14475         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14476         striconveh.h.
14477         * lib/striconveha.c: Include striconveh.h.
14478         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14479         * modules/striconveh (Files): Add lib/iconveh.h.
14480         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14481         lib/striconveh.h.
14482
14483 2009-04-10  Bruno Haible  <bruno@clisp.org>
14484
14485         * lib/uniconv.h: Update comment.
14486
14487 2009-04-10  Bruno Haible  <bruno@clisp.org>
14488
14489         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14490         always.
14491         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14492         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14493         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14494         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14495         "unistring-notinline.h", so that the function gets defined always.
14496         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14497         * lib/unistr/u8-uctomb.c: Likewise.
14498         * lib/unistr/u16-mbtouc.c: Likewise.
14499         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14500         * lib/unistr/u16-uctomb.c: Likewise.
14501         * lib/unistr/u32-mbtouc.c: Likewise.
14502         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14503         * lib/unistr/u32-uctomb.c: Likewise.
14504
14505 2009-04-10  Bruno Haible  <bruno@clisp.org>
14506
14507         Mark 'utime' obsolete.
14508         * modules/utime (Status, Notice): New sections.
14509         Suggested by Jim Meyering.
14510
14511         Fix cross-compile guess for utime test.
14512         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14513         autoconf.
14514         * doc/posix-functions/utime.texi: Give more precisions.
14515         Reported by Jan <ipif@ymail.com>.
14516
14517 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14518
14519         filevercmp: correct today's change
14520         * lib/filevercmp.c: Also handle coreutils' test inputs.
14521         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14522
14523         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14524         for reporting it.
14525         * lib/filevercmp.c: Special handle for "", "." and "..".
14526         * tests/test-filevercmp.c: Enlarge the set suite.
14527
14528 2009-04-07  Jim Meyering  <meyering@redhat.com>
14529
14530         useless-if-before-free: show how to remove braced useless free, too
14531         * build-aux/useless-if-before-free: still only in a comment, though.
14532
14533 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14534
14535         maint.mk: import changes to syntax-check macros from coreutils
14536         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14537         Use them in the relevant macros.
14538
14539 2009-04-06  Bruno Haible  <bruno@clisp.org>
14540
14541         Fix unportable use of bit-fields.
14542         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14543         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14544         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14545
14546 2009-04-06  Bruno Haible  <bruno@clisp.org>
14547
14548         Avoid test failures on AIX and OSF/1.
14549         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14550         that malloc(0) = NULL.
14551         * tests/unicase/test-u8-tolower.c (check): Likewise.
14552         * tests/unicase/test-u8-totitle.c (check): Likewise.
14553         * tests/unicase/test-u8-toupper.c (check): Likewise.
14554         * tests/unicase/test-u16-casefold.c (check): Likewise.
14555         * tests/unicase/test-u16-tolower.c (check): Likewise.
14556         * tests/unicase/test-u16-totitle.c (check): Likewise.
14557         * tests/unicase/test-u16-toupper.c (check): Likewise.
14558         * tests/unicase/test-u32-casefold.c (check): Likewise.
14559         * tests/unicase/test-u32-tolower.c (check): Likewise.
14560         * tests/unicase/test-u32-totitle.c (check): Likewise.
14561         * tests/unicase/test-u32-toupper.c (check): Likewise.
14562         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14563         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14564         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14565         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14566         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14567         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14568         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14569         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14570         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14571         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14572         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14573         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14574
14575 2009-04-05  Bruno Haible  <bruno@clisp.org>
14576
14577         Work around an autoconf limitation.
14578         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14579         comment line if it would be longer than 3 KB.
14580
14581 2009-04-05  Bruno Haible  <bruno@clisp.org>
14582
14583         Avoid test failure with libiconv-1.13.
14584         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14585         of the expected test results.
14586
14587 2009-04-05  Bruno Haible  <bruno@clisp.org>
14588
14589         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14590         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14591         that it should be installed.
14592
14593 2009-04-05  Bruno Haible  <bruno@clisp.org>
14594
14595         * gnulib-tool: New option --copy-file.
14596         (func_usage): Document it.
14597         (func_dest_tmpfilename): Moved out of func_import.
14598         (func_add_file, func_update_file): New functions, extracted from
14599         func_import.
14600         (func_import): Update.
14601
14602 2009-04-05  Karl Berry  <karl@gnu.org>
14603
14604         * README: prominently mention gnulib-tool.
14605         Rearrange sections so getting the code is near the top.
14606
14607 2009-04-05  Bruno Haible  <bruno@clisp.org>
14608
14609         * lib/unicase.h: Mention u*_cmp2.
14610         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14611         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14612         * lib/unicase/ulc-casecmp.c: Likewise.
14613         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14614         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14615         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14616         unistr/u8-cmp.
14617         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14618         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14619         unistr/u16-cmp.
14620         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14621         unistr/u32-cmp.
14622
14623         * lib/uninorm.h: Mention u*_cmp2.
14624         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14625         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14626         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14627         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14628         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14629         unistr/u8-cmp.
14630         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14631         unistr/u16-cmp.
14632         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14633         unistr/u32-cmp.
14634
14635         New module 'unistr/u32-cmp2'.
14636         * lib/unistr/u32-cmp2.c: New file.
14637         * modules/unistr/u32-cmp2: New file.
14638
14639         New module 'unistr/u16-cmp2'.
14640         * lib/unistr/u16-cmp2.c: New file.
14641         * modules/unistr/u16-cmp2: New file.
14642
14643         New module 'unistr/u8-cmp2'.
14644         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14645         * lib/unistr/u8-cmp2.c: New file.
14646         * lib/unistr/u-cmp2.h: New file.
14647         * modules/unistr/u8-cmp2: New file.
14648
14649 2009-04-05  Bruno Haible  <bruno@clisp.org>
14650
14651         * lib/unictype.h (uc_property_is_valid): New macro.
14652         * tests/unictype/test-pr_byname.c (main): Use it.
14653
14654         * lib/unistr.h: Doc fixes.
14655         * lib/uniconv.h: Doc fixes.
14656         * lib/unictype.h: Doc fixes.
14657
14658 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         Port coreutils 7.2 to Solaris 8.
14661
14662         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14663         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14664         for Solaris 8.  This is a bit of a hack, as it means it's the
14665         caller's responsibility to add -lnsl if needed, but most likely it
14666         won't be needed since only getaddrinfo uses this and getaddrinfo
14667         isn't needed on Solaris 8.
14668
14669         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14670         problem to Solaris 8 encountered with coreutils 7.2, which
14671         resulted in a message "fnmatch.c:292: warning: passing argument 4
14672         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14673         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14674
14675 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14676
14677         * m4/ld-version-script.m4: Add FIXME comment.
14678
14679 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14680
14681         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14682         SOVERSION variable.
14683
14684 2009-04-02  Bruno Haible  <bruno@clisp.org>
14685
14686         * Makefile (info, html, dvi, pdf): Combine the rules.
14687         Suggested by Jim Meyering.
14688
14689 2009-04-01  Bruno Haible  <bruno@clisp.org>
14690
14691         * Makefile (info, html, dvi, pdf): New targets.
14692         Reported by Reuben Thomas <rrt@sc3d.org>.
14693
14694 2009-04-01  Bruno Haible  <bruno@clisp.org>
14695
14696         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14697         can be put into PATH.
14698         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14699
14700 2009-04-01  Bruno Haible  <bruno@clisp.org>
14701
14702         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14703
14704 2009-04-01  Bruno Haible  <bruno@clisp.org>
14705
14706         Rename module 'visibility'.
14707         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14708         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14709         * doc/gnulib.texi: Update.
14710         * MODULES.html.sh (Misc): Update.
14711         * NEWS: Mention the change.
14712
14713 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14714
14715         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14716         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14717         Eric Blake <ebb9@byu.net> for review.
14718         * MODULES.html.sh: Add lib-msvc-compat.
14719         * doc/gnulib.texi: Link to new section.
14720         * m4/ld-output-def.m4: New file.
14721         * doc/ld-output-def.texi: New file.
14722
14723 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14724
14725         Rename ld-version-script to lib-symbol-versions.  Suggested by
14726         Bruno Haible <bruno@clisp.org>.
14727         * modules/ld-version-script: Renamed to lib-symbol-versions.
14728         * doc/ld-version-script.texi: Fix module name.
14729         * MODULES.html.sh: Add lib-symbol-versions.
14730
14731 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14732
14733         * modules/u64-tests: New file.
14734         * tests/test-u64.c: New file.
14735
14736 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14737
14738         * MODULES.html.sh: Mention u64.
14739         * modules/u64: New module.
14740         * modules/crypto/sha512: Depend on u64 module instead of providing
14741         u64.h.
14742
14743 2009-03-27  Eric Blake  <ebb9@byu.net>
14744
14745         test-strerror: make debugging EAI_SYSTEM easier
14746         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14747         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14748         failure was EAI_SYSTEM.
14749
14750 2009-03-25  Bruno Haible  <bruno@clisp.org>
14751
14752         Fix a problem with --enable-relocatable on Solaris 7.
14753         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14754         since 2008-02-24.
14755
14756 2009-03-25  Eric Blake  <ebb9@byu.net>
14757
14758         test-sockets: avoid gcc warning
14759         * tests/test-sockets.c (main): Silence compiler warning.
14760
14761 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14762
14763         New modules nproc, pthread, contributed by Glen Lenker.
14764
14765         * MODULES.html.sh: Add pthread, nproc.
14766         * lib/nproc.c: New file.
14767         * lib/nproc.h: New file.
14768         * lib/pthread.in.h: New file.
14769         * m4/pthread.m4: New file.
14770         * modules/nproc: New file.
14771         * modules/pthread: New file.
14772
14773 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14774
14775         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14776         New variable.
14777
14778 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14779
14780         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14781         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14782         * tests/test-filevercmp.c: Add tests for backup suffixes.
14783
14784 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14785
14786         * modules/stdlib (Depends-on): Add stdint, needed when defining
14787         struct random_data on, for example, HP-UX 10.20.  Reported by
14788         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14789
14790 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14791
14792         * lib/readline.c (readline): Call fflush on stdout after printing
14793         prompt.
14794
14795 2009-03-20  Bruno Haible  <bruno@clisp.org>
14796
14797         Remove dependency from 'close' module to -lws2_32 on native Windows.
14798         * lib/close-hook.h: New file.
14799         * lib/close-hook.c: New file.
14800         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14801         w32sock.h.
14802         (_gl_close_fd_maybe_socket): Remove function.
14803         (rpl_close): Invoke execute_all_close_hooks instead of
14804         _gl_close_fd_maybe_socket.
14805         * lib/sockets.c: Include close-hook.h, w32sock.h.
14806         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14807         (close_sockets_hook): New variable.
14808         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14809         (gl_sockets_cleanup): Unregister it.
14810         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14811         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14812         * modules/close-hook: New file.
14813         * modules/close (Files): Remove lib/w32sock.h.
14814         (Depends-on): Add close-hook.
14815         (Link): Remove section.
14816         * modules/sockets (Files): Add lib/w32sock.h.
14817         (Depends-on): Add close-hook.
14818         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14819         invocation.
14820         * NEWS: Mention that LIB_CLOSE is gone.
14821
14822 2009-03-23  Eric Blake  <ebb9@byu.net>
14823
14824         signal-tests: test previous patch
14825         * tests/test-signal.c: New file.
14826         * modules/signal-tests: Likewise.
14827
14828         signal.h: always support 'volatile sig_atomic_t'
14829         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14830         (gl_SIGNAL_H_DEFAULTS): Add a default.
14831         * modules/signal (Makefile.am): Substitute if needed.
14832         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14833         users can blindly add volatile.
14834         * doc/posix-headers/signal.texi (signal.h): Document it.
14835         Reported by Matthew Woehlke.
14836
14837 2009-03-23  Jim Meyering  <meyering@redhat.com>
14838
14839         pathmax: PATH_MAX: use pathconf only when available
14840         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14841         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14842         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14843         This avoids a link failure in a PSP cross-compilation environment
14844         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14845
14846         * lib/vasnprintf.c (divide): Fix typo in comment.
14847
14848 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14849
14850         * gnulib-tool (func_filter_filelist): Fix comment.
14851
14852 2009-03-20  Bruno Haible  <bruno@clisp.org>
14853
14854         Make sockets.h self-contained.
14855         * lib/sockets.c: Include sockets.h first.
14856         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14857
14858 2009-03-19  Eric Blake  <ebb9@byu.net>
14859
14860         doc: mention more functions added in cygwin 1.7.0
14861         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14862         addition.
14863         * doc/posix-functions/log2f.texi: Likewise.
14864
14865 2009-03-19  Jim Meyering  <meyering@redhat.com>
14866
14867         fsusage: avoid syntax error due to statement-before-declaration
14868         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14869         after all declarations.  Reported by Matthew Woehlke in
14870         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14871
14872 2009-03-18  Eric Blake  <ebb9@byu.net>
14873
14874         build-aux/compile: sync from automake
14875         * build-aux/compile: New file, from automake.
14876         * config/srclist.txt: Mention build-aux/compile.
14877
14878 2009-03-17  Bruno Haible  <bruno@clisp.org>
14879
14880         * lib/git-merge-changelog.c: Fix typo in comment.
14881         Reported by Reuben Thomas <rrt@sc3d.org>.
14882
14883 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14884
14885         * m4/regex.m4: update and improve help for
14886         --without-included-regex.
14887
14888 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14889
14890         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14891         failure on missing include files.
14892
14893 2009-03-17  Eric Blake  <ebb9@byu.net>
14894
14895         doc: mention more functions added in cygwin 1.7.0
14896         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14897         addition.
14898         * doc/posix-functions/fwscanf.texi: Likewise.
14899         * doc/posix-functions/swprintf.texi: Likewise.
14900         * doc/posix-functions/swscanf.texi: Likewise.
14901         * doc/posix-functions/vfwprintf.texi: Likewise.
14902         * doc/posix-functions/vfwscanf.texi: Likewise.
14903         * doc/posix-functions/vswprintf.texi: Likewise.
14904         * doc/posix-functions/vswscanf.texi: Likewise.
14905         * doc/posix-functions/vwprintf.texi: Likewise.
14906         * doc/posix-functions/vwscanf.texi: Likewise.
14907         * doc/posix-functions/wcscasecmp.texi: Likewise.
14908         * doc/posix-functions/wcsdup.texi: Likewise.
14909         * doc/posix-functions/wcsftime.texi: Likewise.
14910         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14911         * doc/posix-functions/wprintf.texi: Likewise.
14912         * doc/posix-functions/wscanf.texi: Likewise.
14913         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14914
14915 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14916
14917         maint.mk: really add $(AM_MAKEFLAGS)
14918         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14919         was inadvertently omitted in the last commit.
14920         Spotted by Bruno Haible.
14921
14922         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14923         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14924         $(AM_MAKEFLAGS)' rather than plain `make'.
14925
14926         gnulib-tool: execute $MAKE not make
14927         * gnulib-tool: Default $MAKE to 'make'.
14928         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14929         than make.  Initialize $MAKE in the do-autobuild script.
14930
14931         gnulib-tool: use $MAKE not make in generated files
14932         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14933         make, in generated files.  Initialize $MAKE in the do-autobuild
14934         script.
14935
14936         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14937
14938         GNUmakefile: disable parallelism only for multiple, recursive targets
14939         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14940         additions in the Makefile.
14941         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14942         by Automake.
14943         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14944         are listed on the command line and at least one of them is
14945         listed in $(ALL_RECURSIVE_TARGETS).
14946
14947 2009-03-14  Bruno Haible  <bruno@clisp.org>
14948
14949         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14950         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14951         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14952         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14953         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14954         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14955         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14956         unistr/u8-uctomb.
14957         * modules/unistr/u8-strchr (Depends-on): Likewise.
14958         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14959         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14960         unistr/u16-uctomb.
14961         * modules/unistr/u16-strchr (Depends-on): Likewise.
14962         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14963
14964 2009-03-12  Bruno Haible  <bruno@clisp.org>
14965
14966         Work around select() bug on Interix 3.5.
14967         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14968         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14969         * m4/select.m4: New file.
14970         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14971         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14972         * modules/select (Files): Add m4/select.m4.
14973         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14974         * modules/nanosleep (Depends-on): Add select.
14975         * modules/poll (Depends-on): Likewise.
14976         * doc/posix-functions/select.texi: Mention the Interix bug.
14977         Reported by Markus Duft <mduft@gentoo.org>.
14978
14979         * lib/select.c: Renamed from lib/winsock-select.c.
14980         * modules/select (Files): Add lib/select.c, remove
14981         lib/winsock-select.c.
14982         (configure.ac): Update.
14983
14984 2009-03-12  Jim Meyering  <meyering@redhat.com>
14985
14986         avoid gcc warnings about unused macro definitions
14987         * lib/readtokens.c (STREQ): Remove unused definition.
14988         * lib/xmalloc.c (SIZE_MAX): Likewise.
14989         * lib/openat-die.c (N_): Likewise.
14990         * lib/mountlist.c (SIZE_MAX): Remove definition.
14991         Instead, include <stdint.h>.
14992         * lib/readutmp.c: Likewise.
14993         * modules/readutmp (Depends-on): Add stdint.
14994         * modules/mountlist (Depends-on): Add stdint.
14995         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14996
14997 2009-03-10  Bruno Haible  <bruno@clisp.org>
14998
14999         Tests for module 'mbmemcasecoll'.
15000         * modules/mbmemcasecoll-tests: New file.
15001         * tests/test-mbmemcasecoll1.sh: New file.
15002         * tests/test-mbmemcasecoll2.sh: New file.
15003         * tests/test-mbmemcasecoll3.sh: New file.
15004         * tests/test-mbmemcasecoll.c: New file.
15005
15006         New module 'mbmemcasecoll'.
15007         * lib/mbmemcasecoll.h: New file.
15008         * lib/mbmemcasecoll.c: New file.
15009         * modules/mbmemcasecoll: New file.
15010
15011         * tests/test-mbmemcasecmp.h: New file, extracted from
15012         tests/test-mbmemcasecmp.c.
15013         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15014         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15015         (main): Update.
15016         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15017
15018 2009-03-09  Bruno Haible  <bruno@clisp.org>
15019
15020         Tests for module 'mbmemcasecmp'.
15021         * modules/mbmemcasecmp-tests: New file.
15022         * tests/test-mbmemcasecmp1.sh: New file.
15023         * tests/test-mbmemcasecmp2.sh: New file.
15024         * tests/test-mbmemcasecmp3.sh: New file.
15025         * tests/test-mbmemcasecmp.c: New file.
15026
15027         New module 'mbmemcasecmp'.
15028         * lib/mbmemcasecmp.h: New file.
15029         * lib/mbmemcasecmp.c: New file.
15030         * modules/mbmemcasecmp: New file.
15031
15032 2009-03-09  Bruno Haible  <bruno@clisp.org>
15033
15034         Tests for module 'unicase/ulc-casecoll'.
15035         * modules/unicase/ulc-casecoll-tests: New file.
15036         * tests/unicase/test-ulc-casecoll1.sh: New file.
15037         * tests/unicase/test-ulc-casecoll2.sh: New file.
15038         * tests/unicase/test-ulc-casecoll.c: New file.
15039
15040         New module 'unicase/ulc-casecoll'.
15041         * lib/unicase.h (ulc_casecoll): New declaration.
15042         * lib/unicase/ulc-casecoll.c: New file.
15043         * modules/unicase/ulc-casecoll: New file.
15044
15045         New module 'unicase/ulc-casexfrm'.
15046         * lib/unicase.h (ulc_casexfrm): New declaration.
15047         * lib/unicase/ulc-casexfrm.c: New file.
15048         * modules/unicase/ulc-casexfrm: New file.
15049
15050 2009-03-09  Bruno Haible  <bruno@clisp.org>
15051
15052         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15053         invocations.
15054
15055         * m4/mbscasecmp.m4: Remove file.
15056         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15057         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15058
15059         * m4/mbscasestr.m4: Remove file.
15060         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15061         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15062
15063         * m4/mbschr.m4: Remove file.
15064         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15065         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15066
15067         * m4/mbscspn.m4: Remove file.
15068         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15069         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15070
15071         * m4/mbslen.m4: Remove file.
15072         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15073         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15074
15075         * m4/mbsncasecmp.m4: Remove file.
15076         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15077         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15078
15079         * m4/mbsnlen.m4: Remove file.
15080         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15081         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15082
15083         * m4/mbspbrk.m4: Remove file.
15084         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15085         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15086
15087         * m4/mbspcasecmp.m4: Remove file.
15088         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15089         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15090
15091         * m4/mbsrchr.m4: Remove file.
15092         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15093         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15094
15095         * m4/mbssep.m4: Remove file.
15096         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15097         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15098
15099         * m4/mbsspn.m4: Remove file.
15100         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15101         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15102
15103         * m4/mbsstr.m4: Remove file.
15104         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15105         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15106
15107         * m4/mbstok_r.m4: Remove file.
15108         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15109         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15110
15111         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15112
15113         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15114         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15115
15116         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15117
15118 2009-03-08  Bruno Haible  <bruno@clisp.org>
15119
15120         Tests for module 'unicase/ulc-casecmp'.
15121         * modules/unicase/ulc-casecmp-tests: New file.
15122         * tests/unicase/test-ulc-casecmp1.sh: New file.
15123         * tests/unicase/test-ulc-casecmp2.sh: New file.
15124         * tests/unicase/test-ulc-casecmp.c: New file.
15125
15126         New module 'unicase/ulc-casecmp'.
15127         * lib/unicase.h (ulc_casecmp): New declaration.
15128         * lib/unicase/ulc-casecmp.c: New file.
15129         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15130         'const SRC_UNIT *'.
15131         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15132         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15133         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15134         * modules/unicase/ulc-casecmp: New file.
15135
15136         Tests for module 'unicase/u32-is-cased'.
15137         * modules/unicase/u32-is-cased-tests: New file.
15138         * tests/unicase/test-u32-is-cased.c: New file.
15139
15140         Tests for module 'unicase/u16-is-cased'.
15141         * modules/unicase/u16-is-cased-tests: New file.
15142         * tests/unicase/test-u16-is-cased.c: New file.
15143
15144         Tests for module 'unicase/u8-is-cased'.
15145         * modules/unicase/u8-is-cased-tests: New file.
15146         * tests/unicase/test-u8-is-cased.c: New file.
15147         * tests/unicase/test-is-cased.h: New file.
15148
15149         New module 'unicase/u32-is-cased'.
15150         * lib/unicase/u32-is-cased.c: New file.
15151         * modules/unicase/u32-is-cased: New file.
15152
15153         New module 'unicase/u16-is-cased'.
15154         * lib/unicase/u16-is-cased.c: New file.
15155         * modules/unicase/u16-is-cased: New file.
15156
15157         New module 'unicase/u8-is-cased'.
15158         * lib/unicase/u8-is-cased.c: New file.
15159         * lib/unicase/u-is-cased.h: New file.
15160         * modules/unicase/u8-is-cased: New file.
15161
15162         Tests for module 'unicase/u32-is-casefolded'.
15163         * modules/unicase/u32-is-casefolded-tests: New file.
15164         * tests/unicase/test-u32-is-casefolded.c: New file.
15165
15166         Tests for module 'unicase/u16-is-casefolded'.
15167         * modules/unicase/u16-is-casefolded-tests: New file.
15168         * tests/unicase/test-u16-is-casefolded.c: New file.
15169
15170         Tests for module 'unicase/u8-is-casefolded'.
15171         * modules/unicase/u8-is-casefolded-tests: New file.
15172         * tests/unicase/test-u8-is-casefolded.c: New file.
15173         * tests/unicase/test-is-casefolded.h: New file.
15174
15175         New module 'unicase/u32-is-casefolded'.
15176         * lib/unicase/u32-is-casefolded.c: New file.
15177         * modules/unicase/u32-is-casefolded: New file.
15178
15179         New module 'unicase/u16-is-casefolded'.
15180         * lib/unicase/u16-is-casefolded.c: New file.
15181         * modules/unicase/u16-is-casefolded: New file.
15182
15183         New module 'unicase/u8-is-casefolded'.
15184         * lib/unicase/u8-is-casefolded.c: New file.
15185         * modules/unicase/u8-is-casefolded: New file.
15186
15187         Tests for module 'unicase/u32-is-titlecase'.
15188         * modules/unicase/u32-is-titlecase-tests: New file.
15189         * tests/unicase/test-u32-is-titlecase.c: New file.
15190
15191         Tests for module 'unicase/u16-is-titlecase'.
15192         * modules/unicase/u16-is-titlecase-tests: New file.
15193         * tests/unicase/test-u16-is-titlecase.c: New file.
15194
15195         Tests for module 'unicase/u8-is-titlecase'.
15196         * modules/unicase/u8-is-titlecase-tests: New file.
15197         * tests/unicase/test-u8-is-titlecase.c: New file.
15198         * tests/unicase/test-is-titlecase.h: New file.
15199
15200         New module 'unicase/u32-is-titlecase'.
15201         * lib/unicase/u32-is-titlecase.c: New file.
15202         * modules/unicase/u32-is-titlecase: New file.
15203
15204         New module 'unicase/u16-is-titlecase'.
15205         * lib/unicase/u16-is-titlecase.c: New file.
15206         * modules/unicase/u16-is-titlecase: New file.
15207
15208         New module 'unicase/u8-is-titlecase'.
15209         * lib/unicase/u8-is-titlecase.c: New file.
15210         * modules/unicase/u8-is-titlecase: New file.
15211
15212         Tests for module 'unicase/u32-is-lowercase'.
15213         * modules/unicase/u32-is-lowercase-tests: New file.
15214         * tests/unicase/test-u32-is-lowercase.c: New file.
15215
15216         Tests for module 'unicase/u16-is-lowercase'.
15217         * modules/unicase/u16-is-lowercase-tests: New file.
15218         * tests/unicase/test-u16-is-lowercase.c: New file.
15219
15220         Tests for module 'unicase/u8-is-lowercase'.
15221         * modules/unicase/u8-is-lowercase-tests: New file.
15222         * tests/unicase/test-u8-is-lowercase.c: New file.
15223         * tests/unicase/test-is-lowercase.h: New file.
15224
15225         New module 'unicase/u32-is-lowercase'.
15226         * lib/unicase/u32-is-lowercase.c: New file.
15227         * modules/unicase/u32-is-lowercase: New file.
15228
15229         New module 'unicase/u16-is-lowercase'.
15230         * lib/unicase/u16-is-lowercase.c: New file.
15231         * modules/unicase/u16-is-lowercase: New file.
15232
15233         New module 'unicase/u8-is-lowercase'.
15234         * lib/unicase/u8-is-lowercase.c: New file.
15235         * modules/unicase/u8-is-lowercase: New file.
15236
15237         Tests for module 'unicase/u32-is-uppercase'.
15238         * modules/unicase/u32-is-uppercase-tests: New file.
15239         * tests/unicase/test-u32-is-uppercase.c: New file.
15240
15241         Tests for module 'unicase/u16-is-uppercase'.
15242         * modules/unicase/u16-is-uppercase-tests: New file.
15243         * tests/unicase/test-u16-is-uppercase.c: New file.
15244
15245         Tests for module 'unicase/u8-is-uppercase'.
15246         * modules/unicase/u8-is-uppercase-tests: New file.
15247         * tests/unicase/test-u8-is-uppercase.c: New file.
15248         * tests/unicase/test-is-uppercase.h: New file.
15249
15250         New module 'unicase/u32-is-uppercase'.
15251         * lib/unicase/u32-is-uppercase.c: New file.
15252         * modules/unicase/u32-is-uppercase: New file.
15253
15254         New module 'unicase/u16-is-uppercase'.
15255         * lib/unicase/u16-is-uppercase.c: New file.
15256         * modules/unicase/u16-is-uppercase: New file.
15257
15258         New module 'unicase/u8-is-uppercase'.
15259         * lib/unicase/u8-is-uppercase.c: New file.
15260         * modules/unicase/u8-is-uppercase: New file.
15261
15262         New module 'unicase/u32-is-invariant'.
15263         * lib/unicase/u32-is-invariant.c: New file.
15264         * modules/unicase/u32-is-invariant: New file.
15265
15266         New module 'unicase/u16-is-invariant'.
15267         * lib/unicase/u16-is-invariant.c: New file.
15268         * modules/unicase/u16-is-invariant: New file.
15269
15270         New module 'unicase/u8-is-invariant'.
15271         * lib/unicase/u8-is-invariant.c: New file.
15272         * lib/unicase/invariant.h: New file.
15273         * lib/unicase/u-is-invariant.h: New file.
15274         * modules/unicase/u8-is-invariant: New file.
15275
15276         Tests for module 'unicase/u32-casecoll'.
15277         * modules/unicase/u32-casecoll-tests: New file.
15278         * tests/unicase/test-u32-casecoll.c: New file.
15279
15280         Tests for module 'unicase/u16-casecoll'.
15281         * modules/unicase/u16-casecoll-tests: New file.
15282         * tests/unicase/test-u16-casecoll.c: New file.
15283
15284         Tests for module 'unicase/u8-casecoll'.
15285         * modules/unicase/u8-casecoll-tests: New file.
15286         * tests/unicase/test-u8-casecoll.c: New file.
15287
15288         New module 'unicase/u32-casecoll'.
15289         * lib/unicase/u32-casecoll.c: New file.
15290         * modules/unicase/u32-casecoll: New file.
15291
15292         New module 'unicase/u16-casecoll'.
15293         * lib/unicase/u16-casecoll.c: New file.
15294         * modules/unicase/u16-casecoll: New file.
15295
15296         New module 'unicase/u8-casecoll'.
15297         * lib/unicase/u8-casecoll.c: New file.
15298         * lib/unicase/u-casecoll.h: New file.
15299         * modules/unicase/u8-casecoll: New file.
15300
15301         New module 'unicase/u32-casexfrm'.
15302         * lib/unicase/u32-casexfrm.c: New file.
15303         * modules/unicase/u32-casexfrm: New file.
15304
15305         New module 'unicase/u16-casexfrm'.
15306         * lib/unicase/u16-casexfrm.c: New file.
15307         * modules/unicase/u16-casexfrm: New file.
15308
15309         New module 'unicase/u8-casexfrm'.
15310         * lib/unicase/u8-casexfrm.c: New file.
15311         * lib/unicase/u-casexfrm.h: New file.
15312         * modules/unicase/u8-casexfrm: New file.
15313
15314         Tests for module 'unicase/u32-casecmp'.
15315         * modules/unicase/u32-casecmp-tests: New file.
15316         * tests/unicase/test-u32-casecmp.c: New file.
15317
15318         Tests for module 'unicase/u16-casecmp'.
15319         * modules/unicase/u16-casecmp-tests: New file.
15320         * tests/unicase/test-u16-casecmp.c: New file.
15321
15322         Tests for module 'unicase/u8-casecmp'.
15323         * modules/unicase/u8-casecmp-tests: New file.
15324         * tests/unicase/test-u8-casecmp.c: New file.
15325         * tests/unicase/test-casecmp.h: New file.
15326
15327         New module 'unicase/u32-casecmp'.
15328         * lib/unicase/u32-casecmp.c: New file.
15329         * modules/unicase/u32-casecmp: New file.
15330
15331         New module 'unicase/u16-casecmp'.
15332         * lib/unicase/u16-casecmp.c: New file.
15333         * modules/unicase/u16-casecmp: New file.
15334
15335         New module 'unicase/u8-casecmp'.
15336         * lib/unicase/u8-casecmp.c: New file.
15337         * lib/unicase/u-casecmp.h: New file.
15338         * modules/unicase/u8-casecmp: New file.
15339
15340         Tests for module 'unicase/u32-casefold'.
15341         * modules/unicase/u32-casefold-tests: New file.
15342         * tests/unicase/test-u32-casefold.c: New file.
15343
15344         Tests for module 'unicase/u16-casefold'.
15345         * modules/unicase/u16-casefold-tests: New file.
15346         * tests/unicase/test-u16-casefold.c: New file.
15347
15348         Tests for module 'unicase/u8-casefold'.
15349         * modules/unicase/u8-casefold-tests: New file.
15350         * tests/unicase/test-u8-casefold.c: New file.
15351
15352         New module 'unicase/u32-casefold'.
15353         * lib/unicase/u32-casefold.c: New file.
15354         * modules/unicase/u32-casefold: New file.
15355
15356         New module 'unicase/u16-casefold'.
15357         * lib/unicase/u16-casefold.c: New file.
15358         * modules/unicase/u16-casefold: New file.
15359
15360         New module 'unicase/u8-casefold'.
15361         * lib/unicase/u8-casefold.c: New file.
15362         * lib/unicase/u-casefold.h: New file.
15363         * modules/unicase/u8-casefold: New file.
15364
15365         New module 'unicase/tocasefold'.
15366         * lib/unicase/casefold.h: New file.
15367         * lib/unicase/tocasefold.c: New file.
15368         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15369         * modules/unicase/tocasefold: New file.
15370
15371         Tests for module 'unicase/u32-totitle'.
15372         * modules/unicase/u32-totitle-tests: New file.
15373         * tests/unicase/test-u32-totitle.c: New file.
15374
15375         Tests for module 'unicase/u16-totitle'.
15376         * modules/unicase/u16-totitle-tests: New file.
15377         * tests/unicase/test-u16-totitle.c: New file.
15378
15379         Tests for module 'unicase/u8-totitle'.
15380         * modules/unicase/u8-totitle-tests: New file.
15381         * tests/unicase/test-u8-totitle.c: New file.
15382
15383         New module 'unicase/u32-totitle'.
15384         * lib/unicase/u32-totitle.c: New file.
15385         * modules/unicase/u32-totitle: New file.
15386
15387         New module 'unicase/u16-totitle'.
15388         * lib/unicase/u16-totitle.c: New file.
15389         * modules/unicase/u16-totitle: New file.
15390
15391         New module 'unicase/u8-totitle'.
15392         * lib/unicase/u8-totitle.c: New file.
15393         * lib/unicase/u-totitle.h: New file.
15394         * modules/unicase/u8-totitle: New file.
15395
15396         Tests for module 'unicase/u32-tolower'.
15397         * modules/unicase/u32-tolower-tests: New file.
15398         * tests/unicase/test-u32-tolower.c: New file.
15399
15400         Tests for module 'unicase/u16-tolower'.
15401         * modules/unicase/u16-tolower-tests: New file.
15402         * tests/unicase/test-u16-tolower.c: New file.
15403
15404         Tests for module 'unicase/u8-tolower'.
15405         * modules/unicase/u8-tolower-tests: New file.
15406         * tests/unicase/test-u8-tolower.c: New file.
15407
15408         New module 'unicase/u32-tolower'.
15409         * lib/unicase/u32-tolower.c: New file.
15410         * modules/unicase/u32-tolower: New file.
15411
15412         New module 'unicase/u16-tolower'.
15413         * lib/unicase/u16-tolower.c: New file.
15414         * modules/unicase/u16-tolower: New file.
15415
15416         New module 'unicase/u8-tolower'.
15417         * lib/unicase/u8-tolower.c: New file.
15418         * modules/unicase/u8-tolower: New file.
15419
15420         Tests for module 'unicase/u32-toupper'.
15421         * modules/unicase/u32-toupper-tests: New file.
15422         * tests/unicase/test-u32-toupper.c: New file.
15423
15424         Tests for module 'unicase/u16-toupper'.
15425         * modules/unicase/u16-toupper-tests: New file.
15426         * tests/unicase/test-u16-toupper.c: New file.
15427
15428         Tests for module 'unicase/u8-toupper'.
15429         * modules/unicase/u8-toupper-tests: New file.
15430         * tests/unicase/test-u8-toupper.c: New file.
15431
15432         New module 'unicase/u32-toupper'.
15433         * lib/unicase/u32-toupper.c: New file.
15434         * modules/unicase/u32-toupper: New file.
15435
15436         New module 'unicase/u16-toupper'.
15437         * lib/unicase/u16-toupper.c: New file.
15438         * modules/unicase/u16-toupper: New file.
15439
15440         New module 'unicase/u8-toupper'.
15441         * lib/unicase/u8-toupper.c: New file.
15442         * modules/unicase/u8-toupper: New file.
15443
15444         New module 'unicase/u32-casemap'.
15445         * lib/unicase/u32-casemap.c: New file.
15446         * modules/unicase/u32-casemap: New file.
15447
15448         New module 'unicase/u16-casemap'.
15449         * lib/unicase/u16-casemap.c: New file.
15450         * modules/unicase/u16-casemap: New file.
15451
15452         New module 'unicase/u8-casemap'.
15453         * lib/unicase/unicasemap.h: New file.
15454         * lib/unicase/u8-casemap.c: New file.
15455         * lib/unicase/u-casemap.h: New file.
15456         * modules/unicase/u8-casemap: New file.
15457
15458         New module 'unicase/special-casing'.
15459         * lib/unicase/special-casing.h: New file.
15460         * lib/unicase/special-casing.c: New file.
15461         * lib/unicase/special-casing-table.gperf: New file, generated by
15462         gen-uni-tables.c.
15463         * modules/unicase/special-casing: New file.
15464
15465         Tests for module 'unicase/locale-language'.
15466         * modules/unicase/locale-language-tests: New file.
15467         * tests/unicase/test-locale-language.sh: New file.
15468         * tests/unicase/test-locale-language.c: New file.
15469
15470         New module 'unicase/locale-language'.
15471         * lib/unicase/locale-language.c: New file.
15472         * lib/unicase/locale-languages.gperf: New file.
15473         * modules/unicase/locale-language: New file.
15474
15475         Generate more tables for case conversion and case folding.
15476         * lib/gen-uni-tables.c (SCC_*): New enum items.
15477         (struct special_casing_rule): New type.
15478         (casing_rules, num_casing_rules, allocated_casing_rules): New
15479         variables.
15480         (add_casing_rule, fill_casing_rules): New functions.
15481         (struct casefold_rule): New type.
15482         (casefolding_rules, num_casefolding_rules,
15483         allocated_casefolding_rules): New variables.
15484         (fill_casefolding_rules): New function.
15485         (unicode_casefold): New variable.
15486         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15487         sort_casing_rules, output_casing_rules): New functions.
15488         (main): Accept to more arguments: SpecialCasing.txt and
15489         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15490         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15491         Output mapping for casefolding.
15492
15493         * lib/unicase.h: Include stdbool.h, uninorm.h.
15494         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15495         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15496         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15497         arguments.
15498         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15499         resultp arguments.
15500         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15501         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15502         resultp arguments.
15503         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15504         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15505         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15506         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15507         declarations.
15508         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15509
15510 2009-03-08  Bruno Haible  <bruno@clisp.org>
15511
15512         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15513         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15514         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15515         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15516
15517 2009-03-07  Bruno Haible  <bruno@clisp.org>
15518
15519         Adjust u*_normcmp, u*_normcoll API.
15520         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15521         u16_normcoll, u32_normcoll): Change failure conventions.
15522         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15523         errno and return -1.
15524         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15525
15526 2009-03-07  Bruno Haible  <bruno@clisp.org>
15527
15528         Tests for module 'uninorm/u32-normcoll'.
15529         * modules/uninorm/u32-normcoll-tests: New file.
15530         * tests/uninorm/test-u32-normcoll.c: New file.
15531
15532         Tests for module 'uninorm/u16-normcoll'.
15533         * modules/uninorm/u16-normcoll-tests: New file.
15534         * tests/uninorm/test-u16-normcoll.c: New file.
15535
15536         Tests for module 'uninorm/u8-normcoll'.
15537         * modules/uninorm/u8-normcoll-tests: New file.
15538         * tests/uninorm/test-u8-normcoll.c: New file.
15539
15540 2009-03-07  Bruno Haible  <bruno@clisp.org>
15541
15542         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15543         tests/uninorm/test-u32-normcmp.c.
15544         * tests/uninorm/test-u32-normcmp.c: Include it.
15545         (test_nonascii): New function, extracted from main. Add some more
15546         tests.
15547         (main): Invoke test_ascii and test_nonascii.
15548         * modules/uninorm/u32-normcmp-tests (Files): Add
15549         tests/uninorm/test-u32-normcmp.h.
15550         (Depends-on): Remove uninorm/u32-normcmp.
15551
15552         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15553         tests/uninorm/test-u16-normcmp.c.
15554         * tests/uninorm/test-u16-normcmp.c: Include it.
15555         (test_nonascii): New function, extracted from main. Add some more
15556         tests.
15557         (main): Invoke test_ascii and test_nonascii.
15558         * modules/uninorm/u16-normcmp-tests (Files): Add
15559         tests/uninorm/test-u16-normcmp.h.
15560         (Depends-on): Remove uninorm/u16-normcmp.
15561
15562         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15563         tests/uninorm/test-u8-normcmp.c.
15564         * tests/uninorm/test-u8-normcmp.c: Include it.
15565         (test_nonascii): New function, extracted from main. Add some more
15566         tests.
15567         (main): Invoke test_ascii and test_nonascii.
15568         * modules/uninorm/u8-normcmp-tests (Files): Add
15569         tests/uninorm/test-u8-normcmp.h.
15570         (Depends-on): Remove uninorm/u8-normcmp.
15571
15572 2009-03-07  Bruno Haible  <bruno@clisp.org>
15573
15574         New module 'uninorm/u32-normcoll'.
15575         * lib/uninorm/u32-normcoll.c: New file.
15576         * modules/uninorm/u32-normcoll: New file.
15577
15578         New module 'uninorm/u16-normcoll'.
15579         * lib/uninorm/u16-normcoll.c: New file.
15580         * modules/uninorm/u16-normcoll: New file.
15581
15582         New module 'uninorm/u8-normcoll'.
15583         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15584         declarations.
15585         * lib/uninorm/u8-normcoll.c: New file.
15586         * lib/uninorm/u-normcoll.h: New file.
15587         * modules/uninorm/u8-normcoll: New file.
15588
15589         New module 'uninorm/u32-normxfrm'.
15590         * lib/uninorm/u32-normxfrm.c: New file.
15591         * modules/uninorm/u32-normxfrm: New file.
15592
15593         New module 'uninorm/u16-normxfrm'.
15594         * lib/uninorm/u16-normxfrm.c: New file.
15595         * modules/uninorm/u16-normxfrm: New file.
15596
15597         New module 'uninorm/u8-normxfrm'.
15598         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15599         declarations.
15600         * lib/uninorm/u8-normxfrm.c: New file.
15601         * lib/uninorm/u-normxfrm.h: New file.
15602         * modules/uninorm/u8-normxfrm: New file.
15603
15604 2009-03-07  Bruno Haible  <bruno@clisp.org>
15605
15606         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15607         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15608         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15609
15610 2009-03-07  Bruno Haible  <bruno@clisp.org>
15611
15612         New module 'memxfrm'.
15613         * lib/memxfrm.h: New file.
15614         * lib/memxfrm.c: New file.
15615         * modules/memxfrm: New file.
15616
15617 2009-03-07  Bruno Haible  <bruno@clisp.org>
15618
15619         New module 'memcmp2'.
15620         * lib/memcmp2.h: New file.
15621         * lib/memcmp2.c: New file.
15622         * modules/memcmp2: New file.
15623
15624 2009-03-07  Bruno Haible  <bruno@clisp.org>
15625
15626         Tests for module 'uninorm/decomposing-form'.
15627         * modules/uninorm/decomposing-form-tests: New file.
15628         * tests/uninorm/test-decomposing-form.c: New file.
15629
15630         New module 'uninorm/decomposing-form'.
15631         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15632         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15633         Add 'decomposing_variant' field.
15634         * lib/uninorm/decomposing-form.c: New file.
15635         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15636         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15637         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15638         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15639         * modules/uninorm/decomposing-form: New file.
15640         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15641         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15642
15643 2009-03-07  Bruno Haible  <bruno@clisp.org>
15644
15645         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15646         strings.
15647
15648 2009-03-06  Bruno Haible  <bruno@clisp.org>
15649
15650         Tests for module 'uninorm/u32-normcmp'.
15651         * tests/uninorm/test-u32-normcmp.c: New file.
15652         * modules/uninorm/u32-normcmp-tests: New file.
15653
15654         Tests for module 'uninorm/u16-normcmp'.
15655         * tests/uninorm/test-u16-normcmp.c: New file.
15656         * modules/uninorm/u16-normcmp-tests: New file.
15657
15658         Tests for module 'uninorm/u8-normcmp'.
15659         * tests/uninorm/test-u8-normcmp.c: New file.
15660         * modules/uninorm/u8-normcmp-tests: New file.
15661
15662         New module 'uninorm/u32-normcmp'.
15663         * lib/uninorm/u32-normcmp.c: New file.
15664         * modules/uninorm/u32-normcmp: New file.
15665
15666         New module 'uninorm/u16-normcmp'.
15667         * lib/uninorm/u16-normcmp.c: New file.
15668         * modules/uninorm/u16-normcmp: New file.
15669
15670         New module 'uninorm/u8-normcmp'.
15671         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15672         declarations.
15673         * lib/uninorm/u8-normcmp.c: New file.
15674         * lib/uninorm/u-normcmp.h: New file.
15675         * modules/uninorm/u8-normcmp: New file.
15676
15677 2009-03-06  Bruno Haible  <bruno@clisp.org>
15678
15679         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15680         Reported by Eric Blake.
15681
15682 2009-03-06  Eric Blake  <ebb9@byu.net>
15683             Bruno Haible  <bruno@clisp.org>
15684
15685         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15686         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15687         condition.
15688         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15689         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15690         condition.
15691         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15692
15693 2009-03-06  Eric Blake  <ebb9@byu.net>
15694
15695         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15696         to avoid compiler warnings.
15697         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15698
15699 2009-03-05  Bruno Haible  <bruno@clisp.org>
15700
15701         * tests/test-ftell.c (main): Disable test beyond end of file on
15702         FreeMiNT.
15703         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15704
15705 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15706
15707         * lib/filevercmp.c: Move hidden files up in ordering.
15708         * tests/test-filevercmp.c: Add tests for hidden files.
15709
15710 2009-03-04  Bruno Haible  <bruno@clisp.org>
15711
15712         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15713         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15714         AM_CFLAGS.
15715         Reported by Simon Josefsson.
15716
15717 2009-03-03  Bruno Haible  <bruno@clisp.org>
15718
15719         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15720         Reported by Simon Josefsson.
15721
15722         * doc/ld-version-script.texi: Update node reference.
15723
15724 2009-03-03  Bruno Haible  <bruno@clisp.org>
15725
15726         * modules/visibility (License): Change to 'unlimited'.
15727         Suggested by Simon Josefsson.
15728
15729 2009-03-03  Jim Meyering  <meyering@redhat.com>
15730
15731         unlinkdir: cannot_unlink_dir may modify process state
15732         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15733         it's neither thread-safe nor appropriate for use in a library.
15734
15735 2009-03-03  Eric Blake  <ebb9@byu.net>
15736
15737         test-closein: silence test under Darwin
15738         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15739         care if it dies from EPIPE or EBADF.
15740
15741 2009-03-03  Bruno Haible  <bruno@clisp.org>
15742
15743         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15744         earlier.
15745         * doc/visibility.texi: Fix @node and @section.
15746
15747 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15748
15749         * doc/gnulib.texi: Link to sections for ld version script and
15750         visibility.
15751         * doc/visibility.texi: Add @node and @section.
15752         * modules/ld-version-script: New module.
15753         * m4/ld-version-script.m4: New file.
15754         * doc/ld-version-script.texi: New file.
15755
15756 2009-03-02  David Lutterkort  <lutter@redhat.com>
15757
15758         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15759         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15760
15761 2009-03-02  Bruno Haible  <bruno@clisp.org>
15762
15763         * doc/visibility.texi: Mention libtool's -export-symbols option.
15764
15765 2009-03-02  Jim Meyering  <meyering@redhat.com>
15766
15767         announce-gen: new option: --no-print-checksums
15768         * build-aux/announce-gen (usage): Describe it.
15769         (print_checksums): Print a newline here, not in the [*] footnote.
15770         (main): Honor it.
15771
15772 2009-03-01  Bruno Haible  <bruno@clisp.org>
15773
15774         Use socklen_t in the native Windows replacements prototypes.
15775         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15776         instead of 'int'.
15777         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15778         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15779         * modules/getsockopt (Depends-on): Add socklen.
15780         * modules/setsockopt (Depends-on): Add socklen.
15781
15782 2009-03-01  Bruno Haible  <bruno@clisp.org>
15783
15784         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15785         least 4.2.
15786
15787 2009-03-01  Eric Blake  <ebb9@byu.net>
15788             Bruno Haible  <bruno@clisp.org>
15789
15790         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15791         error messages.
15792         * lib/wait-process.c (wait_subprocess): Omit error message about
15793         deadly signal sent to the child of termsigp != NULL.
15794
15795 2009-03-01  Eric Blake  <ebb9@byu.net>
15796
15797         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15798
15799 2009-03-01  Bruno Haible  <bruno@clisp.org>
15800
15801         Avoid a gcc warning.
15802         * tests/test-sched.c (b): Make global.
15803         Reported by Eric Blake.
15804
15805 2009-01-19  Martin Lambers  <marlam@marlam.de>
15806
15807         Provide POSIX semantics for socket timeout options on W32.
15808         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15809         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15810         * modules/setsockopt: Depend on sys_time module for struct timeval.
15811         * modules/getsockopt: Depend on sys_time module for struct timeval.
15812
15813 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15814
15815         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15816         __USE_GNU, for consistency with netdb.in.h.
15817         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15818
15819 2009-03-01  Bruno Haible  <bruno@clisp.org>
15820
15821         More support for FreeMiNT.
15822         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15823         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15824
15825 2009-03-01  Bruno Haible  <bruno@clisp.org>
15826
15827         More support for FreeMiNT.
15828         * lib/fpurge.c (fpurge): Correct last commit.
15829         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15830
15831 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15832
15833         Fix unportable awk script in vc-list-files.
15834         * build-aux/vc-list-files: In the replacement awk script, use
15835         substr with a second argument of 1, not zero.
15836         Report by Simon Josefsson.
15837
15838 2009-02-28  Bruno Haible  <bruno@clisp.org>
15839
15840         More support for FreeMiNT.
15841         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15842         to FreeMiNT today.
15843         * lib/fwriting.c (fwriting): Likewise.
15844         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15845
15846 2009-02-28  Bruno Haible  <bruno@clisp.org>
15847
15848         * tests/test-freadseek.c (main): Disable test beyond end of file on
15849         FreeMiNT.
15850         * tests/test-ftello.c (main): Likewise.
15851         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15852
15853 2009-02-28  Bruno Haible  <bruno@clisp.org>
15854
15855         Add tentative support for FreeMiNT.
15856         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15857         * lib/fpurge.c (fpurge): Likewise.
15858         * lib/freadable.c (freadable): Likewise.
15859         * lib/freading.c (freading): Likewise.
15860         * lib/freadptr.c (freadptr): Likewise.
15861         * lib/freadseek.c (freadptrinc): Likewise.
15862         * lib/fseeko.c (rpl_fseeko): Likewise.
15863         * lib/fseterr.c (fseterr): Likewise.
15864         * lib/fwritable.c (fwritable): Likewise.
15865         * lib/fwriting.c (fwriting): Likewise.
15866         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15867         Hourihane.
15868         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15869
15870 2009-02-28  Bruno Haible  <bruno@clisp.org>
15871
15872         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15873         SIGCHLD.
15874         Reported by Jim Meyering.
15875
15876 2009-02-28  Bruno Haible  <bruno@clisp.org>
15877
15878         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15879         Mention the results of these tests on various platforms.
15880         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15881         order.
15882         * doc/posix-functions/printf.texi: Likewise.
15883         * doc/posix-functions/snprintf.texi: Likewise.
15884         * doc/posix-functions/sprintf.texi: Likewise.
15885         * doc/posix-functions/vfprintf.texi: Likewise.
15886         * doc/posix-functions/vprintf.texi: Likewise.
15887         * doc/posix-functions/vsnprintf.texi: Likewise.
15888         * doc/posix-functions/vsprintf.texi: Likewise.
15889         * doc/glibc-functions/obstack_printf.texi: Likewise.
15890         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15891
15892 2009-02-28  Bruno Haible  <bruno@clisp.org>
15893
15894         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15895         Reported by Loïc Minier <lool@dooz.org>.
15896
15897 2009-02-27  Bruno Haible  <bruno@clisp.org>
15898
15899         * gnulib-tool (func_import): Make the sed expression used to create the
15900         sed script for updating the .gitignore file POSIX compliant.
15901         Reported by Eric Blake.
15902
15903 2009-02-27  Bruno Haible  <bruno@clisp.org>
15904
15905         * gnulib-tool (sed): Don't alias as "sed --posix".
15906         Reported by Eric Blake.
15907
15908 2009-02-27  Bruno Haible  <bruno@clisp.org>
15909
15910         Avoid test link errors.
15911         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15912         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15913         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15914         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15915         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15916
15917 2009-02-27  Bruno Haible  <bruno@clisp.org>
15918
15919         Avoid spurious "(cached)" in configure output.
15920         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15921         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15922         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15923         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15924         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15925         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15926         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15927         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15928         Reported by Eric Blake.
15929
15930 2009-02-27  Eric Blake  <ebb9@byu.net>
15931
15932         printf: fix regression in previous patch
15933         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15934
15935 2009-02-27  Bruno Haible  <bruno@clisp.org>
15936
15937         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15938         value.
15939         * lib/stdint.in.h: Likewise.
15940         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15941
15942 2009-02-27  Eric Blake  <ebb9@byu.net>
15943
15944         doc: mention more functions added in cygwin 1.7.0
15945         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15946         addition.
15947         * doc/posix-functions/open_wmemstream.texi: Likewise.
15948         * doc/posix-functions/wcsnlen.texi: Likewise.
15949         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15950         * doc/posix-functions/wcstod.texi: Likewise.
15951         * doc/posix-functions/wcstof.texi: Likewise.
15952         * doc/posix-functions/wcstoimax.texi: Likewise.
15953         * doc/posix-functions/wcstok.texi: Likewise.
15954         * doc/posix-functions/wcstoumax.texi: Likewise.
15955
15956         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15957         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15958         * doc/posix-functions/fprintf.texi: Update.
15959         * doc/posix-functions/printf.texi: Update.
15960         * doc/posix-functions/snprintf.texi: Update.
15961         * doc/posix-functions/sprintf.texi: Update.
15962         * doc/posix-functions/vfprintf.texi: Update.
15963         * doc/posix-functions/vprintf.texi: Update.
15964         * doc/posix-functions/vsnprintf.texi: Update.
15965         * doc/posix-functions/vsprintf.texi: Update.
15966         * doc/glibc-functions/obstack_printf.texi: Update.
15967         * doc/glibc-functions/obstack_vprintf.texi: Update.
15968
15969 2009-02-26  Eric Blake  <ebb9@byu.net>
15970
15971         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15972         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15973         compilation bug by using runtime conversion.
15974         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15975         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15976         * modules/ceill-tests (Files): Use nan.h.
15977         * modules/floorl-tests (Files): Likewise.
15978         * modules/frexpl-tests (Files): Likewise.
15979         * modules/isnanl-tests (Files): Likewise.
15980         * modules/ldexpl-tests (Files): Likewise.
15981         * modules/roundl-tests (Files): Likewise.
15982         * modules/truncl-tests (Files): Likewise.
15983         * tests/test-ceill.c (main): Use a working NaN.
15984         * tests/test-floorl.c (main): Likewise.
15985         * tests/test-frexpl.c (main): Likewise.
15986         * tests/test-isnan.c (test_long_double): Likewise.
15987         * tests/test-isnanl.h (main): Likewise.
15988         * tests/test-ldexpl.h (main): Likewise.
15989         * tests/test-roundl.h (main): Likewise.
15990         * tests/test-truncl.h (main): Likewise.
15991         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15992
15993 2009-02-26  Eric Blake  <ebb9@byu.net>
15994             Bruno Haible  <bruno@clisp.org>
15995
15996         Work around a *printf bug with %ls on Solaris.
15997         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15998         precision is specified, sprintf stops converting the wide string
15999         argument when the number of bytes that have been produced by this
16000         conversion equals or exceeds the precision.
16001         * doc/posix-functions/fprintf.texi: Update.
16002         * doc/posix-functions/printf.texi: Update.
16003         * doc/posix-functions/snprintf.texi: Update.
16004         * doc/posix-functions/sprintf.texi: Update.
16005         * doc/posix-functions/vfprintf.texi: Update.
16006         * doc/posix-functions/vprintf.texi: Update.
16007         * doc/posix-functions/vsnprintf.texi: Update.
16008         * doc/posix-functions/vsprintf.texi: Update.
16009         * doc/glibc-functions/obstack_printf.texi: Update.
16010         * doc/glibc-functions/obstack_vprintf.texi: Update.
16011
16012 2009-02-26  Eric Blake  <ebb9@byu.net>
16013
16014         stdlib: favor compiler check of random.h
16015         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16016         to avoid an ObjC random.h installed by Swarm.
16017
16018 2009-02-26  Bruno Haible  <bruno@clisp.org>
16019
16020         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16021         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16022         Reported by Gary V. Vaughan <gary@gnu.org>.
16023
16024 2009-02-26  Bruno Haible  <bruno@clisp.org>
16025
16026         Fix *printf behaviour regarding the %ls directive.
16027         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16028         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16029         NEED_PRINTF_DIRECTIVE_LS.
16030         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16031         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16032         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16033         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16034         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16035         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16036         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16037         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16038         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16039         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16040         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16041         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16042         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16043         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16044         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16045         * doc/posix-functions/fprintf.texi: Update.
16046         * doc/posix-functions/printf.texi: Update.
16047         * doc/posix-functions/snprintf.texi: Update.
16048         * doc/posix-functions/sprintf.texi: Update.
16049         * doc/posix-functions/vfprintf.texi: Update.
16050         * doc/posix-functions/vprintf.texi: Update.
16051         * doc/posix-functions/vsnprintf.texi: Update.
16052         * doc/posix-functions/vsprintf.texi: Update.
16053         * doc/glibc-functions/obstack_printf.texi: Update.
16054         * doc/glibc-functions/obstack_vprintf.texi: Update.
16055         Reported by Eric Blake.
16056
16057 2009-02-25  Bruno Haible  <bruno@clisp.org>
16058
16059         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16060         with known value.
16061         Reported by Gary V. Vaughan <gary@gnu.org>.
16062
16063 2009-02-25  Bruno Haible  <bruno@clisp.org>
16064
16065         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16066         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16067         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16068         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16069         Reported by Gary V. Vaughan <gary@gnu.org>.
16070
16071 2009-02-25  Bruno Haible  <bruno@clisp.org>
16072
16073         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16074         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16075         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16076         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16077         Reported by Gary V. Vaughan <gary@gnu.org>.
16078
16079 2009-02-25  Eric Blake  <ebb9@byu.net>
16080
16081         tests: skip fseek/ftell tests if ungetc is broken
16082         * m4/ungetc.m4: New file.
16083         * modules/fseek-tests: Split test, so ungetc dependency is
16084         separate from rest of test.
16085         * modules/fseeko-tests: Likewise.
16086         * modules/ftell-tests: Likewise.
16087         * modules/ftello-tests: Likewise.
16088         * tests/test-fseek.c (main): Isolate ungetc dependency.
16089         * tests/test-fseeko.c (main): Likewise.
16090         * tests/test-ftell.c (main): Likewise.
16091         * tests/test-ftello.c (main): Likewise.
16092         * tests/test-fseek2.sh: New file.
16093         * tests/test-fseeko2.sh: Likewise.
16094         * tests/test-ftell2.sh: Likewise.
16095         * tests/test-ftello2.sh: Likewise.
16096
16097 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
16098
16099         test-getaddrinfo: fix usage of skip return code 77
16100         * tests/test-gettaddrinfo.c: Return skip code 77 only
16101         for first occurance of skip (4x77 is not 77)
16102
16103 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16104
16105         strtod: avoid C99 decl-after-statement
16106         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16107
16108 2009-02-24  Eric Blake  <ebb9@byu.net>
16109
16110         strtod: detect HP-UX 11.31 bug
16111         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16112         Reported by Gary V. Vaughan.
16113
16114 2009-02-23  Bruno Haible  <bruno@clisp.org>
16115
16116         Fix invalid read past end of memory block.
16117         * lib/vasnprintf.c (DCHAR_SET): Define.
16118         (local_wcslen): Define only when needed.
16119         (local_strnlen, local_wcsnlen): New functions.
16120         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16121         directives that involve a conversion ourselves.
16122         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16123         wcsnlen, mbrtowc, wcrtomb.
16124         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16125         * tests/test-vasprintf-posix.c (test_function): Likewise.
16126         * tests/test-snprintf-posix.h (test_function): Likewise.
16127         * tests/test-sprintf-posix.h (test_function): Likewise.
16128         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16129
16130 2009-02-22  Bruno Haible  <bruno@clisp.org>
16131
16132         Implement new clarified decomposition of Hangul syllables.
16133         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16134         of type LTV, return only a pairwise decomposition.
16135         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16136         Likewise.
16137         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16138         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16139         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16140
16141 2009-02-22  Bruno Haible  <bruno@clisp.org>
16142
16143         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16144         zero-length results and shrink excess allocated memory.
16145         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16146         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16147         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16148         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16149         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16150         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16151         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16152         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16153         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16154         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16155         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16156         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16157
16158 2009-02-21  Bruno Haible  <bruno@clisp.org>
16159
16160         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16161         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16162         spaces after a period. Put a space between a macro name and its
16163         argument list. Trivial rewordings.
16164         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16165         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16166         (main): Return 0 explicitly.
16167
16168 2009-02-21  Bruno Haible  <bruno@clisp.org>
16169
16170         Tests for module 'uninorm/filter'.
16171         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16172         * modules/uninorm/filter-tests: New file.
16173
16174         New module 'uninorm/filter'.
16175         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16176         uninorm_filter_flush, uninorm_filter_free): New declarations.
16177         * lib/uninorm/uninorm-filter.c: New file.
16178         * modules/uninorm/filter: New file.
16179
16180 2009-02-21  Bruno Haible  <bruno@clisp.org>
16181
16182         Tests for module 'uninorm/nfkc'.
16183         * tests/uninorm/test-nfkc.c: New file.
16184         * tests/uninorm/test-u8-nfkc.c: New file.
16185         * tests/uninorm/test-u16-nfkc.c: New file.
16186         * tests/uninorm/test-u32-nfkc.c: New file.
16187         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16188         * tests/uninorm/test-u32-nfkc-big.c: New file.
16189         * modules/uninorm/nfkc-tests: New file.
16190
16191         New module 'uninorm/nfkc'.
16192         * lib/uninorm/nfkc.c: New file.
16193         * modules/uninorm/nfkc: New file.
16194
16195         Tests for module 'uninorm/nfkd'.
16196         * tests/uninorm/test-nfkd.c: New file.
16197         * tests/uninorm/test-u8-nfkd.c: New file.
16198         * tests/uninorm/test-u16-nfkd.c: New file.
16199         * tests/uninorm/test-u32-nfkd.c: New file.
16200         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16201         * tests/uninorm/test-u32-nfkd-big.c: New file.
16202         * modules/uninorm/nfkd-tests: New file.
16203
16204         New module 'uninorm/nfkd'.
16205         * lib/uninorm/nfkd.c: New file.
16206         * modules/uninorm/nfkd: New file.
16207
16208         Tests for module 'uninorm/nfc'.
16209         * tests/uninorm/test-nfc.c: New file.
16210         * tests/uninorm/test-u8-nfc.c: New file.
16211         * tests/uninorm/test-u16-nfc.c: New file.
16212         * tests/uninorm/test-u32-nfc.c: New file.
16213         * tests/uninorm/test-u32-nfc-big.sh: New file.
16214         * tests/uninorm/test-u32-nfc-big.c: New file.
16215         * modules/uninorm/nfc-tests: New file.
16216
16217         New module 'uninorm/nfc'.
16218         * lib/uninorm/nfc.c: New file.
16219         * modules/uninorm/nfc: New file.
16220
16221         Tests for module 'uninorm/nfd'.
16222         * tests/uninorm/test-nfd.c: New file.
16223         * tests/uninorm/test-u8-nfd.c: New file.
16224         * tests/uninorm/test-u16-nfd.c: New file.
16225         * tests/uninorm/test-u32-nfd.c: New file.
16226         * tests/uninorm/test-u32-nfd-big.sh: New file.
16227         * tests/uninorm/test-u32-nfd-big.c: New file.
16228         * tests/uninorm/test-u32-normalize-big.h: New file.
16229         * tests/uninorm/test-u32-normalize-big.c: New file.
16230         * tests/uninorm/NormalizationTest.txt: New file, created from
16231         Unicode 5.1.0 NormalizationTest.txt.
16232         * modules/uninorm/nfd-tests: New file.
16233
16234         New module 'uninorm/nfd'.
16235         * lib/uninorm/nfd.c: New file.
16236         * modules/uninorm/nfd: New file.
16237
16238         New module 'uninorm/u32-normalize'.
16239         * lib/uninorm/u32-normalize.c: New file.
16240         * modules/uninorm/u32-normalize: New file.
16241
16242         New module 'uninorm/u16-normalize'.
16243         * lib/uninorm/u16-normalize.c: New file.
16244         * modules/uninorm/u16-normalize: New file.
16245
16246         New module 'uninorm/u8-normalize'.
16247         * lib/uninorm/u8-normalize.c: New file.
16248         * lib/uninorm/normalize-internal.h: New file.
16249         * lib/uninorm/u-normalize-internal.h: New file.
16250         * modules/uninorm/u8-normalize: New file.
16251
16252         New module 'uninorm/decompose-internal'.
16253         * lib/uninorm/decompose-internal.c: New file.
16254         * modules/uninorm/decompose-internal: New file.
16255
16256         Tests for module 'uninorm/composition'.
16257         * tests/uninorm/test-composition.c: New file.
16258         * modules/uninorm/composition-tests: New file.
16259
16260         New module 'uninorm/composition'.
16261         * lib/uninorm/composition.c: New file.
16262         * lib/uninorm/composition-table.gperf: New file, generated by
16263         gen-uni-tables.
16264         * modules/uninorm/composition: New file.
16265
16266         Tests for module 'uninorm/compat-decomposition'.
16267         * tests/uninorm/test-compat-decomposition.c: New file.
16268         * modules/uninorm/compat-decomposition-tests: New file.
16269
16270         New module 'uninorm/compat-decomposition'.
16271         * lib/uninorm/decompose-internal.h: New file.
16272         * lib/uninorm/compat-decomposition.c: New file.
16273         * modules/uninorm/compat-decomposition: New file.
16274
16275         Tests for module 'uninorm/canonical-decomposition'.
16276         * tests/uninorm/test-canonical-decomposition.c: New file.
16277         * modules/uninorm/canonical-decomposition-tests: New file.
16278
16279         New module 'uninorm/canonical-decomposition'.
16280         * lib/uninorm/canonical-decomposition.c: New file.
16281         * modules/uninorm/canonical-decomposition: New file.
16282
16283         Tests for module 'uninorm/decomposition'.
16284         * tests/uninorm/test-decomposition.c: New file.
16285         * modules/uninorm/decomposition-tests: New file.
16286
16287         New module 'uninorm/decomposition'.
16288         * lib/uninorm/decomposition.c: New file.
16289         * modules/uninorm/decomposition: New file.
16290
16291         New module 'uninorm/decomposition-table'.
16292         * lib/uninorm/decomposition-table.h: New file.
16293         * lib/uninorm/decomposition-table.c: New file.
16294         * lib/uninorm/decomposition-table1.h: New file, generated by
16295         gen-uni-tables.
16296         * lib/uninorm/decomposition-table2.h: New file, generated by
16297         gen-uni-tables.
16298         * modules/uninorm/decomposition-table: New file.
16299
16300         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16301         (UC_DECOMP_*): New enumeration items.
16302         (get_decomposition): New function.
16303         (struct decomp_table): New type.
16304         (output_decomposition, output_decomposition_tables): New functions.
16305         (unicode_composition_exclusions): New variable.
16306         (fill_composition_exclusions, debug_output_composition_tables): New
16307         functions.
16308         (main): Accept one more argument. Invoke fill_composition_exclusions.
16309         Output decomposition and composition tables.
16310
16311         New module 'uninorm/base'.
16312         * lib/uninorm.h: New file.
16313         * lib/unictype.h: Update comment.
16314         * modules/uninorm/base: New file.
16315
16316 2009-02-21  David Lutterkort  <lutter@redhat.com>
16317
16318         Tests for module 'safe-alloc'.
16319         * tests/test-safe-alloc.c: New file.
16320         * modules/safe-alloc-tests: New file.
16321
16322         New module 'safe-alloc'.
16323         * lib/safe-alloc.h: New file.
16324         * lib/safe-alloc.c: New file.
16325         * m4/safe-alloc.m4: New file.
16326         * modules/safe-alloc: New file.
16327         * doc/safe-alloc.texi: New file.
16328         * doc/gnulib.texi: Include it.
16329         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16330         safe-alloc.
16331
16332 2009-02-18  Bruno Haible  <bruno@clisp.org>
16333
16334         Fix link error on non-glibc systems.
16335         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16336         variable.
16337         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16338
16339 2009-02-18  Jim Meyering  <meyering@redhat.com>
16340
16341         fts: avoid used-uninitialized error due to recent change
16342         * lib/fts.c (fts_read): Guard uses of the new member,
16343         parent->fts_n_dirs_remaining, since it's not relevant for
16344         the parent of a directory specified on the command-line.
16345
16346 2009-02-17  James Youngman  <jay@gnu.org>
16347             Bruno Haible  <bruno@clisp.org>
16348
16349         * m4/include_next.m4: Reformulate comment.
16350
16351 2009-02-16  Jim Meyering  <meyering@redhat.com>
16352
16353         fts: add #if guards so that the fts_lgpl module still builds
16354         * lib/fts.c: Guard just-added hash-table-using parts with
16355         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16356         Reported by Simon Josefsson.
16357
16358 2009-02-15  Bruno Haible  <bruno@clisp.org>
16359
16360         * modules/array-mergesort-tests: New file.
16361         * tests/test-array-mergesort.c: New file.
16362
16363         New module 'array-mergesort'.
16364         * modules/array-mergesort: New file.
16365         * lib/array-mergesort.h: New file.
16366
16367 2009-02-15  Bruno Haible  <bruno@clisp.org>
16368
16369         Fix 2009-02-07 commit.
16370         * lib/gen-uni-tables.c (output_predicate, output_category,
16371         output_combclass, output_bidi_category, output_decimal_digit,
16372         output_digit, output_numeric, output_mirror, output_scripts,
16373         output_ident_category, output_simple_mapping): Fix format directives.
16374         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16375
16376 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16377
16378         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16379         fixes are available from IBM.
16380
16381 2009-02-13  Jim Meyering  <meyering@redhat.com>
16382
16383         fts: arrange not to stat non-directories in more cases
16384         This makes GNU find (when it doesn't need to stat each file)
16385         *much* more efficient at traversing reiserfs file systems.
16386         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16387         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16388         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16389         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16390         (leaf_optimization_applies): New function.
16391         (LCO_hash, LCO_compare): New helper functions.
16392         (link_count_optimize_ok): New function.
16393         (fts_stat): Initialize new member (if dir).
16394         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16395         we've just stat'ed a directory.  Skip the stat call when possible.
16396         ---
16397         Note this AFS-related exchange:
16398         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16399         and note find's pioctl call in find/fstype.c.
16400         But that is necessary only if you want to enable the
16401         optimization for AFS, and for now, I don't.
16402
16403         fts: move a function definition "up" (no semantic change)
16404         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16405         "up" to precede upcoming use of a related function.
16406
16407 2009-02-11  Jim Meyering  <meyering@redhat.com>
16408
16409         fts: correct internal computation of nlinks (optimization-related)
16410         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16411         whether the current entry is a directory, so don't test it.
16412
16413 2009-02-10  Bruno Haible  <bruno@clisp.org>
16414
16415         Tests for module 'uniwbrk/ulc-wordbreaks'.
16416         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16417         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16418         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16419
16420         Tests for module 'uniwbrk/u32-wordbreaks'.
16421         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16422         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16423
16424         Tests for module 'uniwbrk/u16-wordbreaks'.
16425         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16426         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16427
16428         Tests for module 'uniwbrk/u8-wordbreaks'.
16429         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16430         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16431
16432 2009-02-10  Bruno Haible  <bruno@clisp.org>
16433
16434         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16435         property.
16436         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16437         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16438         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16439
16440 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16441
16442         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16443         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16444
16445 2009-02-10  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16448         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16449         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16450         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16451         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16452         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16453
16454 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16455
16456         * lib/sockets.h (gl_fd_to_handle): New function.
16457
16458         * tests/test-sockets.c: Call gl_fd_to_handle.
16459
16460 2009-02-09  Bruno Haible  <bruno@clisp.org>
16461
16462         * doc/havelib.texi: Document the conventions on bi-arch systems.
16463
16464 2009-02-08  Bruno Haible  <bruno@clisp.org>
16465
16466         Document the AC_LIB_LINKFLAGS macro.
16467         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16468         * doc/gnulib.texi: Include it.
16469
16470 2009-02-08  Bruno Haible  <bruno@clisp.org>
16471
16472         Fix wrong order of sections, compared to TOC.
16473         * doc/gnulib.texi: Include relocatable-maint.texi after the
16474         "Regular expressions" node, not before.
16475
16476 2009-02-08  Bruno Haible  <bruno@clisp.org>
16477
16478         Tests for module 'unicase/totitle'.
16479         * modules/unicase/totitle-tests: New file.
16480
16481         Tests for module 'unicase/tolower'.
16482         * modules/unicase/tolower-tests: New file.
16483
16484         Tests for module 'unicase/toupper'.
16485         * modules/unicase/toupper-tests: New file.
16486         * tests/unicase/test-mapping-part1.h: New file.
16487         * tests/unicase/test-mapping-part2.h: New file.
16488
16489         New module 'unicase/totitle'.
16490         * modules/unicase/totitle: New file.
16491         * lib/unicase/totitle.c: New file.
16492
16493         New module 'unicase/tolower'.
16494         * modules/unicase/tolower: New file.
16495         * lib/unicase/tolower.c: New file.
16496
16497         New module 'unicase/toupper'.
16498         * modules/unicase/toupper: New file.
16499         * lib/unicase/toupper.c: New file.
16500         * lib/unicase/simple-mapping.h: New file.
16501
16502         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16503         (mapping_table): New structure.
16504         (output_simple_mapping): New function.
16505         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16506         * modules/gen-uni-tables (Description): Update.
16507         * lib/unicase/toupper.h: New file, automatically generated by
16508         gen-uni-tables.
16509         * lib/unicase/tolower.h: New file, automatically generated by
16510         gen-uni-tables.
16511         * lib/unicase/totitle.h: New file, automatically generated by
16512         gen-uni-tables.
16513         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16514         gen-uni-tables.
16515         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16516         gen-uni-tables.
16517         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16518         gen-uni-tables.
16519
16520         New module 'unicase/base'.
16521         * modules/unicase/base: New file.
16522         * lib/unicase.h: New file.
16523
16524 2009-02-08  Bruno Haible  <bruno@clisp.org>
16525
16526         New module 'uniwbrk/ulc-wordbreaks'.
16527         * modules/uniwbrk/ulc-wordbreaks: New file.
16528         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16529
16530         New module 'uniwbrk/u32-wordbreaks'.
16531         * modules/uniwbrk/u32-wordbreaks: New file.
16532         * lib/uniwbrk/u32-wordbreaks.c: New file.
16533
16534         New module 'uniwbrk/u16-wordbreaks'.
16535         * modules/uniwbrk/u16-wordbreaks: New file.
16536         * lib/uniwbrk/u16-wordbreaks.c: New file.
16537
16538         New module 'uniwbrk/u8-wordbreaks'.
16539         * modules/uniwbrk/u8-wordbreaks: New file.
16540         * lib/uniwbrk/u8-wordbreaks.c: New file.
16541         * lib/uniwbrk/u-wordbreaks.h: New file.
16542
16543         New module 'uniwbrk/table'.
16544         * modules/uniwbrk/table: New file.
16545         * lib/uniwbrk/wbrktable.h: New file.
16546         * lib/uniwbrk/wbrktable.c: New file.
16547
16548         New module 'uniwbrk/wordbreak-property'.
16549         * modules/uniwbrk/wordbreak-property: New file.
16550         * lib/uniwbrk/wordbreak-property.c: New file.
16551
16552         * lib/gen-uni-tables.c (WBP_*): New enum items.
16553         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16554         (unicode_org_wbp): New variable.
16555         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16556         New functions.
16557         (wbp_table): New structure.
16558         (output_wbp, output_wbrk_tables): New functions.
16559         (main): Accept additional argument. Invoke fill_org_wbp,
16560         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16561         output_wbrk_tables.
16562         * modules/gen-uni-tables (Description): Update.
16563         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16564         gen-uni-tables.
16565
16566         New module 'uniwbrk/base'.
16567         * modules/uniwbrk/base: New file.
16568         * lib/uniwbrk.h: New file.
16569
16570 2009-02-08  Bruno Haible  <bruno@clisp.org>
16571
16572         Update to Unicode 5.1.0.
16573         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16574         U+2185..U+2188.
16575         (is_property_default_ignorable_code_point): Don't include characters
16576         of category Cc or Cs and not-a-characters.
16577         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16578         U+0D79, U+109E, U+109F, U+A60C.
16579         * lib/unictype/bidi_of.h: Regenerated.
16580         * lib/unictype/blocks.h: Regenerated.
16581         * lib/unictype/categ_C.h: Regenerated.
16582         * lib/unictype/categ_Cf.h: Regenerated.
16583         * lib/unictype/categ_Cn.h: Regenerated.
16584         * lib/unictype/categ_L.h: Regenerated.
16585         * lib/unictype/categ_Ll.h: Regenerated.
16586         * lib/unictype/categ_Lm.h: Regenerated.
16587         * lib/unictype/categ_Lo.h: Regenerated.
16588         * lib/unictype/categ_Lu.h: Regenerated.
16589         * lib/unictype/categ_M.h: Regenerated.
16590         * lib/unictype/categ_Mc.h: Regenerated.
16591         * lib/unictype/categ_Me.h: Regenerated.
16592         * lib/unictype/categ_Mn.h: Regenerated.
16593         * lib/unictype/categ_N.h: Regenerated.
16594         * lib/unictype/categ_Nd.h: Regenerated.
16595         * lib/unictype/categ_Nl.h: Regenerated.
16596         * lib/unictype/categ_No.h: Regenerated.
16597         * lib/unictype/categ_P.h: Regenerated.
16598         * lib/unictype/categ_Pd.h: Regenerated.
16599         * lib/unictype/categ_Pe.h: Regenerated.
16600         * lib/unictype/categ_Pf.h: Regenerated.
16601         * lib/unictype/categ_Pi.h: Regenerated.
16602         * lib/unictype/categ_Po.h: Regenerated.
16603         * lib/unictype/categ_Ps.h: Regenerated.
16604         * lib/unictype/categ_S.h: Regenerated.
16605         * lib/unictype/categ_Sk.h: Regenerated.
16606         * lib/unictype/categ_Sm.h: Regenerated.
16607         * lib/unictype/categ_So.h: Regenerated.
16608         * lib/unictype/categ_of.h: Regenerated.
16609         * lib/unictype/combining.h: Regenerated.
16610         * lib/unictype/ctype_alnum.h: Regenerated.
16611         * lib/unictype/ctype_alpha.h: Regenerated.
16612         * lib/unictype/ctype_graph.h: Regenerated.
16613         * lib/unictype/ctype_lower.h: Regenerated.
16614         * lib/unictype/ctype_print.h: Regenerated.
16615         * lib/unictype/ctype_punct.h: Regenerated.
16616         * lib/unictype/ctype_upper.h: Regenerated.
16617         * lib/unictype/decdigit.h: Regenerated.
16618         * lib/unictype/digit.h: Regenerated.
16619         * lib/unictype/mirror.h: Regenerated.
16620         * lib/unictype/numeric.h: Regenerated.
16621         * lib/unictype/pr_alphabetic.h: Regenerated.
16622         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16623         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16624         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16625         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16626         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16627         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16628         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16629         * lib/unictype/pr_combining.h: Regenerated.
16630         * lib/unictype/pr_dash.h: Regenerated.
16631         * lib/unictype/pr_decimal_digit.h: Regenerated.
16632         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16633         * lib/unictype/pr_deprecated.h: Regenerated.
16634         * lib/unictype/pr_diacritic.h: Regenerated.
16635         * lib/unictype/pr_extender.h: Regenerated.
16636         * lib/unictype/pr_format_control.h: Regenerated.
16637         * lib/unictype/pr_grapheme_base.h: Regenerated.
16638         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16639         * lib/unictype/pr_grapheme_link.h: Regenerated.
16640         * lib/unictype/pr_id_continue.h: Regenerated.
16641         * lib/unictype/pr_id_start.h: Regenerated.
16642         * lib/unictype/pr_ideographic.h: Regenerated.
16643         * lib/unictype/pr_ignorable_control.h: Regenerated.
16644         * lib/unictype/pr_lowercase.h: Regenerated.
16645         * lib/unictype/pr_math.h: Regenerated.
16646         * lib/unictype/pr_numeric.h: Regenerated.
16647         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16648         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16649         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16650         * lib/unictype/pr_other_id_continue.h: Regenerated.
16651         * lib/unictype/pr_other_lowercase.h: Regenerated.
16652         * lib/unictype/pr_other_math.h: Regenerated.
16653         * lib/unictype/pr_punctuation.h: Regenerated.
16654         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16655         * lib/unictype/pr_soft_dotted.h: Regenerated.
16656         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16657         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16658         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16659         * lib/unictype/pr_uppercase.h: Regenerated.
16660         * lib/unictype/pr_xid_continue.h: Regenerated.
16661         * lib/unictype/pr_xid_start.h: Regenerated.
16662         * lib/unictype/pr_zero_width.h: Regenerated.
16663         * lib/unictype/scripts.h: Regenerated.
16664         * lib/unictype/scripts_byname.gperf: Regenerated.
16665         * lib/unictype/sy_java_ident.h: Regenerated.
16666         * lib/unilbrk/lbrkprop1.h: Regenerated.
16667         * lib/unilbrk/lbrkprop2.h: Regenerated.
16668         * tests/unictype/test-categ_C.c: Regenerated.
16669         * tests/unictype/test-categ_Cf.c: Regenerated.
16670         * tests/unictype/test-categ_Cn.c: Regenerated.
16671         * tests/unictype/test-categ_L.c: Regenerated.
16672         * tests/unictype/test-categ_Ll.c: Regenerated.
16673         * tests/unictype/test-categ_Lm.c: Regenerated.
16674         * tests/unictype/test-categ_Lo.c: Regenerated.
16675         * tests/unictype/test-categ_Lu.c: Regenerated.
16676         * tests/unictype/test-categ_M.c: Regenerated.
16677         * tests/unictype/test-categ_Mc.c: Regenerated.
16678         * tests/unictype/test-categ_Me.c: Regenerated.
16679         * tests/unictype/test-categ_Mn.c: Regenerated.
16680         * tests/unictype/test-categ_N.c: Regenerated.
16681         * tests/unictype/test-categ_Nd.c: Regenerated.
16682         * tests/unictype/test-categ_Nl.c: Regenerated.
16683         * tests/unictype/test-categ_No.c: Regenerated.
16684         * tests/unictype/test-categ_P.c: Regenerated.
16685         * tests/unictype/test-categ_Pd.c: Regenerated.
16686         * tests/unictype/test-categ_Pe.c: Regenerated.
16687         * tests/unictype/test-categ_Pf.c: Regenerated.
16688         * tests/unictype/test-categ_Pi.c: Regenerated.
16689         * tests/unictype/test-categ_Po.c: Regenerated.
16690         * tests/unictype/test-categ_Ps.c: Regenerated.
16691         * tests/unictype/test-categ_S.c: Regenerated.
16692         * tests/unictype/test-categ_Sk.c: Regenerated.
16693         * tests/unictype/test-categ_Sm.c: Regenerated.
16694         * tests/unictype/test-categ_So.c: Regenerated.
16695         * tests/unictype/test-ctype_alnum.c: Regenerated.
16696         * tests/unictype/test-ctype_alpha.c: Regenerated.
16697         * tests/unictype/test-ctype_graph.c: Regenerated.
16698         * tests/unictype/test-ctype_lower.c: Regenerated.
16699         * tests/unictype/test-ctype_print.c: Regenerated.
16700         * tests/unictype/test-ctype_punct.c: Regenerated.
16701         * tests/unictype/test-ctype_upper.c: Regenerated.
16702         * tests/unictype/test-decdigit.h: Regenerated.
16703         * tests/unictype/test-digit.h: Regenerated.
16704         * tests/unictype/test-numeric.h: Regenerated.
16705         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16706         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16707         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16708         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16709         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16710         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16711         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16712         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16713         * tests/unictype/test-pr_combining.c: Regenerated.
16714         * tests/unictype/test-pr_dash.c: Regenerated.
16715         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16716         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16717         * tests/unictype/test-pr_deprecated.c: Regenerated.
16718         * tests/unictype/test-pr_diacritic.c: Regenerated.
16719         * tests/unictype/test-pr_extender.c: Regenerated.
16720         * tests/unictype/test-pr_format_control.c: Regenerated.
16721         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16722         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16723         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16724         * tests/unictype/test-pr_id_continue.c: Regenerated.
16725         * tests/unictype/test-pr_id_start.c: Regenerated.
16726         * tests/unictype/test-pr_ideographic.c: Regenerated.
16727         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16728         * tests/unictype/test-pr_lowercase.c: Regenerated.
16729         * tests/unictype/test-pr_math.c: Regenerated.
16730         * tests/unictype/test-pr_numeric.c: Regenerated.
16731         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16732         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16733         Regenerated.
16734         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16735         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16736         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16737         * tests/unictype/test-pr_other_math.c: Regenerated.
16738         * tests/unictype/test-pr_punctuation.c: Regenerated.
16739         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16740         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16741         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16742         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16743         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16744         * tests/unictype/test-pr_uppercase.c: Regenerated.
16745         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16746         * tests/unictype/test-pr_xid_start.c: Regenerated.
16747         * tests/unictype/test-pr_zero_width.c: Regenerated.
16748
16749         Update to Unicode 5.1.0.
16750         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16751         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16752         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16753         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16754         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16755         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16756         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16757         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16758         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16759         (nonspacing_table_ind): Update.
16760         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16761
16762         Update to Unicode 5.1.0.
16763         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16764         code transform.
16765         * lib/uniname/uniname.c (unicode_character_name,
16766         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16767         * lib/uniname/uninames.h: Regenerated.
16768         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16769
16770 2009-02-07  Bruno Haible  <bruno@clisp.org>
16771
16772         Merge gen-ctype and gen-lbrk into a single program.
16773         * lib/gen-uni-tables.c: New file, incorporating
16774         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16775         Add directory prefixes to the names of the generated files.
16776         * lib/unictype/gen-ctype.c: Remove file.
16777         * lib/unilbrk/gen-lbrk.c: Remove file.
16778         * modules/gen-uni-tables: New file.
16779         * modules/unictype/gen-ctype: Remove file.
16780         * modules/unilbrk/gen-lbrk: Remove file.
16781
16782 2009-02-07  Bruno Haible  <bruno@clisp.org>
16783
16784         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16785
16786         New module 'unistr/u32-strcoll'.
16787         * modules/unistr/u32-strcoll: New file.
16788         * lib/unistr/u32-strcoll.c: New file.
16789
16790         New module 'unistr/u16-strcoll'.
16791         * modules/unistr/u16-strcoll: New file.
16792         * lib/unistr/u16-strcoll.c: New file.
16793
16794         New module 'unistr/u8-strcoll'.
16795         * modules/unistr/u8-strcoll: New file.
16796         * lib/unistr/u8-strcoll.c: New file.
16797         * lib/unistr/u-strcoll.h: New file.
16798
16799 2009-02-07  Bruno Haible  <bruno@clisp.org>
16800
16801         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16802         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16803         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16804         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16805         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16806         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16807
16808 2009-02-07  Bruno Haible  <bruno@clisp.org>
16809
16810         Make 64-bit clean.
16811         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16812         output_combclass, output_bidi_category, output_decimal_digit,
16813         output_digit, output_numeric, output_mirror, output_scripts,
16814         output_ident_category): Use proper width specifier in format strings.
16815
16816 2009-02-07  Bruno Haible  <bruno@clisp.org>
16817
16818         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16819         failure behaviour.
16820
16821 2009-02-07  Jim Meyering  <meyering@redhat.com>
16822
16823         regex: avoid compilation failure with upcoming gcc-4.4
16824         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16825         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16826         "... error: integer overflow in preprocessor expression".
16827
16828 2009-02-05  Ben Pfaff  <blp@gnu.org>
16829
16830         Fix link errors on Windows when close module is used.
16831         * modules/close: Add $(LIB_CLOSE) to Link section.
16832         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16833         $(LIB_CLOSE) on Windows.
16834
16835 2009-02-05  Jim Meyering  <meyering@redhat.com>
16836
16837         still avoid unused-parameter warnings, but do it cleanly
16838         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16839         (get_fs_usage): Cast to void instead.
16840         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16841         (dev_from_mount_options, read_file_system_list): Cast to void.
16842         Prompted by Bruno Haible.
16843
16844 2009-02-04  Jim Meyering  <meyering@redhat.com>
16845
16846         fsusage.c: correct copyright year
16847         * lib/fsusage.c: Reflect year in which the change is pushed into
16848
16849         avoid misc. warnings
16850         * lib/fsusage.c (UNUSED_PARAM): Define.
16851         (get_fs_usage): Mark parameter "disk" as unused.
16852         * lib/getugroups.c (getgrent): Use "void" in prototype.
16853         * lib/mountlist.c: Mark unused parameters.
16854         (read_file_system_list): Declare a local with "const".
16855         * lib/nanosleep.c (getnow): Declare static.
16856         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16857
16858         dirfd: set errno upon failure
16859         * lib/dirfd.c: Include <errno.h>.
16860         Set errno to ENOTSUP when returning -1.
16861         * modules/dirfd (Depends-on): Add errno.
16862         Suggested by John Kodis <kodis@comcast.net>.
16863
16864 2009-02-01  Bruno Haible  <bruno@clisp.org>
16865
16866         Don't assume sizeof (long) >= sizeof (void *).
16867         * lib/memcmp.c: Include stdint.h.
16868         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16869         srcp2 to 'const byte *'.
16870         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16871         types to uintptr_t.
16872         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16873         * modules/memcmp (Depends-on): Add stdint.
16874         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16875
16876 2009-01-30  Eric Blake  <ebb9@byu.net>
16877
16878         fix more require-before-expand issues
16879         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16880         expand, AC_PROG_AWK.
16881         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16882
16883 2009-01-28  Eric Blake  <ebb9@byu.net>
16884
16885         version-etc: use consistent URL formatting
16886         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16887         Improve formatting.  Use fputs for string without %.
16888
16889 2009-01-28  Jim Meyering  <meyering@redhat.com>
16890
16891         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16892         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16893         "underquoted definition of NAME" from autoconf-2.59.
16894
16895 2009-01-28  Bruno Haible  <bruno@clisp.org>
16896
16897         * doc/gnulib.texi: Add "Obsolete modules" to index.
16898
16899 2009-01-28  Jim Meyering  <meyering@redhat.com>
16900
16901         useless-if-before-free: recognize more variants
16902         * build-aux/useless-if-before-free: Also recognize e.g.,
16903         if (NULL != p) free (p);
16904
16905 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16906
16907         test-getaddrinfo: skip (don't fail) this test when there's no network
16908         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16909         on the presumption that it means you lack network access.
16910
16911 2009-01-26  Jim Meyering  <meyering@redhat.com>
16912
16913         fflush: avoid warnings on modern systems
16914         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16915         pos and result, into scopes where they're used.
16916
16917 2009-01-26  Eric Blake  <ebb9@byu.net>
16918
16919         Silence warning reintroduced by recent extensions patch.
16920         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16921         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16922         autoconf.
16923
16924         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16925         * m4/00gnulib.m4: New file.
16926         * gnulib-tool (func_get_filelist): Always use it.
16927         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16928         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16929
16930 2009-01-25  Bruno Haible  <bruno@clisp.org>
16931
16932         Make test-quotearg work on MacOS X and AIX.
16933         * tests/test-quotearg.sh: New file.
16934         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16935         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16936         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16937         include <libintl.h>.
16938         (fake_locale): Remove variable.
16939         (gettext, dgettext, dcgettext): Remove functions.
16940         (main): Instead of setting a fake locale, set a real locale. Call
16941         textdomain and bindtextdomain.
16942         * modules/quotearg-tests (Files): Add the new files.
16943         (Depends-on): Add gettext, setenv, unsetenv.
16944         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16945         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16946         Augment TESTS_ENVIRONMENT.
16947
16948 2009-01-25  Bruno Haible  <bruno@clisp.org>
16949
16950         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16951         fr_FR.ISO8859-1 locale on MacOS X.
16952         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16953         ja_JP.eucJP locale on MacOS X.
16954         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16955         zh_CN.GB18030 locale on MacOS X.
16956
16957 2009-01-25  Bruno Haible  <bruno@clisp.org>
16958
16959         Avoid link errors on MacOS X 10.3.
16960         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16961         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16962
16963 2009-01-25  Bruno Haible  <bruno@clisp.org>
16964
16965         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16966         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16967         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16968         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16969         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16970         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16971         posix_spawnattr_init, posix_spawnattr_setsigmask,
16972         posix_spawnattr_setflags, posix_spawnattr_destroy.
16973
16974         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16975         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16976         * modules/execute (Files): Remove m4/posix_spawn.m4.
16977         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16978         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16979         posix_spawnattr_init, posix_spawnattr_setsigmask,
16980         posix_spawnattr_setflags, posix_spawnattr_destroy.
16981
16982 2009-01-25  Bruno Haible  <bruno@clisp.org>
16983
16984         * lib/glthread/threadlib.c: Include <stdlib.h>.
16985
16986 2009-01-25  Bruno Haible  <bruno@clisp.org>
16987
16988         * lib/glthread/threadlib.c (dummy): New declaration.
16989
16990 2009-01-25  Bruno Haible  <bruno@clisp.org>
16991
16992         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16993         multibyte characters also for the GB18030 encoding. Don't crash when
16994         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16995
16996 2009-01-25  Bruno Haible  <bruno@clisp.org>
16997
16998         Avoid redefining 'struct random_data' on OSF/1 5.1.
16999         * lib/stdlib.in.h: Include <random.h> if it exists.
17000         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17001         HAVE_RANDOM_H. Include <random.h> when testing whether
17002         'struct random_data' exists.
17003         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17004
17005 2009-01-25  Bruno Haible  <bruno@clisp.org>
17006
17007         Don't install charset.alias on MacOS X >= 10.3.
17008         * lib/localcharset.c (DARWIN7): New macro.
17009         (get_charset_aliases): Hardcode the result for Darwin7.
17010         * modules/localcharset (install-exec-local): Don't install
17011         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17012
17013 2009-01-25  Bruno Haible  <bruno@clisp.org>
17014
17015         Don't install charset.alias on mingw and Cygwin.
17016         * modules/localcharset (install-exec-local): Don't install
17017         charset.alias on mingw and Cygwin, if the file does not yet exist.
17018         The result for these platforms is hardcoded in localcharset.c.
17019
17020 2009-01-25  Bruno Haible  <bruno@clisp.org>
17021
17022         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17023         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17024         before requiring AC_USE_SYSTEM_EXTENSIONS.
17025
17026 2009-01-25  Jim Meyering  <meyering@redhat.com>
17027
17028         c-strtod: avoid warnings
17029         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17030         "assignment discards qualifiers from pointer target type" warnings.
17031
17032 2009-01-24  Bruno Haible  <bruno@clisp.org>
17033
17034         Add support for non-UTF-8 locales on MacOS X.
17035         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17036         canonical encodings. For Darwin 7 and newer, don't map traditional
17037         encodings to UTF-8.
17038         Reported by Vincent Lefevre <vincent@vinc17.org>
17039         at <http://savannah.gnu.org/bugs/?25235>.
17040
17041 2009-01-24  Bruno Haible  <bruno@clisp.org>
17042
17043         * doc/gnulib.texi (Obsolete modules): New section.
17044         Reported by Mike Frysinger <vapier@gentoo.org>.
17045
17046 2009-01-24  Bruno Haible  <bruno@clisp.org>
17047
17048         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17049         (%.dvi): New rule.
17050
17051 2009-01-24  Bruno Haible  <bruno@clisp.org>
17052
17053         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17054         Reported by Eric Blake.
17055
17056 2009-01-24  Bruno Haible  <bruno@clisp.org>
17057
17058         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17059         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17060         Reported by Gary V. Vaughan <gary@gnu.org>.
17061
17062 2009-01-24  Bruno Haible  <bruno@clisp.org>
17063
17064         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17065
17066 2009-01-23  Bruno Haible  <bruno@clisp.org>
17067
17068         Make c-strtod, c-strtold usable in libraries.
17069         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17070         (C_STRTOD): Call strdup instead of xstrdup.
17071         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17072         * modules/c-strtold (Depends-on): Likewise.
17073         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17074         * NEWS: Mention the change.
17075         Reported by Michael Gold <mgold@ncf.ca>.
17076
17077 2009-01-23  Jim Meyering  <meyering@redhat.com>
17078
17079         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17080         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17081         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17082
17083 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17084
17085         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17086         GNU CoreUtils.
17087         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17088         * modules/version-etc (Description): Update.
17089
17090 2009-01-22  Bruno Haible  <bruno@clisp.org>
17091
17092         Cache the C locale object.
17093         * lib/c-strtod.c (c_locale_cache): New variable.
17094         (c_locale): New function.
17095         (C_STRTOD): Use it, and don't call freelocale.
17096         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17097         Suggested by Paolo Bonzini.
17098
17099 2009-01-21  Bruno Haible  <bruno@clisp.org>
17100
17101         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17102         conditions other than overflow.
17103
17104 2009-01-21  Bruno Haible  <bruno@clisp.org>
17105
17106         * lib/c-strtod.c: Include errno.h.
17107         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17108         value from STRTOD_L and STRTOD.
17109
17110 2009-01-21  Bruno Haible  <bruno@clisp.org>
17111         and Jim Meyering  <meyering@redhat.com>
17112
17113         nanosleep: skip configure test (fail it) for apple universal builds
17114         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17115         universal builds, assume that nanosleep does not work.
17116         * modules/nanosleep (Depends-on): Add multiarch.
17117
17118         mktime: skip configure test (fail it) for apple universal builds
17119         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17120         universal builds, assume that mktime does not work.
17121         * modules/mktime (Depends-on): Add multiarch.
17122
17123 2009-01-21  Eric Blake  <ebb9@byu.net>
17124
17125         multiarch: avoid expand-before-require warning
17126         * modules/multiarch (configure.ac): Require, rather than expand,
17127         gl_MULTIARCH.
17128         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17129         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17130         enforce that all clients require it.  Partial reversion of
17131         2008-12-29 patch.
17132
17133         error: avoid expand-before-require warning
17134         * modules/errno (configure.ac): Require, rather than expand,
17135         gl_HEADER_ERRNO_H.
17136         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17137         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17138         enforce that all clients require it.
17139
17140         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17141         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17142         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17143         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17144
17145 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17146
17147         Revert:
17148         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17149
17150         regex: do not depend on obsolete modules.
17151         * modules/regex: Remove memcmp and memmove.
17152
17153 2009-01-20  Bruno Haible  <bruno@clisp.org>
17154
17155         Make the 'link' module link on Windows NT 4.
17156         * lib/link.c (_WIN32_WINNT): Don't define.
17157         (CreateHardLinkFuncType): New type.
17158         (CreateHardLinkFunc, initialized): New variables.
17159         (initialize): New function.
17160         (link): Invoke CreateHardLink indirectly through the function pointer.
17161
17162 2009-01-20  Bruno Haible  <bruno@clisp.org>
17163
17164         Fix compilation failure on mingw.
17165         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17166
17167 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17168
17169         * doc/c-strtod.texi: Mention a couple of restrictions.
17170
17171 2009-01-20  Jim Meyering  <meyering@redhat.com>
17172
17173         gettimeofday: move more declarations out of functions
17174         * lib/gettimeofday.c: Move extern declarations of tzset and
17175         gmtime out of containing functions.  Prompted by Bruno Haible.
17176
17177 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17178
17179         regex: do not depend on obsolete modules.
17180         * modules/regex: Remove memcmp and memmove.
17181
17182 2009-01-19  Bruno Haible  <bruno@clisp.org>
17183
17184         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17185         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17186         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17187         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17188         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17189
17190 2009-01-19  Bruno Haible  <bruno@clisp.org>
17191
17192         * tests/test-link.c: Include <errno.h>.
17193         (main): Exit with code 77 when a hard link cannot be created due to
17194         the file system.
17195         * tests/test-link.sh: Skip test when a hard link cannot be created due
17196         to the file system.
17197         Suggested by Eric Blake.
17198
17199 2009-01-19  Martin Lambers  <marlam@marlam.de>
17200
17201         * modules/link-tests: New file.
17202         * tests/test-link.sh: New file.
17203         * tests/test-link.c: New file.
17204
17205 2009-01-19  Eric Blake  <ebb9@byu.net>
17206
17207         doc: mention another function added in cygwin 1.7.0
17208         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17209         Another new function in cygwin 1.7.
17210
17211 2009-01-19  Bruno Haible  <bruno@clisp.org>
17212
17213         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17214         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17215         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17216         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17217         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17218         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17219         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17220         * m4/md4.m4 (gl_MD4): Likewise.
17221         * m4/md5.m4 (gl_MD5): Likewise.
17222         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17223         * m4/sha1.m4 (gl_SHA1): Likewise.
17224         * m4/sha256.m4 (gl_SHA256): Likewise.
17225         * m4/sha512.m4 (gl_SHA512): Likewise.
17226
17227 2009-01-19  Bruno Haible  <bruno@clisp.org>
17228
17229         * modules/uniname/uniname-tests (Depends-on): Add progname.
17230         * tests/uniname/test-uninames.c: Include progname.h.
17231         (main): Call set_program_name.
17232
17233         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17234         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17235         (main): Call set_program_name.
17236
17237         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17238         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17239         (main): Call set_program_name.
17240
17241         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17242         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17243         (main): Call set_program_name.
17244
17245         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17246         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17247         (main): Call set_program_name.
17248
17249         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17250         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17251         (main): Call set_program_name.
17252
17253         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17254         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17255         (main): Call set_program_name.
17256
17257         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17258         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17259         (main): Call set_program_name.
17260
17261         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17262         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17263         (main): Call set_program_name.
17264
17265 2009-01-19  Eric Blake  <ebb9@byu.net>
17266
17267         test-unistd: test previous patch
17268         * tests/test-unistd.c: Test *_FILENO macros.
17269
17270         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17271         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17272         Guarantee a definition.
17273         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17274         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17275         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17276         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17277         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17278         Likewise.
17279         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17280         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17281         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17282         Likewise.
17283         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17284         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17285         (STDERR_FILENO): Likewise.
17286         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17287         (STDERR_FILENO): Likewise.
17288         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17289         (STDERR_FILENO): Likewise.
17290         Reported by Elbert Pol.
17291
17292 2009-01-19  Eric Blake  <ebb9@byu.net>
17293
17294         doc: mention more functions added in cygwin 1.7.0
17295         * doc/posix-functions/abort.texi (abort): Update wording related
17296         to cygwin.
17297         * doc/posix-functions/daylight.texi (daylight): Likewise.
17298         * doc/posix-functions/optarg.texi (optarg): Likewise.
17299         * doc/posix-functions/optarg.texi (opterr): Likewise.
17300         * doc/posix-functions/optarg.texi (optind): Likewise.
17301         * doc/posix-functions/optarg.texi (optopt): Likewise.
17302         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17303         worked in 1.5.x, and was withdrawn in 1.7.
17304         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17305         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17306         cygwin versions.
17307         * doc/posix-functions/perror.texi (perror): Likewise.
17308         * doc/posix-functions/printf.texi (printf): Likewise.
17309         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17310         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17311         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17312         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17313         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17314         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17315         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17316         Likewise.
17317         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17318         Likewise.
17319         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17320         this function.
17321         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17322         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17323         Likewise.
17324         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17325         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17326         * doc/posix-functions/confstr.texi (confstr): Likewise.
17327         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17328         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17329         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17330         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17331         * doc/posix-functions/fputws.texi (fputws): Likewise.
17332         * doc/posix-functions/fwide.texi (fwide): Likewise.
17333         * doc/posix-functions/getwc.texi (getwc): Likewise.
17334         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17335         * doc/posix-functions/putwc.texi (putwc): Likewise.
17336         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17337         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17338         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17339         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17340         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17341         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17342         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17343         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17344         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17345         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17346         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17347
17348 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17349
17350         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17351         * lib/ioctl.c: Include <sys/ioctl.h>.
17352
17353 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17354
17355         * modules/getdate-tests (Depends-on): Add progname.
17356         * tests/test-getdate.c: Use progname module, to avoid link errors
17357         on non-glibc systems.
17358
17359 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17360
17361         * modules/filenamecat-tests (Depends-on): Add progname.
17362         * modules/fstrcmp-tests (Depends-on): Likewise.
17363
17364         * tests/test-filenamecat.c: Use progname module, to avoid link
17365         errors on non-glibc systems.
17366         * tests/test-fstrcmp.c: Likewise.
17367
17368 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17369
17370         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17371         * lib/gettimeofday.c: Move extern declaration out of function.
17372
17373 2009-01-18  Bruno Haible  <bruno@clisp.org>
17374
17375         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17376         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17377         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17378
17379 2009-01-18  Bruno Haible  <bruno@clisp.org>
17380
17381         * lib/strftime.c (MEMPCPY): Remove unused macro.
17382         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17383
17384 2009-01-18  Martin Lambers  <marlam@marlam.de>
17385
17386         New module 'link'.
17387         * lib/unistd.in.h (link): New declaration.
17388         * lib/link.c: New file.
17389         * m4/link.m4: New file.
17390         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17391         HAVE_LINK.
17392         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17393         * modules/link: New file.
17394         * doc/posix-functions/link.texi: Mention the new module.
17395
17396 2009-01-18  Bruno Haible  <bruno@clisp.org>
17397
17398         * tests/test-avltree_list.c (main): Call set_program_name.
17399         * tests/test-avltree_oset.c (main): Likewise.
17400         * tests/test-obstack-printf.c: Include progname.h.
17401         (main): Call set_program_name.
17402         * tests/test-quotearg.c: Include progname.h.
17403         (main): Call set_program_name.
17404         * tests/test-xmemdup0.c: Include progname.h.
17405         (main): Call set_program_name.
17406
17407 2009-01-18  Bruno Haible  <bruno@clisp.org>
17408
17409         New module 'alphasort'.
17410         * lib/dirent.in.h (alphasort): New declaration.
17411         * lib/alphasort.c: New file, from glibc with modifications.
17412         * m4/alphasort.m4: New file.
17413         * modules/alphasort: New file.
17414         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17415         HAVE_ALPHASORT.
17416         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17417         HAVE_ALPHASORT.
17418         * doc/posix-functions/alphasort.texi: Mention the new module and the
17419         portability problems.
17420
17421 2009-01-18  Bruno Haible  <bruno@clisp.org>
17422
17423         New module 'scandir'.
17424         * lib/dirent.in.h (scandir): New declaration.
17425         * lib/scandir.c: New file, from glibc with modifications.
17426         * m4/scandir.m4: New file.
17427         * modules/scandir: New file.
17428         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17429         HAVE_SCANDIR.
17430         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17431         HAVE_SCANDIR.
17432         * doc/posix-functions/scandir.texi: Mention the new module and the
17433         portability problems.
17434
17435 2009-01-17  Bruno Haible  <bruno@clisp.org>
17436
17437         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17438         Update documentation.
17439         (func_remove_suffix): Escape all dots in the suffix. Update
17440         documentation.
17441         (func_filter_filelist): Update documentation.
17442         Reported by Ralf Wildenhues.
17443
17444 2009-01-17  Bruno Haible  <bruno@clisp.org>
17445
17446         * modules/dprintf-posix-tests: New file.
17447         * tests/test-dprintf-posix.sh: New file.
17448         * tests/test-dprintf-posix.c: New file.
17449
17450         New modules 'dprintf', 'dprintf-posix'.
17451         * lib/stdio.in.h (dprintf): New declaration.
17452         * lib/dprintf.c: New file.
17453         * m4/dprintf.m4: New file.
17454         * m4/dprintf-posix.m4: New file.
17455         * modules/dprintf: New file.
17456         * modules/dprintf-posix: New file.
17457         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17458         HAVE_DPRINTF, REPLACE_DPRINTF.
17459         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17460         HAVE_DPRINTF, REPLACE_DPRINTF.
17461         * doc/posix-functions/dprintf.texi: Mention the new modules.
17462
17463 2009-01-17  Bruno Haible  <bruno@clisp.org>
17464
17465         * modules/vdprintf-posix-tests: New file.
17466         * tests/test-vdprintf-posix.sh: New file.
17467         * tests/test-vdprintf-posix.c: New file.
17468
17469         New modules 'vdprintf', 'vdprintf-posix'.
17470         * lib/stdio.in.h (vdprintf): New declaration.
17471         * lib/vdprintf.c: New file.
17472         * m4/vdprintf.m4: New file.
17473         * m4/vdprintf-posix.m4: New file.
17474         * modules/vdprintf: New file.
17475         * modules/vdprintf-posix: New file.
17476         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17477         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17478         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17479         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17480         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17481
17482 2009-01-17  Bruno Haible  <bruno@clisp.org>
17483
17484         Fix replacement of fopen on mingw.
17485         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17486         mingw.
17487
17488 2009-01-17  Bruno Haible  <bruno@clisp.org>
17489
17490         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17491         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17492
17493 2009-01-17  Bruno Haible  <bruno@clisp.org>
17494
17495         Avoid test-fflush2.sh failure on mingw.
17496         * tests/test-fflush2.c: Include binary-io.h.
17497         (main): Put standard input into binary mode.
17498         * modules/fflush-tests (Depends-on): Add binary-io.
17499
17500 2009-01-17  Bruno Haible  <bruno@clisp.org>
17501
17502         * lib/wchar.in.h: In another particular situation, include only the
17503         system's <wchar.h> file.
17504         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17505         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17506         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17507
17508 2009-01-17  Bruno Haible  <bruno@clisp.org>
17509
17510         Support for stripping executables in --enable-relocatable.
17511         * build-aux/install-reloc: Expect one more argument, or an environment
17512         variable RELOC_STRIP_PROG. If set, strip the destination program and
17513         its wrapper.
17514         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17515         RELOC_STRIP_PROG.
17516         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17517         to set RELOCATABLE_STRIP.
17518         * NEWS: Mention the new Makefile requirement.
17519
17520 2009-01-17  Bruno Haible  <bruno@clisp.org>
17521
17522         * build-aux/install-reloc: Remove debugging information left over by
17523         C compiler on MacOS X.
17524
17525 2009-01-17  Bruno Haible  <bruno@clisp.org>
17526
17527         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17528         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17529         _NSGetExecutablePath.
17530
17531 2009-01-16  Jim Meyering  <meyering@redhat.com>
17532
17533         strerror: avoid warnings about discarding "const"
17534         * lib/strerror.c (rpl_strerror): Instead of returning a const
17535         string from each and every "case", use a variable, and add a single
17536         cast after the switch.
17537
17538 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17539
17540         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17541
17542 2009-01-16  Bruno Haible  <bruno@clisp.org>
17543
17544         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17545         array initializer syntax that also works in C++ mode.
17546         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17547
17548 2009-01-16  Jim Meyering  <meyering@redhat.com>
17549
17550         poll: suppress a warning
17551         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17552         to ignore "...unsigned expression < 0 is always false" warnings.
17553
17554 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17555
17556         poll: remove declarations of unused variables
17557         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17558         sockbuf and optlen.
17559
17560 2009-01-15  Bruno Haible  <bruno@clisp.org>
17561
17562         Make fflush-after-ungetc POSIX compliant on BSD systems.
17563         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17564         (clear_ungetc_buffer): Implement also for other systems.
17565         (rpl_fflush): On glibc systems, invoke
17566         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17567         clear_ungetc_buffer after fetching the stream's position, not before.
17568
17569 2009-01-15  Bruno Haible  <bruno@clisp.org>
17570
17571         Make fflush-after-ungetc POSIX compliant on glibc systems.
17572         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17573         after ungetc.
17574         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17575         (rpl_fflush): On glibc systems, simply call the system's fflush
17576         function after clearing the ungetc buffer.
17577         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17578         Instead, lseek only to the end of file, then use the system's fseeko
17579         for the rest. On glibc systems, reset the EOF indicator bit.
17580
17581 2009-01-15  Jim Meyering  <meyering@redhat.com>
17582
17583         openmp.m4: revert quote-adding change, for portability to older autoconf
17584         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17585         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17586         Simon Josefsson noticed the problem when using autoconf-2.61.
17587
17588 2009-01-15  Bruno Haible  <bruno@clisp.org>
17589
17590         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17591         * tests/test-fflush2.c (ASSERT): Always fail.
17592         (main): Add two tests for fflush() after ungetc(), taking into account
17593         the Austin Group's clarification.
17594         Suggested by Eric Blake.
17595
17596 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17597
17598         mktime.m4: remove K&R-style function prototypes
17599         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17600         for the Sun C++ compiler.
17601
17602 2009-01-14  Bruno Haible  <bruno@clisp.org>
17603
17604         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17605         while including <wchar.h>.
17606         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17607         the system's <wchar.h> file.
17608         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17609
17610 2009-01-14  Bruno Haible  <bruno@clisp.org>
17611
17612         * m4/csharp.m4: Don't mention gettext on the serial number line.
17613         * m4/csharpexec.m4: Likewise.
17614         * m4/eaccess.m4: Likewise.
17615         * m4/javaexec.m4: Likewise.
17616         * m4/sig_atomic_t.m4: Likewise.
17617         * m4/tmpdir.m4: Likewise.
17618         * m4/intldir.m4: Bump gettext version.
17619         * m4/lib-ld.m4: Likewise.
17620
17621 2009-01-14  Bruno Haible  <bruno@clisp.org>
17622
17623         * lib/progname.c (set_program_name): Add more comments.
17624         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17625
17626 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17627
17628         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17629         were sys/stat.h does not define it.
17630
17631 2009-01-14  Jim Meyering  <meyering@redhat.com>
17632
17633         many *.m4 files: improve m4 quoting
17634         99% of this change was performed by running the following commands:
17635         git ls-files | grep '\.m4$' | xargs perl -pi \
17636           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17637           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17638           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17639           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17640         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17641         The remainder were to add Copyright dates, increment serial numbers,
17642         undo some changes in comments, exclude m4/intl.m4, and add quotes
17643         around the "1" in ",1" where the unusual spacing prohibited the
17644         above regexps from doing the job.  For more details, see
17645         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17646         * m4/acl.m4: Modified.
17647         * m4/afs.m4: Likewise.
17648         * m4/alloca.m4: Likewise.
17649         * m4/argp.m4: Likewise.
17650         * m4/argz.m4: Likewise.
17651         * m4/atexit.m4: Likewise.
17652         * m4/bison-i18n.m4: Likewise.
17653         * m4/bison.m4: Likewise.
17654         * m4/byteswap.m4: Likewise.
17655         * m4/c-stack.m4: Likewise.
17656         * m4/c-strtod.m4: Likewise.
17657         * m4/calloc.m4: Likewise.
17658         * m4/canonicalize-lgpl.m4: Likewise.
17659         * m4/chown.m4: Likewise.
17660         * m4/clock_time.m4: Likewise.
17661         * m4/codeset.m4: Likewise.
17662         * m4/copy-file.m4: Likewise.
17663         * m4/csharp.m4: Likewise.
17664         * m4/csharpcomp.m4: Likewise.
17665         * m4/csharpexec.m4: Likewise.
17666         * m4/d-ino.m4: Likewise.
17667         * m4/d-type.m4: Likewise.
17668         * m4/dirfd.m4: Likewise.
17669         * m4/double-slash-root.m4: Likewise.
17670         * m4/eaccess.m4: Likewise.
17671         * m4/eealloc.m4: Likewise.
17672         * m4/environ.m4: Likewise.
17673         * m4/errno_h.m4: Likewise.
17674         * m4/euidaccess.m4: Likewise.
17675         * m4/execute.m4: Likewise.
17676         * m4/fatal-signal.m4: Likewise.
17677         * m4/fchdir.m4: Likewise.
17678         * m4/fcntl_h.m4: Likewise.
17679         * m4/fileblocks.m4: Likewise.
17680         * m4/filenamecat.m4: Likewise.
17681         * m4/findprog.m4: Likewise.
17682         * m4/flexmember.m4: Likewise.
17683         * m4/fnmatch.m4: Likewise.
17684         * m4/fopen.m4: Likewise.
17685         * m4/fpending.m4: Likewise.
17686         * m4/fprintf-posix.m4: Likewise.
17687         * m4/free.m4: Likewise.
17688         * m4/frexp.m4: Likewise.
17689         * m4/frexpl.m4: Likewise.
17690         * m4/fsusage.m4: Likewise.
17691         * m4/ftruncate.m4: Likewise.
17692         * m4/gc-camellia.m4: Likewise.
17693         * m4/gc-random.m4: Likewise.
17694         * m4/gc.m4: Likewise.
17695         * m4/getaddrinfo.m4: Likewise.
17696         * m4/getcwd-abort-bug.m4: Likewise.
17697         * m4/getcwd-path-max.m4: Likewise.
17698         * m4/getdate.m4: Likewise.
17699         * m4/getdomainname.m4: Likewise.
17700         * m4/getgroups.m4: Likewise.
17701         * m4/gethostname.m4: Likewise.
17702         * m4/gethrxtime.m4: Likewise.
17703         * m4/getline.m4: Likewise.
17704         * m4/getloadavg.m4: Likewise.
17705         * m4/getndelim2.m4: Likewise.
17706         * m4/getpass.m4: Likewise.
17707         * m4/gettext.m4: Likewise.
17708         * m4/gettime.m4: Likewise.
17709         * m4/gettimeofday.m4: Likewise.
17710         * m4/gnulib-common.m4: Likewise.
17711         * m4/group-member.m4: Likewise.
17712         * m4/host-os.m4: Likewise.
17713         * m4/iconv.m4: Likewise.
17714         * m4/iconv_open.m4: Likewise.
17715         * m4/inet_ntop.m4: Likewise.
17716         * m4/inet_pton.m4: Likewise.
17717         * m4/inline.m4: Likewise.
17718         * m4/intldir.m4: Likewise.
17719         * m4/intlmacosx.m4: Likewise.
17720         * m4/intmax.m4: Likewise.
17721         * m4/intmax_t.m4: Likewise.
17722         * m4/inttypes.m4: Likewise.
17723         * m4/inttypes_h.m4: Likewise.
17724         * m4/inttypes-pri.m4: Likewise.
17725         * m4/isapipe.m4: Likewise.
17726         * m4/isnand.m4: Likewise.
17727         * m4/isnanf.m4: Likewise.
17728         * m4/isnanl.m4: Likewise.
17729         * m4/javacomp.m4: Likewise.
17730         * m4/javaexec.m4: Likewise.
17731         * m4/jm-winsz1.m4: Likewise.
17732         * m4/jm-winsz2.m4: Likewise.
17733         * m4/lchown.m4: Likewise.
17734         * m4/lcmessage.m4: Likewise.
17735         * m4/ldexpl.m4: Likewise.
17736         * m4/lib-ld.m4: Likewise.
17737         * m4/lib-link.m4: Likewise.
17738         * m4/libsigsegv.m4: Likewise.
17739         * m4/link-follow.m4: Likewise.
17740         * m4/localcharset.m4: Likewise.
17741         * m4/locale-fr.m4: Likewise.
17742         * m4/locale-ja.m4: Likewise.
17743         * m4/locale-tr.m4: Likewise.
17744         * m4/locale-zh.m4: Likewise.
17745         * m4/lock.m4: Likewise.
17746         * m4/longlong.m4: Likewise.
17747         * m4/ls-mntd-fs.m4: Likewise.
17748         * m4/lstat.m4: Likewise.
17749         * m4/malloc.m4: Likewise.
17750         * m4/mathl.m4: Likewise.
17751         * m4/mbrtowc.m4: Likewise.
17752         * m4/mbstate_t.m4: Likewise.
17753         * m4/mbswidth.m4: Likewise.
17754         * m4/memchr.m4: Likewise.
17755         * m4/memcmp.m4: Likewise.
17756         * m4/memcpy.m4: Likewise.
17757         * m4/memmem.m4: Likewise.
17758         * m4/memmove.m4: Likewise.
17759         * m4/mempcpy.m4: Likewise.
17760         * m4/memrchr.m4: Likewise.
17761         * m4/memset.m4: Likewise.
17762         * m4/minmax.m4: Likewise.
17763         * m4/mkdir-slash.m4: Likewise.
17764         * m4/mkdtemp.m4: Likewise.
17765         * m4/mktime.m4: Likewise.
17766         * m4/mmap-anon.m4: Likewise.
17767         * m4/mountlist.m4: Likewise.
17768         * m4/nanosleep.m4: Likewise.
17769         * m4/nls.m4: Likewise.
17770         * m4/nocrash.m4: Likewise.
17771         * m4/open.m4: Likewise.
17772         * m4/openat.m4: Likewise.
17773         * m4/openmp.m4: Likewise.
17774         * m4/pathmax.m4: Likewise.
17775         * m4/perl.m4: Likewise.
17776         * m4/physmem.m4: Likewise.
17777         * m4/pipe.m4: Likewise.
17778         * m4/po.m4: Likewise.
17779         * m4/poll.m4: Likewise.
17780         * m4/posixtm.m4: Likewise.
17781         * m4/posixver.m4: Likewise.
17782         * m4/printf-frexp.m4: Likewise.
17783         * m4/printf-frexpl.m4: Likewise.
17784         * m4/printf-posix.m4: Likewise.
17785         * m4/printf-posix-rpl.m4: Likewise.
17786         * m4/printf.m4: Likewise.
17787         * m4/progtest.m4: Likewise.
17788         * m4/putenv.m4: Likewise.
17789         * m4/readline.m4: Likewise.
17790         * m4/readlink.m4: Likewise.
17791         * m4/readutmp.m4: Likewise.
17792         * m4/realloc.m4: Likewise.
17793         * m4/regex.m4: Likewise.
17794         * m4/relocatable.m4: Likewise.
17795         * m4/relocatable-lib.m4: Likewise.
17796         * m4/rename-dest-slash.m4: Likewise.
17797         * m4/rename.m4: Likewise.
17798         * m4/rmdir-errno.m4: Likewise.
17799         * m4/rmdir.m4: Likewise.
17800         * m4/roundf.m4: Likewise.
17801         * m4/roundl.m4: Likewise.
17802         * m4/rpmatch.m4: Likewise.
17803         * m4/save-cwd.m4: Likewise.
17804         * m4/selinux-selinux-h.m4: Likewise.
17805         * m4/setenv.m4: Likewise.
17806         * m4/settime.m4: Likewise.
17807         * m4/sig2str.m4: Likewise.
17808         * m4/sig_atomic_t.m4: Likewise.
17809         * m4/signalblocking.m4: Likewise.
17810         * m4/signbit.m4: Likewise.
17811         * m4/sigpipe.m4: Likewise.
17812         * m4/sockets.m4: Likewise.
17813         * m4/sockpfaf.m4: Likewise.
17814         * m4/st_dm_mode.m4: Likewise.
17815         * m4/stat-time.m4: Likewise.
17816         * m4/stdbool.m4: Likewise.
17817         * m4/stdint.m4: Likewise.
17818         * m4/stdint_h.m4: Likewise.
17819         * m4/stpcpy.m4: Likewise.
17820         * m4/stpncpy.m4: Likewise.
17821         * m4/strcase.m4: Likewise.
17822         * m4/strchrnul.m4: Likewise.
17823         * m4/strcspn.m4: Likewise.
17824         * m4/strdup.m4: Likewise.
17825         * m4/strftime.m4: Likewise.
17826         * m4/strndup.m4: Likewise.
17827         * m4/strnlen.m4: Likewise.
17828         * m4/strpbrk.m4: Likewise.
17829         * m4/strptime.m4: Likewise.
17830         * m4/strsep.m4: Likewise.
17831         * m4/strtod.m4: Likewise.
17832         * m4/strtoimax.m4: Likewise.
17833         * m4/strtok_r.m4: Likewise.
17834         * m4/strtol.m4: Likewise.
17835         * m4/strtoll.m4: Likewise.
17836         * m4/strtoul.m4: Likewise.
17837         * m4/strtoull.m4: Likewise.
17838         * m4/strtoumax.m4: Likewise.
17839         * m4/strverscmp.m4: Likewise.
17840         * m4/threadlib.m4: Likewise.
17841         * m4/timegm.m4: Likewise.
17842         * m4/tm_gmtoff.m4: Likewise.
17843         * m4/tmpdir.m4: Likewise.
17844         * m4/tmpfile.m4: Likewise.
17845         * m4/tzset.m4: Likewise.
17846         * m4/uintmax_t.m4: Likewise.
17847         * m4/unlinkdir.m4: Likewise.
17848         * m4/unlocked-io.m4: Likewise.
17849         * m4/uptime.m4: Likewise.
17850         * m4/userspec.m4: Likewise.
17851         * m4/utimbuf.m4: Likewise.
17852         * m4/utime.m4: Likewise.
17853         * m4/utimes-null.m4: Likewise.
17854         * m4/utimes.m4: Likewise.
17855         * m4/vararrays.m4: Likewise.
17856         * m4/vasnprintf.m4: Likewise.
17857         * m4/vfprintf-posix.m4: Likewise.
17858         * m4/vprintf-posix.m4: Likewise.
17859         * m4/wait-process.m4: Likewise.
17860         * m4/wchar_t.m4: Likewise.
17861         * m4/wint_t.m4: Likewise.
17862         * m4/write-any-file.m4: Likewise.
17863         * m4/yield.m4: Likewise.
17864
17865 2009-01-13  Bruno Haible  <bruno@clisp.org>
17866
17867         Avoid test-copy-file.sh failures when ACL support insufficient.
17868         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17869         TESTS_ENVIRONMENT.
17870         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17871         Reported by Jim Meyering.
17872
17873 2009-01-13  Bruno Haible  <bruno@clisp.org>
17874
17875         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17876         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17877         * modules/unistdio/u8-printf-parse (Files): Likewise.
17878         * modules/unistdio/u32-printf-parse (Files): Likewise.
17879         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17880
17881 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17882
17883         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17884         and m4/inttypes_h.m4 too.
17885
17886 2009-01-12  Eric Blake  <ebb9@byu.net>
17887
17888         tests: IRIX 6.2 cc can't compile -0.0 into .data
17889         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17890         rather than at compile-time.
17891         * tests/test-floorl.c (minus_zero): Likewise.
17892         * tests/test-frexpl.c (minus_zero): Likewise.
17893         * tests/test-isnan.c (minus_zerol): Likewise.
17894         * tests/test-isnanl.h (minus_zero): Likewise.
17895         * tests/test-ldexpl.c (minus_zero): Likewise.
17896         * tests/test-roundl.c (minus_zero): Likewise.
17897         * tests/test-signbit.c (minus_zerol): Likewise.
17898         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17899         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17900         * tests/test-truncl.c (minus_zero): Likewise.
17901         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17902         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17903         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17904
17905 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17906
17907         regex: fix glibc bug 9697
17908         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17909         handling.
17910
17911 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17912
17913         regex: fix glibc bug 697
17914         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17915         being NULL also if there are no backreferences.
17916
17917 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17918
17919         regex: merge glibc changes
17920         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17921         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17922         re_string_skip_chars, re_string_reconstruct): Likewise.
17923         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17924
17925 2009-01-07  Jim Meyering  <meyering@redhat.com>
17926
17927         poll: filter through cppi
17928         * lib/poll.c: Indent cpp directives to reflect nesting.
17929
17930 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17931
17932         poll: don't return uninitialized
17933         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17934
17935 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17936
17937         avoid compile failure on AIX 6.1
17938         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17939         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17940
17941 2009-01-04  Jim Meyering  <meyering@redhat.com>
17942
17943         remove duplicate inclusion of <stdio.h>
17944         * tests/test-fprintf-posix.c: Likewise.
17945         * tests/test-printf-posix.c: Likewise.
17946         * tests/test-snprintf-posix.c: Likewise.
17947         * tests/test-sprintf-posix.c: Likewise.
17948         * tests/test-vasprintf-posix.c: Likewise.
17949         * tests/test-vfprintf-posix.c: Likewise.
17950         * tests/test-vprintf-posix.c: Likewise.
17951         * tests/test-vsnprintf-posix.c: Likewise.
17952         * tests/test-vsprintf-posix.c: Likewise.
17953
17954 2009-01-03  Jim Meyering  <meyering@redhat.com>
17955
17956         gnulib-tool: fix sed-based filtering
17957         * gnulib-tool (func_filter_filelist): Remove extra backslash
17958         in sed_fff_filter definition.
17959
17960 2009-01-02  Jim Meyering  <meyering@redhat.com>
17961
17962         strftime: avoid compilation failure on Solaris 2.6
17963         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17964         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17965         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17966         be available.  Reported by Tom G. Christensen.  Details in
17967         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17968
17969 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17970             Bruno Haible  <bruno@clisp.org>
17971
17972         Speed up gnulib-tool by doing more string processing through shell
17973         built-ins.
17974         * gnulib-tool (fast_func_append): New variable.
17975         (func_remove_prefix, func_remove_suffix): New functions.
17976         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17977         (func_filter_filelist): New function.
17978         (func_get_dependencies): Use func_remove_suffix instead of sed.
17979         (func_get_automake_snippet): Use func_filter_filelist instead of a
17980         subshell and sed invocation.
17981
17982 2009-01-01  Bruno Haible  <bruno@clisp.org>
17983
17984         Fix a security bug.
17985         * gnulib-tool (func_import, import, update): Don't allow the characters
17986         '"', '$', '`', '\' in macro arguments that become part of commands that
17987         are evaluated.
17988
17989 2009-01-01  Bruno Haible  <bruno@clisp.org>
17990
17991         * gnulib-tool (func_reset_sigpipe): Add more comments.
17992
17993 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17994
17995         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17996         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17997         already know the answer.
17998
17999 2009-01-01  Jim Meyering  <meyering@redhat.com>
18000
18001         * lib/version-etc.c (version_etc_va): Update copyright year.
18002
18003 2008-12-30  Bruno Haible  <bruno@clisp.org>
18004
18005         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18006         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18007         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18008
18009 2008-12-29  Eric Blake  <ebb9@byu.net>
18010
18011         multiarch: avoid autoconf AC_REQUIRE bug
18012         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18013         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18014         2.63 and older.
18015         Reported by Bruno Haible, and analyzed in
18016         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18017
18018 2008-12-29  Bruno Haible  <bruno@clisp.org>
18019
18020         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18021         files in subdirectories correctly.
18022         Reported by Ralf Wildenhues.
18023
18024 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18025
18026         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18027         rather than 'join FILE -', for Solaris join.
18028
18029 2008-12-29  Bruno Haible  <bruno@clisp.org>
18030
18031         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18032         quoting.
18033         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18034         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18035         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18036         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18037         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18038         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18039         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18040         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18041         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18042         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18043         * m4/nls.m4 (AM_NLS): Likewise.
18044         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18045         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18046         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18047         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18048         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18049         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18050         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18051         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18052         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18053         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18054         * m4/xsize.m4 (gl_XSIZE): Likewise.
18055         Suggested by Jim Meyering.
18056
18057 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18058
18059         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18060         * lib/parse-duration.c: use a switch instead of cascading if's.
18061
18062 2008-12-29  Eric Blake  <ebb9@byu.net>
18063
18064         wchar.h: supply WEOF on Irix 5.3
18065         * lib/wchar.in.h (wint_t): Also supply WEOF.
18066         * lib/wctype.in.h (wint_t): Likewise.
18067         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18068         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18069         Reported by Tom G. Christensen.
18070
18071 2008-12-26  Bruno Haible  <bruno@clisp.org>
18072
18073         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18074         i486, i586, i686.
18075
18076 2008-12-26  Bruno Haible  <bruno@clisp.org>
18077
18078         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18079
18080 2008-12-26  Bruno Haible  <bruno@clisp.org>
18081
18082         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18083         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18084         not __STDC_CONSTANT_MACROS.
18085         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18086
18087 2008-12-25  Bruno Haible  <bruno@clisp.org>
18088
18089         Add support for universal builds to vasnprintf.
18090         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18091         universal builds, guess no.
18092         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18093         * modules/vasprintf-posix (Depends-on): Likewise.
18094         * modules/fprintf-posix (Depends-on): Likewise.
18095         * modules/vfprintf-posix (Depends-on): Likewise.
18096         * modules/snprintf-posix (Depends-on): Likewise.
18097         * modules/vsnprintf-posix (Depends-on): Likewise.
18098         * modules/sprintf-posix (Depends-on): Likewise.
18099         * modules/vsprintf-posix (Depends-on): Likewise.
18100         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18101         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18102         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18103         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18104         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18105         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18106         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18107
18108         Add support for universal builds to <inttypes.h>.
18109         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18110         _SCNu64_PREFIX): In Apple
18111         universal builds, define directly, using _LP64.
18112         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18113         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18114         * modules/inttypes (Depends-on): Add multiarch.
18115         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18116
18117         Add support for universal builds to <stdint.h>.
18118         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18119         universal builds, define directly, using _LP64.
18120         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18121         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18122         and size_t.
18123         * modules/stdint (Depends-on): Add multiarch.
18124         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18125
18126         New module 'multiarch'.
18127         * modules/multiarch: New file.
18128         * m4/multiarch.m4: New file.
18129
18130 2008-12-25  Bruno Haible  <bruno@clisp.org>
18131
18132         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18133
18134 2008-12-25  Bruno Haible  <bruno@clisp.org>
18135
18136         * modules/btowc (License): Relicense under LGPLv2+.
18137         * modules/mbsinit (License): Likewise.
18138         * modules/mbrtowc (License): Likewise.
18139         * modules/wcrtomb (License): Likewise.
18140         * modules/streq (License): Likewise.
18141         Reported by David Lutterkort <lutter@redhat.com>.
18142
18143 2008-12-23  Bruno Haible  <bruno@clisp.org>
18144
18145         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18146
18147 2008-12-23  Bruno Haible  <bruno@clisp.org>
18148
18149         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18150         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18151         GETADDRINFO_LIB, not in LIBS.
18152         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18153         * modules/canon-host (Link): Likewise.
18154         * NEWS: Mention the change.
18155         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18156         GETADDRINFO_LIB.
18157
18158 2008-12-22  Bruno Haible  <bruno@clisp.org>
18159
18160         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18161         * doc/posix-functions/iswalpha_l.texi: Likewise.
18162         * doc/posix-functions/iswblank_l.texi: Likewise.
18163         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18164         * doc/posix-functions/iswctype_l.texi: Likewise.
18165         * doc/posix-functions/iswdigit_l.texi: Likewise.
18166         * doc/posix-functions/iswgraph_l.texi: Likewise.
18167         * doc/posix-functions/iswlower_l.texi: Likewise.
18168         * doc/posix-functions/iswprint_l.texi: Likewise.
18169         * doc/posix-functions/iswpunct_l.texi: Likewise.
18170         * doc/posix-functions/iswspace_l.texi: Likewise.
18171         * doc/posix-functions/iswupper_l.texi: Likewise.
18172         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18173         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18174         * doc/posix-functions/open_wmemstream.texi: Likewise.
18175         * doc/posix-functions/swscanf.texi: Likewise.
18176         * doc/posix-functions/towctrans_l.texi: Likewise.
18177         * doc/posix-functions/towlower.texi: Likewise.
18178         * doc/posix-functions/towlower_l.texi: Likewise.
18179         * doc/posix-functions/towupper.texi: Likewise.
18180         * doc/posix-functions/towupper_l.texi: Likewise.
18181         * doc/posix-functions/vfwprintf.texi: Likewise.
18182         * doc/posix-functions/vfwscanf.texi: Likewise.
18183         * doc/posix-functions/vswscanf.texi: Likewise.
18184         * doc/posix-functions/vwprintf.texi: Likewise.
18185         * doc/posix-functions/vwscanf.texi: Likewise.
18186         * doc/posix-functions/wcpcpy.texi: Likewise.
18187         * doc/posix-functions/wcpncpy.texi: Likewise.
18188         * doc/posix-functions/wcscasecmp.texi: Likewise.
18189         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18190         * doc/posix-functions/wcscoll_l.texi: Likewise.
18191         * doc/posix-functions/wcsdup.texi: Likewise.
18192         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18193         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18194         * doc/posix-functions/wcsnlen.texi: Likewise.
18195         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18196         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18197         * doc/posix-functions/wctrans_l.texi: Likewise.
18198         * doc/posix-functions/wctype_l.texi: Likewise.
18199         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18200         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18201         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18202         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18203         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18204         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18205         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18206         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18207         * doc/glibc-functions/wcschrnul.texi: Likewise.
18208         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18209         * doc/glibc-functions/wcstod_l.texi: Likewise.
18210         * doc/glibc-functions/wcstof_l.texi: Likewise.
18211         * doc/glibc-functions/wcstol_l.texi: Likewise.
18212         * doc/glibc-functions/wcstold_l.texi: Likewise.
18213         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18214         * doc/glibc-functions/wcstoq.texi: Likewise.
18215         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18216         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18217         * doc/glibc-functions/wcstouq.texi: Likewise.
18218         * doc/glibc-functions/wmempcpy.texi: Likewise.
18219
18220 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18221             Eric Blake  <ebb9@byu.net>
18222             Paolo Bonzini  <bonzini@gnu.org>
18223             Bruno Haible  <bruno@clisp.org>
18224
18225         Make c-stack work on Haiku.
18226         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18227         (c_stack_action): Use SA_ONSTACK flag.
18228
18229 2008-12-22  Bruno Haible  <bruno@clisp.org>
18230
18231         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18232
18233 2008-12-22  Bruno Haible  <bruno@clisp.org>
18234
18235         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18236         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18237         being overridden.
18238         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18239         New macros.
18240         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18241         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18242         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18243         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18244
18245 2008-12-22  Bruno Haible  <bruno@clisp.org>
18246
18247         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18248         from test code.
18249
18250 2008-12-22  Eric Blake  <ebb9@byu.net>
18251
18252         Avoid gcc warnings on cygwin.
18253         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18254         Avoid unused variable.
18255         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18256         Likewise.
18257
18258 2008-12-22  Bruno Haible  <bruno@clisp.org>
18259
18260         Remove HAVE_MBRTOWC conditionals.
18261         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18262         (mbscasecmp): Assume mbrtowc function.
18263         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18264         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18265         * lib/mbschr.c: Include mbuiter.h unconditionally.
18266         (mbschr): Assume mbrtowc function.
18267         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18268         (mbscspn): Assume mbrtowc function.
18269         * lib/mbslen.c: Include mbuiter.h unconditionally.
18270         (mbslen): Assume mbrtowc function.
18271         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18272         (mbsncasecmp): Assume mbrtowc function.
18273         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18274         (mbsnlen): Assume mbrtowc function.
18275         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18276         (mbspbrk): Assume mbrtowc function.
18277         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18278         (mbspcasecmp): Assume mbrtowc function.
18279         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18280         (mbsrchr): Assume mbrtowc function.
18281         * lib/mbssep.c: Include mbuiter.h unconditionally.
18282         (mbssep): Assume mbrtowc function.
18283         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18284         (mbsspn): Assume mbrtowc function.
18285         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18286         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18287         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18288         (mbstok_r): Assume mbrtowc function.
18289         * lib/propername.c: Include mbuiter.h unconditionally.
18290         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18291         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18292         (trim2): Assume mbrtowc function.
18293         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18294         (mbsnwidth): Assume mbrtowc function.
18295         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18296         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18297         fallback definitions.
18298         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18299
18300 2008-12-22  Bruno Haible  <bruno@clisp.org>
18301
18302         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18303
18304 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18305
18306         * modules/regex: Request emulations for the mb*/wc* functions we need.
18307         * m4/regex.m4: Don't look for those functions here.
18308         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18309
18310 2008-12-22  Bruno Haible  <bruno@clisp.org>
18311
18312         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18313
18314 2008-12-21  Bruno Haible  <bruno@clisp.org>
18315
18316         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18317         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18318         (Include): Remove conditionalization.
18319         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18320         (Include): Remove conditionalization.
18321         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18322         (Include): Remove conditionalization.
18323         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18324         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18325         * NEWS: Mention the change.
18326         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18327         via Sergey Poznyakoff <gray@gnu.org.ua>.
18328
18329 2008-12-21  Bruno Haible  <bruno@clisp.org>
18330
18331         * MODULES.html.sh (Extended multibyte and wide character utilities
18332         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18333         wcrtomb, wcsrtombs.
18334         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18335         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18336         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18337         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18338
18339 2008-12-21  Bruno Haible  <bruno@clisp.org>
18340
18341         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18342
18343 2008-12-21  Bruno Haible  <bruno@clisp.org>
18344
18345         * modules/wcsnrtombs-tests: New file.
18346         * tests/test-wcsnrtombs1.sh: New file.
18347         * tests/test-wcsnrtombs2.sh: New file.
18348         * tests/test-wcsnrtombs3.sh: New file.
18349         * tests/test-wcsnrtombs4.sh: New file.
18350         * tests/test-wcsnrtombs.c: New file.
18351
18352         New module 'wcsnrtombs'.
18353         * lib/wchar.in.h (wcsnrtombs): New declaration.
18354         * lib/wcsnrtombs.c: New file.
18355         * lib/wcsrtombs-state.c: New file.
18356         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18357         (internal_state): Remove variable.
18358         * m4/wcsnrtombs.m4: New file.
18359         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18360         compilation units.
18361         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18362         HAVE_WCSNRTOMBS.
18363         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18364         HAVE_WCSNRTOMBS.
18365         * modules/wcsnrtombs: New file.
18366         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18367         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18368
18369 2008-12-21  Bruno Haible  <bruno@clisp.org>
18370
18371         * modules/wcsrtombs-tests: New file.
18372         * tests/test-wcsrtombs1.sh: New file.
18373         * tests/test-wcsrtombs2.sh: New file.
18374         * tests/test-wcsrtombs3.sh: New file.
18375         * tests/test-wcsrtombs4.sh: New file.
18376         * tests/test-wcsrtombs.c: New file.
18377
18378         New module 'wcsrtombs'.
18379         * lib/wchar.in.h (wcsrtombs): New declaration.
18380         * lib/wcsrtombs.c: New file.
18381         * m4/wcsrtombs.m4: New file.
18382         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18383         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18384         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18385         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18386         * modules/wcsrtombs: New file.
18387         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18388         bugs.
18389
18390 2008-12-21  Bruno Haible  <bruno@clisp.org>
18391
18392         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18393         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18394         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18395         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18396         if not correct.
18397         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18398         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18399         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18400         m4/locale-zh.m4, m4/codeset.m4.
18401         * doc/posix-functions/wcrtomb.texi: Document the bug.
18402
18403 2008-12-21  Bruno Haible  <bruno@clisp.org>
18404
18405         Work around a btowc() bug on IRIX 6.5.
18406         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18407         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18408         REPLACE_WTOBC if not.
18409         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18410         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18411         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18412
18413 2008-12-21  Bruno Haible  <bruno@clisp.org>
18414
18415         * modules/wcrtomb-tests: New file.
18416         * tests/test-wcrtomb.sh: New file.
18417         * tests/test-wcrtomb.c: New file.
18418
18419         New module 'wcrtomb'.
18420         * lib/wchar.in.h (wcrtomb): New declaration.
18421         * lib/wcrtomb.c: New file.
18422         * m4/wcrtomb.m4: New file.
18423         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18424         HAVE_WCRTOMB.
18425         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18426         HAVE_WCRTOMB.
18427         * modules/wcrtomb: New file.
18428         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18429
18430 2008-12-21  Bruno Haible  <bruno@clisp.org>
18431
18432         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18433         * modules/mbsrtowcs (Files): Likewise.
18434         * modules/wctob (Files): Likewise.
18435         * modules/c-strcase-tests (Files): Likewise.
18436         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18437         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18438         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18439         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18440         * modules/vasnprintf-posix-tests (Files): Likewise.
18441
18442 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18443
18444         gitlog-to-changelog: pass all command-line arguments to git-log
18445         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18446         it is sometimes convenient to filter the commits in various ways.
18447         gitlog-to-changelog only allows --since to specify a start date,
18448         but git-log itself supports many other filtering mechanisms.
18449         At the moment, I want to filter by branch name.  Rather than
18450         adding a --branch option to gitlog-to-changelog, it seems more
18451         flexible to simply pass all options directly to git-log and let
18452         git do the work.  Notice that this effectively makes --since a
18453         redundant option for gitlog-to-changelog, but removing it would
18454         require current usage to change since calls would then require
18455         an additional '--'.
18456
18457 2008-12-21  Bruno Haible  <bruno@clisp.org>
18458
18459         * modules/mbsnrtowcs-tests: New file.
18460         * tests/test-mbsnrtowcs1.sh: New file.
18461         * tests/test-mbsnrtowcs2.sh: New file.
18462         * tests/test-mbsnrtowcs3.sh: New file.
18463         * tests/test-mbsnrtowcs4.sh: New file.
18464         * tests/test-mbsnrtowcs.c: New file.
18465
18466         New module 'mbsnrtowcs'.
18467         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18468         * lib/mbsnrtowcs.c: New file.
18469         * lib/mbsrtowcs-state.c: New file.
18470         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18471         (internal_state): Remove variable.
18472         * m4/mbsnrtowcs.m4: New file.
18473         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18474         compilation units.
18475         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18476         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18477         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18478         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18479         * modules/mbsnrtowcs: New file.
18480         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18481         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18482         portability problem.
18483
18484 2008-12-21  Bruno Haible  <bruno@clisp.org>
18485
18486         Work around mbsrtowcs bug.
18487         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18488         (gl_FUNC_MBSRTOWCS): Invoke it.
18489         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18490         m4/locale-zh.m4.
18491         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18492
18493 2008-12-21  Bruno Haible  <bruno@clisp.org>
18494
18495         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18496
18497 2008-12-21  Bruno Haible  <bruno@clisp.org>
18498
18499         Update doc for AIX.
18500         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18501         16-bit wchar_t type.
18502         * doc/posix-functions/btowc.texi: Likewise.
18503         * doc/posix-functions/fgetwc.texi: Likewise.
18504         * doc/posix-functions/fgetws.texi: Likewise.
18505         * doc/posix-functions/fputwc.texi: Likewise.
18506         * doc/posix-functions/fputws.texi: Likewise.
18507         * doc/posix-functions/fwide.texi: Likewise.
18508         * doc/posix-functions/fwprintf.texi: Likewise.
18509         * doc/posix-functions/fwscanf.texi: Likewise.
18510         * doc/posix-functions/getwchar.texi: Likewise.
18511         * doc/posix-functions/getwc.texi: Likewise.
18512         * doc/posix-functions/iswalnum.texi: Likewise.
18513         * doc/posix-functions/iswalpha.texi: Likewise.
18514         * doc/posix-functions/iswblank.texi: Likewise.
18515         * doc/posix-functions/iswcntrl.texi: Likewise.
18516         * doc/posix-functions/iswctype.texi: Likewise.
18517         * doc/posix-functions/iswdigit.texi: Likewise.
18518         * doc/posix-functions/iswgraph.texi: Likewise.
18519         * doc/posix-functions/iswlower.texi: Likewise.
18520         * doc/posix-functions/iswprint.texi: Likewise.
18521         * doc/posix-functions/iswpunct.texi: Likewise.
18522         * doc/posix-functions/iswspace.texi: Likewise.
18523         * doc/posix-functions/iswupper.texi: Likewise.
18524         * doc/posix-functions/iswxdigit.texi: Likewise.
18525         * doc/posix-functions/mbrtowc.texi: Likewise.
18526         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18527         * doc/posix-functions/mbstowcs.texi: Likewise.
18528         * doc/posix-functions/mbtowc.texi: Likewise.
18529         * doc/posix-functions/putwchar.texi: Likewise.
18530         * doc/posix-functions/putwc.texi: Likewise.
18531         * doc/posix-functions/swprintf.texi: Likewise.
18532         * doc/posix-functions/tolower.texi: Likewise.
18533         * doc/posix-functions/toupper.texi: Likewise.
18534         * doc/posix-functions/towctrans.texi: Likewise.
18535         * doc/posix-functions/ungetwc.texi: Likewise.
18536         * doc/posix-functions/vswprintf.texi: Likewise.
18537         * doc/posix-functions/wcrtomb.texi: Likewise.
18538         * doc/posix-functions/wcscat.texi: Likewise.
18539         * doc/posix-functions/wcschr.texi: Likewise.
18540         * doc/posix-functions/wcscmp.texi: Likewise.
18541         * doc/posix-functions/wcscoll.texi: Likewise.
18542         * doc/posix-functions/wcscpy.texi: Likewise.
18543         * doc/posix-functions/wcscspn.texi: Likewise.
18544         * doc/posix-functions/wcsftime.texi: Likewise.
18545         * doc/posix-functions/wcslen.texi: Likewise.
18546         * doc/posix-functions/wcsncat.texi: Likewise.
18547         * doc/posix-functions/wcsncmp.texi: Likewise.
18548         * doc/posix-functions/wcsncpy.texi: Likewise.
18549         * doc/posix-functions/wcspbrk.texi: Likewise.
18550         * doc/posix-functions/wcsrchr.texi: Likewise.
18551         * doc/posix-functions/wcsrtombs.texi: Likewise.
18552         * doc/posix-functions/wcsspn.texi: Likewise.
18553         * doc/posix-functions/wcsstr.texi: Likewise.
18554         * doc/posix-functions/wcstod.texi: Likewise.
18555         * doc/posix-functions/wcstof.texi: Likewise.
18556         * doc/posix-functions/wcstoimax.texi: Likewise.
18557         * doc/posix-functions/wcstok.texi: Likewise.
18558         * doc/posix-functions/wcstold.texi: Likewise.
18559         * doc/posix-functions/wcstoll.texi: Likewise.
18560         * doc/posix-functions/wcstol.texi: Likewise.
18561         * doc/posix-functions/wcstombs.texi: Likewise.
18562         * doc/posix-functions/wcstoull.texi: Likewise.
18563         * doc/posix-functions/wcstoul.texi: Likewise.
18564         * doc/posix-functions/wcstoumax.texi: Likewise.
18565         * doc/posix-functions/wcswidth.texi: Likewise.
18566         * doc/posix-functions/wcsxfrm.texi: Likewise.
18567         * doc/posix-functions/wctob.texi: Likewise.
18568         * doc/posix-functions/wctomb.texi: Likewise.
18569         * doc/posix-functions/wctrans.texi: Likewise.
18570         * doc/posix-functions/wctype.texi: Likewise.
18571         * doc/posix-functions/wcwidth.texi: Likewise.
18572         * doc/posix-functions/wmemchr.texi: Likewise.
18573         * doc/posix-functions/wmemcmp.texi: Likewise.
18574         * doc/posix-functions/wmemcpy.texi: Likewise.
18575         * doc/posix-functions/wmemmove.texi: Likewise.
18576         * doc/posix-functions/wmemset.texi: Likewise.
18577         * doc/posix-functions/wprintf.texi: Likewise.
18578         * doc/posix-functions/wscanf.texi: Likewise.
18579
18580 2008-12-21  Bruno Haible  <bruno@clisp.org>
18581
18582         Update doc for HP-UX 11.11.
18583         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18584         in HP-UX version 11.00, not in all versions of HP-UX 11.
18585         * doc/posix-functions/fwide.texi: Likewise.
18586         * doc/posix-functions/fwprintf.texi: Likewise.
18587         * doc/posix-functions/fwscanf.texi: Likewise.
18588         * doc/posix-functions/inet_ntop.texi: Likewise.
18589         * doc/posix-functions/inet_pton.texi: Likewise.
18590         * doc/posix-functions/mbrlen.texi: Likewise.
18591         * doc/posix-functions/mbrtowc.texi: Likewise.
18592         * doc/posix-functions/mbsinit.texi: Likewise.
18593         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18594         * doc/posix-functions/swprintf.texi: Likewise.
18595         * doc/posix-functions/swscanf.texi: Likewise.
18596         * doc/posix-functions/towctrans.texi: Likewise.
18597         * doc/posix-functions/vfwprintf.texi: Likewise.
18598         * doc/posix-functions/vswprintf.texi: Likewise.
18599         * doc/posix-functions/vwprintf.texi: Likewise.
18600         * doc/posix-functions/wcrtomb.texi: Likewise.
18601         * doc/posix-functions/wcsrtombs.texi: Likewise.
18602         * doc/posix-functions/wcsstr.texi: Likewise.
18603         * doc/posix-functions/wctob.texi: Likewise.
18604         * doc/posix-functions/wctrans.texi: Likewise.
18605         * doc/posix-functions/wmemchr.texi: Likewise.
18606         * doc/posix-functions/wmemcmp.texi: Likewise.
18607         * doc/posix-functions/wmemcpy.texi: Likewise.
18608         * doc/posix-functions/wmemmove.texi: Likewise.
18609         * doc/posix-functions/wmemset.texi: Likewise.
18610         * doc/posix-functions/wprintf.texi: Likewise.
18611         * doc/posix-functions/wscanf.texi: Likewise.
18612
18613 2008-12-21  Bruno Haible  <bruno@clisp.org>
18614
18615         Work around a portability problem.
18616         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18617         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18618
18619 2008-12-20  Bruno Haible  <bruno@clisp.org>
18620
18621         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18622         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18623         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18624         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18625         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18626
18627         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18628         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18629         set.
18630         (GNULIB_defined_mbstate_t): New macro.
18631         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18632         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18633         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18634         reuses the system's mbrtowc function but works around the bugs.
18635         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18636         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18637         macros.
18638         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18639         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18640         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18641         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18642         REPLACE_MBSINIT if mbsinit needs to be overridden.
18643         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18644         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18645         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18646         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18647         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18648         m4/locale-zh.m4.
18649         (Depends): Add mbsinit.
18650         * modules/mbsinit (Depends): Add mbrtowc.
18651         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18652
18653 2008-12-20  Bruno Haible  <bruno@clisp.org>
18654
18655         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18656         so that there are no conversion errors on AIX.
18657         * tests/test-mbsrtowcs.c (main): LIkewise.
18658
18659 2008-12-20  Bruno Haible  <bruno@clisp.org>
18660
18661         Work around wctob bug on Solaris <= 9.
18662         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18663         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18664         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18665         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18666         * modules/wctob (Files): Add m4/locale-fr.m4.
18667         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18668
18669 2008-12-20  Bruno Haible  <bruno@clisp.org>
18670
18671         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18672         /dev/null.
18673         * tests/test-select-in.sh: Likewise.
18674         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18675
18676 2008-12-20  Bruno Haible  <bruno@clisp.org>
18677
18678         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18679         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18680         Cygwin 1.5.x.
18681
18682 2008-12-20  Bruno Haible  <bruno@clisp.org>
18683
18684         Ensure mbstate_t is defined on HP-UX 11.11.
18685         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18686         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18687         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18688         AC_USE_SYSTEM_EXTENSIONS.
18689         * modules/fnmatch (Depends-on): Add extensions.
18690         * modules/mbrlen (Depends-on): Likewise.
18691         * modules/mbrtowc (Depends-on): Likewise.
18692         * modules/mbsinit (Depends-on): Likewise.
18693         * modules/mbsrtowcs (Depends-on): Likewise.
18694         * modules/mbswidth (Depends-on): Likewise.
18695         * modules/quotearg (Depends-on): Likewise.
18696         * modules/strftime (Depends-on): Likewise.
18697
18698 2008-12-20  Bruno Haible  <bruno@clisp.org>
18699
18700         Ensure wctob is declared on IRIX 6.5.
18701         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18702         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18703         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18704         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18705         of HAVE_WCTOB.
18706         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18707         HAVE_WCTOB.
18708         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18709
18710 2008-12-19  Bruno Haible  <bruno@clisp.org>
18711
18712         * modules/mbsrtowcs-tests: New file.
18713         * tests/test-mbsrtowcs1.sh: New file.
18714         * tests/test-mbsrtowcs2.sh: New file.
18715         * tests/test-mbsrtowcs3.sh: New file.
18716         * tests/test-mbsrtowcs4.sh: New file.
18717         * tests/test-mbsrtowcs.c: New file.
18718
18719         New module 'mbsrtowcs'.
18720         * lib/wchar.in.h (mbsrtowcs): New declaration.
18721         * lib/mbsrtowcs.c: New file.
18722         * m4/mbsrtowcs.m4: New file.
18723         * modules/mbsrtowcs: New file.
18724         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18725         HAVE_MBSRTOWCS.
18726         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18727         HAVE_MBSRTOWCS.
18728         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18729
18730 2008-12-19  Bruno Haible  <bruno@clisp.org>
18731
18732         New module 'mbrlen'.
18733         * lib/wchar.in.h (mbrlen): New declaration.
18734         * lib/mbrlen.c: New file.
18735         * m4/mbrlen.m4: New file.
18736         * modules/mbrlen: New file.
18737         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18738         HAVE_MBRLEN.
18739         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18740         HAVE_MBRLEN.
18741         * doc/posix-functions/mbrlen.texi: Document the new module.
18742
18743 2008-12-19  Bruno Haible  <bruno@clisp.org>
18744
18745         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18746         * modules/mbrtowc (Depends-on): Add verify.
18747         Suggested by Paul Eggert.
18748
18749 2008-12-18  Bruno Haible  <bruno@clisp.org>
18750
18751         * modules/mbsinit-tests: New file.
18752         * tests/test-mbsinit.sh: New file.
18753         * tests/test-mbsinit.c: New file.
18754
18755 2008-12-18  Bruno Haible  <bruno@clisp.org>
18756
18757         * modules/mbrtowc-tests: New file.
18758         * tests/test-mbrtowc1.sh: New file.
18759         * tests/test-mbrtowc2.sh: New file.
18760         * tests/test-mbrtowc3.sh: New file.
18761         * tests/test-mbrtowc4.sh: New file.
18762         * tests/test-mbrtowc.c: New file.
18763
18764         New module 'mbrtowc'.
18765         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18766         mbsinit and mbrtowc.
18767         (mbrtowc): New declaration.
18768         * lib/mbrtowc.c: New file.
18769         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18770         * modules/mbrtowc: New file.
18771         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18772         HAVE_MBRTOWC.
18773         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18774         HAVE_MBRTOWC.
18775         * doc/posix-functions/mbrtowc.texi: Document the new module.
18776
18777 2008-12-18  Bruno Haible  <bruno@clisp.org>
18778
18779         New module 'wctob'.
18780         * lib/wchar.in.h (wctob): New declaration.
18781         * lib/wctob.c: New file.
18782         * m4/wctob.m4: New file.
18783         * modules/wctob: New file.
18784         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18785         HAVE_WCTOB.
18786         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18787         * doc/posix-functions/wctob.texi: Document the new module.
18788
18789 2008-12-18  Bruno Haible  <bruno@clisp.org>
18790
18791         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18792         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18793
18794 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18795
18796         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18797         G. Christensen" <tgc@jupiterrise.com>.
18798
18799         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18800         G. Christensen" <tgc@jupiterrise.com>.
18801
18802         * lib/flock.c: Need to include string.h.  Reported by "Tom
18803         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18804         <ebb9@byu.net>.
18805
18806 2008-12-18  Bruno Haible  <bruno@clisp.org>
18807
18808         * m4/locale-ja.m4: New file, from GNU gettext.
18809
18810 2008-12-17  Bruno Haible  <bruno@clisp.org>
18811
18812         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18813         Suggested by Eric Blake.
18814
18815 2008-12-17  Bruno Haible  <bruno@clisp.org>
18816
18817         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18818
18819 2008-12-17  Bruno Haible  <bruno@clisp.org>
18820
18821         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18822         * modules/mbsinit (Depends-on): Add verify.
18823         Suggested by Paul Eggert.
18824
18825 2008-12-17  Bruno Haible  <bruno@clisp.org>
18826
18827         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18828         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18829         gl_FUNC_MBRTOWC.
18830         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18831         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18832         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18833         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18834         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18835         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18836         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18837         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18838         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18839         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18840         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18841         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18842         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18843         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18844         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18845         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18846         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18847         * modules/trim (configure.ac): Likewise.
18848
18849 2008-12-17  Bruno Haible  <bruno@clisp.org>
18850
18851         * modules/btowc-tests: New file.
18852         * tests/test-btowc1.sh: New file.
18853         * tests/test-btowc2.sh: New file.
18854         * tests/test-btowc.c: New file.
18855
18856         New module 'btowc'.
18857         * lib/wchar.in.h (btowc): New declaration.
18858         * lib/btowc.c: New file.
18859         * m4/btowc.m4: New file.
18860         * modules/btowc: New file.
18861         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18862         HAVE_BTOWC.
18863         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18864         * doc/posix-functions/btowc.texi: Document the new module.
18865
18866 2008-12-17  Bruno Haible  <bruno@clisp.org>
18867
18868         New module 'mbsinit'.
18869         * lib/wchar.in.h (mbsinit): New declaration.
18870         * lib/mbsinit.c: New file.
18871         * m4/mbsinit.m4: New file.
18872         * modules/mbsinit: New file.
18873         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18874         HAVE_MBSINIT.
18875         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18876         HAVE_MBSINIT.
18877         * doc/posix-functions/mbsinit.texi: Document the new module.
18878
18879 2008-12-16  Bruno Haible  <bruno@clisp.org>
18880
18881         * lib/unistd.in.h: Add comment.
18882         * tests/test-environ.c: Don't include <stdlib.h>.
18883
18884 2008-12-16  Bruno Haible  <bruno@clisp.org>
18885
18886         * lib/parse-duration.h (parse_duration): Document return value
18887         convention.
18888         * lib/parse-duration.c: Include specification header first. Add
18889         comments.
18890         (_): Remove macro.
18891         (parse_year_month_day, parse_hour_minute_second): Move side effects
18892         outside of strchr call.
18893         (parse_non_iso8601): Move side effects outside of isspace call.
18894         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18895         call.
18896
18897 2008-12-16  Bruno Haible  <bruno@clisp.org>
18898
18899         * tests/test-parse-duration.sh: Produce no output when the test
18900         succeeds.
18901
18902 2008-12-16  Bruno Haible  <bruno@clisp.org>
18903
18904         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18905         expressions.
18906
18907 2008-12-15  Bruno Haible  <bruno@clisp.org>
18908
18909         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18910         * doc/glibc-functions/flistxattr.texi: Likewise.
18911         * doc/glibc-functions/fopencookie.texi: Likewise.
18912         * doc/glibc-functions/fremovexattr.texi: Likewise.
18913         * doc/glibc-functions/fsetxattr.texi: Likewise.
18914         * doc/glibc-functions/getxattr.texi: Likewise.
18915         * doc/glibc-functions/lgetxattr.texi: Likewise.
18916         * doc/glibc-functions/listxattr.texi: Likewise.
18917         * doc/glibc-functions/llistxattr.texi: Likewise.
18918         * doc/glibc-functions/lremovexattr.texi: Likewise.
18919         * doc/glibc-functions/lsetxattr.texi: Likewise.
18920         * doc/glibc-functions/removexattr.texi: Likewise.
18921         * doc/glibc-functions/setxattr.texi: Likewise.
18922         * doc/posix-functions/open_memstream.texi: Likewise.
18923
18924 2008-12-15  Eric Blake  <ebb9@byu.net>
18925
18926         Update doc for cygwin 1.7.
18927         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18928         functions.
18929         * doc/posix-functions/fchmodat.texi: Likewise.
18930         * doc/posix-functions/fchownat.texi: Likewise.
18931         * doc/posix-functions/fdopendir.texi: Likewise.
18932         * doc/posix-functions/fmemopen.texi: Likewise.
18933         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18934         * doc/posix-functions/fstatat.texi: Likewise.
18935         * doc/posix-functions/futimens.texi: Likewise.
18936         * doc/posix-functions/gai_strerror.texi: Likewise.
18937         * doc/posix-functions/getaddrinfo.texi: Likewise.
18938         * doc/posix-functions/getnameinfo.texi: Likewise.
18939         * doc/posix-functions/if_freenameindex.texi: Likewise.
18940         * doc/posix-functions/if_indextoname.texi: Likewise.
18941         * doc/posix-functions/if_nameindex.texi: Likewise.
18942         * doc/posix-functions/if_nametoindex.texi: Likewise.
18943         * doc/posix-functions/insque.texi: Likewise.
18944         * doc/posix-functions/linkat.texi: Likewise.
18945         * doc/posix-functions/llrint.texi: Likewise.
18946         * doc/posix-functions/llrintf.texi: Likewise.
18947         * doc/posix-functions/llrintl.texi: Likewise.
18948         * doc/posix-functions/lockf.texi: Likewise.
18949         * doc/posix-functions/lrintl.texi: Likewise.
18950         * doc/posix-functions/mkdirat.texi: Likewise.
18951         * doc/posix-functions/mkfifoat.texi: Likewise.
18952         * doc/posix-functions/mknodat.texi: Likewise.
18953         * doc/posix-functions/mq_close.texi: Likewise.
18954         * doc/posix-functions/mq_getattr.texi: Likewise.
18955         * doc/posix-functions/mq_notify.texi: Likewise.
18956         * doc/posix-functions/mq_open.texi: Likewise.
18957         * doc/posix-functions/mq_receive.texi: Likewise.
18958         * doc/posix-functions/mq_send.texi: Likewise.
18959         * doc/posix-functions/mq_setattr.texi: Likewise.
18960         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18961         * doc/posix-functions/mq_timedsend.texi: Likewise.
18962         * doc/posix-functions/mq_unlink.texi: Likewise.
18963         * doc/posix-functions/open_memstream.texi: Likewise.
18964         * doc/posix-functions/openat.texi: Likewise.
18965         * doc/posix-functions/posix_fadvise.texi: Likewise.
18966         * doc/posix-functions/posix_fallocate.texi: Likewise.
18967         * doc/posix-functions/posix_madvise.texi: Likewise.
18968         * doc/posix-functions/posix_memalign.texi: Likewise.
18969         * doc/posix-functions/posix_openpt.texi: Likewise.
18970         * doc/posix-functions/readlinkat.texi: Likewise.
18971         * doc/posix-functions/remque.texi: Likewise.
18972         * doc/posix-functions/renameat.texi: Likewise.
18973         * doc/posix-functions/rintl.texi: Likewise.
18974         * doc/posix-functions/sem_unlink.texi: Likewise.
18975         * doc/posix-functions/shm_open.texi: Likewise.
18976         * doc/posix-functions/shm_unlink.texi: Likewise.
18977         * doc/posix-functions/signgam.texi: Likewise.
18978         * doc/posix-functions/sigset.texi: Likewise.
18979         * doc/posix-functions/stpcpy.texi: Likewise.
18980         * doc/posix-functions/stpncpy.texi: Likewise.
18981         * doc/posix-functions/strerror.texi: Likewise.
18982         * doc/posix-functions/strtod.texi: Likewise.
18983         * doc/posix-functions/symlinkat.texi: Likewise.
18984         * doc/posix-functions/unlinkat.texi: Likewise.
18985         * doc/posix-functions/utimensat.texi: Likewise.
18986         * doc/glibc-functions/bindresvport.texi: Likewise.
18987         * doc/glibc-functions/dn_expand.texi: Likewise.
18988         * doc/glibc-functions/exp10.texi: Likewise.
18989         * doc/glibc-functions/exp10f.texi: Likewise.
18990         * doc/glibc-functions/fgetxattr.texi: Likewise.
18991         * doc/glibc-functions/flistxattr.texi: Likewise.
18992         * doc/glibc-functions/fopencookie.texi: Likewise.
18993         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18994         * doc/glibc-functions/fremovexattr.texi: Likewise.
18995         * doc/glibc-functions/fsetxattr.texi: Likewise.
18996         * doc/glibc-functions/getifaddrs.texi: Likewise.
18997         * doc/glibc-functions/getxattr.texi: Likewise.
18998         * doc/glibc-functions/lgetxattr.texi: Likewise.
18999         * doc/glibc-functions/listxattr.texi: Likewise.
19000         * doc/glibc-functions/llistxattr.texi: Likewise.
19001         * doc/glibc-functions/lremovexattr.texi: Likewise.
19002         * doc/glibc-functions/lsetxattr.texi: Likewise.
19003         * doc/glibc-functions/pow10.texi: Likewise.
19004         * doc/glibc-functions/pow10f.texi: Likewise.
19005         * doc/glibc-functions/rcmd_af.texi: Likewise.
19006         * doc/glibc-functions/removexattr.texi: Likewise.
19007         * doc/glibc-functions/res_init.texi: Likewise.
19008         * doc/glibc-functions/res_mkquery.texi: Likewise.
19009         * doc/glibc-functions/res_query.texi: Likewise.
19010         * doc/glibc-functions/res_querydomain.texi: Likewise.
19011         * doc/glibc-functions/res_send.texi: Likewise.
19012         * doc/glibc-functions/rresvport_af.texi: Likewise.
19013         * doc/glibc-functions/setxattr.texi: Likewise.
19014         * doc/glibc-functions/strcasestr.texi: Likewise.
19015
19016 2008-12-15  Bruno Haible  <bruno@clisp.org>
19017
19018         Fix compilation error on OSF/1 4.0.
19019         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19020         <sys/time.h>, simply delegate to the system header.
19021         Reported by Daniel Richard G. <oss@teragram.com>.
19022
19023 2008-12-15  Bruno Haible  <bruno@clisp.org>
19024
19025         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19026         * doc/posix-functions/fchmodat.texi: Likewise.
19027         * doc/posix-functions/fchownat.texi: Likewise.
19028         * doc/posix-functions/fdopendir.texi: Likewise.
19029         * doc/posix-functions/fstatat.texi: Likewise.
19030         * doc/posix-functions/mkdirat.texi: Likewise.
19031         * doc/posix-functions/unlinkat.texi: Likewise.
19032
19033 2008-12-14  Bruno Haible  <bruno@clisp.org>
19034
19035         Update doc for POSIX:2008.
19036         * doc/posix-functions/faccessat.texi: New file.
19037         * doc/posix-functions/fchmodat.texi: New file.
19038         * doc/posix-functions/fchownat.texi: New file.
19039         * doc/posix-functions/fdopendir.texi: New file.
19040         * doc/posix-functions/fstatat.texi: New file.
19041         * doc/posix-functions/futimens.texi: New file.
19042         * doc/posix-functions/linkat.texi: New file.
19043         * doc/posix-functions/mkdirat.texi: New file.
19044         * doc/posix-functions/mkfifoat.texi: New file.
19045         * doc/posix-functions/mknodat.texi: New file.
19046         * doc/posix-functions/open_wmemstream.texi: New file.
19047         * doc/posix-functions/openat.texi: New file.
19048         * doc/posix-functions/psiginfo.texi: New file.
19049         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19050         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19051         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19052         * doc/posix-functions/readlinkat.texi: New file.
19053         * doc/posix-functions/renameat.texi: New file.
19054         * doc/posix-functions/strerror_l.texi: New file.
19055         * doc/posix-functions/symlinkat.texi: New file.
19056         * doc/posix-functions/unlinkat.texi: New file.
19057         * doc/posix-functions/utimensat.texi: New file.
19058         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19059
19060 2008-12-14  Bruno Haible  <bruno@clisp.org>
19061
19062         Update doc for POSIX:2008.
19063         * doc/posix-functions/alphasort.texi: Renamed from
19064         doc/glibc-functions/alphasort.texi.
19065         * doc/posix-functions/dirfd.texi: Renamed from
19066         doc/glibc-functions/dirfd.texi.
19067         * doc/posix-functions/dprintf.texi: Renamed from
19068         doc/glibc-functions/dprintf.texi.
19069         * doc/posix-functions/duplocale.texi: Renamed from
19070         doc/glibc-functions/duplocale.texi.
19071         * doc/posix-functions/fexecve.texi: Renamed from
19072         doc/glibc-functions/fexecve.texi.
19073         * doc/posix-functions/fmemopen.texi: Renamed from
19074         doc/glibc-functions/fmemopen.texi.
19075         * doc/posix-functions/freelocale.texi: Renamed from
19076         doc/glibc-functions/freelocale.texi.
19077         * doc/posix-functions/getdate_err.texi: Renamed from
19078         doc/glibc-functions/getdate_err.texi.
19079         * doc/posix-functions/isalnum_l.texi: Renamed from
19080         doc/glibc-functions/isalnum_l.texi.
19081         * doc/posix-functions/isalpha_l.texi: Renamed from
19082         doc/glibc-functions/isalpha_l.texi.
19083         * doc/posix-functions/isblank_l.texi: Renamed from
19084         doc/glibc-functions/isblank_l.texi.
19085         * doc/posix-functions/iscntrl_l.texi: Renamed from
19086         doc/glibc-functions/iscntrl_l.texi.
19087         * doc/posix-functions/isdigit_l.texi: Renamed from
19088         doc/glibc-functions/isdigit_l.texi.
19089         * doc/posix-functions/isgraph_l.texi: Renamed from
19090         doc/glibc-functions/isgraph_l.texi.
19091         * doc/posix-functions/islower_l.texi: Renamed from
19092         doc/glibc-functions/islower_l.texi.
19093         * doc/posix-functions/isprint_l.texi: Renamed from
19094         doc/glibc-functions/isprint_l.texi.
19095         * doc/posix-functions/ispunct_l.texi: Renamed from
19096         doc/glibc-functions/ispunct_l.texi.
19097         * doc/posix-functions/isspace_l.texi: Renamed from
19098         doc/glibc-functions/isspace_l.texi.
19099         * doc/posix-functions/isupper_l.texi: Renamed from
19100         doc/glibc-functions/isupper_l.texi.
19101         * doc/posix-functions/iswalnum_l.texi: Renamed from
19102         doc/glibc-functions/iswalnum_l.texi.
19103         * doc/posix-functions/iswalpha_l.texi: Renamed from
19104         doc/glibc-functions/iswalpha_l.texi.
19105         * doc/posix-functions/iswblank_l.texi: Renamed from
19106         doc/glibc-functions/iswblank_l.texi.
19107         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19108         doc/glibc-functions/iswcntrl_l.texi.
19109         * doc/posix-functions/iswctype_l.texi: Renamed from
19110         doc/glibc-functions/iswctype_l.texi.
19111         * doc/posix-functions/iswdigit_l.texi: Renamed from
19112         doc/glibc-functions/iswdigit_l.texi.
19113         * doc/posix-functions/iswgraph_l.texi: Renamed from
19114         doc/glibc-functions/iswgraph_l.texi.
19115         * doc/posix-functions/iswlower_l.texi: Renamed from
19116         doc/glibc-functions/iswlower_l.texi.
19117         * doc/posix-functions/iswprint_l.texi: Renamed from
19118         doc/glibc-functions/iswprint_l.texi.
19119         * doc/posix-functions/iswpunct_l.texi: Renamed from
19120         doc/glibc-functions/iswpunct_l.texi.
19121         * doc/posix-functions/iswspace_l.texi: Renamed from
19122         doc/glibc-functions/iswspace_l.texi.
19123         * doc/posix-functions/iswupper_l.texi: Renamed from
19124         doc/glibc-functions/iswupper_l.texi.
19125         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19126         doc/glibc-functions/iswxdigit_l.texi.
19127         * doc/posix-functions/isxdigit_l.texi: Renamed from
19128         doc/glibc-functions/isxdigit_l.texi.
19129         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19130         doc/glibc-functions/mbsnrtowcs.texi.
19131         * doc/posix-functions/mkdtemp.texi: Renamed from
19132         doc/glibc-functions/mkdtemp.texi.
19133         * doc/posix-functions/newlocale.texi: Renamed from
19134         doc/glibc-functions/newlocale.texi.
19135         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19136         doc/glibc-functions/nl_langinfo_l.texi.
19137         * doc/posix-functions/open_memstream.texi: Renamed from
19138         doc/glibc-functions/open_memstream.texi.
19139         * doc/posix-functions/opterr.texi: Renamed from
19140         doc/glibc-functions/opterr.texi.
19141         * doc/posix-functions/optind.texi: Renamed from
19142         doc/glibc-functions/optind.texi.
19143         * doc/posix-functions/optopt.texi: Renamed from
19144         doc/glibc-functions/optopt.texi.
19145         * doc/posix-functions/psignal.texi: Renamed from
19146         doc/glibc-functions/psignal.texi.
19147         * doc/posix-functions/scandir.texi: Renamed from
19148         doc/glibc-functions/scandir.texi.
19149         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19150         doc/glibc-functions/sched_get_priority_min.texi.
19151         * doc/posix-functions/signgam.texi: Renamed from
19152         doc/glibc-functions/signgam.texi.
19153         * doc/posix-functions/stpcpy.texi: Renamed from
19154         doc/glibc-functions/stpcpy.texi.
19155         * doc/posix-functions/stpncpy.texi: Renamed from
19156         doc/glibc-functions/stpncpy.texi.
19157         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19158         doc/glibc-functions/strcasecmp_l.texi.
19159         * doc/posix-functions/strcoll_l.texi: Renamed from
19160         doc/glibc-functions/strcoll_l.texi.
19161         * doc/posix-functions/strfmon_l.texi: Renamed from
19162         doc/glibc-functions/strfmon_l.texi.
19163         * doc/posix-functions/strftime_l.texi: Renamed from
19164         doc/glibc-functions/strftime_l.texi.
19165         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19166         doc/glibc-functions/strncasecmp_l.texi.
19167         * doc/posix-functions/strndup.texi: Renamed from
19168         doc/glibc-functions/strndup.texi.
19169         * doc/posix-functions/strnlen.texi: Renamed from
19170         doc/glibc-functions/strnlen.texi.
19171         * doc/posix-functions/strsignal.texi: Renamed from
19172         doc/glibc-functions/strsignal.texi.
19173         * doc/posix-functions/strxfrm_l.texi: Renamed from
19174         doc/glibc-functions/strxfrm_l.texi.
19175         * doc/posix-functions/timer_gettime.texi: Renamed from
19176         doc/glibc-functions/timer_gettime.texi.
19177         * doc/posix-functions/tolower_l.texi: Renamed from
19178         doc/glibc-functions/tolower_l.texi.
19179         * doc/posix-functions/toupper_l.texi: Renamed from
19180         doc/glibc-functions/toupper_l.texi.
19181         * doc/posix-functions/towctrans_l.texi: Renamed from
19182         doc/glibc-functions/towctrans_l.texi.
19183         * doc/posix-functions/towlower_l.texi: Renamed from
19184         doc/glibc-functions/towlower_l.texi.
19185         * doc/posix-functions/towupper_l.texi: Renamed from
19186         doc/glibc-functions/towupper_l.texi.
19187         * doc/posix-functions/uselocale.texi: Renamed from
19188         doc/glibc-functions/uselocale.texi.
19189         * doc/posix-functions/vdprintf.texi: Renamed from
19190         doc/glibc-functions/vdprintf.texi.
19191         * doc/posix-functions/wcpcpy.texi:
19192         Renamed from doc/glibc-functions/wcpcpy.texi.
19193         * doc/posix-functions/wcpncpy.texi: Renamed from
19194         doc/glibc-functions/wcpncpy.texi.
19195         * doc/posix-functions/wcscasecmp.texi: Renamed from
19196         doc/glibc-functions/wcscasecmp.texi.
19197         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19198         doc/glibc-functions/wcscasecmp_l.texi.
19199         * doc/posix-functions/wcscoll_l.texi: Renamed from
19200         doc/glibc-functions/wcscoll_l.texi.
19201         * doc/posix-functions/wcsdup.texi: Renamed from
19202         doc/glibc-functions/wcsdup.texi.
19203         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19204         doc/glibc-functions/wcsncasecmp.texi.
19205         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19206         doc/glibc-functions/wcsncasecmp_l.texi.
19207         * doc/posix-functions/wcsnlen.texi: Renamed from
19208         doc/glibc-functions/wcsnlen.texi.
19209         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19210         doc/glibc-functions/wcsnrtombs.texi.
19211         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19212         doc/glibc-functions/wcsxfrm_l.texi.
19213         * doc/posix-functions/wctrans_l.texi: Renamed from
19214         doc/glibc-functions/wctrans_l.texi.
19215         * doc/posix-functions/wctype_l.texi: Renamed from
19216         doc/glibc-functions/wctype_l.texi.
19217         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19218         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19219         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19220         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19221         these subsections.
19222         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19223         Remove sections.
19224
19225 2008-12-14  Bruno Haible  <bruno@clisp.org>
19226
19227         Update doc for POSIX:2008.
19228         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19229
19230 2008-12-14  Bruno Haible  <bruno@clisp.org>
19231
19232         Update doc for POSIX:2008.
19233         * doc/pastposix-functions/bcmp.texi: Renamed from
19234         doc/posix-functions/bcmp.texi.
19235         * doc/pastposix-functions/bcopy.texi: Renamed from
19236         doc/posix-functions/bcopy.texi.
19237         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19238         doc/posix-functions/bsd_signal.texi.
19239         * doc/pastposix-functions/bzero.texi: Renamed from
19240         doc/posix-functions/bzero.texi.
19241         * doc/pastposix-functions/ecvt.texi: Renamed from
19242         doc/posix-functions/ecvt.texi.
19243         * doc/pastposix-functions/fcvt.texi: Renamed from
19244         doc/posix-functions/fcvt.texi.
19245         * doc/pastposix-functions/ftime.texi: Renamed from
19246         doc/posix-functions/ftime.texi.
19247         * doc/pastposix-functions/gcvt.texi: Renamed from
19248         doc/posix-functions/gcvt.texi.
19249         * doc/pastposix-functions/getcontext.texi: Renamed from
19250         doc/posix-functions/getcontext.texi.
19251         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19252         doc/posix-functions/gethostbyaddr.texi.
19253         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19254         doc/posix-functions/gethostbyname.texi.
19255         * doc/pastposix-functions/getwd.texi: Renamed from
19256         doc/posix-functions/getwd.texi.
19257         * doc/pastposix-functions/h_errno.texi: Renamed from
19258         doc/posix-functions/h_errno.texi.
19259         * doc/pastposix-functions/index.texi: Renamed from
19260         doc/posix-functions/index.texi.
19261         * doc/pastposix-functions/makecontext.texi: Renamed from
19262         doc/posix-functions/makecontext.texi.
19263         * doc/pastposix-functions/mktemp.texi: Renamed from
19264         doc/posix-functions/mktemp.texi.
19265         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19266         doc/posix-functions/pthread_attr_getstackaddr.texi.
19267         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19268         doc/posix-functions/pthread_attr_setstackaddr.texi.
19269         * doc/pastposix-functions/rindex.texi: Renamed from
19270         doc/posix-functions/rindex.texi.
19271         * doc/pastposix-functions/scalb.texi: Renamed from
19272         doc/posix-functions/scalb.texi.
19273         * doc/pastposix-functions/setcontext.texi: Renamed from
19274         doc/posix-functions/setcontext.texi.
19275         * doc/pastposix-functions/swapcontext.texi: Renamed from
19276         doc/posix-functions/swapcontext.texi.
19277         * doc/pastposix-functions/ualarm.texi: Renamed from
19278         doc/posix-functions/ualarm.texi.
19279         * doc/pastposix-functions/usleep.texi: Renamed from
19280         doc/posix-functions/usleep.texi.
19281         * doc/pastposix-functions/vfork.texi: Renamed from
19282         doc/posix-functions/vfork.texi.
19283         * doc/pastposix-functions/wcswcs.texi: Renamed from
19284         doc/posix-functions/wcswcs.texi.
19285         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19286         (Function Substitutes): Update.
19287
19288 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19289
19290         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19291         m4/strerror.m4.
19292
19293 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19294             Bruno Haible  <bruno@clisp.org>
19295
19296         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19297
19298 2008-12-13  Bruno Haible  <bruno@clisp.org>
19299
19300         * modules/strtoull (Depends-on): Remove unistd.
19301
19302 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19303
19304         * modules/strtoull (Depends-on): Add stdlib.
19305
19306 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19307
19308         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19309
19310 2008-12-10  Jim Meyering  <meyering@redhat.com>
19311
19312         gl_ASSERT: don't say assertions are disabled when they're not
19313         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19314         "checking whether to enable assertions... no", when they are in
19315         fact enabled.  This is solely a bug in the output of configure.
19316         In spite of saying "no", NDEBUG was not defined in that case.
19317         Also, as noted by Eric Blake, leave assertions enabled upon
19318         --enable-assert=INVALID.
19319
19320 2008-12-10  Bruno Haible  <bruno@clisp.org>
19321
19322         Change MODULES.html to refer to POSIX:2008 where possible.
19323         * MODULES.html.sh (POSIX2008_URL): New variable.
19324         (posix_headers): Remove sys/timeb, ucontext.
19325         (posix2001_headers): New variable.
19326         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19327         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19328         index, makecontext, mktemp, pthread_attr_getstackaddr,
19329         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19330         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19331         (posix2001_functions): New variable.
19332         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19333         otherwise.
19334
19335 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19336
19337         add missing include to parse-duration.c
19338         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19339         * modules/parse-duration (Depends-on): Add xalloc.
19340
19341         fix sed script reading maint.mk
19342         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19343         (syntax-check-rules): Use it.
19344
19345 2008-12-09  Bruno Haible  <bruno@clisp.org>
19346
19347         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19348         MacOS X 10.4/PowerPC.
19349         Reported by Simon Josefsson.
19350
19351 2008-12-08  Jim Meyering  <meyering@redhat.com>
19352
19353         work around mingw's lack of some S_IF definitions
19354         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19355         Reported by Simon Josefsson.
19356
19357 2008-12-08  Bruno Haible  <bruno@clisp.org>
19358
19359         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19360         applied to variables. Needed on MacOS X 10.4/PowerPC.
19361         Reported by Simon Josefsson.
19362
19363 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19364         and Eric Blake  <ebb9@byu.net>
19365
19366         assert: honor --enable-assert
19367         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19368         order to honor --enable-assert, rather than treating it as a
19369         synonym for --disable-assert.
19370
19371 2008-12-08  Jim Meyering  <meyering@redhat.com>
19372
19373         * lib/posixtm.c: Remove now-useless declaration of mktime.
19374
19375         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19376
19377 2008-12-07  Bruno Haible  <bruno@clisp.org>
19378
19379         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19380         test_once): Mark functions as static.
19381         * tests/test-tls.c (test_tls): Likewise.
19382
19383 2008-12-07  Bruno Haible  <bruno@clisp.org>
19384
19385         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19386         iconv_register_autodetect.
19387
19388 2008-12-07  Jim Meyering  <meyering@redhat.com>
19389
19390         posixtm.c: avoid a warning
19391         * lib/posixtm.c (posixtime): Don't initialize tm0.
19392         It's no longer needed to placate gcc4's -Wuninitialized,
19393         and the attempt to placate would elicit a new warning.
19394
19395         unicodeio.c: mark unused parameters
19396         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19397         (fallback_failure_callback): Likewise.
19398
19399 2008-12-07  Bruno Haible  <bruno@clisp.org>
19400
19401         * gnulib-tool (func_create_testdir): When building the tests
19402         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19403         Reported by Simon Josefsson.
19404
19405 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19406
19407         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19408
19409 2008-12-06  Bruno Haible  <bruno@clisp.org>
19410
19411         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19412         Suggested by Eric Blake.
19413
19414 2008-12-06  Bruno Haible  <bruno@clisp.org>
19415
19416         Fix a c-stack test failure on MacOS X.
19417         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19418         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19419         handler for SIGBUS as well.
19420         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19421         install a signal handler for SIGBUS as well.
19422         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19423
19424 2008-12-06  Bruno Haible  <bruno@clisp.org>
19425
19426         Advocacy documentation.
19427         * doc/gnulib-intro.texi (Benefits): New section.
19428         * doc/gnulib.texi: Update.
19429
19430 2008-12-06  Bruno Haible  <bruno@clisp.org>
19431
19432         Document the 'manywarnings' module.
19433         * doc/manywarnings.texi: New file.
19434         * doc/gnulib.texi: Include it.
19435
19436 2008-12-05  Eric Blake  <ebb9@byu.net>
19437
19438         tests: silence some gcc warnings
19439         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19440         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19441         type mismatches.
19442
19443 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19444             Bruno Haible  <bruno@clisp.org>
19445
19446         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19447
19448 2008-11-29  Jim Meyering  <meyering@redhat.com>
19449
19450         unicodeio.c: mark unused parameters
19451         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19452         (fallback_failure_callback): Likewise.
19453
19454         fts: fix a thinko
19455         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19456         (set_stat_type): Return S_IF*-valued "type" directly.
19457         Prompted by James Youngman's spotting a related bug.
19458         Confirmed by further testing through find.
19459
19460         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19461         * lib/fts.c (D_TYPE): Define.
19462         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19463         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19464         (s_ifmt_shift_bits): New function.
19465         (set_stat_type): New function.
19466         (fts_build): When not calling fts_stat, call set_stat_type
19467         to propagate dirent.d_type info to fts_read caller.
19468         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19469         fts_statp->st_mode type information may be valid.
19470
19471 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19472
19473         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19474         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19475         <sds@gnu.org>.
19476
19477 2008-11-20  Bruno Haible  <bruno@clisp.org>
19478
19479         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19480         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19481         INCLUDE_NEXT.
19482         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19483         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19484         * modules/math (Makefile.am): Substitute
19485         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19486         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19487
19488 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19489             Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/stdint.in.h: Define all type macros so that their expansion is
19492         a single typedef'ed token. Fixes a compilation failure in Boost which
19493         does "using ::int8_t;".
19494
19495 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19496
19497         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19498         gl_MANYWARN_ALL_GCC.
19499         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19500         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19501         * modules/manywarnings: New file.
19502         * MODULES.html.sh: Mention manywarnings module.
19503
19504 2008-11-18  Bruno Haible  <bruno@clisp.org>
19505
19506         * doc/gnulib-tool.texi (Unit tests): New section.
19507
19508 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19509
19510         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19511         paths like 'lib/po/foo.po'.
19512
19513 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19514
19515         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19516         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19517
19518 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19519
19520         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19521         parameter works.
19522
19523 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19524
19525         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19526
19527 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19528
19529         * modules/parse-duration-tests: New file.
19530         * tests/test-parse-duration.sh: New file.
19531         * tests/test-parse-duration.c: New file.
19532
19533         New module 'parse-duration'.
19534         * lib/parse-duration.h: New file.
19535         * lib/parse-duration.c: New file.
19536         * modules/parse-duration: New file.
19537
19538 2008-11-17  Bruno Haible  <bruno@clisp.org>
19539
19540         * tests/test-select-out.sh: Comment out the first pipe test.
19541         Reported by Simon Josefsson.
19542
19543 2008-11-17  Bruno Haible  <bruno@clisp.org>
19544
19545         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19546         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19547         gl_HOSTENT.
19548
19549 2008-11-17  Bruno Haible  <bruno@clisp.org>
19550
19551         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19552         -lnetwork and -lnet. Needed for Haiku and BeOS.
19553
19554 2008-11-16  Bruno Haible  <bruno@clisp.org>
19555
19556         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19557
19558 2008-11-16  Bruno Haible  <bruno@clisp.org>
19559
19560         Avoid test failure on Haiku.
19561         * tests/test-fsync.c: Include <errno.h>.
19562         (main): Don't require that fsync (0) fails.
19563
19564 2008-11-15  Bruno Haible  <bruno@clisp.org>
19565
19566         New module 'hostent'.
19567         * modules/hostent: New file.
19568         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19569
19570 2008-11-15  Bruno Haible  <bruno@clisp.org>
19571
19572         New module 'servent'.
19573         * modules/servent: New file.
19574         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19575
19576 2008-11-15  Bruno Haible  <bruno@clisp.org>
19577
19578         Avoid generating same test program with two different rules.
19579         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19580         test-frexp to test-frexp-nolibm.
19581         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19582         test-frexpl to test-frexpl-nolibm.
19583
19584 2008-11-15  Bruno Haible  <bruno@clisp.org>
19585
19586         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19587         $(FREXPL_LIBM).
19588
19589 2008-11-15  Bruno Haible  <bruno@clisp.org>
19590
19591         * lib/netdb.in.h: Activate the definitions also when the system's
19592         <netdb.h> has 'struct addrinfo'.
19593         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19594         EAI_OVERFLOW or AI_NUMERICSERV.
19595         * doc/posix-headers/netdb.texi: Document the problem.
19596
19597 2008-11-15  Bruno Haible  <bruno@clisp.org>
19598
19599         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19600
19601         Make the 'sched' module work on platforms where <sched.h> exists but
19602         is incomplete (such as Haiku).
19603         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19604         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19605         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19606         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19607         HAVE_STRUCT_SCHED_PARAM.
19608         * modules/sched (Depends-on): Add include_next.
19609         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19610         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19611         * doc/posix-headers/sched.texi: Document the issue.
19612
19613 2008-11-13  Jim Meyering  <meyering@redhat.com>
19614
19615         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19616         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19617         test would fail due to the difference in the Report bugs to ...
19618         line.  The expected address is empty, "<>", while the actual
19619         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19620
19621 2008-11-12  Bruno Haible  <bruno@clisp.org>
19622
19623         lstat: don't compile lstat.c on systems lacking lstat
19624         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19625         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19626         Reported by Daniel P. Berrange via Jim Meyering.
19627
19628 2008-11-12  Jim Meyering  <meyering@redhat.com>
19629
19630         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19631
19632 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19633
19634         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19635         instead.
19636
19637 2008-11-12  Bruno Haible  <bruno@clisp.org>
19638
19639         * lib/unicodeio.c: Include unistr.h.
19640         (utf8_wctomb): Remove function.
19641         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19642
19643 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19644
19645         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19646         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19647         <bruno@clisp.org>.
19648         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19649
19650 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19651
19652         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19653         * doc/gnulib.texi: Add section for warnings.
19654
19655 2008-11-11  Bruno Haible  <bruno@clisp.org>
19656
19657         * lib/sockets.h: Add a comment.
19658
19659 2008-11-11  Karl Berry  <karl@gnu.org>
19660
19661         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19662
19663 2008-11-11  Eric Blake  <ebb9@byu.net>
19664
19665         fdl.texi: avoid git symlinks
19666         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19667
19668 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19669
19670         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19671
19672 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19673
19674         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19675         (gl_WARN_ADD): Substitute $2 if literal.
19676
19677 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19678
19679         * m4/warning.m4: Remove.
19680
19681 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19682
19683         * m4/warnings.m4: Almost complete rewrite. :-)
19684
19685 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19686
19687         * modules/warnings: New module.
19688         * m4/warnings.m4: New file.
19689         * MODULES.html.sh: Mention warnings module.
19690         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19691         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19692
19693 2008-11-10  Eric Blake  <ebb9@byu.net>
19694
19695         fdl.texi: make a symlink to the latest version
19696         * doc/standards.texi: Revert today's earlier change.
19697         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19698         * doc/fdl.texi: ...and replace this with a symlink to the newer
19699         fdl-1.3.texi.
19700
19701 2008-11-10  Bruno Haible  <bruno@clisp.org>
19702
19703         * tests/test-select-fd.c (main): Accept the result file name as fourth
19704         argument.
19705         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19706         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19707
19708 2008-11-10  Bruno Haible  <bruno@clisp.org>
19709
19710         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19711         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19712         as autoconf-substituted macros.
19713         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19714         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19715         gl_NETDB_H_DEFAULTS. Set these variables.
19716         * modules/netdb (Makefile.am): Substitute these variables.
19717
19718 2008-11-10  Eric Blake  <ebb9@byu.net>
19719
19720         standards.texi: include correct file for FDL 1.3
19721         * doc/standards.texi (GNU Free Documentation License): Change
19722         include file to pull in FDL 1.3, not 1.2.
19723
19724         fdl.texi: revert accidental change to license
19725         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19726
19727 2008-11-10  Bruno Haible  <bruno@clisp.org>
19728
19729         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19730         cross-compiling guesses also when the native compile gives no result.
19731
19732 2008-11-10  Bruno Haible  <bruno@clisp.org>
19733
19734         * lib/spawni.c (__spawni): Force variable into the stack.
19735
19736 2008-11-10  Bruno Haible  <bruno@clisp.org>
19737
19738         Add support for Haiku.
19739         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19740         glibc and BeOS, but also on Haiku.
19741         * lib/fpurge.c (fpurge): Likewise.
19742         * lib/freadable.c (freadable): Likewise.
19743         * lib/freadahead.c (freadahead): Likewise.
19744         * lib/freading.c (freading): Likewise.
19745         * lib/freadptr.c (freadptr): Likewise.
19746         * lib/freadseek.c (freadptrinc): Likewise.
19747         * lib/fseeko.c (rpl_fseeko): Likewise.
19748         * lib/fseterr.c (fseterr): Likewise.
19749         * lib/fwritable.c (fwritable): Likewise.
19750         * lib/fwriting.c (fwriting): Likewise.
19751         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19752
19753 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19754
19755         * lib/config.charset: Treat Haiku like BeOS.
19756
19757 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19758
19759         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19760         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19761
19762 2008-11-08  Bruno Haible  <bruno@clisp.org>
19763
19764         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19765         AC_CACHE_CHECK.
19766
19767 2008-11-08  Bruno Haible  <bruno@clisp.org>
19768
19769         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19770
19771 2008-11-08  Bruno Haible  <bruno@clisp.org>
19772
19773         * tests/test-select-fd.c: New file.
19774         * tests/test-select-in.sh: New file.
19775         * tests/test-select-out.sh: New file.
19776         * tests/test-select-stdin.c: New file.
19777         * modules/select-tests (Files): Add the new files.
19778         (Depends-on): Add gettimeofday.
19779         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19780         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19781         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19782
19783 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19784             Bruno Haible  <bruno@clisp.org>
19785
19786         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19787
19788 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19789
19790         * build-aux/pmccabe2html: Added support for C++ source files.
19791
19792 2008-11-05  Ben Pfaff  <blp@gnu.org>
19793
19794         Fix lib/close.c build on Windows.
19795         * modules/close (Files): Add lib/w32sock.h.
19796
19797 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19798
19799         Accept Bison's NEWS format.
19800         * build-aux/announce-gen (print_news_deltas): Tweak
19801         $re_prefix.
19802
19803 2008-11-04  Bruno Haible  <bruno@clisp.org>
19804
19805         * modules/random_r (Maintainer): Add glibc.
19806
19807 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19808
19809         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19810         by karl@freefriends.org (Karl Berry).
19811         * doc/alloca.texi: Likewise.
19812         * doc/c-ctype.texi: Likewise.
19813         * doc/c-strcase.texi: Likewise.
19814         * doc/c-strcaseeq.texi: Likewise.
19815         * doc/c-strcasestr.texi: Likewise.
19816         * doc/c-strstr.texi: Likewise.
19817         * doc/c-strtod.texi: Likewise.
19818         * doc/c-strtold.texi: Likewise.
19819         * doc/ctime.texi: Likewise.
19820         * doc/error.texi: Likewise.
19821         * doc/fdl.texi: Likewise.
19822         * doc/gcd.texi: Likewise.
19823         * doc/getdate.texi: Likewise.
19824         * doc/gnulib-intro.texi: Likewise.
19825         * doc/gnulib-tool.texi: Likewise.
19826         * doc/gnulib.texi: Likewise.
19827         * doc/inet_ntoa.texi: Likewise.
19828         * doc/maintain.texi: Likewise.
19829         * doc/make-stds.texi: Likewise.
19830         * doc/quote.texi: Likewise.
19831         * doc/regexprops-generic.texi: Likewise.
19832         * doc/standards.texi: Likewise.
19833         * doc/verify.texi: Likewise.
19834         * doc/visibility.texi: Likewise.
19835         * doc/gnulib.texi (GNU Free Documentation License): Include
19836         fdl-1.3.texi instead of fdl.texi.
19837
19838 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19839
19840         * doc/fdl-1.3.texi: New file, from
19841         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19842         * modules/fdl-1.3: Add.
19843         * MODULES.html.sh: Add fdl-1.3.
19844
19845 2008-11-03  Bruno Haible  <bruno@clisp.org>
19846
19847         Make determination of absolute name of header file work with AIX xlc.
19848         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19849         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19850         preprocessing.
19851         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19852         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19853
19854 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19855
19856         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19857         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19858         <ludo@gnu.org>.
19859
19860 2008-11-02  Bruno Haible  <bruno@clisp.org>
19861
19862         Mark 'strpbrk' obsolete.
19863         * modules/strpbrk (Status, Notice): New sections.
19864         * modules/strtok_r (Depends-on): Add strpbrk.
19865
19866 2008-11-02  Bruno Haible  <bruno@clisp.org>
19867
19868         Mark 'strdup' obsolete.
19869         * modules/strdup (Status, Notice): New sections.
19870         * modules/findprog (Depends-on): Add strdup.
19871         * modules/getaddrinfo (Depends-on): Likewise.
19872         * modules/localename (Depends-on): Likewise.
19873         * modules/relocatable-lib (Depends-on): Likewise.
19874         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19875         * modules/relocatable-prog (Depends-on): Likewise.
19876         * modules/trim (Depends-on): Likewise.
19877         * modules/unictype/gen-ctype (Depends-on): Likewise.
19878         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19879
19880 2008-11-02  Bruno Haible  <bruno@clisp.org>
19881
19882         Mark 'strcspn' obsolete.
19883         * modules/strcspn (Status, Notice): New sections.
19884
19885 2008-11-02  Bruno Haible  <bruno@clisp.org>
19886
19887         Mark 'rmdir' obsolete.
19888         * modules/rmdir (Status, Notice): New sections.
19889         * modules/clean-temp (Depends-on): Add rmdir.
19890         * modules/openat (Depends-on): Likewise.
19891
19892 2008-11-02  Bruno Haible  <bruno@clisp.org>
19893
19894         Mark 'raise' obsolete.
19895         * modules/raise (Status, Notice): New sections.
19896         (Include): Specify <signal.h>.
19897         * modules/stdio (Depends-on): Add raise.
19898         * modules/write (Depends-on): Likewise.
19899
19900 2008-11-02  Bruno Haible  <bruno@clisp.org>
19901
19902         Mark 'memset' obsolete.
19903         * modules/memset (Status, Notice): New sections.
19904
19905 2008-11-02  Bruno Haible  <bruno@clisp.org>
19906
19907         Mark 'memmove' obsolete.
19908         * modules/memmove (Status, Notice): New sections.
19909         * modules/argp (Depends-on): Add memmove.
19910         * modules/argz (Depends-on): Likewise.
19911         * modules/canonicalize (Depends-on): Likewise.
19912         * modules/canonicalize-lgpl (Depends-on): Likewise.
19913         * modules/fts (Depends-on): Likewise.
19914         * modules/getcwd (Depends-on): Likewise.
19915         * modules/human (Depends-on): Likewise.
19916         * modules/regex (Depends-on): Likewise.
19917         * modules/striconveh (Depends-on): Likewise.
19918         * modules/trim (Depends-on): Likewise.
19919         * modules/unistr/u8-move (Depends-on): Likewise.
19920         * modules/unistr/u16-move (Depends-on): Likewise.
19921         * modules/unistr/u32-move (Depends-on): Likewise.
19922
19923 2008-11-02  Bruno Haible  <bruno@clisp.org>
19924
19925         Mark 'memcpy' obsolete.
19926         * modules/memcpy (Status, Notice): New sections.
19927
19928 2008-11-02  Bruno Haible  <bruno@clisp.org>
19929
19930         Mark 'memcmp' obsolete.
19931         * modules/memcmp (Status, Notice): New sections.
19932         * modules/argmatch (Depends-on): Add memchr.
19933         * modules/backupfile (Depends-on): Likewise.
19934         * modules/c-strcasestr (Depends-on): Likewise.
19935         * modules/crypto/des (Depends-on): Likewise.
19936         * modules/csharpcomp (Depends-on): Likewise.
19937         * modules/fnmatch (Depends-on): Likewise.
19938         * modules/git-merge-changelog (Depends-on): Likewise.
19939         * modules/isnand (Depends-on): Likewise.
19940         * modules/isnand-nolibm (Depends-on): Likewise.
19941         * modules/isnanf (Depends-on): Likewise.
19942         * modules/isnanf-nolibm (Depends-on): Likewise.
19943         * modules/isnanl (Depends-on): Likewise.
19944         * modules/isnanl-nolibm (Depends-on): Likewise.
19945         * modules/mbchar (Depends-on): Likewise.
19946         * modules/memcoll (Depends-on): Likewise.
19947         * modules/quotearg (Depends-on): Likewise.
19948         * modules/regex (Depends-on): Likewise.
19949         * modules/relocatable-prog (Depends-on): Likewise.
19950         * modules/same (Depends-on): Likewise.
19951         * modules/signbit (Depends-on): Likewise.
19952         * modules/strcasestr-simple (Depends-on): Likewise.
19953         * modules/unictype/gen-ctype (Depends-on): Likewise.
19954         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19955         * modules/uniname/uniname (Depends-on): Likewise.
19956         * modules/unistr/u8-cmp (Depends-on): Likewise.
19957
19958 2008-11-02  Bruno Haible  <bruno@clisp.org>
19959
19960         Mark 'memchr' obsolete.
19961         * modules/memchr (Status, Notice): New sections.
19962         * modules/argp (Depends-on): Add memchr.
19963         * modules/base64 (Depends-on): Likewise.
19964         * modules/c-strcasestr (Depends-on): Likewise.
19965         * modules/chdir-long (Depends-on): Likewise.
19966         * modules/fnmatch (Depends-on): Likewise.
19967         * modules/getsubopt (Depends-on): Likewise.
19968         * modules/git-merge-changelog (Depends-on): Likewise.
19969         * modules/glob (Depends-on): Likewise.
19970         * modules/strcasestr-simple (Depends-on): Likewise.
19971         * modules/strnlen (Depends-on): Likewise.
19972
19973 2008-11-02  Bruno Haible  <bruno@clisp.org>
19974
19975         Mark 'atexit' obsolete.
19976         * modules/atexit (Status, Notice): New sections.
19977         * modules/chdir-long (Depends-on): Add atexit.
19978         * modules/wait-process (Depends-on): Likewise.
19979
19980 2008-11-02  Bruno Haible  <bruno@clisp.org>
19981
19982         * gnulib-tool: New option --with-obsolete.
19983         (func_usage): Document it.
19984         (func_modules_transitive_closure): Drop obsolete dependencies if
19985         incobsolete is not true.
19986         (func_import): Read and save the incobsolete variable to the cache.
19987
19988 2008-11-02  Bruno Haible  <bruno@clisp.org>
19989
19990         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19991         * gnulib-tool: New option --extract-status.
19992         (func_usage): Document it.
19993         (sed_extract_prog): Recognize it.
19994         (func_get_status): New function.
19995
19996 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19997
19998         * modules/sockets (License): Change from LGPL to LGPLv2+.
19999
20000 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20001
20002         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20003
20004 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20005
20006         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20007         Mention times and sys_times.
20008         * modules/sys_times, modules/sys_times-tests: New modules.
20009         * modules/times, modules/times-tests: Likewise
20010         * m4/sys_times_h.m4: New file.
20011         * lib/sys_times.in.h: Likewise
20012         * lib/times.c: Likewise.
20013         * tests/test-sys_times.c: Likewise.
20014         * tests/test-times.c: Likewise.
20015         * doc/posix-headers/sys_times.texi: Update.
20016         * doc/posix-functions/times.texi: Update.
20017
20018 2008-10-28  Jim Meyering  <meyering@redhat.com>
20019
20020         * modules/tempname (Depends-on): Add lstat.
20021
20022         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20023
20024 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20025
20026         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20027         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20028         using idiom used elsewhere in gnulib.
20029
20030 2008-10-27  Jim Meyering  <meyering@redhat.com>
20031
20032         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20033
20034 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20035
20036         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20037         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20038         programs.
20039         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20040
20041 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20042
20043         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20044
20045 2008-10-27  Bruno Haible  <bruno@clisp.org>
20046
20047         * tests/test-lstat.c: Include <stdio.h>.
20048
20049 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20050
20051         * modules/lstat-tests: New module.
20052         * tests/test-lstat.c: New file.
20053
20054 2008-10-26  Jim Meyering  <meyering@redhat.com>
20055
20056         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20057
20058 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20059             Bruno Haible  <bruno@clisp.org>
20060
20061         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20062         * modules/configmake (Include): Add a note that the include must come
20063         after all system headers.
20064         * lib/javaversion.c: Include configmake.h after all other includes.
20065
20066 2008-10-26  Bruno Haible  <bruno@clisp.org>
20067
20068         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20069         HAVE_STRUCT_RANDOM_DATA to 1.
20070         (gl_STDLIB_H): Simplify.
20071
20072 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20073
20074         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20075         substitute HAVE_STRUCT_RANDOM_DATA.
20076         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20077         random_data.
20078         * modules/stdlib (Makefile.am): Substitute
20079         HAVE_STRUCT_RANDOM_DATA.
20080
20081 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20082
20083         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20084         * doc/gnulib-intro.texi (Copyright): Likewise.
20085
20086 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20087
20088         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20089         findings.
20090
20091 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20092             Bruno Haible  <bruno@clisp.org>
20093
20094         * lib/unistd.in.h: Include <winsock2.h>.
20095         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20096         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20097         Provide dummy declarations.
20098         (gethostname): Override.
20099         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20100         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20101         gl_PREREQ_SYS_H_WINSOCK2.
20102         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20103         * doc/posix-functions/gethostname.texi: More details.
20104
20105 2008-10-25  Bruno Haible  <bruno@clisp.org>
20106
20107         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20108         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20109         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20110
20111         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20112         here ...
20113         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20114         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20115         gl_UNISTD_H_DEFAULTS.
20116
20117 2008-10-25  Eric Blake  <ebb9@byu.net>
20118
20119         signbit: avoid spurious compiler failure
20120         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20121         declarations inside function.
20122
20123 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20124             Bruno Haible  <bruno@clisp.org>
20125
20126         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20127         * modules/random_r (Depends-on): Add stdint.
20128
20129 2008-10-24  Bruno Haible  <bruno@clisp.org>
20130
20131         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20132         Eggert.
20133         * modules/strerror (License): Likewise.
20134
20135 2008-10-24  Jim Meyering  <meyering@redhat.com>
20136
20137         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20138         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20139
20140 2008-10-24  Eric Blake  <ebb9@byu.net>
20141
20142         getgroups: fix compilation when getgroups is available
20143         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20144         but with <config.h> override of getgroups disabled.
20145
20146 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20147
20148         * doc/gnulib.texi (Header files): Add note about C++ problems.
20149         Explained by Bruno Haible <bruno@clisp.org>.
20150
20151 2008-10-23  Bruno Haible  <bruno@clisp.org>
20152
20153         Define a dummy SA_NODEFER macro on Interix.
20154         * lib/signal.in.h (SA_NODEFER): Define fallback.
20155         Reported by Aleksey Cheusov <cheusov@tut.by> via
20156         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20157
20158 2008-10-23  Bruno Haible  <bruno@clisp.org>
20159
20160         * modules/freadahead (License): Change to LGPLv2+.
20161         Suggested by Simon Josefsson.
20162
20163 2008-10-23  Jim Meyering  <meyering@redhat.com>
20164
20165         random_r: new module
20166         * modules/random_r: New file.
20167         * m4/random_r.m4: New file.
20168         * lib/random_r.c: New file, from glibc.
20169         * modules/random_r-tests: New file.
20170         * tests/test-random_r.c: New file.
20171         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20172          Declare.
20173         (RAND_MAX): Define.
20174         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20175         * modules/stdlib: Substitute them, too.
20176         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20177         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20178         * doc/glibc-functions/random_r.texi: Likewise.
20179         * doc/glibc-functions/setstate_r.texi: Likewise.
20180         * doc/glibc-functions/srandom_r.texi: Likewise.
20181         * config/srclist.txt: Mention it.
20182
20183 2008-10-23  David Lutterkort  <lutter@redhat.com>
20184
20185         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20186         link requirement
20187
20188 2008-10-23  Jim Meyering  <meyering@redhat.com>
20189
20190         selinux-h: mark parameters of stub functions as intentionally unused
20191         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20192         * lib/se-context.in.h: Likewise.
20193
20194 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20195
20196         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20197
20198 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20199
20200         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20201
20202 2008-10-22  Eric Blake  <ebb9@byu.net>
20203
20204         glthread/thread: avoid compiler warning
20205         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20206         Add unreachable abort to silence compiler.
20207
20208 2008-10-22  Eric Blake  <ebb9@byu.net>
20209
20210         netdb: also supply struct addrinfo for cygwin 1.5.x
20211         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20212         older cygwin.
20213         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20214         cygwin.
20215         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20216
20217 2008-10-22  Bruno Haible  <bruno@clisp.org>
20218
20219         * users.txt: Update entry about pspp.
20220
20221 2008-10-21  Bruno Haible  <bruno@clisp.org>
20222
20223         Simplification.
20224         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20225         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20226
20227         Simplification.
20228         * lib/ioctl.c (ioctl): Don't undefine.
20229         * lib/socket.c (socket): Don't undefine.
20230
20231         Remove unused module indicator macros.
20232         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20233         GNULIB_$1 as a C macro.
20234
20235         * doc/posix-functions/close.texi: Undo last change.
20236         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20237         Windows platforms.
20238
20239 2008-10-21  Bruno Haible  <bruno@clisp.org>
20240
20241         Add gethostname() declaration to <unistd.h>.
20242         * lib/unistd.in.h (gethostname): New declaration.
20243         * lib/gethostname.c: Include <unistd.h>.
20244         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20245         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20246         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20247         and HAVE_GETHOSTNAME.
20248         * modules/gethostname (Depends-on): Add unistd.
20249         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20250         (Include): Specify <unistd.h>.
20251         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20252         HAVE_GETHOSTNAME.
20253         * tests/test-gethostname.c: Include <unistd.h> first.
20254
20255 2008-10-21  Bruno Haible  <bruno@clisp.org>
20256
20257         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20258         * modules/select-tests (Depends-on): Likewise.
20259         Reported by Simon Josefsson.
20260
20261 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20262
20263         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20264         * lib/accept.c: New file, based on winsock.c.
20265         * lib/bind.c: New file, based on winsock.c.
20266         * lib/connect.c: New file, based on winsock.c.
20267         * lib/getpeername.c: New file, based on winsock.c.
20268         * lib/getsockname.c: New file, based on winsock.c.
20269         * lib/getsockopt.c: New file, based on winsock.c.
20270         * lib/ioctl.c: New file, based on winsock.c.
20271         * lib/listen.c: New file, based on winsock.c.
20272         * lib/recv.c: New file, based on winsock.c.
20273         * lib/recvfrom.c: New file, based on winsock.c.
20274         * lib/send.c: New file, based on winsock.c.
20275         * lib/sendto.c: New file, based on winsock.c.
20276         * lib/setsockopt.c: New file, based on winsock.c.
20277         * lib/shutdown.c: New file, based on winsock.c.
20278         * lib/socket.c: New file, based on winsock.c.
20279         * lib/w32sock.h: New file, based on winsock.c.
20280         * lib/winsock.c: Remove file.
20281         * modules/accept: Likewise.
20282         * modules/bind: Likewise.
20283         * modules/connect: Likewise.
20284         * modules/getpeername: Likewise.
20285         * modules/getsockname: Likewise.
20286         * modules/getsockopt: Likewise.
20287         * modules/ioctl: Likewise.
20288         * modules/listen: Likewise.
20289         * modules/recv: Likewise.
20290         * modules/recvfrom: Likewise.
20291         * modules/send: Likewise.
20292         * modules/sendto: Likewise.
20293         * modules/setsockopt: Likewise.
20294         * modules/shutdown: Likewise.
20295         * modules/socket: Use socket.c instead of winsock.c.
20296         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20297         * doc/posix-functions/accept.texi: Doc fix.
20298         * doc/posix-functions/bind.texi: Doc fix.
20299         * doc/posix-functions/close.texi: Doc fix.
20300         * doc/posix-functions/connect.texi: Doc fix.
20301         * doc/posix-functions/getpeername.texi: Doc fix.
20302         * doc/posix-functions/getsockname.texi: Doc fix.
20303         * doc/posix-functions/getsockopt.texi: Doc fix.
20304         * doc/posix-functions/ioctl.texi: Doc fix.
20305         * doc/posix-functions/listen.texi: Doc fix.
20306         * doc/posix-functions/recv.texi: Doc fix.
20307         * doc/posix-functions/recvfrom.texi: Doc fix.
20308         * doc/posix-functions/send.texi: Doc fix.
20309         * doc/posix-functions/sendto.texi: Doc fix.
20310         * doc/posix-functions/setsockopt.texi: Doc fix.
20311         * doc/posix-functions/shutdown.texi: Doc fix.
20312         * doc/posix-functions/socket.texi: Doc fix.
20313
20314 2008-10-20  Bruno Haible  <bruno@clisp.org>
20315
20316         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20317         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20318         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20319         as an alias for SIGABRT.
20320         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20321         (sigaction): Map it to SIGABRT.
20322         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20323
20324 2008-10-20  Bruno Haible  <bruno@clisp.org>
20325
20326         * lib/fts.c: Don't include lstat.h.
20327         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20328
20329         Move the lstat() declaration to <sys/stat.h>.
20330         * lib/lstat.h: Remove file.
20331         * lib/sys_stat.in.h: Add special invocation convention.
20332         (lstat): New declaration.
20333         * lib/lstat.c (orig_lstat): New function.
20334         (rpl_lstat): Use orig_lstat instead of lstat.
20335         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20336         AC_C_INLINE. Set REPLACE_LSTAT.
20337         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20338         and REPLACE_LSTAT.
20339         * modules/lstat (Files): Remove lib/lstat.h.
20340         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20341         (Include): Specify <sys/stat.h> instead of lstat.h.
20342         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20343         REPLACE_LSTAT.
20344         * NEWS: Mention the change.
20345
20346 2008-10-20  Bruno Haible  <bruno@clisp.org>
20347
20348         * modules/posix_spawn-tests: New file.
20349         * tests/test-posix_spawn3.c: New file.
20350
20351 2008-10-20  Bruno Haible  <bruno@clisp.org>
20352
20353         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20354         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20355         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20356         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20357         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20358
20359 2008-10-20  Bruno Haible  <bruno@clisp.org>
20360
20361         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20362         of posix_spawn on AIX 5.3.
20363
20364 2008-10-20  Bruno Haible  <bruno@clisp.org>
20365
20366         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20367
20368 2008-10-20  Bruno Haible  <bruno@clisp.org>
20369
20370         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20371         of AC_LANG_PROGRAM.
20372
20373 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20374
20375         * lib/netdb.in.h: Don't define GNU specific constants until they
20376         are supported or needed.  Reported by Bruno Haible
20377         <bruno@clisp.org>.
20378
20379 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20380
20381         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20382
20383 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20384
20385         * lib/getaddrinfo.h: Remove file.
20386         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20387         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20388         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20389         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20390         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20391         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20392         * tests/test-getaddrinfo.c: Likewise.
20393         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20394         * NEWS: Mention change.
20395
20396 2008-10-19  Bruno Haible  <bruno@clisp.org>
20397
20398         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20399
20400 2008-10-19  Bruno Haible  <bruno@clisp.org>
20401
20402         * lib/wait-process.c: Include simply <sys/wait.h>.
20403         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20404         WIFSTOPPED): Remove fallback definitions.
20405         * modules/wait-process (Depends-on): Add sys_wait.
20406
20407         New module 'sys_wait'.
20408         * modules/sys_wait: New file.
20409         * lib/sys_wait.in.h: New file, partially copied from
20410         lib/wait-process.c.
20411         * m4/sys_wait_h.m4: New file.
20412         * doc/posix-headers/sys_wait.texi: Mention the new module.
20413
20414 2008-10-19  Bruno Haible  <bruno@clisp.org>
20415
20416         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20417
20418 2008-10-19  Bruno Haible  <bruno@clisp.org>
20419
20420         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20421         * lib/wait-process.c (WAIT_T): Remove type.
20422         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20423         (wait_subprocess): Update.
20424
20425 2008-10-19  Bruno Haible  <bruno@clisp.org>
20426
20427         New module 'atoll'.
20428         * modules/atoll: New file.
20429         * lib/stdlib.in.h (atoll): New declaration.
20430         * lib/atoll.c: New file, from glibc with modifications.
20431         * m4/atoll.m4: New file.
20432         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20433         HAVE_ATOLL.
20434         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20435         * doc/posix-functions/atoll.texi: Mention the new module.
20436
20437 2008-10-19  Bruno Haible  <bruno@clisp.org>
20438
20439         Add strtoull() declaration to <stdlib.h>.
20440         * lib/stdlib.in.h (strtoull): New declaration.
20441         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20442         Set HAVE_STRTOULL.
20443         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20444         HAVE_STRTOULL.
20445         * modules/strtoull (Depends-on): Add stdlib.
20446         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20447         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20448         HAVE_STRTOULL.
20449
20450 2008-10-19  Bruno Haible  <bruno@clisp.org>
20451
20452         Add strtoll() declaration to <stdlib.h>.
20453         * lib/stdlib.in.h (strtoll): New declaration.
20454         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20455         Set HAVE_STRTOLL.
20456         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20457         HAVE_STRTOLL.
20458         * modules/strtoll (Depends-on): Add stdlib.
20459         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20460         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20461
20462 2008-10-19  Bruno Haible  <bruno@clisp.org>
20463
20464         * modules/bcopy (Depends-on): Add strings.
20465         (Include): Specify <strings.h>.
20466
20467 2008-10-19  Bruno Haible  <bruno@clisp.org>
20468
20469         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20470
20471 2008-10-19  Bruno Haible  <bruno@clisp.org>
20472
20473         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20474         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20475         mingw.
20476
20477 2008-10-19  Bruno Haible  <bruno@clisp.org>
20478
20479         * lib/atanl.c: Don't include isnanl.h.
20480         * lib/cosl.c: Likewise.
20481         * lib/ldexpl.c: Likewise.
20482         * lib/logl.c: Likewise.
20483         * lib/sinl.c: Likewise.
20484         * lib/sqrtl.c: Likewise.
20485         * lib/tanl.c: Likewise.
20486
20487         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20488         * lib/isnanf.h: Remove file.
20489         * lib/isnand.h: Remove file.
20490         * lib/isnanl.h: Remove file.
20491         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20492         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20493         macros.
20494         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20495         HAVE_ISNANF, don't define it as a C macro.
20496         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20497         HAVE_ISNAND, don't define it as a C macro.
20498         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20499         HAVE_ISNANL, don't define it as a C macro.
20500         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20501         HAVE_ISNAN[FDL].
20502         * modules/isnanf (Files): Remove lib/isnanf.h.
20503         (Depends-on): Add math.
20504         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20505         (Include): Specify <math.h> instead of isnanf.h.
20506         * modules/isnand (Files): Remove lib/isnand.h.
20507         (Depends-on): Add math.
20508         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20509         (Include): Specify <math.h> instead of isnand.h.
20510         * modules/isnanl (Files): Remove lib/isnanl.h.
20511         (Depends-on): Add math.
20512         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20513         (Include): Specify <math.h> instead of isnanl.h.
20514         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20515         HAVE_ISNAN[FDL].
20516         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20517         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20518         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20519         * NEWS: Mention the change.
20520
20521 2008-10-18  Bruno Haible  <bruno@clisp.org>
20522
20523         Add getusershell(), setusershell(), endusershell() declarations to
20524         <unistd.h>.
20525         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20526         declarations.
20527         * lib/getusershell.c: Include unistd.h.
20528         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20529         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20530         HAVE_GETUSERSHELL.
20531         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20532         and HAVE_GETUSERSHELL.
20533         * modules/getusershell (Depends-on): Add unistd, extensions.
20534         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20535         (Include): Specify <unistd.h>.
20536         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20537         HAVE_GETUSERSHELL.
20538
20539 2008-10-18  Bruno Haible  <bruno@clisp.org>
20540
20541         Add a getloadavg() declaration to <stdlib.h>.
20542         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20543         getloadavg declaration.
20544         (getloadavg): New declaration.
20545         * lib/getloadavg.c: Include <stdlib.h> first.
20546         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20547         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20548         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20549         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20550         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20551         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20552         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20553         (Include): Specify <stdlib.h>.
20554         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20555         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20556
20557 2008-10-18  Bruno Haible  <bruno@clisp.org>
20558
20559         * lib/dirchownmod.c: Don't include lchmod.h.
20560
20561         Move the lchmod() declaration to <sys/stat.h>.
20562         * lib/lchmod.h: Remove file.
20563         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20564         (lchmod): New declaration, moved here from lib/lchown.h.
20565         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20566         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20567         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20568         and HAVE_LCHMOD.
20569         * modules/lchmod (Files): Remove lib/lchmod.h.
20570         (Depends-on): Add sys_stat, extensions.
20571         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20572         (Include): Specify <sys/stat.h> instead of lchmod.h.
20573         * modules/sys_stat (Depends-on): Add link-warning.
20574         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20575         definition of GL_LINK_WARNING.
20576         * NEWS: Mention the change.
20577
20578 2008-10-18  Bruno Haible  <bruno@clisp.org>
20579
20580         * lib/fchdir.c: Don't include dirfd.h.
20581         * lib/fts.c: Likewise.
20582         * lib/getcwd.c: Likewise.
20583         * lib/glob.c: Likewise.
20584
20585         Move the dirfd() declaration to <dirent.h>.
20586         * lib/dirfd.h: Remove file.
20587         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20588         (dirfd): New declaration.
20589         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20590         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20591         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20592         HAVE_DECL_DIRFD.
20593         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20594         HAVE_DECL_DIRFD.
20595         * modules/dirfd (Files): Remove lib/dirfd.h.
20596         (Depends-on): Add dirent, extensions.
20597         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20598         (Include): Specify <dirent.h> instead of dirfd.h.
20599         * modules/dirent (Depends-on): Add link-warning.
20600         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20601         definition of GL_LINK_WARNING.
20602         * NEWS: Mention the change.
20603
20604 2008-10-18  Bruno Haible  <bruno@clisp.org>
20605
20606         Move the euidaccess() declaration to <unistd.h>.
20607         * lib/euidaccess.h: Remove file.
20608         * lib/unistd.in.h (euidaccess): New declaration.
20609         * lib/euidaccess.c: Don't include euidaccess.h.
20610         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20611         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20612         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20613         and HAVE_EUIDACCESS.
20614         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20615         (Depends-on): Add unistd.
20616         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20617         (Include): Specify <unistd.h> instead of euidaccess.h.
20618         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20619         HAVE_EUIDACCESS.
20620         * NEWS: Mention the change.
20621
20622 2008-10-18  Bruno Haible  <bruno@clisp.org>
20623
20624         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20625
20626         Move the getdomainname() declaration to <unistd.h>.
20627         * lib/getdomainname.h: Remove file.
20628         * lib/unistd.in.h (getdomainname): New declaration.
20629         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20630         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20631         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20632         HAVE_GETDOMAINNAME.
20633         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20634         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20635         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20636         (Depends-on): Add unistd, extensions.
20637         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20638         (Includes): Specify <unistd.h> instead of getdomainname.h.
20639         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20640         HAVE_GETDOMAINNAME.
20641         * NEWS: Mention the change.
20642
20643 2008-10-18  Bruno Haible  <bruno@clisp.org>
20644
20645         * modules/dirent: New file.
20646         * m4/dirent_h.m4: New file.
20647         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20648         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20649         * modules/fchdir (Files): Remove lib/dirent.in.h.
20650         (Depends-on): Add dirent.
20651         (Makefile.am): Move rules to modules/dirent.
20652         * doc/posix-headers/dirent.texi: Mention the new module.
20653
20654 2008-10-18  Bruno Haible  <bruno@clisp.org>
20655
20656         Avoid -Wunused-parameter warnings in public gnulib header files.
20657         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20658         macro.
20659         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20660
20661 2008-10-18  Bruno Haible  <bruno@clisp.org>
20662
20663         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20664         * doc/glibc-functions/error.texi: Mention the module 'error'.
20665         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20666         * doc/glibc-functions/getdomainname.texi: Mention the module
20667         'getdomainname'.
20668         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20669         * doc/glibc-functions/getpagesize.texi: Mention the module
20670         'getpagesize'.
20671         * doc/glibc-functions/getusershell.texi: Mention the module
20672         'getusershell'.
20673         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20674         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20675         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20676         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20677         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20678         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20679         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20680         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20681         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20682         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20683         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20684         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20685         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20686         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20687
20688 2008-10-17  Bruno Haible  <bruno@clisp.org>
20689
20690         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20691         HP-UX and IRIX, use -0.0L.
20692         * tests/test-ceill.c (minus_zero): Likewise.
20693         * tests/test-floorl.c (minus_zero): Likewise.
20694         * tests/test-frexpl.c (minus_zero): Likewise.
20695         * tests/test-isnan.c (minus_zerol): Likewise.
20696         * tests/test-isnanl.h (minus_zero): Likewise.
20697         * tests/test-ldexpl.c (minus_zero): Likewise.
20698         * tests/test-roundl.c (minus_zero): Likewise.
20699         * tests/test-signbit.c (minus_zerol): Likewise.
20700         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20701         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20702         * tests/test-truncl.c (minus_zero): Likewise.
20703         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20704         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20705         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20706         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20707
20708 2008-10-17  Bruno Haible  <bruno@clisp.org>
20709
20710         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20711         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20712         that it gets activated only for gcc >= 3.0.
20713         * lib/dirent.in.h: Likewise.
20714         * lib/errno.in.h: Likewise.
20715         * lib/fcntl.in.h: Likewise.
20716         * lib/float.in.h: Likewise.
20717         * lib/iconv.in.h: Likewise.
20718         * lib/inttypes.in.h: Likewise.
20719         * lib/locale.in.h: Likewise.
20720         * lib/math.in.h: Likewise.
20721         * lib/netdb.in.h: Likewise.
20722         * lib/netinet_in.in.h: Likewise.
20723         * lib/search.in.h: Likewise.
20724         * lib/signal.in.h: Likewise.
20725         * lib/spawn.in.h: Likewise.
20726         * lib/stdarg.in.h: Likewise.
20727         * lib/stdint.in.h: Likewise.
20728         * lib/stdio.in.h: Likewise.
20729         * lib/stdlib.in.h: Likewise.
20730         * lib/string.in.h: Likewise.
20731         * lib/strings.in.h: Likewise.
20732         * lib/sys_file.in.h: Likewise.
20733         * lib/sys_ioctl.in.h: Likewise.
20734         * lib/sys_select.in.h: Likewise.
20735         * lib/sys_socket.in.h: Likewise.
20736         * lib/sys_stat.in.h: Likewise.
20737         * lib/sys_time.in.h: Likewise.
20738         * lib/sysexits.in.h: Likewise.
20739         * lib/time.in.h: Likewise.
20740         * lib/unistd.in.h: Likewise.
20741         * lib/wchar.in.h: Likewise.
20742         * lib/wctype.in.h: Likewise.
20743         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20744
20745 2008-10-17  Jim Meyering  <meyering@redhat.com>
20746
20747         ignore-value: don't depend on inline module
20748         * modules/ignore-value (Depends-on): Remove 'inline'.
20749         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20750         Suggestion from Bruno Haible.
20751
20752 2008-10-17  Bruno Haible  <bruno@clisp.org>
20753
20754         New implementation of condition variables for Win32.
20755         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20756         (gl_linked_waitqueue_t): New type.
20757         (gl_cond_t): Use it.
20758         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20759         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20760         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20761         (glthread_cond_init_func, glthread_cond_wait_func,
20762         glthread_cond_timedwait_func, glthread_cond_signal_func,
20763         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20764         Reimplemented on the basis of gl_linked_waitqueue_t.
20765         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20766         gl_waitqueue_t.
20767         (gl_rwlock_t): Update.
20768         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20769
20770 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20771
20772         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20773         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20774
20775 2008-10-17  Jim Meyering  <meyering@redhat.com>
20776
20777         ignore-value: new module
20778         * modules/ignore-value: New file.
20779         * lib/ignore-value.h: New file.
20780         * MODULES.html.sh (Compiler warning management): New section,
20781         just for this module.  More to come.
20782
20783 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20784
20785         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20786         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20787         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20788
20789 2008-10-16  Jim Meyering  <meyering@redhat.com>
20790
20791         openat-die.c: avoid 'no previous prototype' warning
20792         * lib/openat-die.c: Include "openat.h".
20793         Reported by Reuben Thomas <rrt@sc3d.org>.
20794
20795 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20796
20797         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20798         * lib/netdb.in.h: Fix typo.
20799         Reported by Bruno Haible  <bruno@clisp.org>
20800
20801         * lib/netdb.in.h: Include sys/socket.h for platforms without
20802         netdb.h, to get structures like hostent on MinGW.
20803         * modules/netdb (Depends-on): Add sys_socket.
20804
20805 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20806
20807         * modules/netdb, modules/netdb-tests: New file.
20808         * m4/netdb_h.m4: New file.
20809         * lib/netdb.in.h: Add, currently just an empty file pending
20810         definitions.
20811         * tests/test-netdb.c: New file.
20812         * doc/posix-headers/netdb.texi: Mention that we replace it if
20813         needed.
20814         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20815         netdb.
20816
20817 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20818
20819         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20820         with code.
20821
20822 2008-10-13  Bruno Haible  <bruno@clisp.org>
20823
20824         * lib/glthread/cond.c (glthread_cond_wait_func,
20825         glthread_cond_timedwait_func): Add a comment.
20826
20827 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20828
20829         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20830         * tests/test-select.c: Likewise,
20831
20832 2008-10-13  Bruno Haible  <bruno@clisp.org>
20833
20834         * lib/glthread/cond.c (glthread_cond_wait_func,
20835         glthread_cond_timedwait_func): Fix variable name.
20836         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20837
20838 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20839
20840         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20841         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20842         struct sockaddr.sa_len.
20843         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20844
20845 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20846
20847         * build-aux/pmccabe2html: Add css and css_url parameters.
20848
20849 2008-10-12  Bruno Haible  <bruno@clisp.org>
20850
20851         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20852         calling aclx_get.
20853         Reported by Rainer Tammer <tammer@tammer.net>.
20854
20855 2008-10-12  Bruno Haible  <bruno@clisp.org>
20856
20857         Use msvcrt aware primitives for creation/termination of Win32 threads.
20858         * lib/glthread/thread.c: Include <process.h>.
20859         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20860         (wrapper_func): Update signature.
20861         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20862
20863 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20864             Bruno Haible  <bruno@clisp.org>
20865
20866         Provide a Win32 implementation of the 'cond' module.
20867         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20868         * lib/glthread/cond.c (glthread_cond_init_func,
20869         glthread_cond_wait_func, glthread_cond_timedwait_func,
20870         glthread_cond_signal_func, glthread_cond_broadcast_func,
20871         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20872         * modules/cond (Dependencies): Add gettimeofday.
20873
20874 2008-10-11  Bruno Haible  <bruno@clisp.org>
20875
20876         Make sleep work on older versions of mingw.
20877         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20878         only whether it exists.
20879         * doc/posix-functions/sleep.texi: Mention the problem with older
20880         versions of mingw.
20881
20882 2008-10-11  Bruno Haible  <bruno@clisp.org>
20883
20884         New module 'shutdown'.
20885         * modules/shutdown: New file.
20886         * lib/sys_socket.in.h (shutdown): New declaration.
20887         * lib/winsock.c (shutdown): New function.
20888         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20889         GNULIB_SHUTDOWN.
20890         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20891         * doc/posix-functions/shutdown.texi: Document the new module.
20892
20893 2008-10-11  Jim Meyering  <meyering@redhat.com>
20894
20895         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20896
20897 2008-10-11  Bruno Haible  <bruno@clisp.org>
20898
20899         New module 'fclose'.
20900         * modules/fclose: New file.
20901         * lib/stdio.in.h (fclose): New declaration.
20902         * lib/fclose.c: New file.
20903         * m4/fclose.m4: New file.
20904         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20905         REPLACE_FCLOSE.
20906         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20907         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20908         REPLACE_FCLOSE.
20909         * modules/close (Depends-on): fclose.
20910         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20911
20912 2008-10-11  Bruno Haible  <bruno@clisp.org>
20913
20914         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20915         set errno and don't call _close.
20916
20917 2008-10-10  Bruno Haible  <bruno@clisp.org>
20918
20919         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20920         ACL, not afterwards. Fixes test failure on Cygwin.
20921
20922 2008-10-09  Ben Pfaff  <blp@gnu.org>
20923
20924         * build-aux/announce-gen: Fix gnulib version related part of usage
20925         message.  Die with a useful error message if no tarballs are
20926         found.
20927
20928 2008-10-10  Jim Meyering  <meyering@redhat.com>
20929
20930         bootstrap: use git's --depth=N option only if it's supported
20931         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20932         recognize the --depth option.  Reported by Pádraig Brady.
20933
20934 2008-10-09  Bruno Haible  <bruno@clisp.org>
20935
20936         New module 'ioctl'.
20937         * modules/ioctl: New file.
20938         * lib/sys_socket.in.h (ioctl): Remove declaration.
20939         * lib/winsock.c: Include <sys/ioctl.h>.
20940         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20941         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20942         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20943         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20944         * doc/posix-functions/ioctl.texi: Mention the new module.
20945
20946 2008-10-09  Bruno Haible  <bruno@clisp.org>
20947
20948         New module 'sys_ioctl'.
20949         * lib/sys_ioctl.in.h: New file.
20950         * m4/sys_ioctl_h.m4: New file.
20951         * modules/sys_ioctl: New file.
20952         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20953
20954 2008-10-09  Bruno Haible  <bruno@clisp.org>
20955
20956         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20957         * lib/winsock.c: Include <stdarg.h>.
20958         (rpl_ioctl): Change to second argument 'int' and then varargs.
20959
20960 2008-10-09  Bruno Haible  <bruno@clisp.org>
20961
20962         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20963         when the sys_socket module is present and the system has <winsock2.h>.
20964
20965 2008-10-09  Bruno Haible  <bruno@clisp.org>
20966
20967         * doc/posix-functions/close.texi: Mention module 'close' instead of
20968         module 'sys_socket'.
20969
20970 2008-10-09  Bruno Haible  <bruno@clisp.org>
20971
20972         * doc/glibc-headers/sys_ioctl.texi: New file.
20973         * doc/gnulib.texi: Include it.
20974
20975 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20976             Bruno Haible  <bruno@clisp.org>
20977
20978         Combine the two replacements of 'close'.
20979         * lib/sys_socket.in.h (close): Define to a reminder to include
20980         <unistd.h>.
20981         (_gl_close_fd_maybe_socket): New declaration.
20982         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20983         * lib/winsock.c (close): Remove undefinition.
20984         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20985         needed for the gnulib module 'close'.
20986         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20987         define to an error symbol or to a warning, if suitable.
20988         * lib/close.c: Include <sys/socket.h>.
20989         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20990         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20991         UNISTD_H_HAVE_WINSOCK2_H.
20992         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20993         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20994         UNISTD_H_HAVE_WINSOCK2_H.
20995         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20996         (configure.ac): Set a module indicator.
20997         (Makefile.am): Substitute GNULIB_CLOSE.
20998         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20999         * modules/poll-tests (Depends-on): Add close.
21000         * modules/select-tests (Depends-on): Likewise.
21001
21002 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21003             Bruno Haible  <bruno@clisp.org>
21004
21005         New module 'close'.
21006         * modules/close: New file.
21007         * lib/unistd.in.h (close): Move declaration out of the
21008         FCHDIR_REPLACEMENT scope.
21009         (_gl_unregister_fd): New declaration.
21010         * lib/close.c: New file.
21011         * lib/fchdir.c (rpl_close): Remove function.
21012         * m4/close.m4: New file.
21013         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21014         close.
21015         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21016         REPLACE_CLOSE.
21017         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21018         REPLACE_CLOSE.
21019         * modules/fchdir (Depends-on): Add close.
21020
21021 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21022             Bruno Haible  <bruno@clisp.org>
21023
21024         * lib/fcntl.in.h (open): Simplify conditionals.
21025         (_gl_register_fd): New declaration.
21026         * lib/fchdir.c (rpl_open): Remove function.
21027         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21028         also.
21029         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21030         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21031         open.
21032
21033 2008-10-09  Jim Meyering  <meyering@redhat.com>
21034
21035         GNUmakefile: use the more name-space-friendly "_version"
21036         * top/GNUmakefile (_dummy): Update.
21037         (_version): Rename from "version".
21038
21039 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21040             Bruno Haible  <bruno@clisp.org>
21041
21042         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21043         rpl_close.
21044         (_gl_register_fd): New function, extracted from rpl_open.
21045         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21046         (rpl_open, rpl_opendir): Use _gl_register_fd.
21047
21048 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21049
21050         Fix organization of 'open' replacement.
21051         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21052         (gl_FUNC_OPEN): Use it.
21053         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21054
21055 2008-10-08  Bruno Haible  <bruno@clisp.org>
21056
21057         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21058
21059 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21060
21061         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21062         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21063         listen).
21064
21065 2008-10-08  Eric Blake  <ebb9@byu.net>
21066
21067         GNUmakefile: add 'make version' target
21068         * top/GNUmakefile (_curr-ver): Split version update rules...
21069         (version): ...into a target.
21070
21071 2008-10-07  Bruno Haible  <bruno@clisp.org>
21072
21073         Use a more portable replacement expression for -0.0L.
21074         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21075         instead of -0.0L. Fix m4 quotation.
21076
21077         * tests/test-signbit.c: Include <float.h>.
21078         (minus_zero): New variable.
21079         (test_signbitl): Use minus_zero instead of -zero.
21080         * modules/signbit-tests (Depends-on): Add float.
21081
21082         * tests/test-ceill.c: Include <float.h>.
21083         (zero): Remove variable.
21084         (minus_zero): New variable.
21085         (main): Use minus_zero instead of -zero.
21086         * modules/ceill-tests (Depends-on): Add float.
21087
21088         * tests/test-floorl.c: Include <float.h>.
21089         (zero): Remove variable.
21090         (minus_zero): New variable.
21091         (main): Use minus_zero instead of -zero.
21092         * modules/floorl-tests (Depends-on): Add float.
21093
21094         * tests/test-roundl.c: Include <float.h>.
21095         (zero): Remove variable.
21096         (minus_zero): New variable.
21097         (main): Use minus_zero instead of -zero.
21098         * modules/roundl-tests (Depends-on): Add float.
21099
21100         * tests/test-truncl.c: Include <float.h>.
21101         (zero): Remove variable.
21102         (minus_zero): New variable.
21103         (main): Use minus_zero instead of -zero.
21104         * modules/truncl-tests (Depends-on): Add float.
21105
21106         * tests/test-frexpl.c (zero): Remove variable.
21107         (minus_zero): New variable.
21108         (main): Use minus_zero instead of -zero.
21109         * modules/frexpl-tests (Depends-on): Add float.
21110
21111         * tests/test-isnan.c (zerol): Remove variable.
21112         (minus_zerol): New variable.
21113         (test_long_double): Use minus_zerol instead of -zerol.
21114         * modules/isnan-tests (Depends-on): Add float.
21115
21116         * tests/test-isnanl.h (zero): Remove variable.
21117         (minus_zero): New variable.
21118         (main): Use minus_zero instead of -zero.
21119         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21120         * modules/isnanl-tests (Depends-on): Add float.
21121
21122         * tests/test-ldexpl.c (zero): Remove variable.
21123         (minus_zero): New variable.
21124         (main): Use minus_zero instead of -zero.
21125         * modules/ldexpl-tests (Depends-on): Add float.
21126
21127         * tests/test-snprintf-posix.h (zerol): Remove variable.
21128         (minus_zerol): New variable.
21129         (test_function): Use minus_zerol instead of -zerol.
21130         * modules/snprintf-posix-tests (Depends-on): Add float.
21131         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21132
21133         * tests/test-sprintf-posix.h (zerol): Remove variable.
21134         (minus_zerol): New variable.
21135         (test_function): Use minus_zerol instead of -zerol.
21136         * modules/sprintf-posix-tests (Depends-on): Add float.
21137         * modules/vsprintf-posix-tests (Depends-on): Add float.
21138
21139         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21140         (minus_zerol): New variable.
21141         (test_function): Use minus_zerol instead of -zerol.
21142         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21143
21144         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21145         (minus_zerol): New variable.
21146         (test_function): Use minus_zerol instead of -zerol.
21147         * modules/vasprintf-posix-tests (Depends-on): Add float.
21148
21149 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21150
21151         * MODULES.html.sh (Support for building documentation): Mention
21152         pmccabe2html.  Sort entries.
21153
21154         Add pmccabe2html module, from gnupdf.
21155         * build-aux/pmccabe.css: New file.
21156         * build-aux/pmccabe2html: New file.
21157         * m4/pmccabe2html.m4: New file.
21158         * modules/pmccabe2html: New file.
21159
21160 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21161
21162         flock: new module
21163         * MODULES.html.sh: Add to list of modules.
21164         * lib/flock.c: flock implementation for Windows and Unix systems
21165         which have fcntl.
21166         * doc/glibc-functions/flock.texi: Update documentation.
21167         * lib/sys_file.in.h: <sys/file.h> header file.
21168         * m4/flock.m4: M4 macros.
21169         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21170         * modules/flock: flock module.
21171         * modules/flock-tests: flock tests module.
21172         * modules/sys_file: sys/file.h module.
21173         * tests/test-flock.c: test suite for flock.
21174
21175 2008-10-06  Jim Meyering  <meyering@redhat.com>
21176
21177         bootstrap: check for LT_INIT more portably still ;-)
21178         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21179         Spotted by Bruno Haible.
21180
21181 2008-10-06  Eric Blake  <ebb9@byu.net>
21182
21183         test-signbit: avoid tripping Irix cc bug on -0.0L
21184         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21185         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21186         entire testsuite consistent and avoids an Irix 6.2 bug.
21187
21188 2008-10-05  Bruno Haible  <bruno@clisp.org>
21189             Jim Meyering  <jim@meyering.net>
21190
21191         Add an option for ignoring EPIPE during close_stdout.
21192         * lib/closeout.h: Include <stdbool.h>.
21193         (close_stdout_set_ignore_EPIPE): New declaration.
21194         * lib/closeout.c: Include <stdbool.h>.
21195         (ignore_EPIPE): New variable.
21196         (close_stdout_set_ignore_EPIPE): New function.
21197         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21198         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21199         failure.
21200         * modules/closeout (Depends-on): Add stdbool.
21201
21202 2008-10-05  Bruno Haible  <bruno@clisp.org>
21203
21204         * modules/accept: New file.
21205         * modules/bind: New file.
21206         * modules/connect: New file.
21207         * modules/getpeername: New file.
21208         * modules/getsockname: New file.
21209         * modules/getsockopt: New file.
21210         * modules/listen: New file.
21211         * modules/recv: New file.
21212         * modules/recvfrom: New file.
21213         * modules/send: New file.
21214         * modules/sendto: New file.
21215         * modules/setsockopt: New file.
21216         * modules/socket: New file.
21217         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21218         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21219         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21220         the particular module is requested. Add a link warning when the
21221         particular module is not requested.
21222         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21223         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21224         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21225         the particular module is requested.
21226         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21227         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21228         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21229         * modules/sys_socket (Depends-on): Add link-warning.
21230         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21231         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21232         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21233         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21234         GL_LINK_WARNING.
21235         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21236         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21237         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21238         * doc/posix-functions/getpeername.texi: Mention the new module
21239         'getpeername'.
21240         * doc/posix-functions/getsockname.texi: Mention the new module
21241         'getsockname'.
21242         * doc/posix-functions/getsockopt.texi: Mention the new module
21243         'getsockopt'.
21244         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21245         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21246         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21247         * doc/posix-functions/send.texi: Mention the new module 'send'.
21248         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21249         * doc/posix-functions/setsockopt.texi: Mention the new module
21250         'setsockopt'.
21251         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21252         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21253         listen, connect, accept.
21254         * modules/select-tests (Depends-on): Likewise.
21255
21256 2008-10-05  Bruno Haible  <bruno@clisp.org>
21257
21258         * lib/winsock.c (strerror): Remove unused #undef.
21259         (rpl_close): Remove unused local variable.
21260
21261         * modules/sys_socket (Depends-on); Add errno.
21262
21263 2008-10-05  Bruno Haible  <bruno@clisp.org>
21264
21265         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21266         (select): Add a link warning when the 'select' module is not used.
21267         * modules/sys_select (Depends-on): Add link-warning.
21268         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21269         Suggested by Paolo Bonzini.
21270
21271 2008-10-05  Jim Meyering  <meyering@redhat.com>
21272
21273         bootstrap: check for LT_INIT more portably
21274         * build-aux/bootstrap: Avoid using grep -E, since it's not
21275         portable enough.  Suggestion from Bruno Haible.
21276
21277 2008-10-05  Bruno Haible  <bruno@clisp.org>
21278
21279         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21280         as being fixed by gnulib.
21281
21282 2008-10-05  Bruno Haible  <bruno@clisp.org>
21283
21284         * modules/select-tests: New file, mostly copied from
21285         modules/sys_select-tests.
21286         * tests/test-select.c: New file, mostly copied from
21287         tests/test-sys_select.c.
21288         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21289         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21290         (Makefile.am): Remove test_sys_select_LDADD.
21291
21292         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21293         to an undefined symbol, for an error message.
21294         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21295         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21296         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21297         winsock-select.c here.
21298         * modules/sys_select (Files): Remove lib/winsock-select.c.
21299         (Depends-on): Remove alloca.
21300         (Makefile.am): Substitute GNULIB_SELECT.
21301         * modules/select: New file.
21302         * doc/posix-functions/select.texi: Update.
21303
21304 2008-10-05  Bruno Haible  <bruno@clisp.org>
21305
21306         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21307         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21308         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21309         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21310         getdtablesize.
21311         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21312         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21313
21314 2008-10-05  Bruno Haible  <bruno@clisp.org>
21315
21316         * modules/getdtablesize-tests: New file.
21317         * tests/test-getdtablesize.c: New file.
21318
21319         New module 'getdtablesize'.
21320         * lib/unistd.in.h (getdtablesize): New declaration.
21321         * lib/getdtablesize.c: New file.
21322         * m4/getdtablesize.m4: New file.
21323         * modules/getdtablesize: New file.
21324         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21325         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21326         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21327         HAVE_GETDTABLESIZE.
21328         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21329
21330 2008-10-05  Bruno Haible  <bruno@clisp.org>
21331
21332         * modules/sched (Makefile.am): Fix typo.
21333         Reported by Simon Josefsson.
21334
21335 2008-10-05  Jim Meyering  <meyering@redhat.com>
21336
21337         bootstrap: check for LT_INIT, too
21338         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21339         are deprecated.  Suggestion from Ralf Wildenhues.
21340
21341 2008-10-05  Bruno Haible  <bruno@clisp.org>
21342
21343         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21344         overriding them by ours.
21345         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21346
21347 2008-10-05  Jim Meyering  <meyering@redhat.com>
21348
21349         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21350         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21351         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21352
21353 2008-10-04  Bruno Haible  <bruno@clisp.org>
21354
21355         * modules/dup2 (License): Change to LGPLv2+.
21356         * modules/sleep (License): Likewise.
21357         * modules/perror (License): Likewise.
21358         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21359         Blake.
21360         * modules/signal (License): Likewise.
21361         * modules/sigprocmask (License): Likewise.
21362         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21363         Meyering.
21364
21365 2008-10-04  Bruno Haible  <bruno@clisp.org>
21366
21367         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21368         Reported by Rainer Tammer <tammer@tammer.net>.
21369
21370 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21371             Bruno Haible  <bruno@clisp.org>
21372
21373         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21374         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21375         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21376
21377 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21378
21379         filevercmp: new module
21380         * lib/filevercmp.h: New function filevercmp comparing version strings.
21381         * lib/filevercmp.c: Implementation of filevercmp function.
21382         * modules/filevercmp: Module metadata.
21383         * tests/test-filevercmp.c: Unit test for new module.
21384         * modules/filevercmp-tests: Unit test metadata.
21385         * MODULES.html.sh: Add filevercmp module.
21386
21387 2008-10-03  Bruno Haible  <bruno@clisp.org>
21388
21389         * lib/c-ctype.h: Add comment.
21390         Reported by Jim Meyering.
21391
21392 2008-10-02  Bruno Haible  <bruno@clisp.org>
21393
21394         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21395
21396 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21397
21398         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21399         name of bootstrap.conf accordingly.
21400
21401 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21402
21403         * build-aux/bootstrap: Install git-merge-changelog configuration
21404         items into .gitconfig if needed.
21405
21406 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21407
21408         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21409         git repository, and initialize/update it accordingly.
21410
21411 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21412
21413         * modules/fsync-tests: New file.
21414         * tests/test-fsync.c: New file.
21415
21416         New module 'fsync'.
21417         * lib/fsync.c: New file.
21418         * m4/fsync.m4: New file.
21419         * modules/fsync: New file.
21420         * lib/unistd.in.h (fsync): New declaration.
21421         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21422         GNULIB_FSYNC and HAVE_FSYNC.
21423         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21424         * MODULES.html.sh (posix_functions): Add fsync.
21425         * doc/posix-functions/fsync.texi: Mention the new module.
21426
21427 2008-10-02  Jim Meyering  <meyering@redhat.com>
21428
21429         fts.c: sync with similar code from coreutils' remove.c
21430         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21431         Guard also with "#if defined __linux__", since for now at least,
21432         this code is Linux-kernel-specific.
21433
21434 2008-10-02  Jim Meyering  <meyering@redhat.com>
21435
21436         fts: bug fixes
21437         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21438         Include <sys/vfs.h>, not <sys/statfs.h>.
21439
21440         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21441         Include <sys/vfs.h>, not <sys/statfs.h>.
21442
21443 2008-10-01  Bruno Haible  <bruno@clisp.org>
21444
21445         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21446         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21447         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21448         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21449         * doc/posix-functions/posix_spawnp.texi: Likewise.
21450         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21451         whether posix_spawn actually works.
21452         * m4/pipe.m4 (gl_PIPE): Likewise.
21453         * modules/execute (Files): Add m4/posix_spawn.m4.
21454         * modules/pipe (Files): Add m4/posix_spawn.m4.
21455         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21456
21457 2008-10-01  Jim Meyering  <meyering@redhat.com>
21458
21459         remove trailing spaces
21460         * NEWS: Likewise.
21461         * lib/poll.c (poll): Likewise.
21462         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21463         * lib/winsock.c (rpl_close): Likewise.
21464         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21465         * modules/yield: Likewise.
21466         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21467         * tests/test-sys_select.c (connect_to_socket): Likewise.
21468
21469         fts.c: adjust a new interface to be more generally useful
21470         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21471         (fts_build): Adjust caller.
21472
21473 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21474
21475         * modules/cond-tests: New file.
21476         * tests/test-cond.c: New file.
21477
21478 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21479             Bruno Haible  <bruno@clisp.org>
21480
21481         * modules/cond (Dependencies): Add errno, time.
21482         * lib/glthread/cond.h: Include <time.h>.
21483         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21484         across platforms.
21485
21486 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21487             Bruno Haible  <bruno@clisp.org>
21488
21489         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21490
21491 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21492             Bruno Haible  <bruno@clisp.org>
21493
21494         * modules/tls-tests (Depends-on): Add thread, yield.
21495         (configure.ac): Remove all checks.
21496         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21497         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21498         gl_thread_self): Remove definitions. Include glthread/thread.h and
21499         glthread/yield.h instead.
21500         (test_tls): Pass an additional NULL argument to gl_thread_join.
21501
21502 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21503             Bruno Haible  <bruno@clisp.org>
21504
21505         * modules/lock-tests (Depends-on): Add thread, yield.
21506         (configure.ac): Remove all checks.
21507         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21508         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21509         gl_thread_self): Remove definitions. Include glthread/thread.h and
21510         glthread/yield.h instead.
21511         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21512         additional NULL argument to gl_thread_join.
21513
21514 2008-09-30  Bruno Haible  <bruno@clisp.org>
21515
21516         Fix the Win32 implementation of the 'thread' module.
21517         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21518         pointer type.
21519         (gl_thread_self): Invoke gl_thread_self_func.
21520         (gl_thread_self_func): New declaration.
21521         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21522         (do_init_self_key, init_self_key): New functions.
21523         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21524         Remove some fields.
21525         (running_threads, running_lock): Remove variables.
21526         (get_current_thread_handle): New function.
21527         (gl_thread_self_func, wrapper_func, glthread_create_func,
21528         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21529         simplified.
21530
21531 2008-09-30  Bruno Haible  <bruno@clisp.org>
21532
21533         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21534         files.
21535
21536 2008-09-30  Jim Meyering  <meyering@redhat.com>
21537
21538         fts.m4: correct the test for statfs.f_type
21539         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21540         when checking for statfs.f_type.
21541
21542 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21543
21544         tests: avoid some compiler warnings
21545         * tests/test-memchr.c (main): Pass NULL indirectly.
21546         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21547
21548 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21549
21550         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21551         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21552         exactly specified dayshifts.
21553         (dayshift): New rule.
21554         (rel): Add dayshift.
21555         (relative_time_table) [tomorrow, yesterday, today, now]:
21556         Use tDAY_SHIFT in place of tDAY_UNIT.
21557         * tests/test-getdate.c: Add tests for now-disallowed countable
21558         dayshifts, e.g., "4 yesterday ago".
21559
21560 2008-09-29  Bruno Haible  <bruno@clisp.org>
21561
21562         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21563         * tests/test-posix_spawn1.in.sh: Renamed from
21564         tests/test-posix_spawn.in.sh.
21565         * tests/test-posix_spawn2.c: New file.
21566         * tests/test-posix_spawn2.in.sh: New file.
21567         * modules/posix_spawnp-tests (Files): Update.
21568         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21569
21570 2008-09-29  Bruno Haible  <bruno@clisp.org>
21571
21572         Propagate effects of putenv/setenv/unsetenv to child processes.
21573         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21574         * lib/pipe.c (create_pipe): Likewise.
21575
21576 2008-09-29  Bruno Haible  <bruno@clisp.org>
21577
21578         Enable use of shell scripts as executables in mingw.
21579         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21580         run the program as a shell script.
21581         * lib/pipe.c (create_pipe): Likewise.
21582         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21583         resulting array.
21584
21585 2008-09-29  Eric Blake  <ebb9@byu.net>
21586
21587         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21588
21589 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21590
21591         * doc/posix-functions/accept.texi: Update mingw problems.
21592         * doc/posix-functions/bind.texi: Update mingw problems.
21593         * doc/posix-functions/close.texi: Update mingw problems.
21594         * doc/posix-functions/connect.texi: Update mingw problems.
21595         * doc/posix-functions/getpeername.texi: Update mingw problems.
21596         * doc/posix-functions/getsockname.texi: Update mingw problems.
21597         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21598         * doc/posix-functions/ioctl.texi: Update mingw problems.
21599         * doc/posix-functions/listen.texi: Update mingw problems.
21600         * doc/posix-functions/recv.texi: Update mingw problems.
21601         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21602         * doc/posix-functions/select.texi: Update mingw problems.
21603         * doc/posix-functions/send.texi: Update mingw problems.
21604         * doc/posix-functions/sendto.texi: Update mingw problems.
21605         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21606         * doc/posix-functions/socket.texi: Update mingw problems.
21607
21608 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21609             Bruno Haible  <bruno@clisp.org>
21610
21611         * lib/sys_select.in.h: Include sys/time.h.
21612         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21613         * modules/sys_select: Depend on sys_time.
21614         * tests/test-sys_select.c: Test that sys/select.h defines struct
21615         timeval fully.
21616
21617 2008-09-29  Bruno Haible  <bruno@clisp.org>
21618
21619         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21620         * lib/sys_select.in.h: Likewise.
21621
21622 2008-09-29  Bruno Haible  <bruno@clisp.org>
21623
21624         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21625
21626 2008-09-29  Bruno Haible  <bruno@clisp.org>
21627
21628         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21629         Set LIBSOCKET instead of augmenting LIBS.
21630         * modules/sockets (Link): New section.
21631         * modules/sockets-tests (test_sockets_LDADD): New variable.
21632         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21633         * modules/poll-tests (test_poll_LDADD): New variable.
21634         * NEWS: Document the change.
21635
21636 2008-09-29  Bruno Haible  <bruno@clisp.org>
21637
21638         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21639         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21640         ARPA_INET_H directly.
21641         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21642
21643 2008-09-28  Bruno Haible  <bruno@clisp.org>
21644
21645         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21646         from gl_HEADER_SYS_SOCKET.
21647         (gl_HEADER_SYS_SOCKET): Invoke it.
21648         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21649
21650 2008-09-28  Bruno Haible  <bruno@clisp.org>
21651
21652         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21653         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21654         Needed on OSF/1 4.0.
21655
21656 2008-09-28  Bruno Haible  <bruno@clisp.org>
21657
21658         Override open more carefully.
21659         * lib/open.c (orig_open): New function.
21660         (rpl_open): Use orig_open instead of open.
21661         * lib/fcntl.in.h: Add special invocation convention.
21662         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21663         (gl_FUNC_OPEN): Invoke it.
21664
21665         Override freopen more carefully.
21666         * lib/freopen.c (orig_freopen): New function.
21667         (rpl_freopen): Use orig_freopen instead of freopen.
21668         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21669         (gl_FUNC_FREOPEN): Invoke it.
21670
21671         Override fopen more carefully.
21672         * lib/fopen.c (orig_fopen): New function.
21673         (rpl_fopen): Use orig_fopen instead of fopen.
21674         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21675         (gl_FUNC_FOPEN): Invoke it.
21676         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21677
21678 2008-09-28  Bruno Haible  <bruno@clisp.org>
21679
21680         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21681         SIGPIPE.
21682
21683 2008-09-28  Bruno Haible  <bruno@clisp.org>
21684
21685         * tests/test-sigaction.c (handler, main): Disable the check whether
21686         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21687         glibc systems with LinuxThreads.
21688
21689 2008-09-28  Bruno Haible  <bruno@clisp.org>
21690
21691         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21692
21693         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21694         with AIX xlc.
21695         * lib/fcntl.in.h (open): Likewise.
21696         Reported by Rainer Tammer <tammer@tammer.net>.
21697
21698 2008-09-28  Bruno Haible  <bruno@clisp.org>
21699
21700         * modules/posix_spawnp-tests: New file.
21701         * tests/test-posix_spawn.c: New file.
21702         * tests/test-posix_spawn.in.sh: New file.
21703
21704         New module 'posix_spawnp'.
21705         * modules/posix_spawnp: New file.
21706         * lib/spawnp.c: New file, from GNU libc with modifications.
21707         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21708
21709         New module 'posix_spawn'.
21710         * modules/posix_spawn: New file.
21711         * lib/spawn.c: New file, from GNU libc with modifications.
21712         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21713
21714         New module 'posix_spawnattr_destroy'.
21715         * modules/posix_spawnattr_destroy: New file.
21716         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21717         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21718         module.
21719
21720         New module 'posix_spawnattr_setsigmask'.
21721         * modules/posix_spawnattr_setsigmask: New file.
21722         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21723         modifications.
21724         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21725         new module.
21726
21727         New module 'posix_spawnattr_getsigmask'.
21728         * modules/posix_spawnattr_getsigmask: New file.
21729         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21730         modifications.
21731         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21732         new module.
21733
21734         New module 'posix_spawnattr_setsigdefault'.
21735         * modules/posix_spawnattr_setsigdefault: New file.
21736         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21737         modifications.
21738         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21739         new module.
21740
21741         New module 'posix_spawnattr_getsigdefault'.
21742         * modules/posix_spawnattr_getsigdefault: New file.
21743         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21744         modifications.
21745         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21746         new module.
21747
21748         New module 'posix_spawnattr_setschedpolicy'.
21749         * modules/posix_spawnattr_setschedpolicy: New file.
21750         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21751         modifications.
21752         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21753         new module.
21754
21755         New module 'posix_spawnattr_getschedpolicy'.
21756         * modules/posix_spawnattr_getschedpolicy: New file.
21757         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21758         modifications.
21759         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21760         new module.
21761
21762         New module 'posix_spawnattr_setschedparam'.
21763         * modules/posix_spawnattr_setschedparam: New file.
21764         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21765         modifications.
21766         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21767         new module.
21768
21769         New module 'posix_spawnattr_getschedparam'.
21770         * modules/posix_spawnattr_getschedparam: New file.
21771         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21772         modifications.
21773         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21774         new module.
21775
21776         New module 'posix_spawnattr_setpgroup'.
21777         * modules/posix_spawnattr_setpgroup: New file.
21778         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21779         modifications.
21780         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21781         module.
21782
21783         New module 'posix_spawnattr_getpgroup'.
21784         * modules/posix_spawnattr_getpgroup: New file.
21785         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21786         modifications.
21787         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21788         module.
21789
21790         New module 'posix_spawnattr_setflags'.
21791         * modules/posix_spawnattr_setflags: New file.
21792         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21793         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21794         module.
21795
21796         New module 'posix_spawnattr_getflags'.
21797         * modules/posix_spawnattr_getflags: New file.
21798         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21799         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21800         module.
21801
21802         New module 'posix_spawnattr_init'.
21803         * modules/posix_spawnattr_init: New file.
21804         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21805         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21806         module.
21807
21808         New module 'posix_spawn_file_actions_destroy'.
21809         * modules/posix_spawn_file_actions_destroy: New file.
21810         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21811         modifications.
21812         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21813         the new module.
21814
21815         New module 'posix_spawn_file_actions_addopen'.
21816         * modules/posix_spawn_file_actions_addopen: New file.
21817         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21818         modifications.
21819         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21820         the new module.
21821
21822         New module 'posix_spawn_file_actions_adddup2'.
21823         * modules/posix_spawn_file_actions_adddup2: New file.
21824         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21825         modifications.
21826         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21827         the new module.
21828
21829         New module 'posix_spawn_file_actions_addclose'.
21830         * modules/posix_spawn_file_actions_addclose: New file.
21831         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21832         modifications.
21833         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21834         the new module.
21835
21836         New module 'posix_spawn_file_actions_init'.
21837         * modules/posix_spawn_file_actions_init: New file.
21838         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21839         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21840         new module.
21841
21842         New module 'posix_spawn-internal'.
21843         * modules/posix_spawn-internal: New file.
21844         * lib/spawn_int.h: New file, from GNU libc with modifications.
21845         * lib/spawni.c: New file, from GNU libc with modifications.
21846         * m4/posix_spawn.m4: New file.
21847
21848         New module 'spawn'.
21849         * modules/spawn: New file.
21850         * lib/spawn.in.h: New file, from GNU libc with modifications.
21851         * m4/spawn_h.m4: New file.
21852         * doc/posix-headers/spawn.texi: Mention the new module.
21853
21854 2008-09-28  Bruno Haible  <bruno@clisp.org>
21855
21856         * modules/sched-tests: New file.
21857         * tests/test-sched.c: New file.
21858
21859         New module 'sched'.
21860         * modules/sched: New file.
21861         * lib/sched.in.h: New file.
21862         * m4/sched_h.m4: New file.
21863         * doc/posix-headers/sched.texi: Mention the new module.
21864
21865 2008-09-27  Eric Blake  <ebb9@byu.net>
21866
21867         Fix previous patch, and tweak references to $0.
21868         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21869         (func_version, func_gnulib_dir): Don't call this program
21870         gnulib-tool.
21871         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21872         with using $0 in function.
21873         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21874         (func_fatal_error): Reuse the name the user invoked us with.
21875
21876 2008-09-27  Bruno Haible  <bruno@clisp.org>
21877
21878         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21879         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21880         (gl_ICONV_H): Not here.
21881         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21882         instead of assigning ICONV_H directly.
21883
21884         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21885         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21886         WCHAR_H directly.
21887
21888 2008-09-27  Bruno Haible  <bruno@clisp.org>
21889
21890         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21891         * modules/arpa_inet (Depends-on): Add link-warning.
21892         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21893         * modules/unistd (Makefile.am): Likewise.
21894
21895 2008-09-26  Bruno Haible  <bruno@clisp.org>
21896
21897         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21898         variables.
21899         (func_version): Essentially copied from gnulib-tool.
21900         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21901         func_readlink): Copied from gnulib-tool.
21902
21903 2008-09-26  Bruno Haible  <bruno@clisp.org>
21904
21905         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21906         invoking git-version-gen.
21907
21908 2008-09-26  Bruno Haible  <bruno@clisp.org>
21909
21910         * posix-modules: Update to directory names changed on 2008-01-19.
21911         Remove commas in output before splitting into words. No more need to
21912         avoid 'ftruncate' since 2007-02-19.
21913
21914 2008-09-26  Bruno Haible  <bruno@clisp.org>
21915
21916         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21917
21918 2008-09-26  Bruno Haible  <bruno@clisp.org>
21919
21920         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21921         * modules/fwriteerror (Depends-on): Add errno.
21922
21923 2008-09-26  Bruno Haible  <bruno@clisp.org>
21924
21925         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21926         * tests/test-vc-list-files-cvs.sh: Likewise.
21927
21928 2008-09-26  Bruno Haible  <bruno@clisp.org>
21929
21930         * doc/posix-headers/sys_resource.texi: Reorder items.
21931
21932 2008-09-26  Jim Meyering  <meyering@redhat.com>
21933
21934         fts: tweak inode comparison function
21935         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21936         inode numbers, as documented.
21937
21938         fts: sort dirent entries on inode number before traversing
21939         This avoids a quadratic, seek-related performance penalty when
21940         operating on a directory containing many entries (measurable at 10k;
21941         3.5 hours at 2 million entries with a cold cache) on certain types
21942         of file systems, including ext3 and ext4, but not tmpfs.
21943         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21944         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21945         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21946         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21947         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21948         (fts_build): Set the stat.st_ino member from D_INO.
21949         If it is likely to be useful, sort dirent entries on inode number.
21950
21951         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21952         and the struct statfs.f_type member.
21953         * modules/fts (Depends-on): Add d-ino.
21954
21955 2008-09-26  Bruno Haible  <bruno@clisp.org>
21956
21957         * modules/sigpipe-die (Depends-on): Add sigpipe.
21958
21959         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21960         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21961         and GNULIB_STDIO_H_SIGPIPE are set.
21962         * lib/stdio-write.c: New file.
21963         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21964         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21965         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21966         REPLACE_STDIO_WRITE_FUNCS.
21967         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21968         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21969         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21970         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21971         * modules/stdio (Files): Add lib/stdio-write.c.
21972         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21973         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21974         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21975         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21976         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21977         REPLACE_FPRINTF_POSIX.
21978         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21979         REPLACE_PRINTF_POSIX.
21980         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21981         REPLACE_VFPRINTF_POSIX.
21982         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21983         REPLACE_VPRINTF_POSIX.
21984         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21985         SIGPIPE issue.
21986         * doc/posix-functions/fputc.texi: Likewise.
21987         * doc/posix-functions/fputs.texi: Likewise.
21988         * doc/posix-functions/fwrite.texi: Likewise.
21989         * doc/posix-functions/printf.texi: Likewise.
21990         * doc/posix-functions/putc.texi: Likewise.
21991         * doc/posix-functions/putchar.texi: Likewise.
21992         * doc/posix-functions/puts.texi: Likewise.
21993         * doc/posix-functions/vfprintf.texi: Likewise.
21994         * doc/posix-functions/vprintf.texi: Likewise.
21995
21996         * modules/safe-write (Depends-on): Add write.
21997
21998         * modules/sigpipe-tests: New file.
21999         * tests/test-sigpipe.c: New file.
22000         * tests/test-sigpipe.sh: New file.
22001
22002         * modules/write: New file.
22003         * lib/unistd.in.h: Include <sys/types.h>.
22004         (write): New declaration.
22005         * lib/write.c: New file.
22006         * m4/write.m4: New file.
22007         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22008         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22009         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22010         GNULIB_WRITE, REPLACE_WRITE.
22011         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22012         and the SIGPIPE issue.
22013
22014         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22015         (raise): New declaration.
22016         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22017         (ext_signal): New function.
22018         (rpl_raise): New function.
22019         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22020         GNULIB_SIGNAL_H_SIGPIPE.
22021         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22022         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22023
22024         * modules/sigpipe: New file.
22025         * m4/sigpipe.m4: New file.
22026
22027 2008-09-25  Derek Price  <derek@ximbiot.com>
22028             Bruno Haible  <bruno@clisp.org>
22029
22030         * gnulib-tool (func_import): Report all license incompatibilities, not
22031         just the first one.
22032
22033 2008-09-25  Bruno Haible  <bruno@clisp.org>
22034
22035         * gnulib-tool (func_import): When computing the edits, consider not
22036         only the Makefile.ams that exist but also those that will be generated.
22037
22038 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22039
22040         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22041         fixes gnulib-tool --test warning about duplicate dependency.
22042
22043 2008-09-25  Bruno Haible  <bruno@clisp.org>
22044
22045         * gnulib-tool: Don't ask the user to perform edits in the generated
22046         Makefile.ams.
22047         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22048         apply to the Makefile.am being generated.
22049         (func_emit_tests_Makefile_am): Execute edits that apply to the
22050         Makefile.am being generated.
22051         (func_import): Setup list of Makefile.am edits before emitting the
22052         Makefile.ams, not at the end.
22053         (func_create_testdir): Update.
22054         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22055
22056 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22057
22058         * gnulib-tool (func_import): Store the --tests-base option in the
22059         comment in gnulib-cache.m4.
22060
22061 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22062
22063         * NEWS: Document increased portability that sys_select now provides.
22064
22065         * lib/sys_select.in.h: Install select wrapper.
22066         * lib/sys_socket.in.h: Use more descriptive name when there is no
22067         select wrapper.
22068         * lib/winsock-select.c: New.
22069         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22070         Require gl_HEADER_SYS_SOCKET.
22071         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22072         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22073         * tests/test-sys_select.c: Add functional tests.
22074
22075 2008-09-24  Eric Blake  <ebb9@byu.net>
22076
22077         open, fopen: close fd leak in last patch
22078         * lib/open.c (rpl_open): Close fd before returning error.
22079         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22080         * doc/posix-functions/open.texi (open): Document that Irix also
22081         has the bug.
22082         * doc/posix-functions/fopen.texi (fopen): Likewise.
22083         Reported by Paolo Bonzini.
22084
22085 2008-09-24  Bruno Haible  <bruno@clisp.org>
22086
22087         Ensure that a filename ending in a slash cannot be used to access a
22088         non-directory.
22089         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22090         to check whether it's really a directory.
22091         * lib/fopen.c: Include fcntl.h, unistd.h.
22092         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22093         and fdopen().
22094         * modules/fopen (Depends-on): Add unistd.
22095         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22096         * tests/test-fopen.c (main): Likewise.
22097         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22098         * doc/posix-functions/fopen.texi: Likewise.
22099         Reported by Eric Blake.
22100
22101 2008-09-23  Eric Blake  <ebb9@byu.net>
22102
22103         c-stack: avoid compiler optimizations when provoking overflow
22104         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22105         recursion harder to optimize, to ensure a stack overflow occurs.
22106         * tests/test-c-stack.c (recurse): Likewise.
22107         Borrowed from libsigsegv.
22108
22109         c-stack: work around Irix sigaltstack bug
22110         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22111         whether sigaltstack uses wrong end of stack_t (copied in part from
22112         libsigsegv).
22113         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22114         Irix bug, without requiring an over-allocation.
22115         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22116         bug.
22117
22118         fopen: document mingw bug on directories
22119         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22120         not allowing a stream visiting a directory, even though reading
22121         from such a stream is not portable.
22122
22123 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22124
22125         * lib/poll.c: Rewrite.
22126         * modules/poll: Depend on alloca.
22127
22128 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22129
22130         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22131         instead define prototypes for a full set of wrappers.  Ensure
22132         that Cygwin does not use the compatibility code, which is only
22133         for MinGW.
22134         * lib/winsock.c: New.
22135         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22136         * modules/sys_socket: Add lib/winsock.c.
22137
22138         * modules/poll-tests: Add errno and perror.
22139         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22140
22141 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22142
22143         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22144
22145 2008-09-23  Bruno Haible  <bruno@clisp.org>
22146
22147         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22148         * doc/glibc-functions/*: Likewise.
22149
22150 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22151
22152         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22153         success.
22154
22155 2008-09-22  Eric Blake  <ebb9@byu.net>
22156             Bruno Haible  <bruno@clisp.org>
22157
22158         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22159         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22160         supply %A but mishandle pseudo-NaN.
22161         Reported by Simon Josefsson.
22162
22163 2008-09-21  Bruno Haible  <bruno@clisp.org>
22164
22165         * tests/test-lock.c (main): Tweak skip message.
22166         * tests/test-tls.c (main): Likewise.
22167
22168 2008-09-21  Bruno Haible  <bruno@clisp.org>
22169
22170         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22171         whether 'struct sigaction' has sa_sigaction here...
22172         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22173         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22174
22175 2008-09-21  Bruno Haible  <bruno@clisp.org>
22176
22177         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22178         section.
22179         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22180         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22181         the new section.
22182         (Support for obsolete systems lacking POSIX:2001): New section.
22183         (String handling <string.h>): Move strdup to the new section.
22184         Suggested by Simon Josefsson and Paolo Bonzini.
22185
22186 2008-09-21  Bruno Haible  <bruno@clisp.org>
22187
22188         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22189         exponents in %e and %g results on 'long double'. Needed for mingw's
22190         improved *printf functions.
22191         * tests/test-vasprintf-posix.c (test_function): Likewise.
22192         * tests/test-snprintf-posix.h (test_function): Likewise.
22193         * tests/test-sprintf-posix.h (test_function): Likewise.
22194         Reported by Eric Blake.
22195
22196 2008-09-21  Bruno Haible  <bruno@clisp.org>
22197
22198         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22199         * tests/test-sprintf-posix.h (test_function): Likewise.
22200
22201 2008-09-21  Bruno Haible  <bruno@clisp.org>
22202
22203         * modules/getpass (Depends-on): Add strdup-posix.
22204
22205         New module 'strdup-posix'.
22206         * modules/strdup-posix: New file.
22207         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22208         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22209         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22210         REPLACE_STRDUP.
22211         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22212         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22213         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22214         strdup-posix.
22215
22216         * modules/strdup (Depends-on): Remove malloc-posix.
22217
22218 2008-09-20  Bruno Haible  <bruno@clisp.org>
22219
22220         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22221         Wildenhues.
22222
22223 2008-09-20  Bruno Haible  <bruno@clisp.org>
22224
22225         Ensure that wint_t gets defined on IRIX 5.3.
22226         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22227         * lib/wctype.in.h (wint_t): Likewise.
22228         (__wctype_wint_t): Remove type.
22229         (isw*): Use wint_t instead of __wctype_wint_t.
22230         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22231         * modules/wchar (Files): Add m4/wint_t.m4.
22232         (Makefile.am): Substitute HAVE_WINT_T.
22233         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22234         * tests/test-wctype.c: Check that wint_t is defined.
22235         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22236         * doc/posix-headers/wctype.texi: Likewise.
22237         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22238
22239 2008-09-18  Bruno Haible  <bruno@clisp.org>
22240
22241         * gnulib-tool (func_exit): Update comment.
22242
22243 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22244
22245         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22246         assumes strdup exists and does not depend on strdup to return
22247         ENOMEM on out of memory conditions.
22248
22249 2008-09-18  Bruno Haible  <bruno@clisp.org>
22250
22251         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22252         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22253         digits for the exponent.
22254
22255 2008-09-18  Jim Meyering  <meyering@redhat.com>
22256             Bruno Haible  <bruno@clisp.org>
22257
22258         * lib/vasnprintf.c (decimal_point_char): Define also if
22259         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22260
22261 2008-09-16  Bruno Haible  <bruno@clisp.org>
22262         and Eric Blake  <ebb9@byu.net>
22263
22264         vasnprintf: support Irix 5.3
22265         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22266         that mishandle long double infinity.
22267         Reported by Tom G. Christensen.
22268
22269 2008-09-16  Bruno Haible  <bruno@clisp.org>
22270
22271         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22272         Solaris 9.
22273         * doc/glibc-functions/alphasort.texi: Likewise.
22274         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22275
22276 2008-09-16  Jim Meyering  <meyering@redhat.com>
22277
22278         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22279         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22280         a umask modification leak out of a subshell.  Otherwise, the
22281         opensolaris /bin/sh would be accepted and thus cause unwarranted
22282         failures in the coreutils test suite.
22283
22284 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22285
22286         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22287         to succeed.
22288
22289 2008-09-16  Jim Meyering  <meyering@redhat.com>
22290
22291         avoid spurious test failure when library is built without ACL support
22292         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22293         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22294         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22295         * tests/test-copy-acl.sh: Likewise.
22296
22297 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22298
22299         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22300         based on character occurrence counts.
22301
22302 2008-09-15  Eric Blake  <ebb9@byu.net>
22303
22304         tests: avoid some compiler warnings
22305         * tests/test-memchr.c (main): Pass NULL indirectly.
22306         * tests/test-closein.c (main): Avoid unused variable.
22307
22308 2008-09-15  Bruno Haible  <bruno@clisp.org>
22309
22310         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22311         are missing on OpenBSD 4.0 individually.
22312         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22313
22314 2008-09-15  Bruno Haible  <bruno@clisp.org>
22315
22316         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22317         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22318         * doc/posix-functions/perror.texi: Likewise.
22319         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22320         is missing.
22321         Reported by Eric Blake.
22322
22323         * lib/errno.in.h: Use replacement values >= 2000.
22324         Reported by Eric Blake.
22325
22326 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22327
22328         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22329         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22330         limit.
22331         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22332         compareseq was aborted.
22333
22334 2008-09-14  Bruno Haible  <bruno@clisp.org>
22335
22336         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22337         yvec_edit_count.
22338         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22339         (fstrcmp_bounded): Simplify result computation accordingly.
22340
22341 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22342
22343         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22344         (fstrcmp): Define in terms of fstrcmp_bounded.
22345         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22346         lower_bound argument.
22347         Return quickly if the result is certainly < lower_bound.
22348         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22349
22350 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22351
22352         * lib/diffseq.h (EARLY_ABORT): New macro.
22353         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22354         evaluates to true.
22355
22356 2008-09-14  Bruno Haible  <bruno@clisp.org>
22357
22358         * modules/perror-tests: New file.
22359         * tests/test-perror.sh: New file.
22360         * tests/test-perror.c: New file.
22361
22362         New module 'perror'.
22363         * lib/stdio.in.h (perror): New declaration.
22364         * lib/perror.c: New file.
22365         * m4/perror.m4: New file.
22366         * modules/perror: New file.
22367         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22368         * doc/posix-functions/perror.texi: Mention the perror module.
22369         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22370         REPLACE_PERROR.
22371         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22372         REPLACE_PERROR.
22373
22374 2008-09-14  Bruno Haible  <bruno@clisp.org>
22375
22376         * modules/stdio (Makefile.am): Reorder to match the order in
22377         lib/stdio.in.h.
22378         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22379
22380 2008-09-13  Bruno Haible  <bruno@clisp.org>
22381
22382         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22383
22384 2008-09-13  Bruno Haible  <bruno@clisp.org>
22385
22386         Extend strerror to cover the added errno values.
22387         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22388         (rpl_strerror): Provide error messages for the added errno values and
22389         for the WSA* values.
22390         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22391         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22392         strerror.
22393         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22394         * modules/strerror (Depends-on): Add errno.
22395         * doc/posix-functions/strerror.texi: Document the change.
22396         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22397         and EOVERFLOW.
22398
22399 2008-09-13  Bruno Haible  <bruno@clisp.org>
22400
22401         * modules/EOVERFLOW: Remove file.
22402         * m4/eoverflow.m4: Remove file.
22403         * modules/EOVERFLOW-tests: Remove file.
22404         * tests/test-EOVERFLOW.c: Remove file.
22405         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22406         * modules/ftell (Depends-on): Likewise.
22407         * modules/getdelim (Depends-on): Likewise.
22408         * modules/getugroups (Depends-on): Likewise.
22409         * modules/poll (Depends-on): Likewise.
22410         * modules/snprintf (Depends-on): Likewise.
22411         * modules/sprintf-posix (Depends-on): Likewise.
22412         * modules/vasnprintf (Depends-on): Likewise.
22413         * modules/vasprintf (Depends-on): Likewise.
22414         * modules/vfprintf-posix (Depends-on): Likewise.
22415         * modules/vsnprintf (Depends-on): Likewise.
22416         * modules/vsprintf-posix (Depends-on): Likewise.
22417         * modules/xvasprintf (Depends-on): Likewise.
22418         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22419         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22420         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22421         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22422         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22423         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22424         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22425         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22426         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22427         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22428         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22429         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22430         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22431         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22432         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22433         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22434         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22435         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22436         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22437         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22438         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22439         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22440         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22441         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22442         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22443         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22444         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22445         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22446         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22447         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22448         * MODULES.html.sh: Remove EOVERFLOW.
22449         * NEWS: Mention the change.
22450
22451 2008-09-13  Bruno Haible  <bruno@clisp.org>
22452
22453         * modules/errno-tests: New file.
22454         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22455
22456         * lib/errno.in.h: New file.
22457         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22458         * modules/errno: New file.
22459         * doc/posix-headers/errno.texi: Update documentation.
22460         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22461
22462 2008-09-13  Bruno Haible  <bruno@clisp.org>
22463
22464         * tests/test-poll.c: Use #if for native Windows, rather than testing
22465         __MSVCRT__.
22466
22467 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22468             Bruno Haible  <bruno@clisp.org>
22469
22470         * lib/glob.c: Don't include <pwd.h> on native Windows.
22471         (WINDOWS32): New macro.
22472         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22473
22474 2008-09-13  Bruno Haible  <bruno@clisp.org>
22475
22476         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22477         (ETIMEDOUT): Remove macro.
22478         (glthread_cond_timedwait_multithreaded): New declaration.
22479         (glthread_cond_timedwait): Use it.
22480         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22481         (glthread_cond_timedwait_multithreaded): New function.
22482
22483 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22484
22485         * modules/poll-tests: Do not check for io.h.
22486         * tests/test-poll.c: Check for __MSVCRT__ instead.
22487
22488 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22489
22490         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22491         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22492         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22493
22494 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22495
22496         * modules/poll-tests: New.
22497         * tests/test-poll.c: New.
22498
22499 2008-09-12  Eric Blake  <ebb9@byu.net>
22500
22501         frexp: test for NetBSD failure on -0.0
22502         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22503         not all, bugs from NetBSD 3.0 have been fixed.
22504         * doc/posix-functions/frexp.texi (frexp): Document bug.
22505         Reported by Thomas Klausner.
22506
22507         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22508         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22509         literal -0.0.
22510         Reported by Jonathan C. Patschke <jp@centtech.com>.
22511
22512 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22513
22514         * lib/glthread/cond.h: Use dummy implementation also if
22515         USE_WIN32_THREADS.
22516
22517 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22518
22519         * modules/fnmatch-posix (License): Change to LGPLv2+.
22520         * modules/fnmatch-gnu (License): Likewise.
22521
22522 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22523
22524         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22525
22526 2008-09-11  Jim Meyering  <meyering@redhat.com>
22527
22528         * users.txt: Add gtk-vnc.
22529
22530 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22531
22532         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22533         rotate amounts.
22534
22535         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22536         required for 16-bit and 8-bit rotates.
22537         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22538         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22539         UINT8_MAX instead of hard-coded constants.
22540         Suggested by Paul Eggert.
22541
22542 2008-09-07  Bruno Haible  <bruno@clisp.org>
22543
22544         * tests/test-striconveh.c (main): Check behaviour when converting from
22545         UTF-7.
22546
22547         Make striconveh work better with stateful encodings.
22548         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22549         that iconv does not increment the inptr when returning -1/EINVAL.
22550
22551 2008-09-07  Bruno Haible  <bruno@clisp.org>
22552
22553         * build-aux/config.rpath: Update according to libtool-2.2.6.
22554         * build-aux/config.libpath: Likewise.
22555
22556 2008-09-06  Bruno Haible  <bruno@clisp.org>
22557
22558         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22559         * lib/freadptr.c (freadptr): Likewise.
22560         * lib/freadseek.c (freadptrinc): Likewise.
22561         Reported by Simon Josefsson.
22562
22563 2008-09-06  Bruno Haible  <bruno@clisp.org>
22564
22565         * modules/freadptr (License): Change to LGPLv2+.
22566         * modules/freadseek (License): Likewise.
22567         Suggested by Eric Blake.
22568
22569         * modules/memchr2 (License): Change to LGPLv2+.
22570         Approved by Eric Blake.
22571
22572 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22573             Bruno Haible  <bruno@clisp.org>
22574
22575         Make gnulib-tool work with native 'sed' on AIX.
22576         * gnulib-tool (sed_noop): New variable.
22577         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22578         func_add_or_update, func_create_testdir): Use it to initialize sed
22579         script variables.
22580         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22581
22582 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22583             Bruno Haible  <bruno@clisp.org>
22584
22585         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22586         also works after #include directives.
22587
22588 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22589
22590         getdate.y: reject an out-of-range timezone value
22591         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22592         the range [-24...+24].  When specified with only one or two digits,
22593         * tests/test-getdate.c: Tests for the fix.
22594         * doc/getdate.texi: Document this change.
22595
22596 2008-09-03  Bruno Haible  <bruno@clisp.org>
22597
22598         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22599
22600 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22601
22602         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22603         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22604         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22605         Blake <ebb9@byu.net>.
22606
22607         * tests/test-bitrotate.c: Add more test vectors.
22608
22609 2008-09-02  Eric Blake  <ebb9@byu.net>
22610
22611         vasnprintf-posix: handle large precision via %.*d
22612         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22613         when handling it ourselves.
22614         * tests/test-vasnprintf-posix.c (test_function): Add test.
22615         * tests/test-snprintf-posix.h (test_function): Likewise.
22616         * tests/test-sprintf-posix.h (test_function): Likewise.
22617         * tests/test-vasprintf-posix.c (test_function): Likewise.
22618         Reported by Alain Guibert.
22619
22620 2008-09-01  Eric Blake  <ebb9@byu.net>
22621
22622         c-stack: make configure-time check more robust
22623         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22624         successful sigaction call.
22625         Reported by Tom G. Christensen.
22626
22627 2008-09-01  Bruno Haible  <bruno@clisp.org>
22628
22629         New module 'findprog-lgpl'.
22630         * modules/findprog-lgpl: New file.
22631         * lib/findprog-lgpl.c: New file.
22632         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22633         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22634         to decide whether to use strdup or xstrdup, concatenated_filename or
22635         xconcatenated_filename.
22636
22637 2008-09-01  Bruno Haible  <bruno@clisp.org>
22638
22639         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22640         'xconcat-filename' (GPL).
22641         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22642         (License): Change to LGPLv2+.
22643         * modules/xconcat-filename: New file.
22644         * lib/concat-filename.h (concatenated_filename): Change specification.
22645         (xconcatenated_filename): New declaration.
22646         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22647         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22648         memory situations.
22649         * lib/xconcat-filename.c: New file.
22650         * NEWS: Mention the change.
22651         * lib/findprog.c: Include concat-filename.h, not filename.h.
22652         (find_in_path): Use xconcatenated_filename instead of
22653         concatenated_filename.
22654         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22655         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22656         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22657         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22658         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22659         instead of concatenated_filename.
22660         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22661         (execute_java_class): Use xconcatenated_filename instead of
22662         concatenated_filename.
22663         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22664         * modules/javacomp (Depends-on): Likewise.
22665         * modules/javaexec (Depends-on): Likewise.
22666
22667 2008-09-01  Bruno Haible  <bruno@clisp.org>
22668
22669         Split module 'filename' into 'filename' and 'concat-filename'.
22670         * modules/filename: Keep only lib/filename.h.
22671         (License): Change to LGPLv2+.
22672         * modules/concat-filename: New file, extracted from modules/filename.
22673         * lib/filename.h (concatenated_filename): Remove declaration.
22674         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22675         * lib/concat-filename.c: Include concat-filename.h.
22676         * NEWS: Mention the change.
22677
22678 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22679
22680         * lib/bitrotate.h (rotl8, rotr8): Add.
22681
22682         * modules/bitrotate (configure.ac): Need
22683         AC_REQUIRE([AC_C_INLINE]).
22684         (Description): Mention stdint.h.  Reported by Bruno Haible
22685         <bruno@clisp.org>.
22686
22687         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22688         Paolo Bonzini <bonzini@gnu.org>.
22689
22690 2008-08-31  Bruno Haible  <bruno@clisp.org>
22691
22692         Assume Solaris specific bi-arch conventions on Solaris systems.
22693         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22694         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22695         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22696         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22697         like acl_libdirstem.
22698         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22699         acl_libdirstem.
22700         * NEWS: Mention the change.
22701         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22702
22703 2008-08-31  Jim Meyering  <meyering@redhat.com>
22704
22705         * lib/strftime.h: Add comments describing the two added arguments.
22706
22707         remove duplicate #include directives
22708         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22709         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22710
22711 2008-08-31  Bruno Haible  <bruno@clisp.org>
22712
22713         New module 'sigpipe-die'.
22714         * modules/sigpipe-die: New file.
22715         * lib/sigpipe-die.h: New file.
22716         * lib/sigpipe-die.c: New file.
22717         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22718
22719 2008-08-31  Bruno Haible  <bruno@clisp.org>
22720
22721         Don't override previously installed signal handlers.
22722         * lib/fatal-signal.c (saved_sigactions): New variable.
22723         (uninstall_handlers): Reset the signal to the saved handler, not
22724         to SIG_DFL (except when ignored).
22725         (install_handlers): Save the previous handlers.
22726
22727 2008-08-30  Bruno Haible  <bruno@clisp.org>
22728
22729         * gnulib-tool (func_reset_sigpipe): New function.
22730         (func_get_automake_snippet, func_modules_transitive_closure,
22731         func_import): Invoke it before a join command that reads from stdin,
22732         to avoid "echo: write error: Broken pipe" error messages on stderr.
22733         Reported by Sam Steingold <sds@gnu.org>.
22734
22735 2008-08-30  Bruno Haible  <bruno@clisp.org>
22736
22737         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22738         Code copied from m4/open.m4.
22739         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22740         access and the filename ends in a slash. Code copied from lib/open.c.
22741         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22742         * tests/test-fopen.c (main): Check against bug with trailing slash.
22743
22744 2008-08-29  Bruno Haible  <bruno@clisp.org>
22745
22746         Avoid some "gcc -pedantic" warnings.
22747         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22748         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22749         * lib/dirent.in.h: Likewise.
22750         * lib/fcntl.in.h: Likewise.
22751         * lib/float.in.h: Likewise.
22752         * lib/iconv.in.h: Likewise.
22753         * lib/inttypes.in.h: Likewise.
22754         * lib/locale.in.h: Likewise.
22755         * lib/math.in.h: Likewise.
22756         * lib/netinet_in.in.h: Likewise.
22757         * lib/search.in.h: Likewise.
22758         * lib/signal.in.h: Likewise.
22759         * lib/stdarg.in.h: Likewise.
22760         * lib/stdint.in.h: Likewise.
22761         * lib/stdio.in.h: Likewise.
22762         * lib/stdlib.in.h: Likewise.
22763         * lib/string.in.h: Likewise.
22764         * lib/strings.in.h: Likewise.
22765         * lib/sys_select.in.h: Likewise.
22766         * lib/sys_socket.in.h: Likewise.
22767         * lib/sys_stat.in.h: Likewise.
22768         * lib/sys_time.in.h: Likewise.
22769         * lib/sysexits.in.h: Likewise.
22770         * lib/time.in.h: Likewise.
22771         * lib/unistd.in.h: Likewise.
22772         * lib/wchar.in.h: Likewise.
22773         * lib/wctype.in.h: Likewise.
22774         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22775         * modules/fchdir (Makefile.am): Likewise.
22776         * modules/fcntl (Makefile.am): Likewise.
22777         * modules/float (Makefile.am): Likewise.
22778         * modules/iconv_open (Makefile.am): Likewise.
22779         * modules/inttypes (Makefile.am): Likewise.
22780         * modules/locale (Makefile.am): Likewise.
22781         * modules/math (Makefile.am): Likewise.
22782         * modules/netinet_in (Makefile.am): Likewise.
22783         * modules/search (Makefile.am): Likewise.
22784         * modules/signal (Makefile.am): Likewise.
22785         * modules/stdarg (Makefile.am): Likewise.
22786         * modules/stdint (Makefile.am): Likewise.
22787         * modules/stdio (Makefile.am): Likewise.
22788         * modules/stdlib (Makefile.am): Likewise.
22789         * modules/string (Makefile.am): Likewise.
22790         * modules/strings (Makefile.am): Likewise.
22791         * modules/sys_select (Makefile.am): Likewise.
22792         * modules/sys_socket (Makefile.am): Likewise.
22793         * modules/sys_stat (Makefile.am): Likewise.
22794         * modules/sys_time (Makefile.am): Likewise.
22795         * modules/sysexits (Makefile.am): Likewise.
22796         * modules/time (Makefile.am): Likewise.
22797         * modules/unistd (Makefile.am): Likewise.
22798         * modules/wchar (Makefile.am): Likewise.
22799         * modules/wctype (Makefile.am): Likewise.
22800         Reported by Reuben Thomas <rrt@sc3d.org>.
22801
22802 2008-08-29  Bruno Haible  <bruno@clisp.org>
22803
22804         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22805         any more.
22806
22807 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22808
22809         * MODULES.html.sh (Misc): Add bitrotate.
22810
22811         * modules/bitrotate: New file.
22812
22813         * lib/bitrotate.h: New file.
22814
22815         * modules/bitrotate-tests: New file.
22816
22817         * tests/test-bitrotate.c: New file.
22818
22819         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22820         on the bitrotate module.
22821
22822         * lib/arctwo.c: Use new bitrotate module.
22823
22824 2008-08-29  Jim Meyering  <meyering@redhat.com>
22825
22826         bootstrap: merge changes from coreutils
22827         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22828         of copied files.  Remove a kludge, now that this is fixed.
22829         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22830         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22831         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22832
22833 2008-08-29  Bruno Haible  <bruno@clisp.org>
22834
22835         * MODULES.html.sh: Remove --cvs-urls option.
22836
22837 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22838
22839         maint.mk: adjust to file name change
22840         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22841
22842 2008-08-28  Jim Meyering  <meyering@redhat.com>
22843
22844         * modules/getndelim2 (License): Relicense to LGPLv2+.
22845         Approved by Richard Stallman for the version of 1995, and by
22846         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22847
22848 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22849
22850         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22851         dummy if one is not available.  Do not touch them if
22852         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22853         (getc_maybe_unlocked): New.
22854         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22855
22856 2008-08-26  Eric Blake  <ebb9@byu.net>
22857
22858         doc/INSTALL: resync from autoconf
22859         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22860         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22861         moving...
22862         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22863         * INSTALL: Regenerate.
22864         * INSTALL.ISO: New file.
22865         * INSTALL.UTF-8: Likewise.
22866
22867 2008-08-26  Jim Meyering  <meyering@redhat.com>
22868
22869         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22870         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22871         these definitions conditional, so that they may be overridden, too.
22872
22873 2008-08-26  Bruno Haible  <bruno@clisp.org>
22874
22875         Generate INSTALL file variants with prettier quotes.
22876         * doc/Makefile (INSTALL_PRELUDE): New macro.
22877         (INSTALL): Use it.
22878         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22879
22880 2008-08-26  Bruno Haible  <bruno@clisp.org>
22881
22882         Run makeinfo in an English locale.
22883         * doc/Makefile (MAKEINFO): New variable.
22884
22885 2008-08-26  Bruno Haible  <bruno@clisp.org>
22886
22887         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22888         Suggested by Eric Blake.
22889
22890 2008-08-25  Bruno Haible  <bruno@clisp.org>
22891
22892         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22893
22894 2008-08-25  Eric Blake  <ebb9@byu.net>
22895
22896         c-stack: test that stack overflow can be caught
22897         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22898         that platform allows handling stack overflow; at least OS/2 EMX
22899         has sigaltstack, but crashes before transferring control to
22900         handler on stack overflow.
22901         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22902         check for HAVE_STACK_OVERFLOW_HANDLING.
22903         Reported by Elbert Pol.
22904
22905 2008-08-25  Bruno Haible  <bruno@clisp.org>
22906
22907         * doc/posix-functions/strftime.texi: Fix description of strftime
22908         module.
22909
22910 2008-08-24  Bruno Haible  <bruno@clisp.org>
22911
22912         * tests/uniwidth/test-uc_width2.c: New file.
22913         * tests/uniwidth/test-uc_width2.sh: New file.
22914         * modules/uniwidth/width-tests (Files): Add the new files.
22915         (TESTS): Add uniwidth/test-uc_width2.sh.
22916         (TESTS_ENVIRONMENT): New variable.
22917         (check_PROGRAMS): Add test-uc_width2.
22918         (test_uc_width2_SOURCES): New variable.
22919
22920         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22921         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22922         not 0x00AB.
22923         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22924
22925 2008-08-22  Eric Blake  <ebb9@byu.net>
22926
22927         test-lock, test-tls: mention why a test is skipped
22928         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22929         skipped.
22930         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22931
22932         count-one-bits: relax license
22933         * modules/count-one-bits (License): Relicense to LGPLv2+.
22934         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22935
22936 2008-08-22  Andreas Schwab  <schwab@suse.de>
22937
22938         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22939         Remove spurious space in assignment.
22940
22941 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22942
22943         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22944         Paul Eggert <eggert@CS.UCLA.EDU>.
22945
22946 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22947
22948         * modules/gettext: Add m4/threadlib.m4.
22949
22950 2008-08-19  Eric Blake  <ebb9@byu.net>
22951
22952         test-c-stack: fix compilation failure on FreeBSD 5.0
22953         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22954         headers before <sys/resource.h>.
22955         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22956         the bug.
22957         Reported by Nelson H. F. Beebe.
22958
22959         strverscmp: migrate from "strverscmp.h" to <string.h>
22960         * modules/string (Makefile.am): Add new hooks.
22961         * modules/strverscmp (Files): Remove strverscmp.h.
22962         (Depends-on): Add string.
22963         (configure.ac): Add indicator.
22964         (Include): Mention new header.
22965         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22966         defaults.
22967         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22968         results.
22969         * lib/strverscmp.h: Delete.
22970         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22971         * tests/test-strverscmp.c (includes): Adjust client.
22972         * lib/check-version.c (includes): Likewise.
22973         * NEWS: Document the change.
22974
22975         strverscmp: add unit test
22976         * modules/strverscmp-tests: New file.
22977         * tests/test-strverscmp.c: Likewise.
22978
22979 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22980
22981         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22982         regarding Windows crypto stuff, from Mono.
22983
22984 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22985
22986         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22987         if present, for intel RND.  Return error on failures.
22988
22989 2008-08-18  Ben Pfaff  <blp@gnu.org>
22990
22991         gitlog-to-changelog: give better diagnostic for failed pipe-open
22992         * build-aux/gitlog-to-changelog: Improve error message: suggest
22993         that the version of Git may be too old.
22994
22995 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22996
22997         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22998         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22999
23000 2008-08-18  Bruno Haible  <bruno@clisp.org>
23001
23002         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23003         pthread_in_use().
23004
23005 2008-08-18  Bruno Haible  <bruno@clisp.org>
23006
23007         * lib/glthread/threadlib.c: Include <pthread.h>.
23008
23009 2008-08-18  Bruno Haible  <bruno@clisp.org>
23010
23011         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23012         glthread_recursive_lock_* macros.
23013         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23014         Fix syntax error.
23015
23016 2008-08-18  Bruno Haible  <bruno@clisp.org>
23017
23018         * lib/glthread/thread.c: Avoid forcing a context switch right after
23019         thread creation.
23020
23021 2008-08-17  Bruno Haible  <bruno@clisp.org>
23022
23023         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23024         * lib/glthread/thread.h: Provide Win32 specific implementation.
23025         * modules/thread (Files): Add lib/glthread/thread.c.
23026         (Depends-on): Add lock.
23027         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23028
23029 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23030
23031         New module 'yield'.
23032         * modules/yield: New file.
23033         * lib/glthread/yield.h: New file.
23034         * m4/yield.m4: New file.
23035         * MODULES.html.sh (Multithreading): Add yield.
23036
23037 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23038
23039         New module 'thread'.
23040         * modules/thread: New file.
23041         * lib/glthread/thread.h: New file.
23042         * m4/thread.m4: New file.
23043         * MODULES.html.sh (Multithreading): Add thread.
23044
23045 2008-08-17  Bruno Haible  <bruno@clisp.org>
23046
23047         * lib/glthread/lock.h: Include <stdlib.h> always.
23048         * lib/glthread/tls.h: Likewise.
23049         * lib/glthread/cond.h: Likewise.
23050
23051 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23052
23053         New module 'cond'.
23054         * modules/cond: New file.
23055         * lib/glthread/cond.h: New file.
23056         * lib/glthread/cond.c: New file.
23057         * m4/cond.m4: New file.
23058         * MODULES.html.sh (Multithreading): Add cond.
23059
23060 2008-08-16  Eric Blake  <ebb9@byu.net>
23061
23062         c-stack: fix regression on Irix 5.3 from 2008-06-21
23063         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23064         sa_sigaction...
23065         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23066         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23067         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23068         * modules/signal (Makefile.am): Use the value.
23069         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23070         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23071         * doc/posix-headers/signal.texi (signal.h): Document this
23072         portability issue.
23073         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23074         Reported by Tom G. Christensen.
23075
23076 2008-08-17  Bruno Haible  <bruno@clisp.org>
23077
23078         New module 'threadlib'.
23079         * modules/threadlib: New file.
23080         * lib/glthread/threadlib.c: New file, extracted from
23081         lib/glthread/lock.c.
23082         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23083         functions.
23084         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23085         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23086         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23087         macros.
23088         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23089         (gl_DISABLE_THREADS): Remove macro.
23090         * modules/lock (Files): Remove build-aux/config.rpath.
23091         (Depends-on): Remove havelib. Add threadlib.
23092         (configure.ac-early): Remove section.
23093         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23094         * modules/tls (Depends-on): Remove lock. Add threadlib.
23095         (Link): New section, copied from threadlib.
23096         * MODULES.html.sh (Multithreading): Add threadlib.
23097
23098 2008-08-14  Bruno Haible  <bruno@clisp.org>
23099
23100         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23101         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23102         glthread_rwlock_unlock, glthread_rwlock_destroy,
23103         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23104         glthread_recursive_lock_destroy): Define as macros always.
23105         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23106         glthread_lock_lock.
23107         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23108         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23109         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23110         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23111         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23112         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23113         (glthread_recursive_lock_lock_func): Renamed from
23114         glthread_recursive_lock_lock.
23115         (glthread_recursive_lock_unlock_func): Renamed from
23116         glthread_recursive_lock_unlock.
23117         (glthread_recursive_lock_destroy_func): Renamed from
23118         glthread_recursive_lock_destroy.
23119
23120 2008-08-14  Bruno Haible  <bruno@clisp.org>
23121
23122         * lib/glthread/lock.h: Renamed from lib/lock.h.
23123         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23124         * lib/glthread/tls.h: Renamed from lib/tls.h.
23125         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23126         * lib/fstrcmp.c: Update includes.
23127         * lib/strsignal.c: Update includes.
23128         * modules/lock (Files, Makefile.am): Update.
23129         (Include): Change to "glthread/lock.h".
23130         * modules/tls (Files, Makefile.am): Update.
23131         (Include): Change to "glthread/tls.h".
23132         * tests/test-lock.c: Update includes.
23133         * tests/test-tls.c: Update includes.
23134         * NEWS: Mention the renamed header files.
23135
23136 2008-08-11  Jim Meyering  <meyering@redhat.com>
23137
23138         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23139
23140 2008-08-11  Eric Blake  <ebb9@byu.net>
23141
23142         test-c-stack: avoid C99-ism
23143         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23144         before statement.
23145         Reported by Alain Guibert.
23146
23147 2008-08-10  Jim Meyering  <meyering@redhat.com>
23148
23149         ensure that return value of uinttostr et al are not ignored
23150         * lib/inttostr.h (__GNUC_PREREQ): Define.
23151         (__attribute_warn_unused_result__): Define.
23152         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23153
23154 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23155
23156         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23157         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23158
23159 2008-08-07  Jim Meyering  <meyering@redhat.com>
23160
23161         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23162
23163         * modules/mkstemp (License): Relicense under LGPLv2+.
23164         * modules/tempname (License): Likewise.
23165
23166 2008-08-06  Bruno Haible  <bruno@clisp.org>
23167
23168         * lib/poll.c (poll): Further micro-optimization.
23169
23170 2008-08-06  Jim Meyering  <meyering@redhat.com>
23171
23172         inet_pton.c: use locale-independent tolower
23173         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23174         (inet_pton6): Use c_tolower rather than tolower.
23175         * modules/inet_pton (Depends-on): Add c-ctype.
23176
23177 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23178
23179         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23180         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23181
23182 2008-08-06  Jim Meyering  <meyering@redhat.com>
23183
23184         * modules/inet_pton (License): Relicense under LGPLv2+.
23185
23186 2008-08-03  Bruno Haible  <bruno@clisp.org>
23187
23188         Additional non-aborting API for lock and tls.
23189         * lib/lock.h: Include <errno.h>.
23190         (glthread_lock_init): New macro/function.
23191         (gl_lock_init): Define as wrapper around glthread_lock_init.
23192         (glthread_lock_lock): New macro/function.
23193         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23194         (glthread_lock_unlock): New macro/function.
23195         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23196         (glthread_lock_destroy): New macro/function.
23197         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23198         (glthread_rwlock_init): New macro/function.
23199         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23200         (glthread_rwlock_rdlock): New macro/function.
23201         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23202         (glthread_rwlock_wrlock): New macro/function.
23203         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23204         (glthread_rwlock_unlock): New macro/function.
23205         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23206         (glthread_rwlock_destroy): New macro/function.
23207         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23208         (glthread_recursive_lock_init): New macro/function.
23209         (gl_recursive_lock_init): Define as wrapper around
23210         glthread_recursive_lock_init.
23211         (glthread_recursive_lock_lock): New macro/function.
23212         (gl_recursive_lock_lock): Define as wrapper around
23213         glthread_recursive_lock_lock.
23214         (glthread_recursive_lock_unlock): New macro/function.
23215         (gl_recursive_lock_unlock): Define as wrapper around
23216         glthread_recursive_lock_unlock.
23217         (glthread_recursive_lock_destroy): New macro/function.
23218         (gl_recursive_lock_destroy): Define as wrapper around
23219         glthread_recursive_lock_destroy.
23220         (glthread_once): New macro/function.
23221         (gl_once): Define as wrapper around glthread_once.
23222         Update function declarations.
23223         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23224         glthread_rwlock_init. Return error code.
23225         (glthread_rwlock_rdlock_multithreaded): Renamed from
23226         glthread_rwlock_rdlock. Return error code.
23227         (glthread_rwlock_wrlock_multithreaded): Renamed from
23228         glthread_rwlock_wrlock. Return error code.
23229         (glthread_rwlock_unlock_multithreaded): Renamed from
23230         glthread_rwlock_unlock. Return error code.
23231         (glthread_rwlock_destroy_multithreaded): Renamed from
23232         glthread_rwlock_destroy. Return error code.
23233         (glthread_recursive_lock_init_multithreaded): Renamed from
23234         glthread_recursive_lock_init. Return error code.
23235         (glthread_recursive_lock_lock_multithreaded): Renamed from
23236         glthread_recursive_lock_lock. Return error code.
23237         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23238         glthread_recursive_lock_unlock. Return error code.
23239         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23240         glthread_recursive_lock_destroy. Return error code.
23241         (glthread_once_call): Make static.
23242         (glthread_once_multithreaded): Renamed from glthread_once.
23243         * lib/tls.h: Include <errno.h>.
23244         (glthread_tls_key_init): New macro/function.
23245         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23246         (glthread_tls_set): New macro/function.
23247         (gl_tls_set): Define as wrapper around glthread_tls_set.
23248         (glthread_tls_key_destroy): New macro/function.
23249         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23250         Update function declarations.
23251         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23252         glthread_tls_get.
23253         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23254
23255 2008-08-04  Eric Blake  <ebb9@byu.net>
23256
23257         gnumakefile: use space, not TAB, outside of targets
23258         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23259
23260 2008-08-02  Jim Meyering  <meyering@redhat.com>
23261
23262         getdate.y: avoid locale-dependent date parsing failure
23263         In Turkish locales, getdate would fail to recognize keywords
23264         containing a lowercase "i".  The solution is not to rely on
23265         locale-sensitive case-conversion.
23266         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23267         (lookup_word): Use c_toupper in place of toupper.
23268         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23269         Reported by Vefa Bicakci <bicave@superonline.com> in
23270         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23271         * modules/getdate (Depends-on): Add c-ctype.
23272
23273 2008-08-02  Bruno Haible  <bruno@clisp.org>
23274
23275         * gnulib-tool (func_import): When updating or creating a .gitignore
23276         file, prepend each added line with a slash, and ignore leading slashes
23277         from the existing lines.
23278         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23279
23280 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23281
23282         Portability fix for GNU make 3.79.1.
23283         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23284         versions do not understand.
23285
23286 2008-08-01  Bruno Haible  <bruno@clisp.org>
23287
23288         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23289         * tests/test-isnanf.h (zero): New variable.
23290         (main): Avoid literal -0.0f.
23291         * tests/test-isnand.h (zero): New variable.
23292         (main): Avoid literal -0.0.
23293         * tests/test-isnanl.h (zero): New variable.
23294         (main): Avoid literal -0.0L.
23295         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23296         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23297         -0.0, -0.0L.
23298         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23299         (test_signbitd): Avoid literal -0.0.
23300         (test_signbitl): Avoid literal -0.0L.
23301         * tests/test-ceilf1.c (zero): New variable.
23302         (main): Avoid literal -0.0f.
23303         * tests/test-ceill.c (zero): New variable.
23304         (main): Avoid literal -0.0L.
23305         * tests/test-floorf1.c (zero): New variable.
23306         (main): Avoid literal -0.0f.
23307         * tests/test-floorl.c (zero): New variable.
23308         (main): Avoid literal -0.0L.
23309         * tests/test-roundf1.c (zero): New variable.
23310         (main): Avoid literal -0.0f.
23311         * tests/test-round1.c (zero): New variable.
23312         (main): Avoid literal -0.0.
23313         * tests/test-roundl.c (zero): New variable.
23314         (main): Avoid literal -0.0L.
23315         * tests/test-truncf1.c (zero): New variable.
23316         (main): Avoid literal -0.0f.
23317         * tests/test-trunc1.c (zero): New variable.
23318         (main): Avoid literal -0.0.
23319         * tests/test-truncl.c (zero): New variable.
23320         (main): Avoid literal -0.0L.
23321         * tests/test-frexp.c (zero): New variable.
23322         (main): Avoid literal -0.0.
23323         * tests/test-frexpl.c (zero): New variable.
23324         (main): Avoid literal -0.0L.
23325         * tests/test-ldexpl.c (zero): New variable.
23326         (main): Avoid literal -0.0L.
23327         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23328         (zerod, zerol): New variables.
23329         (test_function): Avoid literals -0.0, -0.0L.
23330         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23331         (zerod, zerol): New variables.
23332         (test_function): Avoid literals -0.0, -0.0L.
23333         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23334         (zerod, zerol): New variables.
23335         (test_function): Avoid literals -0.0, -0.0L.
23336         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23337         (zerod, zerol): New variables.
23338         (test_function): Avoid literals -0.0, -0.0L.
23339         * tests/test-strtod.c (zero): New variable.
23340         (main): Avoid literal -0.0.
23341         Reported by Jonathan C. Patschke <jp@centtech.com>.
23342
23343 2008-07-31  Jim Meyering  <meyering@redhat.com>
23344
23345         sha256.h: correct definition of SHA224_DIGEST_SIZE
23346         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23347         Reported by Paulie Pena IV <paulie4@gmail.com>.
23348         Define as 224 / 8, rather than as a literal.
23349         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23350         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23351         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23352
23353 2008-07-31  Bruno Haible  <bruno@clisp.org>
23354
23355         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23356         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23357         Reported by Jonathan Patschke <jp@centtech.com>.
23358
23359 2008-07-31  Bruno Haible  <bruno@clisp.org>
23360
23361         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23362         Reported by Paolo Bonzini <bonzini@gnu.org>.
23363
23364 2008-07-30  Eric Blake  <ebb9@byu.net>
23365
23366         test-strtod: allow compilation without -lm
23367         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23368         Reported by Dennis Clarke <blastwave@gmail.com>.
23369
23370 2008-07-28  Jim Meyering  <meyering@redhat.com>
23371
23372         bootstrap: work also when there are no .po files in po/
23373         * build-aux/bootstrap (update_po_files): Complete the change
23374         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23375
23376 2008-07-27  Jim Meyering  <meyering@redhat.com>
23377
23378         * users.txt: Add zile.
23379
23380 2008-07-26  Ben Pfaff  <blp@gnu.org>
23381
23382         Add missing dependencies on new m4/exponent[fdl].m4 files.
23383         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23384         * modules/isnand-nolibm: Add m4/exponentd.m4.
23385         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23386         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23387         m4/isnan[fdl].m4, because the macros actually used moved.
23388         Reported by Jim Meyering.
23389
23390 2008-07-14  Ben Pfaff  <blp@gnu.org>
23391
23392         Add isinf module.
23393         * lib/isinf.c: New file.
23394         * lib/math.in.h: Define isinf macro if we have decided to replace
23395         it.
23396         * m4/isinf.m4: New file.
23397         * m4/math_h.m4: Initialize and substitute variables for isinf
23398         module.
23399         * modules/isinf: New file.
23400         * modules/isinf-tests: New file.
23401         * modules/math: Add substitutions for new module.
23402         * tests/test-isinf.c: New file.
23403         * doc/posix-functions/isinf.texi: Mention new module.
23404         * MODULES.html.sh: Mention new module.
23405
23406 2008-07-14  Ben Pfaff  <blp@gnu.org>
23407
23408         Factor out some macros for use by additional modules.
23409         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23410         exponentf.m4.
23411         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23412         exponentd.m4.
23413         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23414         file exponentl.m4.
23415         * m4/exponentf.m4: New file.
23416         * m4/exponentd.m4: New file.
23417         * m4/exponentl.m4: New file.
23418         * modules/isnanf: Use new file m4/exponentf.m4.
23419         * modules/isnand: Use new file m4/exponentd.m4.
23420         * modules/isnanl: Use new file m4/exponentl.m4.
23421
23422 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23423
23424         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23425         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23426         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23427         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23428
23429         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23430         readlink on platforms without PATH_MAX.
23431
23432 2008-07-21  Eric Blake  <ebb9@byu.net>
23433
23434         Warn, not fail, on stale version.
23435         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23436
23437         Don't allow installation with stale devel version number.
23438         * top/GNUmakefile (_is-install-target): New macro.
23439         (_curr-ver): Forbid installation with stale version number.
23440
23441 2008-07-20  Bruno Haible  <bruno@clisp.org>
23442
23443         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23444         TESTS_ENVIRONMENT.
23445         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23446
23447 2008-07-20  Bruno Haible  <bruno@clisp.org>
23448
23449         * lib/c-stack.h (c_stack_action): Add documentation.
23450         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23451
23452 2008-07-20  Bruno Haible  <bruno@clisp.org>
23453
23454         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23455         * modules/readlink (License): Likewise.
23456
23457 2008-07-17  Eric Blake  <ebb9@byu.net>
23458
23459         * modules/c-stack (Link): Fix typo.
23460
23461         Make c-stack use libsigsegv, when available.
23462         * modules/c-stack (Depends-on): Add libsigsegv.
23463         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23464         needed.
23465         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23466         (segv_handler, overflow_handler, c_stack_action)
23467         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23468         implementation when libsigsegv is available, but only when using
23469         the library is necessary.
23470         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23471         comment, explaining why XSI check fails on Linux.
23472         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23473         * tests/test-c-stack2.sh: Tweak skip message.
23474         * NEWS: Document new link-time requirements.
23475
23476 2008-07-16  Eric Blake  <ebb9@byu.net>
23477
23478         c-stack: Expose false positives when not using libsigsegv.
23479         * modules/c-stack-tests (Files): Expand test.
23480         * tests/test-c-stack.c (main): Add means to conditionally trigger
23481         non-overflow SIGSEGV.
23482         * tests/test-c-stack2.sh: New file.
23483
23484 2008-07-14  Bruno Haible  <bruno@clisp.org>
23485
23486         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23487         Reported by Eric Blake.
23488
23489 2008-07-14  Sam Steingold  <sds@gnu.org>
23490             Bruno Haible  <bruno@clisp.org>
23491
23492         New module libsigsegv.
23493         * modules/libsigsegv: New file.
23494         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23495         modifications.
23496         * MODULES.html.sh (Signal handling): New section.
23497
23498 2008-07-14  Bruno Haible  <bruno@clisp.org>
23499
23500         * modules/unictype/ctype-* (Description): Add the word "function".
23501         Improves the resulting doc in MODULES.html.
23502
23503 2008-07-12  Ben Pfaff  <blp@gnu.org>
23504
23505         Add longlong module.
23506         * modules/longlong: New file.
23507
23508 2008-07-12  Bruno Haible  <bruno@clisp.org>
23509
23510         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23511         to empty.
23512
23513 2008-07-10  Ben Pfaff  <blp@gnu.org>
23514
23515         Add isnan module.
23516         * doc/posix-functions/isnan.texi: Mention new module.
23517         * lib/math.in.h: Define isnan macro if we have decided to replace
23518         it.
23519         * m4/isnan.m4: New file.
23520         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23521         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23522         also.
23523         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23524         redundancy.
23525         * m4/math_h.m4: Initialize and substitute variables for isnan
23526         module.
23527         * modules/isnan: New file.
23528         * modules/isnan-tests: New file.
23529         * modules/math: Add substitutions for new module.
23530         * tests/test-isnan.c: New file.
23531         * MODULES.html.sh: Mention new module.
23532
23533 2008-07-10  Ben Pfaff  <blp@gnu.org>
23534
23535         Add isnanf module.
23536         * lib/isnanf.m4: New file.
23537         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23538         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23539         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23540         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23541         * modules/isnanf: New file.
23542         * modules/isnanf-tests: New file.
23543         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23544         files.
23545         * tests/test-isnanf-nolibm.c: factored most of its contents into
23546         new file tests/test-isnanf.h.
23547         * tests/test-isnanf.h: New file.
23548         * tests/test-isnanf.c: New file.
23549         * MODULES.html.sh: Mention new module.
23550         * doc/glibc-functions/isnanf.texi: Mention new module.
23551
23552 2008-07-10  Ben Pfaff  <blp@gnu.org>
23553
23554         Add isnand module.
23555         * lib/isnand.h: New file.
23556         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23557         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23558         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23559         functionality also.
23560         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23561         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23562         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23563         * modules/isnand: New file.
23564         * modules/isnand-tests: New file.
23565         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23566         files.
23567         * tests/test-isnand-nolibm.c: factored most of its contents into
23568         new file tests/test-isnand.h.
23569         * tests/test-isnand.h: New file.
23570         * tests/test-isnand.c: New file.
23571         * MODULES.html.sh: Mention new module.
23572
23573 2008-07-10  Ben Pfaff  <blp@gnu.org>
23574
23575         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23576         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23577         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23578         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23579         * modules/isnanf-nolibm: Update references to renamed files.
23580         * modules/isnand-nolibm: Likewise.
23581         * modules/isnanf-nolibm-tests: Likewise.
23582         * modules/isnand-nolibm-tests: Likewise.
23583         * lib/frexp.c: Likewise.
23584         * lib/isfinite.c: Likewise.
23585         * lib/signbitd.c: Likewise.
23586         * lib/signbitf.c: Likewise.
23587         * lib/vasnprintf.c: Likewise.
23588         * tests/test-ceilf1.c: Likewise.
23589         * tests/test-ceilf2.c: Likewise.
23590         * tests/test-floorf1.c: Likewise.
23591         * tests/test-floorf2.c: Likewise.
23592         * tests/test-frexp.c: Likewise.
23593         * tests/test-round1.c: Likewise.
23594         * tests/test-round2.c: Likewise.
23595         * tests/test-roundf1.c: Likewise.
23596         * tests/test-strtod.c: Likewise.
23597         * tests/test-trunc1.c: Likewise.
23598         * tests/test-trunc2.c: Likewise.
23599         * tests/test-truncf1.c: Likewise.
23600         * tests/test-truncf2.c: Likewise.
23601         * NEWS: Mention the renamed header files.
23602
23603 2008-07-11  Jim Meyering  <meyering@redhat.com>
23604
23605         vc-list-files: make the last-resort awk code more portable
23606         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23607         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23608         does not support it.
23609
23610 2008-07-10  Eric Blake  <ebb9@byu.net>
23611
23612         Work with tar's bootstrap.
23613         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23614         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23615         an m4 comment.
23616
23617 2008-07-09  Jim Meyering  <meyering@redhat.com>
23618
23619         posix-shell.m4: fix typo that made this test malfunction
23620         * m4/posix-shell.m4: Remove capitalization in variable name.
23621
23622 2008-07-08  Bruno Haible  <bruno@clisp.org>
23623
23624         * m4/onceonly.m4: Update comments.
23625         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23626
23627 2008-07-04  Jim Meyering  <meyering@redhat.com>
23628
23629         * users.txt: Add vc-dwim.
23630         (bison, coreutils): Use the gitweb URL.
23631
23632 2008-07-03  Jim Meyering  <meyering@redhat.com>
23633
23634         * users.txt: Add libffcall.  From Sam Steingold.
23635
23636 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23637
23638         getdate.y: do not ignore TZ with relative day, month or year offset
23639         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23640         relative-date-handling, since otherwise, the latter would clobber the
23641         sole output (an updated Start value) of the tz-handling block.
23642         * tests/test-getdate.c: Tests for the fix
23643
23644 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23645
23646         Recognize 'foo_LIBRARIES += libgnu.a'.
23647         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23648         makefile snippet has already specified an installation location,
23649         also using '+='.
23650
23651 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23652
23653         getdate.y: factor out common actions
23654         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23655         Use them in place of open-coded actions.
23656
23657 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23658
23659         Add self-test for getdate module.
23660         * modules/getdate-tests: New file.
23661         * tests/test-getdate.c: New file.
23662
23663 2008-06-29  Bruno Haible  <bruno@clisp.org>
23664
23665         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23666         .gitignore.
23667         Reported by Sylvain Beucler <beuc@beuc.net>.
23668
23669 2008-06-29  Bruno Haible  <bruno@clisp.org>
23670
23671         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23672         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23673
23674 2008-06-29  Bruno Haible  <bruno@clisp.org>
23675
23676         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23677         EXTRA_DIST.
23678         Reported by Sylvain Beucler <beuc@beuc.net>.
23679
23680 2008-06-26  Jim Meyering  <meyering@redhat.com>
23681
23682         make several modules depend on the "open" module
23683         This provides slightly increased consistency when opening-for-write
23684         the name of a non-directory spelled with a trailing slash.
23685         * modules/chdir-safer: Likewise.
23686         * modules/chown: Likewise.
23687         * modules/clean-temp: Likewise.
23688         * modules/copy-file: Likewise.
23689         * modules/fchdir: Likewise.
23690         * modules/fcntl-safer: Likewise.
23691         * modules/pipe: Likewise.
23692         * modules/utime: Likewise.
23693         Prompted by Eric Blake and Bruno Haible.
23694
23695 2008-06-24  Andreas Schwab  <schwab@suse.de>
23696
23697         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23698         literals can be used as initializers for global variables.
23699
23700 2008-06-23  Eric Blake  <ebb9@byu.net>
23701
23702         Make gnulib-cache.m4 easier to diff.
23703         * gnulib-tool (func_import): Allow newlines when reading cached
23704         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23705
23706 2008-06-23  Bruno Haible  <bruno@clisp.org>
23707
23708         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23709         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23710         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23711         m4/signalblocking.m4.
23712         (gl_PREREQ_SIGACTION): Don't invoke it.
23713         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23714         gl_PREREQ_SIG_HANDLER_H.
23715         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23716         Don't check for sigaction here.
23717
23718 2008-06-23  Bruno Haible  <bruno@clisp.org>
23719
23720         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23721         (install_handlers): Don't set the SA_RESETHAND flag.
23722
23723 2008-06-23  Bruno Haible  <bruno@clisp.org>
23724
23725         * m4/sigaction.m4: Comment fixes.
23726         * lib/signal.in.h: Likewise.
23727
23728 2008-06-23  Eric Blake  <ebb9@byu.net>
23729
23730         Fix typo.
23731         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23732
23733         Avoid SA_ namespace.
23734         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23735         Reported by Ralf Wildenhues.
23736
23737         Avoid test failure due to SA_RESTORER.
23738         * tests/test-sigaction.c (SA_MASK): New macro.
23739         (main): Avoid failing due to extension flags being set.
23740         Reported by Jim Meyering.
23741
23742         Revert use of sig-handler.h in sigprocmask.c.
23743         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23744         it requires the existence of struct sigaction.
23745         * lib/sigprocmask.c (handler_t): Restore typedef.
23746         (rpl_signal, old_handlers): Use local type.
23747
23748 2008-06-22  Bruno Haible  <bruno@clisp.org>
23749
23750         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23751         conditionally.
23752         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23753
23754 2008-06-22  Bruno Haible  <bruno@clisp.org>
23755
23756         * doc/posix-functions/siginterrupt.texi: Move note.
23757
23758         * lib/signal.in.h (SA_RESTART): New macro.
23759         * lib/sigaction.c: Update comment.
23760
23761         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23762
23763         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23764         (gl_PREREQ_SIGPROCMASK): Invoke it.
23765         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23766
23767         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23768
23769         * lib/sigprocmask.c: Update a comment.
23770
23771 2008-06-21  Eric Blake  <ebb9@byu.net>
23772
23773         Use sigaction module rather than signal().
23774         * modules/c-stack (Depends-on): Add sigaction.
23775         * modules/fatal-signal (Depends-on): Likewise.
23776         * modules/nanosleep (Depends-on): Likewise.
23777         * modules/sigprocmask (Files): Add sig-handler.h.
23778         * modules/sigaction (Files): Likewise.
23779         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23780         Eggert.
23781         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23782         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23783         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23784         (init_fatal_signals): Likewise.
23785         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23786         (siginterrupt): Delete fallback.
23787         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23788         instead.
23789         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23790         siginterrupt.
23791
23792         New module sigaction, for mingw.
23793         * modules/sigaction: New module...
23794         * modules/sigaction-tests: ...and its test.
23795         * m4/sigaction.m4: New file.
23796         * lib/sigaction.c: Likewise.
23797         * tests/test-sigaction.c: Likewise.
23798         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23799         * modules/signal (Makefile.am): Likewise.
23800         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23801         needed.
23802         * doc/posix-headers/signal.texi (signal.h): Mention provided
23803         types.
23804         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23805         that sigaction is preferable.
23806         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23807         module.
23808         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23809         sigaction.
23810
23811         Improve robustness of sigprocmask by overriding signal.
23812         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23813         is in use.
23814         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23815         (SIGKILL, SIGSTOP): Provide fallbacks.
23816         (rpl_signal): Implement.
23817         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23818         signal can be called inside handlers.
23819
23820         Fix nanosleep module on mingw.
23821         * modules/nanosleep (Depends-on): Add sys_select.
23822         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23823
23824         Fix licensing of sigprocmask.
23825         * modules/raise (License): Relicense as LGPL.
23826
23827 2008-06-21  Bruno Haible  <bruno@clisp.org>
23828
23829         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23830         result if it contains question marks.
23831         Reported by Michael Geng <linux@michaelgeng.de>.
23832
23833 2008-06-19  Bruno Haible  <bruno@clisp.org>
23834
23835         Fix CVS-ism.
23836         * doc/gnulib.texi: Include updated-stamp.texi.
23837         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23838         (updated-stamp.texi): New rule.
23839         (gnulib.info): Depend on it.
23840         * doc/.gitignore: Add updated-stamp.texi.
23841         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23842
23843 2008-06-19  Bruno Haible  <bruno@clisp.org>
23844
23845         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23846         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23847
23848 2008-06-19  Eric Blake  <ebb9@byu.net>
23849
23850         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23851         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23852         Reported by Stepan Kasal.
23853
23854 2008-06-18  Bruno Haible  <bruno@clisp.org>
23855
23856         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23857         Reported by Eric Blake.
23858
23859 2008-06-18  Eric Blake  <ebb9@byu.net>
23860
23861         Work around cygwin 1.5.25 strsignal bug.
23862         * tests/test-strsignal.c: Allow for const char *.
23863         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23864
23865 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23866
23867         * users.txt: Update URL to article and add author/date
23868         information.
23869
23870 2008-06-17  Bruno Haible  <bruno@clisp.org>
23871
23872         New macro gl_DISABLE_THREADS.
23873         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23874         if the user did not pass --enable-threads or --disable-threads option.
23875         (gl_DISABLE_THREADS): New macro.
23876         Reported by Eric Blake <ebb9@byu.net>.
23877
23878 2008-06-17  Bruno Haible  <bruno@clisp.org>
23879
23880         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23881         when the macro ignores it.
23882         Based on a patch by Eric Blake <ebb9@byu.net>.
23883
23884 2008-06-17  Bruno Haible  <bruno@clisp.org>
23885
23886         * modules/tls (License): Change to LGPLv2+.
23887         Reported by Eric Blake.
23888
23889 2008-06-17  Eric Blake  <ebb9@byu.net>
23890
23891         Simplify c-stack prerequisites.
23892         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23893         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23894         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23895         check.
23896         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23897         <sys/resource.h>.
23898
23899         Move c-stack test into testsuite.
23900         * modules/c-stack-tests: New file.
23901         * lib/c-stack.c [DEBUG]: Move test program...
23902         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23903         fail test if sigaltstack is lacking.
23904         * tests/test-c-stack.sh: New driver file.
23905
23906 2008-06-16  Eric Blake  <ebb9@byu.net>
23907
23908         Use raise module consistently.
23909         * modules/fatal-signal (Depends-on): Add raise.
23910         * modules/sigprocmask (Depends-on): Likewise.
23911         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23912         * lib/sigprocmask.c (sigprocmask): Likewise.
23913         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23914         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23915
23916         Fix compliance bug in sigpending.
23917         * lib/sigprocmask.c (sigpending): Return pending array via
23918         parameter, not return value.
23919
23920 2008-06-14  Eric Blake  <ebb9@byu.net>
23921
23922         Improve obstack-printf test code.
23923         * tests/test-obstack-printf.c (test_function): Fix comment, and
23924         simplify usage of obstack_* in macros.  Add a test for coverage.
23925         Reported by Bruno Haible.
23926
23927 2008-06-14  Bruno Haible  <bruno@clisp.org>
23928
23929         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23930         array size as a constant, not as a const variable.
23931         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23932         AC_USE_SYSTEM_EXTENSIONS.
23933         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23934         Test whether the obstack_printf function actually exists.
23935         * modules/obstack-printf (Depends-on): Add extensions.
23936         (Include): Remove obstack.h.
23937         * modules/obstack-printf-posix (Depends-on): Add extensions.
23938         (Include): Remove obstack.h.
23939
23940 2008-06-13  Eric Blake  <ebb9@byu.net>
23941
23942         Add obstack-printf and obstack-printf-posix modules.
23943         * modules/obstack-printf: New file.
23944         * modules/obstack-printf-posix: Likewise.
23945         * MODULES.html.sh (Misc): Mention them.
23946         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23947         Likewise.
23948         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23949         Likewise.
23950         * modules/stdio (Makefile.am): Accomodate new modules.
23951         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23952         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23953         Declare.
23954         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23955         functions.
23956         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23957         (gl_REPLACE_OBSTACK_PRINTF): New macros
23958         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23959         * tests/test-obstack-printf.c: New file.
23960         * modules/obstack-printf-tests: Likewise.
23961         * modules/obstack-printf-posix-tests: Likewise.
23962
23963 2008-06-11  Bruno Haible  <bruno@clisp.org>
23964
23965         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23966         * lib/open.c: Include errno.h.
23967         (open): Fail when attempting to write to a file that has a trailing
23968         slash.
23969         * tests/test-open.c (main): Test against trailing slash bug.
23970         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23971
23972 2008-06-10  Bruno Haible  <bruno@clisp.org>
23973
23974         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23975         for $? to work inside the trap command, with various /bin/sh-s.
23976         * tests/test-vc-list-files-cvs.sh: Likewise.
23977
23978 2008-06-10  Bruno Haible  <bruno@clisp.org>
23979
23980         * lib/acl-internal.h: Don't include gettext.h here.
23981         * lib/set-mode-acl.c: Include gettext.h here.
23982         * lib/copy-acl.c: Likewise.
23983
23984 2008-06-10  Bruno Haible  <bruno@clisp.org>
23985
23986         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23987         * lib/wait-process.c (wait_subprocess): Likewise.
23988         * lib/execute.h (execute): Add termsigp argument.
23989         * lib/execute.c (execute): Likewise.
23990         * lib/csharpcomp.c (compile_csharp_using_pnet,
23991         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23992         * lib/csharpexec.c (execute_csharp_using_pnet,
23993         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23994         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23995         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23996         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23997         is_jikes_present): Update.
23998         * lib/javaexec.c (execute_java_class): Update.
23999         * lib/javaversion.c (execute_and_read_line): Update.
24000         * NEWS: Document the changes.
24001         Reported by Eric Blake.
24002
24003 2008-06-10  Eric Blake  <ebb9@byu.net>
24004
24005         Add missing include.
24006         * tests/test-strstr.c (includes): Add <signal.h>.
24007         * tests/test-strcasestr.c (includes): Likewise.
24008         * tests/test-memmem.c (includes): Likewise.
24009
24010 2008-06-10  Bruno Haible  <bruno@clisp.org>
24011
24012         * lib/wait-process.c (wait_subprocess): Add an assertion.
24013
24014 2008-06-10  Bruno Haible  <bruno@clisp.org>
24015
24016         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24017
24018 2008-06-10  Bruno Haible  <bruno@clisp.org>
24019
24020         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24021         using alarm().
24022         * tests/test-strcasestr.c (main): Likewise.
24023         * tests/test-strstr.c (main): Likewise.
24024
24025 2008-06-09  Bruno Haible  <bruno@clisp.org>
24026
24027         Work around the Solaris 10 ACE ACLs ABI change.
24028         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24029         declare if ACL_NO_TRIVIAL is present.
24030         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24031         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24032         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24033         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24034         define if ACL_NO_TRIVIAL is present.
24035         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24036         and use the current ABI.
24037         (file_has_acl): Use same #if condition as elsewhere.
24038         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24039         in use, and use the current ABI.
24040         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24041         Reported by Jim Meyering.
24042
24043 2008-06-09  Eric Blake  <ebb9@byu.net>
24044
24045         Work around environments that (stupidly) ignore SIGALRM.
24046         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24047         before using alarm().
24048         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24049         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24050         Reported by Ian Beckwith <ianb@erislabs.net>.
24051
24052         Produce autobuild blurb earlier in log.
24053         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24054
24055 2008-06-09  Jim Meyering  <meyering@redhat.com>
24056         and Ondřej Vašík  <ovasik@redhat.com>
24057
24058         utimens.c: correct kernel bug work-around
24059         Ondřej Vašík found that the invalid return value of 280 indicates
24060         failure, not success, and the kernel bug we're trying to work
24061         around affects not just the utimensat call, but also the fallback
24062         futimens call.
24063         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24064         not success.
24065         [HAVE_FUTIMENS]: Use the same work-around, here.
24066
24067 2008-06-09  Jim Meyering  <meyering@redhat.com>
24068
24069         add more guards around definition of ACE_-related code
24070         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24071         ALLOW and ACE_OWNER are also defined.
24072
24073 2008-06-08  Bruno Haible  <bruno@clisp.org>
24074
24075         * lib/acl-internal.h: Add me as co-author.
24076         * lib/file-has-acl.c: Likewise.
24077         * lib/set-mode-acl.c: Likewise.
24078         * lib/copy-acl.c: Likewise.
24079
24080 2008-06-08  Bruno Haible  <bruno@clisp.org>
24081
24082         Add support for AIX ACLs.
24083         * lib/acl-internal.h (acl_nontrivial): New declaration.
24084         * lib/file-has-acl.c (acl_nontrivial): New function.
24085         (file_has_acl): Add implementation using AIX 4 ACL API.
24086         * lib/set-mode-acl.c (qset_acl): Likewise.
24087         * lib/copy-acl.c (qcopy_acl): Likewise.
24088
24089 2008-06-08  Bruno Haible  <bruno@clisp.org>
24090
24091         Add support for HP-UX ACLs.
24092         * lib/acl-internal.h (acl_nontrivial): New declaration.
24093         * lib/file-has-acl.c (acl_nontrivial): New function.
24094         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24095         * lib/set-mode-acl.c (qset_acl): Likewise.
24096         * lib/copy-acl.c (qcopy_acl): Likewise.
24097
24098 2008-06-08  Bruno Haible  <bruno@clisp.org>
24099
24100         Add support for Cygwin ACLs.
24101         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24102         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24103         the chmod_or_fchmod call.
24104         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24105
24106 2008-06-08  Bruno Haible  <bruno@clisp.org>
24107
24108         Fix bug with setuid modes in Solaris 10+ code.
24109         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24110         succeeded, when the mode contains some special bits.
24111
24112 2008-06-08  Bruno Haible  <bruno@clisp.org>
24113
24114         Add support for Solaris 7..10 ACLs.
24115         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24116         declarations.
24117         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24118         functions.
24119         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24120         * lib/set-mode-acl.c (qset_acl): Likewise.
24121         * lib/copy-acl.c (qcopy_acl): Likewise.
24122
24123 2008-06-08  Bruno Haible  <bruno@clisp.org>
24124
24125         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24126         declaration.
24127         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24128         (acl_access_nontrivial): Remove MacOS X case.
24129         (file_has_acl): Use acl_extended_nontrivial.
24130         * lib/copy-acl.c (qcopy_acl): Likewise.
24131
24132 2008-06-08  Bruno Haible  <bruno@clisp.org>
24133
24134         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24135
24136 2008-06-08  Jim Meyering  <meyering@redhat.com>
24137
24138         * modules/acl (Maintainer): Add Bruno Haible.
24139
24140 2008-06-07  Bruno Haible  <bruno@clisp.org>
24141
24142         Improve support for Tru64 ACLs.
24143         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24144         ACL on OSF/1.
24145
24146 2008-06-07  Bruno Haible  <bruno@clisp.org>
24147
24148         Add support for MacOS X ACLs.
24149         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24150         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24151         * lib/set-mode-acl.c (qset_acl): Likewise.
24152         * lib/copy-acl.c (qcopy_acl): Likewise.
24153
24154 2008-06-07  Bruno Haible  <bruno@clisp.org>
24155
24156         Fix memory leak introduced on 2008-05-22.
24157         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24158         use.
24159
24160 2008-06-07  Bruno Haible  <bruno@clisp.org>
24161
24162         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24163         to construct an empty ACL.
24164
24165 2008-06-07  Bruno Haible  <bruno@clisp.org>
24166
24167         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24168         precisely.
24169         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24170
24171 2008-06-07  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24174         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24175
24176 2008-06-07  Bruno Haible  <bruno@clisp.org>
24177
24178         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24179         regardless of POSIX.
24180         * doc/posix-functions/_longjmp.texi: Likewise.
24181         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24182         SystemV platform in this case.
24183
24184 2008-06-06  Eric Blake  <ebb9@byu.net>
24185
24186         Document abort() bugs.
24187         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24188
24189         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24190         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24191         sigsetjmp.
24192         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24193         siglongjmp, but only as a macro.
24194         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24195         is obsolete.
24196         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24197
24198         Tweak documentation to cover cygwin argz bugs.
24199         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24200         argz bug fix; no code change needed since no cygwin releases
24201         occurred between the last fix and the bug being tested.
24202         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24203         module and recently fixed cygwin bugs.
24204         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24205         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24206         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24207         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24208         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24209         Likewise.
24210         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24211         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24212         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24213         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24214         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24215         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24216         Likewise.
24217
24218         Avoid gcc warning on cygwin.
24219         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24220         !ACL_NO_TRIVIAL]: Avoid unused variable.
24221
24222 2008-06-05  Eric Blake  <ebb9@byu.net>
24223
24224         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24225         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24226         git-version-gen fails to come up with a version.
24227         Reported by Simon Josefsson.
24228
24229 2008-06-05  Jim Meyering  <meyering@redhat.com>
24230             Paul Eggert  <eggert@cs.ucla.edu>
24231
24232         utimens.c: work around a probable Linux kernel bug
24233         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24234         appears to be a kernel bug that causes utimensat to return 280
24235         instead of 0, indicating success.
24236
24237 2008-06-04  Bruno Haible  <bruno@clisp.org>
24238
24239         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24240         2008-06-01 commit.
24241
24242 2008-06-04  Bruno Haible  <bruno@clisp.org>
24243
24244         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24245         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24246         (file_has_acl): Use it. Save errno afterwards.
24247         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24248
24249 2008-06-03  Bruno Haible  <bruno@clisp.org>
24250
24251         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24252         draft code. Simplify #ifs.
24253         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24254         Put Solaris code after POSIX-draft code. Fix comments regarding
24255         Solaris 10, HP-UX. Mention Cygwin.
24256         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24257
24258 2008-06-03  Eric Blake  <ebb9@byu.net>
24259
24260         Provide fallback for older kernels.
24261         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24262         Provide runtime fallback if kernel lacks support.
24263         Reported by Mike Frysinger.
24264
24265 2008-06-02  Bruno Haible  <bruno@clisp.org>
24266
24267         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24268         it exists.
24269
24270 2008-06-02  Bruno Haible  <bruno@clisp.org>
24271
24272         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24273         * lib/copy-acl.c (qcopy_acl): Update comment.
24274
24275 2008-06-02  Bruno Haible  <bruno@clisp.org>
24276
24277         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24278         like ACL APIs.
24279
24280 2008-06-02  Bruno Haible  <bruno@clisp.org>
24281
24282         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24283         * tests/test-set-mode-acl.sh: Likewise.
24284         * tests/test-copy-acl.sh: Likewise.
24285         * tests/test-copy-file.sh: Likewise.
24286
24287 2008-06-02  Bruno Haible  <bruno@clisp.org>
24288
24289         * tests/test-file-has-acl.sh: Remove unused code.
24290
24291 2008-06-01  Bruno Haible  <bruno@clisp.org>
24292
24293         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24294         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24295         messages.
24296         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24297
24298 2008-06-01  Bruno Haible  <bruno@clisp.org>
24299
24300         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24301         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24302         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24303         APIs.
24304         * modules/acl-tests (configure.ac): Remove tests now contained in
24305         m4/acl.m4.
24306
24307 2008-06-02  Jim Meyering  <meyering@redhat.com>
24308
24309         announce-gen: use a better key-server host name
24310         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24311         it may be more consistently reliable.  Suggested by Werner Koch
24312         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24313
24314 2008-06-01  Bruno Haible  <bruno@clisp.org>
24315
24316         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24317         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24318
24319 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24320
24321         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24322
24323 2008-06-01  Bruno Haible  <bruno@clisp.org>
24324
24325         New ACL tests.
24326         * tests/test-file-has-acl.sh: New file.
24327         * tests/test-file-has-acl.c: New file.
24328         * tests/test-set-mode-acl.sh: New file.
24329         * tests/test-set-mode-acl.c: New file.
24330         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24331         * tests/test-copy-acl.c: New file.
24332         * modules/acl-tests: New file, based on modules/copy-file-tests.
24333         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24334         (Depends-on): Add acl-tests.
24335         (configure.ac): Remove checks.
24336         (Makefile.am): Don't create test-sameacls program here any more.
24337
24338 2008-06-01  Bruno Haible  <bruno@clisp.org>
24339
24340         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24341         * tests/test-sameacls.c: Include progname.h.
24342         (main): Invoke set_program_name. Portability fixes for MacOS X,
24343         Solaris, HP-UX.
24344
24345 2008-06-01  Bruno Haible  <bruno@clisp.org>
24346
24347         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24348         function.
24349         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24350
24351 2008-06-01  Bruno Haible  <bruno@clisp.org>
24352
24353         * modules/rpmatch (Depends-on): Add strdup.
24354
24355 2008-06-01  Bruno Haible  <bruno@clisp.org>
24356
24357         * lib/pipe.c: Include unistd-safer.h.
24358         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24359         * modules/pipe (Depends-on): Add unistd-safer.
24360
24361 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24362
24363         * modules/autobuild (configure.ac): Call AB_INIT.
24364
24365 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24366
24367         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24368         Suggested by Bruno Haible <bruno@clisp.org>.
24369
24370 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24371
24372         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24373         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24374         <bruno@clisp.org>.
24375
24376 2008-05-29  Eric Blake  <ebb9@byu.net>
24377
24378         Prefer new POSIX 200x interfaces over futimesat.
24379         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24380         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24381         when available.
24382         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24383
24384 2008-05-28  Bruno Haible  <bruno@clisp.org>
24385
24386         * modules/stpcpy (License): Change to LGPLv2+.
24387         Requested by David Lutterkort <dlutter@redhat.com>.
24388
24389 2008-05-27  Bruno Haible  <bruno@clisp.org>
24390
24391         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24392         current mingw.
24393         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24394
24395 2008-05-27  Bruno Haible  <bruno@clisp.org>
24396
24397         * modules/iconv_open (Link): New section, from module 'iconv'.
24398         * modules/striconv (Link): Likewise.
24399         * modules/striconveh (Link): Likewise.
24400         * modules/xstriconv (Link): Likewise.
24401         * modules/unicodeio (Link): Likewise.
24402         * modules/propername (Link): Likewise.
24403         Reported by Jim Meyering.
24404
24405 2008-05-26  Jim Meyering  <meyering@redhat.com>
24406
24407         sha256: do not artificially restrict buffer length to be < 2^32
24408         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24409         uint32_t to size_t.
24410         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24411         to match.
24412
24413         avoid unaligned access errors, e.g., on sparc
24414         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24415         direct access through a possibly-unaligned uint64* pointer.
24416         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24417         direct access through a possibly-unaligned uint32* pointer.
24418         Prompted by this patch from Tom "spot" Callaway:
24419         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24420
24421         sha512.c: fix typo in comment
24422         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24423
24424 2008-05-25  Bruno Haible  <bruno@clisp.org>
24425
24426         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24427         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24428         (Makefile.am): Update lib_SOURCES.
24429
24430 2008-05-25  Bruno Haible  <bruno@clisp.org>
24431
24432         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24433
24434 2008-05-25  Jim Meyering  <meyering@redhat.com>
24435
24436         useless-if-before-free: freed expr may have white-space differences
24437         * build-aux/useless-if-before-free: Recognize cases in which the
24438         freed expression differs from the tested one in embedded white
24439         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24440         $1 was used, so we can't make any regexp shy.  Improved tests now
24441         detect this.
24442
24443         useless-if-before-free: accept white space in the expression.
24444         * build-aux/useless-if-before-free: For now, any white space
24445         in the expression must be identical in the free argument.
24446
24447         useless-if-before-free: efficiency tweak
24448         * build-aux/useless-if-before-free: Make the expression-matching
24449         regexp "shy".
24450         Make the *outer* regexp shy, not the expr-matching one.
24451
24452         update code-in-comment to accept cast of free arg
24453         * build-aux/useless-if-before-free: Update regexp.
24454
24455 2008-05-25  Bruno Haible  <bruno@clisp.org>
24456
24457         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24458         * modules/copy-file-tests (Files, Makefile.am): Update.
24459         * tests/test-copy-file.c (func_test_copy): Update.
24460
24461 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24462
24463         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24464
24465 2008-05-23  Bruno Haible  <bruno@clisp.org>
24466
24467         Improve support for ACLs on OSF/1.
24468         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24469         Remove fallback for unknown flavors of ACLs.
24470
24471 2008-05-22  Bruno Haible  <bruno@clisp.org>
24472
24473         Add support for ACLs on OSF/1.
24474         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24475         replacements.
24476         (acl_free_text): New macro fallback.
24477         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24478         acl_free.
24479         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24480         acl_free_text function. Require AC_C_INLINE.
24481
24482 2008-05-22  Bruno Haible  <bruno@clisp.org>
24483
24484         Make copy_acl work on MacOS X 10.5.
24485         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24486         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24487         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24488         If MODE_INSIDE_ACL, don't assume that every system has the same text
24489         representation for ACLs as FreeBSD.
24490         * lib/copy-acl.c (copy_acl): Add support for platforms with
24491         !MODE_INSIDE_ACL.
24492         * lib/file-has-acl.c (file_has_acl): Likewise.
24493         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24494         FreeBSD, MacOS X, or IRIX, respectively.
24495
24496 2008-05-22  Bruno Haible  <bruno@clisp.org>
24497
24498         * lib/acl.h: Don't include <sys/acl.h>.
24499         (GETACLCNT): Move fallback to lib/acl-internal.h.
24500         * lib/acl-internal.h: Include <sys/acl.h> here.
24501         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24502
24503 2008-05-22  Bruno Haible  <bruno@clisp.org>
24504
24505         Split off copy_acl function to separate file.
24506         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24507         * lib/acl.c (copy_acl): Moved function to separate file.
24508         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24509         * modules/acl (Files): Add lib/copy-acl.c.
24510         (Makefiles.am): Augment lib_SOURCES.
24511
24512 2008-05-22  Bruno Haible  <bruno@clisp.org>
24513
24514         * modules/copy-file-tests: New file.
24515         * tests/test-copy-file.sh: New file.
24516         * tests/test-copy-file.c: New file.
24517         * tests/test-copy-file-sameacls.c: New file.
24518
24519 2008-05-22  Eric Blake  <ebb9@byu.net>
24520
24521         Avoid gcc warning.
24522         * tests/test-memcmp.c (main): Pass NULL indirectly.
24523
24524 2008-05-21  Bruno Haible  <bruno@clisp.org>
24525
24526         Add reference doc about ACLs.
24527         * doc/acl-resources.txt: New file.
24528         * doc/acl-cygwin.txt: New file.
24529
24530 2008-05-21  Bruno Haible  <bruno@clisp.org>
24531
24532         Avoid one more warning from gcc.
24533         * lib/vasnprintf.c (IF_LINT): Update comments.
24534         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24535
24536 2008-05-21  Jim Meyering  <meyering@redhat.com>
24537
24538         avoid a warning from gcc
24539         * lib/vasnprintf.c (IF_LINT): Define.
24540         (scale10_round_decimal_long_double):
24541         Use it to avoid a "may be used uninitialized" warning.
24542         (scale10_round_decimal_double): Likewise.
24543
24544 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24545
24546         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24547         declared.
24548
24549 2008-05-20  Bruno Haible  <bruno@clisp.org>
24550
24551         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24552         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24553
24554 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24555
24556         * modules/memcmp-tests: New file.
24557         * tests/test-memcmp.c: New file.
24558
24559 2008-05-19  Bruno Haible  <bruno@clisp.org>
24560
24561         * modules/propername (Notice, configure.ac): Put quoted "..." into
24562         --keyword option.
24563         * lib/propername.h: Update comments accordingly.
24564         Reported by Eric Blake.
24565
24566 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24567
24568         * modules/getpass-gnu (Depends-on): Add fseeko.
24569
24570 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24571
24572         * modules/base64-tests: New file.
24573
24574 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24575
24576         * lib/base64.c (base64_decode_ctx): If a decode context structure
24577         was passed in use it to ignore newlines.  If a context structure
24578         was _not_ passed in, continue to treat newlines as garbage (this
24579         is the historical behavior).  Formerly base64_decode.
24580         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24581         takes a decode context structure.
24582         * lib/base64.h (base64_decode): Macro for four-argument calls.
24583         (base64_decode_alloc): Likewise.
24584         * lib/base64.c (base64_decode_ctx): If a decode context structure
24585         was passed in use it to ignore newlines.  If a context structure
24586         was _not_ passed in, continue to treat newlines as garbage (this
24587         is the historical behavior).  Formerly base64_decode.
24588         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24589         takes a decode context structure.
24590         * lib/base64.h (base64_decode): Macro for four-argument calls.
24591         (base64_decode_alloc): Likewise.
24592
24593 2008-05-19  Jim Meyering  <meyering@redhat.com>
24594
24595         avoid a warning from gcc
24596         * lib/trim.c (IF_LINT): Define.
24597         (trim2): Use it to avoid a "may be used uninitialized" warning.
24598
24599         Fix doc typo.
24600         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24601
24602 2008-05-19  Bruno Haible  <bruno@clisp.org>
24603
24604         * doc/glibc-functions/getpass.texi: Document limits of other
24605         implementations.
24606
24607 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24608             Bruno Haible <bruno@clisp.org>
24609
24610         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24611
24612 2008-05-18  Bruno Haible  <bruno@clisp.org>
24613
24614         * modules/propername: New file, from GNU gettext.
24615         * lib/propername.h: New file, from GNU gettext.
24616         * lib/propername.c: New file, from GNU gettext.
24617         * MODULES.html.sh (Internationalization functions): Add propername.
24618
24619 2008-05-16  Jim Meyering  <meyering@redhat.com>
24620             Bruno Haible  <bruno@clisp.org>
24621
24622         Avoid some warnings from "gcc -Wshadow".
24623         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24624
24625 2008-05-15  Eric Blake  <ebb9@byu.net>
24626
24627         Extend previous patch to cygwin 1.7.0.
24628         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24629         fast implementation in cygwin >= 1.7.0.
24630         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24631         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24632
24633 2008-05-15  Bruno Haible  <bruno@clisp.org>
24634
24635         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24636         implementation in glibc >= 2.9.
24637         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24638         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24639
24640 2008-05-15  Bruno Haible  <bruno@clisp.org>
24641
24642         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24643         (Unicode string functions): Add unilbrk/*.
24644         Reported by Karl Berry.
24645
24646 2008-05-15  Eric Blake  <ebb9@byu.net>
24647
24648         Fix violation of <stdbool.h> replacement in regex.
24649         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24650         * lib/regexec.c (re_search_internal): Likewise.
24651         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24652
24653 2008-05-15  Jim Meyering  <meyering@redhat.com>
24654
24655         avoid distracting test output when git or cvs is not found
24656         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24657         * tests/test-vc-list-files-git.sh: Likewise.
24658
24659 2008-05-15  Eric Blake  <ebb9@byu.net>
24660
24661         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24662         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24663         glibc version.
24664         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24665         * doc/posix-functions/strstr.texi (strstr): Likewise.
24666         * lib/str-two-way.h (MAX): Sychronize with glibc.
24667
24668 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24669
24670         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24671         opr.ctx_type.
24672         (calc_first): Initialize constraint field.
24673         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24674         Fix grammar.
24675         (duplicate_node): Merge constraint field for all node types.
24676         (calc_eclosure_iter): Look at constraint field for all node types.
24677         * lib/regex_internal.c (create_cd_newstate): Don't look at
24678         opr.ctx_type.
24679
24680 2008-05-14  Bruno Haible  <bruno@clisp.org>
24681
24682         Help GCC to do better code generation.
24683         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24684         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24685         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24686         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24687         Declare with attribute 'malloc' if supported.
24688
24689 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24690
24691         use "echo STR|wc -c" rather than unportable "expr length STR"
24692         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24693         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24694
24695 2008-05-14  Jim Meyering  <meyering@redhat.com>
24696
24697         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24698         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24699         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24700         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24701         via Collin Lasse.
24702
24703 2008-05-14  Eric Blake  <ebb9@byu.net>
24704
24705         Avoid quadratic growth in gl_LIBSOURCES.
24706         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24707         Suggested by Bruno Haible.
24708
24709         Test xmemdup0.
24710         * modules/xmemdup0-tests: New file.
24711         * tests/test-xmemdup0.c: Likewise.
24712
24713 2008-05-13  Eric Blake  <ebb9@byu.net>
24714
24715         Split xmemdup0 into its own module.
24716         * modules/xmemdup0: New file.
24717         * lib/xmemdup0.h: Likewise.
24718         * lib/xmemdup0.c: Likewise.
24719         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24720         * lib/xalloc.h (xmemdup0): Remove.
24721         * lib/xmalloc.c (xmemdup0): Likewise.
24722
24723 2008-05-13  Eric Blake  <ebb9@byu.net>
24724             Bruno Haible  <bruno@clisp.org>
24725
24726         Reduce number of forks required during autoconf.
24727         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24728         and gl_LIBSOURCES_DIR.
24729         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24730         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24731         m4_syscmd per file.
24732         <m4_foreach_w>: Move...
24733         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24734
24735 2008-05-13  Eric Blake  <ebb9@byu.net>
24736
24737         * gnulib-tool: Fix various comment typos.
24738
24739 2008-05-12  Bruno Haible  <bruno@clisp.org>
24740
24741         Tailor the linebreaking algorithm.
24742         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24743
24744 2008-05-12  Bruno Haible  <bruno@clisp.org>
24745
24746         Update to Unicode 5.0.0.
24747         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24748         LBP_JV, LBP_JT. Redistribute values.
24749         (unilbrk_table): Change size.
24750         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24751         Unicode TR#14 rev. 22.
24752         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24753         LBP_JV, LBP_JT. Redistribute values.
24754         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24755         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24756         Update.
24757         * lib/unilbrk/lbrkprop1.h: Regenerated.
24758         * lib/unilbrk/lbrkprop2.h: Regenerated.
24759         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24760         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24761         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24762         Likewise.
24763         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24764         Likewise.
24765         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24766         result.
24767         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24768         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24769         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24770         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24771         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24772         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24773
24774 2008-05-11  Bruno Haible  <bruno@clisp.org>
24775
24776         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24777
24778 2008-05-11  Bruno Haible  <bruno@clisp.org>
24779
24780         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24781         * modules/unilbrk/gen-lbrk: New file.
24782
24783 2008-05-11  Bruno Haible  <bruno@clisp.org>
24784
24785         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24786         * m4/sha512.m4 (gl_SHA512): Likewise.
24787
24788 2008-05-11  Jim Meyering  <meyering@redhat.com>
24789
24790         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24791         * modules/crypto/sha256: New file.
24792         * modules/crypto/sha512: Likewise.
24793         * lib/sha256.c: Likewise.
24794         * lib/sha256.h: Likewise.
24795         * lib/sha512.c: Likewise.
24796         * lib/sha512.h: Likewise.
24797         * lib/u64.h: Likewise.
24798         * m4/sha256.m4: Likewise.
24799         * m4/sha512.m4: Likewise.
24800         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24801
24802 2008-05-10  Bruno Haible  <bruno@clisp.org>
24803
24804         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24805         (Input/Output <stdio.h>): Add xprintf.
24806         (Signal handling <signal.h>): Add strsignal.
24807         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24808         (Core language properties): Add func.
24809         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24810         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24811         strings.
24812         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24813         (Input/output): New section.
24814         (File system functions): Add openat-die, stat-macros.
24815         (Networking functions): Add sockets.
24816         (Unicode string functions): Add unictype/*.
24817         (Support for building libraries and executables): Add gperf.
24818         (Support for building documentation): Add agpl-3.0.
24819         (Misc): Add nocrash.
24820
24821 2008-05-10  Bruno Haible  <bruno@clisp.org>
24822
24823         * modules/unictype/gen-ctype: New file.
24824
24825 2008-05-10  Jim Meyering  <meyering@redhat.com>
24826
24827         Make chdir-safer.c more efficient on a system with no symlinks.
24828         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24829         also if ELOOP is zero.  Suggested by Bruno Haible.
24830
24831         Make chdir-safer.c slightly safer.
24832         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24833         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24834
24835         Avoid compile failure on systems without ELOOP (like mingw).
24836         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24837         Reported by Bruno Haible.
24838
24839 2008-05-10  Bruno Haible  <bruno@clisp.org>
24840
24841         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24842         (is_utf8_encoding): Use a case-insensitive comparison.
24843         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24844         streq.
24845
24846 2008-05-10  Bruno Haible  <bruno@clisp.org>
24847
24848         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24849         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24850         * lib/unilbrk/ulc-common.h (iconv_string_length,
24851         iconv_string_keeping_offsets): Remove declarations.
24852         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24853         Don't include <iconv.h>, streq.h, xsize.h.
24854         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24855         conversion.
24856         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24857         <iconv.h>, streq.h, xsize.h.
24858         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24859         conversion.
24860         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24861         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24862         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24863         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24864
24865 2008-05-10  Bruno Haible  <bruno@clisp.org>
24866
24867         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24868         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24869
24870         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24871         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24872
24873         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24874         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24875
24876         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24877         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24878
24879         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24880         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24881
24882         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24883         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24884
24885         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24886         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24887
24888         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24889         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24890
24891 2008-05-10  Bruno Haible  <bruno@clisp.org>
24892
24893         Split up 'linebreak' module.
24894         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24895         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24896         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24897         modifications.
24898         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24899         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24900         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24901         lib/linebreak.c.
24902         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24903         lib/linebreak.c.
24904         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24905         lib/linebreak.c.
24906         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24907         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24908         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24909         lib/linebreak.c.
24910         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24911         lib/linebreak.c.
24912         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24913         lib/linebreak.c.
24914         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24915         lib/linebreak.c.
24916         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24917         lib/linebreak.c.
24918         * modules/unilbrk/base: New file.
24919         * modules/unilbrk/tables: New file.
24920         * modules/unilbrk/u8-possible-linebreaks: New file.
24921         * modules/unilbrk/u16-possible-linebreaks: New file.
24922         * modules/unilbrk/u32-possible-linebreaks: New file.
24923         * modules/unilbrk/ulc-common: New file.
24924         * modules/unilbrk/ulc-possible-linebreaks: New file.
24925         * modules/unilbrk/u8-width-linebreaks: New file.
24926         * modules/unilbrk/u16-width-linebreaks: New file.
24927         * modules/unilbrk/u32-width-linebreaks: New file.
24928         * modules/unilbrk/ulc-width-linebreaks: New file.
24929         * lib/linebreak.h: Remove file.
24930         * lib/linebreak.c: Remove file.
24931         * m4/linebreak.m4: Remove file.
24932         * modules/linebreak: Remove file.
24933         * NEWS: Mention the changes.
24934
24935 2008-05-09  Eric Blake  <ebb9@byu.net>
24936
24937         Add xmemdup0.
24938         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24939         implementation.
24940         * lib/xmalloc.c (xmemdup0): New C implementation.
24941
24942 2008-05-08  Bruno Haible  <bruno@clisp.org>
24943
24944         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24945
24946 2008-05-07  Eric Blake  <ebb9@byu.net>
24947
24948         Support cross-compilation of <wctype.h>.
24949         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24950         AC_CACHE_CHECK.
24951
24952 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24953
24954         * build-aux/vc-list-files: Add support for bzr.
24955
24956 2008-05-03  Jim Meyering  <meyering@redhat.com>
24957
24958         avoid failed assertion with tight malloc
24959         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24960
24961 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24962
24963         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24964         are needed from arpa/inet.h.
24965         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24966         Reported by Bruno Haible.
24967
24968 2008-05-02  Jim Meyering  <meyering@redhat.com>
24969
24970         avoid compilation error on FreeBSD 6
24971         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24972
24973 2008-05-01  Jim Meyering  <meyering@redhat.com>
24974
24975         useless-if-before-free: correct --help's exit status description
24976         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24977         for one or more matches, etc.  Reported by Bruno Haible.
24978
24979         vc-list-files: make the stand-alone gnulib test work
24980         * modules/vc-list-files-tests (configure.ac):
24981         Define and AC_SUBST abs_aux_dir.
24982         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24983         $(abs_top_srcdir) to each script and having each of them
24984         duplicate the work of setting PATH, set PATH here, using
24985         the new variable, abs_aux_dir instead.
24986         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24987         * tests/test-vc-list-files-git.sh: Likewise.
24988         Reported by Bruno Haible.
24989
24990 2008-05-01  Bruno Haible  <bruno@clisp.org>
24991
24992         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24993         reallocation. Rename 'done' to 'found_delimiter'.
24994
24995 2008-05-01  Jim Meyering  <meyering@redhat.com>
24996
24997         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24998         * build-aux/vc-list-files: Use `...`, not $(...).
24999
25000 2008-04-30  Jim Meyering  <meyering@redhat.com>
25001
25002         add tests for vc-list-files
25003         * modules/vc-list-files-tests: New module.
25004         * tests/test-vc-list-files-cvs.sh: New file.
25005         * tests/test-vc-list-files-git.sh: New file.
25006
25007         avoid a warning from gcc
25008         * lib/getndelim2.c (IF_LINT): Define.
25009         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25010
25011         vc-list-files: work properly with build-aux/cvsu, too
25012         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25013         to all cvs-based clauses.
25014
25015         vc-list-files: work properly in the CVS+awk case, too
25016         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25017
25018         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25019         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25020         take more than one file argument, so .  Add quotes, just in case $dir
25021         ever contains a shell meta-character.  Prompted by Soren Hansen in
25022         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25023
25024 2008-04-29  Eric Blake  <ebb9@byu.net>
25025
25026         Optimize getndelim2 to use block operations when possible.
25027         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25028         freadseek, and memchr2.
25029         * lib/getndelim2.c (getndelim2): Use them for block reads.
25030
25031 2008-04-29  Bruno Haible  <bruno@clisp.org>
25032
25033         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25034         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25035         * modules/inet_ntop (Depends-on): Add extensions.
25036         * modules/inet_pton (Depends-on): Likewise.
25037         Reported by Simon Josefsson.
25038
25039 2008-04-29  Jim Meyering  <meyering@redhat.com>
25040
25041         When the is more than one match in a block, match all of them.
25042         * build-aux/useless-if-before-free: Iterate through each block
25043         until there are no more matches.
25044
25045         Fix broken useless-if-before-free script.
25046         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25047         the expression to match cast of argument to free-like function.
25048
25049 2008-04-29  Eric Blake  <ebb9@byu.net>
25050
25051         Use new header.
25052         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25053
25054 2008-04-29  Jim Meyering  <meyering@redhat.com>
25055
25056         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25057         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25058         by gnulib to exist and to declare e.g., inet_ntop.
25059         Don't include "inet_ntop.h", now removed.
25060
25061         * m4/arpa_inet_h.m4: Remove trailing blanks.
25062
25063 2008-04-29  Eric Blake  <ebb9@byu.net>
25064
25065         Silence valgrind on safe reads beyond potential array bounds.
25066         * lib/rawmemchr.valgrind: New file.
25067         * lib/strchrnul.valgrind: Likewise.
25068         * modules/rawmemchr (Files): Distribute new file.
25069         * modules/strchrnul (Files): Likewise.
25070         Suggested by Bruno Haible.
25071
25072 2008-04-29  Bruno Haible  <bruno@clisp.org>
25073
25074         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25075         (inet_ntop, inet_pton): Change portability warning's wording.
25076         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25077         Invoke gl_CHECK_NEXT_HEADERS.
25078         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25079         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25080         set ARPA_INET_H.
25081         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25082         * modules/arpa_inet (Description): No longer only for systems that
25083         lack it.
25084         (Depends-on): Add include_next.
25085         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25086         HAVE_ARPA_INET_H.
25087
25088 2008-04-29  Jim Meyering  <meyering@redhat.com>
25089
25090         * modules/mkdir (License): Re-license as LGPLv2+.
25091
25092 2008-04-29  Bruno Haible  <bruno@clisp.org>
25093
25094         * modules/rawmemchr (Maintainer): Set to Eric.
25095         * modules/strchrnul (Maintainer): Likewise.
25096
25097 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25098
25099         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25100         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25101
25102         * modules/arpa_inet (arpa/inet.h): Use them.
25103
25104 2008-04-28  Eric Blake  <ebb9@byu.net>
25105
25106         Test getndelim2.
25107         * modules/getndelim2-tests: New file.
25108         * tests/test-getndelim2.c: Likewise.
25109         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25110         stream.
25111         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25112
25113         * MODULES.html.sh: Document new module.
25114
25115 2008-04-20  Bruno Haible  <bruno@clisp.org>
25116
25117         * lib/c-stack.c (die): Use raise.
25118         * modules/c-stack (Depends-on): Add raise.
25119
25120 2008-04-28  Bruno Haible  <bruno@clisp.org>
25121
25122         Expect rpmatch to be declared.
25123         * lib/yesno.c (rpmatch): Remove declaration.
25124
25125         Declare rpmatch.
25126         * lib/stdlib.in.h (rpmatch): New declaration.
25127         * lib/rpmatch.c: Include <stdlib.h> first.
25128         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25129         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25130         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25131         HAVE_RPMATCH.
25132         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25133         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25134         (Include): Set to <stdlib.h>.
25135         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25136         HAVE_RPMATCH.
25137         * NEWS: Document the change.
25138
25139 2008-04-28  Bruno Haible  <bruno@clisp.org>
25140
25141         Change rpmatch to use nl_langinfo when appropriate.
25142         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25143         (N_): New macro.
25144         (localized_pattern): New function/macro.
25145         (try): Remove match, nomatch arguments. Copy the pattern into safe
25146         memory before caching it.
25147         (rpmatch): Use localized_pattern. Add translator comments.
25148         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25149         Suggested by Eric Blake.
25150         * modules/rpmatch (Depends-on): Add stdbool.
25151
25152 2008-04-28  Eric Blake  <ebb9@byu.net>
25153
25154         Add rawmemchr module, matching glibc.
25155         * modules/string (Makefile.am): New indicator.
25156         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25157         * lib/string.in.h (rawmemchr): Declare when appropriate.
25158         * modules/rawmemchr: New file.
25159         * m4/rawmemchr.m4: Likewise.
25160         * lib/rawmemchr.c: Likewise.
25161         * modules/rawmemchr-tests: Likewise.
25162         * tests/test-rawmemchr.c: Likewise.
25163         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25164         module.
25165         * modules/strchrnul (Depends-on): Add rawmemchr.
25166         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25167
25168         Whitespace cleanup.
25169         * tests/test-strchrnul.c: Reindent.
25170         * lib/strchrnul.c: Likewise.
25171
25172         Optimize and test strchrnul.
25173         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25174         * modules/strchrnul-tests: New file.
25175         * tests/test-strchrnul.c: Likewise.
25176
25177         Remove intprops dependency.
25178         * modules/memchr (Depends-on): Remove intprops.
25179         * modules/memrchr (Depends-on): Likewise.
25180         * modules/memchr2 (Depends-on): Likewise.
25181         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25182         * lib/memrchr.c (__memrchr): Likewise.
25183         * lib/memrchr2.c (memchr2): Likewise.
25184         Reported by Simon Josefsson.
25185
25186 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25187
25188         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25189         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25190
25191 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25192
25193         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25194
25195         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25196
25197         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25198
25199         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25200         declarations.
25201         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25202
25203         * m4/inet_pton.m4: Don't check for header files.
25204
25205         * m4/inet_ntop.m4: Don't check for header files.
25206
25207 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25208
25209         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25210         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25211         trigger for cygwin).
25212         Reported by Bruno Haible  <bruno@clisp.org>.
25213
25214 2008-04-28  Bruno Haible  <bruno@clisp.org>
25215
25216         * doc/posix-functions/strdup.texi: Mention mingw problem.
25217
25218 2008-04-27  Bruno Haible  <bruno@clisp.org>
25219
25220         * modules/stat-time-tests (Depends-on): Add sleep.
25221         * tests/test-stat-time.c (force_unlink): New function.
25222         (cleanup): Use it.
25223         (test_mtime): Remove the ctime related tests.
25224         (test_ctime): New function, containing the ctime related tests.
25225         (main): Call test_ctime, except on native Windows platforms.
25226
25227 2008-04-27  Bruno Haible  <bruno@clisp.org>
25228
25229         * lib/rpmatch.c (rpmatch): Add some comments.
25230         Reported by James Youngman <jay@gnu.org>.
25231
25232 2008-04-27  Bruno Haible  <bruno@clisp.org>
25233
25234         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25235         quiet NaNs.
25236
25237 2008-04-27  Bruno Haible  <bruno@clisp.org>
25238
25239         Make test-yesno.sh work on mingw.
25240         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25241         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25242         (main): Set stdin to binary mode.
25243         * modules/yesno-tests (Depends-on): Add binary-io.
25244
25245 2008-04-27  Bruno Haible  <bruno@clisp.org>
25246
25247         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25248         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25249         argument that lie outside the IEEE 854 domain.
25250         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25251         (gl_ISFINITE): Use it.
25252         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25253
25254 2008-04-27  Bruno Haible  <bruno@clisp.org>
25255
25256         Allow local renaming in config.h.
25257         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25258
25259 2008-04-27  Bruno Haible  <bruno@clisp.org>
25260
25261         * lib/memchr.c (__memchr): Change type of 'i'.
25262         * lib/memchr2.c (memchr2): Likewise.
25263
25264 2008-04-26  Eric Blake  <ebb9@byu.net>
25265         and Bruno Haible  <bruno@clisp.org>
25266
25267         Optimize and test memrchr.
25268         * modules/memrchr (Depends-on): Add intprops.
25269         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25270         * modules/memrchr-tests: New file.
25271         * tests/test-memrchr.c: New file.
25272
25273 2008-04-26  Bruno Haible  <bruno@clisp.org>
25274
25275         Add tentative support for DragonFly BSD.
25276         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25277         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25278         fp.
25279         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25280         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25281         * lib/fpurge.c (fpurge): Likewise.
25282         * lib/freadable.c (freaadable): Likewise.
25283         * lib/freadahead.c (freadahead): Likewise.
25284         * lib/freading.c (freading): Likewise.
25285         * lib/freadptr.c (freadptr): Likewise.
25286         * lib/freadseek.c (freadptrinc): Likewise.
25287         * lib/fseeko.c (fseeko): Likewise.
25288         * lib/fseterr.c (fseterr): Likewise.
25289         * lib/fwritable.c (fwritable): Likewise.
25290         * lib/fwriting.c (fwriting): Likewise.
25291
25292 2008-04-26  Bruno Haible  <bruno@clisp.org>
25293
25294         * lib/stdio-impl.h: New file.
25295         * lib/fbufmode.c: Include stdio-impl.h.
25296         (fbufmode): Use fp_, remove redundant #defines.
25297         * lib/fflush.c: Include stdio-impl.h.
25298         (clear_ungetc_buffer): Remove redundant #defines.
25299         * lib/fpurge.c: Include stdio-impl.h.
25300         (fpurge): Remove redundant #defines.
25301         * lib/freadable.c: Include stdio-impl.h.
25302         (freadable): Remove redundant #defines.
25303         * lib/freadahead.c: Include stdio-impl.h.
25304         (freadahead): Remove redundant #defines.
25305         * lib/freading.c: Include stdio-impl.h.
25306         (freading): Remove redundant #defines.
25307         * lib/freadptr.c: Include stdio-impl.h.
25308         (freadptr): Remove redundant #defines.
25309         * lib/freadseek.c: Include stdio-impl.h.
25310         (freadptrinc): Remove redundant #defines.
25311         * lib/fseeko.c: Include stdio-impl.h.
25312         (rpl_fseeko): Remove redundant #defines.
25313         * lib/fseterr.c: Include stdio-impl.h.
25314         (fseterr): Remove redundant #defines.
25315         * lib/fwritable.c: Include stdio-impl.h.
25316         (fwritable: Remove redundant #defines.
25317         * lib/fwriting.c: Include stdio-impl.h.
25318         (fwriting): Remove redundant #defines.
25319         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25320         * modules/fflush (Files): Likewise.
25321         * modules/fpurge (Files): Likewise.
25322         * modules/freadable (Files): Likewise.
25323         * modules/freadahead (Files): Likewise.
25324         * modules/freading (Files): Likewise.
25325         * modules/freadptr (Files): Likewise.
25326         * modules/freadseek (Files): Likewise.
25327         * modules/fseeko (Files): Likewise.
25328         * modules/fseterr (Files): Likewise.
25329         * modules/fwritable (Files): Likewise.
25330         * modules/fwriting (Files): Likewise.
25331
25332 2008-04-26  Bruno Haible  <bruno@clisp.org>
25333
25334         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25335         restore_seek_optimization, update_fpos_cache): New functions, extracted
25336         from rpl_fflush.
25337         (rpl_fflush): Use them.
25338         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25339         (gl_REPLACE_FFLUSH): Use it.
25340
25341 2008-04-26  Bruno Haible  <bruno@clisp.org>
25342
25343         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25344         on Solaris.
25345         * tests/test-xstrtoimax.sh: Likewise.
25346         * tests/test-xstrtoumax.sh: Likewise.
25347         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25348
25349 2008-04-26  Bruno Haible  <bruno@clisp.org>
25350
25351         * modules/memchr-tests: New file.
25352         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25353
25354 2008-04-26  Eric Blake  <ebb9@byu.net>
25355             Bruno Haible  <bruno@clisp.org>
25356
25357         * lib/memchr.c: Include intprops.h.
25358         (__memchr): Optimize parallel detection of matching bytes. Rename local
25359         variables. Add explanatory comments.
25360
25361 2008-04-26  Bruno Haible  <bruno@clisp.org>
25362
25363         Fix module 'memchr', broken since 2000-10-28.
25364         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25365
25366 2008-04-26  Bruno Haible  <bruno@clisp.org>
25367
25368         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25369         comments.
25370
25371 2008-04-25  Eric Blake  <ebb9@byu.net>
25372
25373         Use native fstatat on cygwin 1.7.0.
25374         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25375         first.
25376
25377 2008-04-23  Eric Blake  <ebb9@byu.net>
25378
25379         Improve memchr2 performance.
25380         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25381         NUL bytes.
25382         * modules/memchr2 (Depends-on): Use intprops.h.
25383
25384 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25385
25386         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25387         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25388         <blp@cs.stanford.edu>.
25389
25390 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25391
25392         * lib/arpa_inet.in.h: New file.
25393
25394         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25395         (Makefile.am): Sed in substitute header file.
25396
25397         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25398         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25399
25400         * modules/inet_ntop (configure.ac): Use
25401         gl_ARPA_INET_MODULE_INDICATOR.
25402
25403         * modules/inet_pton (configure.ac): Use
25404         gl_ARPA_INET_MODULE_INDICATOR.
25405
25406 2008-04-22  Jim Meyering  <meyering@redhat.com>
25407
25408         * modules/verify (License): Re-license as LGPLv2+.
25409
25410 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25411
25412         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25413         parameter to void* as per POSIX standard (MinGW uses char*).
25414
25415 2008-04-21  Bruno Haible  <bruno@clisp.org>
25416
25417         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25418         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25419         Define to replacements if REPLACE_ISWCNTRL is 1.
25420         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25421         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25422         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25423         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25424         what it fixes.
25425         * doc/posix-functions/iswalpha.texi: Likewise.
25426         * doc/posix-functions/iswblank.texi: Likewise.
25427         * doc/posix-functions/iswcntrl.texi: Likewise.
25428         * doc/posix-functions/iswdigit.texi: Likewise.
25429         * doc/posix-functions/iswgraph.texi: Likewise.
25430         * doc/posix-functions/iswlower.texi: Likewise.
25431         * doc/posix-functions/iswprint.texi: Likewise.
25432         * doc/posix-functions/iswpunct.texi: Likewise.
25433         * doc/posix-functions/iswspace.texi: Likewise.
25434         * doc/posix-functions/iswupper.texi: Likewise.
25435         * doc/posix-functions/iswxdigit.texi: Likewise.
25436         Reported by Alain Guibert.
25437
25438 2008-04-21  Bruno Haible  <bruno@clisp.org>
25439
25440         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25441         Patch by Alain Guibert.
25442
25443 2008-04-21  Bruno Haible  <bruno@clisp.org>
25444
25445         Fix test failures on mingw.
25446         * tests/test-xstrtol.c (print_no_progname): New function.
25447         (main): Install it in error_print_progname hook.
25448         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25449         * tests/test-xstrtoimax.sh: Likewise.
25450         * tests/test-xstrtoumax.sh: Likewise.
25451
25452 2008-04-21  Bruno Haible  <bruno@clisp.org>
25453
25454         Fix test failure on mingw.
25455         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25456
25457 2008-04-21  Bruno Haible  <bruno@clisp.org>
25458
25459         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25460         Actually assign a value.
25461
25462 2008-04-20  Bruno Haible  <bruno@clisp.org>
25463
25464         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25465         take 2.
25466         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25467         'canonicalize-lgpl' module is also used.
25468         * lib/canonicalize-lgpl.c: Undo last change.
25469         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25470
25471 2008-04-20  Bruno Haible  <bruno@clisp.org>
25472
25473         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25474         config.h. Provide _mkdir based fallback for mingw.
25475         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25476         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25477         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25478         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25479         rather than defining mkdir in config.h.
25480         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25481         (gl_SYS_STAT_H_DEFAULTS): New macro.
25482         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25483         HAVE_IO_H any more.
25484         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25485         HAVE_DECL_MKDIR and HAVE_IO_H.
25486
25487 2008-04-20  Bruno Haible  <bruno@clisp.org>
25488
25489         * lib/isapipe.c: Port to native Windows platforms.
25490
25491 2008-04-20  Bruno Haible  <bruno@clisp.org>
25492
25493         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25494
25495 2008-04-21  Eric Blake  <ebb9@byu.net>
25496
25497         Work around preprocessors that don't handle UINTMAX_MAX.
25498         * lib/memchr2.c (memchr2): Avoid embedded #if.
25499         Reported by Alain Guibert, fix suggested by Bruno Haible.
25500
25501 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25502
25503         * doc/posix-functions/strftime.texi (strftime): Explain better
25504         Windows incompatibility.  Suggested by Micah Cowan
25505         <micah@cowan.name>.
25506
25507 2008-04-20  Bruno Haible  <bruno@clisp.org>
25508
25509         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25510         unistr/u8-mblen.
25511
25512 2008-04-20  Bruno Haible  <bruno@clisp.org>
25513
25514         Fix test failure on platforms with non-GNU iconv.
25515         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25516         (U_TO_U8): Use it, rather than u16_to_u8.
25517         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25518         units at the end of the input string.
25519         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25520
25521 2008-04-20  Bruno Haible  <bruno@clisp.org>
25522
25523         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25524         when the resulting length is 0.
25525         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25526
25527 2008-04-20  Bruno Haible  <bruno@clisp.org>
25528
25529         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25530         works.
25531         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25532
25533 2008-04-20  Bruno Haible  <bruno@clisp.org>
25534
25535         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25536         * modules/tsearch-tests (configure.ac): Test for initstate function.
25537
25538 2008-04-20  Bruno Haible  <bruno@clisp.org>
25539
25540         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25541         for nlink_t if missing.
25542         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25543
25544 2008-04-19  Bruno Haible  <bruno@clisp.org>
25545
25546         Work around snprintf bug on Linux libc5.
25547         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25548         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25549         gl_SNPRINTF_SIZE1.
25550         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25551         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25552         that test failed.
25553         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25554         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25555         * modules/snprintf (Files): Add m4/printf.m4.
25556         * modules/vsnprintf (Files): Likewise.
25557         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25558         * doc/posix-functions/vsnprintf.texi: Likewise.
25559
25560 2008-04-19  Bruno Haible  <bruno@clisp.org>
25561
25562         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25563         from 0.0058 to less than 10^-7.
25564
25565 2008-04-19  Bruno Haible  <bruno@clisp.org>
25566
25567         Fix rounding when a precision is given.
25568         * lib/vasnprintf.c (is_borderline): New function.
25569         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25570         9...9x.
25571         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25572         %e, %g.
25573         * tests/test-vasprintf-posix.c (test_function): Likewise.
25574         * tests/test-snprintf-posix.h (test_function): Likewise.
25575         * tests/test-sprintf-posix.h (test_function): Likewise.
25576         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25577         * tests/test-printf-posix.h (test_function): Likewise.
25578         * tests/test-printf-posix.output: Update.
25579         Reported by John Darrington <john@darrington.wattle.id.au> via
25580         Ben Pfaff <blp@cs.stanford.edu>.
25581
25582 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25583
25584         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25585         Suggested by Bruno Haible <bruno@clisp.org>.
25586
25587 2008-04-17  Bruno Haible  <bruno@clisp.org>
25588
25589         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25590         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25591         implementation.
25592         Patch by Bruce Merry <bmerry@gmail.com>.
25593
25594 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25595
25596         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25597         doesn't work under Windows.
25598
25599 2008-04-16  Bruno Haible  <bruno@clisp.org>
25600
25601         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25602         New macros.
25603         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25604         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25605         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25606         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25607         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25608         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25609         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25610         macros.
25611         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25612         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25613         Northern Sotho, Uighur.
25614
25615 2008-04-16  Bruno Haible  <bruno@clisp.org>
25616
25617         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25618         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25619         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25620         Reported by Daniel Bergström <daniel@octocode.com>.
25621
25622 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25623             Bruno Haible  <bruno@clisp.org>
25624
25625         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25626         function.
25627         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25628         New functions, mostly extracted from gl_locale_name_default.
25629         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25630
25631 2008-04-16  Eric Blake  <ebb9@byu.net>
25632
25633         Adjust strtod detection to catch glibc 2.7 bug.
25634         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25635         Reported by John Gatewood Ham.
25636
25637 2008-04-16  Bruno Haible  <bruno@clisp.org>
25638
25639         Add tentative support for Linux libc5.
25640         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25641         * lib/fpurge.c (fpurge): Likewise.
25642         * lib/freadable.c (freadable): Likewise.
25643         * lib/freadahead.c (freadahead): Likewise.
25644         * lib/freading.c (freading): Likewise.
25645         * lib/freadptr.c (freadptr): Likewise.
25646         * lib/freadseek.c (freadptrinc): Likewise.
25647         * lib/fseeko.c (rpl_fseeko): Likewise.
25648         * lib/fseterr.c (fseterr): Likewise.
25649         * lib/fwritable.c (fwritable): Likewise.
25650         * lib/fwriting.c (fwriting): Likewise.
25651         Reported by Alain Guibert <alguibert+bts@free.fr>.
25652
25653 2008-04-15  Bruno Haible  <bruno@clisp.org>
25654
25655         * modules/mathl (configure.ac): Define module indicator.
25656
25657 2008-04-15  Bruno Haible  <bruno@clisp.org>
25658
25659         * lib/logl.c (logl): Remove unused variables.
25660
25661 2008-04-15  Bruno Haible  <bruno@clisp.org>
25662
25663         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25664         fails.
25665
25666 2008-04-15  Bruno Haible  <bruno@clisp.org>
25667
25668         * lib/trim.c (trim2): Fix argument of isspace() macro.
25669
25670 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25671
25672         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25673         to 0.
25674         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25675
25676 2008-04-14  Bruno Haible  <bruno@clisp.org>
25677
25678         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25679         AC_LANG_PROGRAM argument.
25680         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25681         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25682         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25683         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25684         * m4/math_h.m4 (gl_MATH_H): Likewise.
25685         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25686         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25687         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25688         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25689         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25690         * m4/regex.m4 (gl_REGEX): Likewise.
25691         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25692         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25693         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25694         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25695         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25696         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25697         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25698         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25699
25700 2008-04-14  Jim Meyering  <meyering@redhat.com>
25701
25702         test-strtod: fix typos: s/abs/fabs/
25703         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25704
25705 2008-04-13  Bruno Haible  <bruno@clisp.org>
25706
25707         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25708         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25709         module is also used and while not building the reloc-wrapper.
25710
25711 2008-04-13  Bruno Haible  <bruno@clisp.org>
25712
25713         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25714
25715 2008-04-13  Bruno Haible  <bruno@clisp.org>
25716
25717         Fix AIX compilation failure introduced on 2008-04-02.
25718         * tests/test-frexp.c (exp): Undefine before redefining.
25719         * tests/test-frexpl.c (exp): Likewise.
25720
25721 2008-04-13  Bruno Haible  <bruno@clisp.org>
25722
25723         Work around a HP-UX stdio bug.
25724         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25725         * tests/test-ftello.c (main): Likewise.
25726         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25727         * doc/posix-functions/ftello.texi: Likewise.
25728
25729 2008-04-13  Bruno Haible  <bruno@clisp.org>
25730
25731         Make test-signbit pass on HP-UX/hppa.
25732         * tests/test-signbit.c (minus_zerol): New variable.
25733         (test_signbitl): Use it.
25734
25735 2008-04-13  Bruno Haible  <bruno@clisp.org>
25736
25737         Make truncl work on OSF/1 4.0.
25738         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25739         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25740         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25741         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25742         HAVE_DECL_TRUNCL.
25743         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25744         HAVE_DECL_TRUNCL.
25745         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25746
25747 2008-04-13  Bruno Haible  <bruno@clisp.org>
25748
25749         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25750
25751 2008-04-13  Bruno Haible  <bruno@clisp.org>
25752
25753         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25754         expression, so as to avoid HP-UX 11 cc compiler bug.
25755
25756 2008-04-13  Bruno Haible  <bruno@clisp.org>
25757
25758         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25759
25760 2008-04-13  Bruno Haible  <bruno@clisp.org>
25761
25762         * lib/git-merge-changelog.c: Remove empty declaration outside of
25763         functions.
25764
25765 2008-04-13  Bruno Haible  <bruno@clisp.org>
25766
25767         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25768
25769 2008-04-13  Bruno Haible  <bruno@clisp.org>
25770
25771         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25772         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25773         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25774         also if it exists but lacks definitions of the SHUT_* macros.
25775         * modules/sys_socket (Description): Update.
25776         Reported by Elbert Pol <e.pol@chello.nl>.
25777
25778 2008-04-13  Bruno Haible  <bruno@clisp.org>
25779
25780         * lib/localcharset.c (OS2): Don't redefine if already defined.
25781         Reported by Elbert Pol <e.pol@chello.nl>.
25782
25783 2008-04-13  Bruno Haible  <bruno@clisp.org>
25784
25785         * lib/binary-io.h [__EMX__]: Include <io.h>.
25786         Reported by Elbert Pol <e.pol@chello.nl>.
25787
25788 2008-04-12  Bruno Haible  <bruno@clisp.org>
25789
25790         * lib/fpucw.h: Enable the definitions also for x86_64.
25791         Needed for NetBSD/x86_64.
25792         Reported by Thomas Klausner <tk@giga.or.at>.
25793
25794 2008-04-12  Bruno Haible  <bruno@clisp.org>
25795
25796         * tests/test-strtod.c: Include isnand.h.
25797         (main): Use isnand instead of isnan.
25798         Reported by Jim Meyering.
25799
25800 2008-04-12  Bruno Haible  <bruno@clisp.org>
25801
25802         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25803         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25804
25805 2008-04-12  Jim Meyering  <meyering@redhat.com>
25806
25807         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25808
25809 2008-04-12  Bruno Haible  <bruno@clisp.org>
25810
25811         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25812         Reported by Elbert Pol <e.pol@chello.nl>.
25813
25814 2008-04-12  Eric Blake  <ebb9@byu.net>
25815
25816         Work around Solaris 10 math.h bug.
25817         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25818         (gl_MATH_H_DEFAULTS): Set up default.
25819         * modules/math (Makefile.am): Replace new indicators.
25820         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25821         * tests/test-math.c (main): Test this.
25822         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25823         * doc/posix-headers/math.texi (math.h): Mention bug.
25824         Reported by Nelson H. F. Beebe and Jim Meyering.
25825
25826 2008-04-11  Bruno Haible  <bruno@clisp.org>
25827
25828         Adapt to future versions of Apple GCC.
25829         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25830         Reported by Peter O'Gorman <peter@pogma.com>.
25831
25832 2008-04-11  Bruno Haible  <bruno@clisp.org>
25833
25834         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25835
25836 2008-04-11  Bruno Haible  <bruno@clisp.org>
25837
25838         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25839
25840         * modules/getaddrinfo-tests (Makefile.am): Define
25841         test_getaddrinfo_LDADD.
25842
25843 2008-04-11  Bruno Haible  <bruno@clisp.org>
25844
25845         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25846         (init): Fix syntax error.
25847         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25848         is declared.
25849
25850 2008-04-11  Bruno Haible  <bruno@clisp.org>
25851
25852         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25853         * modules/glob (Depends-on): Add stdbool.
25854
25855 2008-04-11  Bruno Haible  <bruno@clisp.org>
25856
25857         * lib/trim.c: Include <string.h>.
25858
25859 2008-04-11  Eric Blake  <ebb9@byu.net>
25860
25861         Avoid compile failure on OS/2.
25862         * lib/regex_internal.h (internal_function): Disable optimization
25863         on OS/2 (__EMX__), where it caused compiler error.
25864         Reported by Elbert Pol.
25865
25866 2008-04-11  Bruno Haible  <bruno@clisp.org>
25867
25868         Flush the standard error stream before aborting. Needed on mingw.
25869         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25870         * tests/test-array_list.c (ASSERT): Likewise.
25871         * tests/test-array_oset.c (ASSERT): Likewise.
25872         * tests/test-avltree_list.c (ASSERT): Likewise.
25873         * tests/test-avltree_oset.c (ASSERT): Likewise.
25874         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25875         * tests/test-binary-io.c (ASSERT): Likewise.
25876         * tests/test-byteswap.c (ASSERT): Likewise.
25877         * tests/test-c-ctype.c (ASSERT): Likewise.
25878         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25879         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25880         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25881         * tests/test-c-strstr.c (ASSERT): Likewise.
25882         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25883         * tests/test-canonicalize.c (ASSERT): Likewise.
25884         * tests/test-carray_list.c (ASSERT): Likewise.
25885         * tests/test-ceilf1.c (ASSERT): Likewise.
25886         * tests/test-ceilf2.c (ASSERT): Likewise.
25887         * tests/test-ceill.c (ASSERT): Likewise.
25888         * tests/test-count-one-bits.c (ASSERT): Likewise.
25889         * tests/test-fbufmode.c (ASSERT): Likewise.
25890         * tests/test-fflush2.c (ASSERT): Likewise.
25891         * tests/test-floorf1.c (ASSERT): Likewise.
25892         * tests/test-floorf2.c (ASSERT): Likewise.
25893         * tests/test-floorl.c (ASSERT): Likewise.
25894         * tests/test-fopen.c (ASSERT): Likewise.
25895         * tests/test-fpending.c (ASSERT): Likewise.
25896         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25897         * tests/test-fpurge.c (ASSERT): Likewise.
25898         * tests/test-freadable.c (ASSERT): Likewise.
25899         * tests/test-freadahead.c (ASSERT): Likewise.
25900         * tests/test-freading.c (ASSERT): Likewise.
25901         * tests/test-freadptr.c (ASSERT): Likewise.
25902         * tests/test-freadptr2.c (ASSERT): Likewise.
25903         * tests/test-freadseek.c (ASSERT): Likewise.
25904         * tests/test-freopen.c (ASSERT): Likewise.
25905         * tests/test-frexp.c (ASSERT): Likewise.
25906         * tests/test-frexpl.c (ASSERT): Likewise.
25907         * tests/test-fseek.c (ASSERT): Likewise.
25908         * tests/test-fseeko.c (ASSERT): Likewise.
25909         * tests/test-fstrcmp.c (ASSERT): Likewise.
25910         * tests/test-ftell.c (ASSERT): Likewise.
25911         * tests/test-ftello.c (ASSERT): Likewise.
25912         * tests/test-func.c (ASSERT): Likewise.
25913         * tests/test-fwritable.c (ASSERT): Likewise.
25914         * tests/test-fwriting.c (ASSERT): Likewise.
25915         * tests/test-getdelim.c (ASSERT): Likewise.
25916         * tests/test-getline.c (ASSERT): Likewise.
25917         * tests/test-i-ring.c (ASSERT): Likewise.
25918         * tests/test-iconv-utf.c (ASSERT): Likewise.
25919         * tests/test-iconv.c (ASSERT): Likewise.
25920         * tests/test-isfinite.c (ASSERT): Likewise.
25921         * tests/test-isnand.c (ASSERT): Likewise.
25922         * tests/test-isnanf.c (ASSERT): Likewise.
25923         * tests/test-isnanl.h (ASSERT): Likewise.
25924         * tests/test-ldexpl.c (ASSERT): Likewise.
25925         * tests/test-linked_list.c (ASSERT): Likewise.
25926         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25927         * tests/test-localename.c (ASSERT): Likewise.
25928         * tests/test-lseek.c (ASSERT): Likewise.
25929         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25930         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25931         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25932         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25933         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25934         * tests/test-mbschr.c (ASSERT): Likewise.
25935         * tests/test-mbscspn.c (ASSERT): Likewise.
25936         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25937         * tests/test-mbspbrk.c (ASSERT): Likewise.
25938         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25939         * tests/test-mbsrchr.c (ASSERT): Likewise.
25940         * tests/test-mbsspn.c (ASSERT): Likewise.
25941         * tests/test-mbsstr1.c (ASSERT): Likewise.
25942         * tests/test-mbsstr2.c (ASSERT): Likewise.
25943         * tests/test-mbsstr3.c (ASSERT): Likewise.
25944         * tests/test-memchr2.c (ASSERT): Likewise.
25945         * tests/test-memmem.c (ASSERT): Likewise.
25946         * tests/test-open.c (ASSERT): Likewise.
25947         * tests/test-printf-frexp.c (ASSERT): Likewise.
25948         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25949         * tests/test-printf-posix.c (ASSERT): Likewise.
25950         * tests/test-quotearg.c (ASSERT): Likewise.
25951         * tests/test-rbtree_list.c (ASSERT): Likewise.
25952         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25953         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25954         * tests/test-round1.c (ASSERT): Likewise.
25955         * tests/test-roundf1.c (ASSERT): Likewise.
25956         * tests/test-roundl.c (ASSERT): Likewise.
25957         * tests/test-signbit.c (ASSERT): Likewise.
25958         * tests/test-sleep.c (ASSERT): Likewise.
25959         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25960         * tests/test-snprintf.c (ASSERT): Likewise.
25961         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25962         * tests/test-stat-time.c (ASSERT): Likewise.
25963         * tests/test-strcasestr.c (ASSERT): Likewise.
25964         * tests/test-strerror.c (ASSERT): Likewise.
25965         * tests/test-striconv.c (ASSERT): Likewise.
25966         * tests/test-striconveh.c (ASSERT): Likewise.
25967         * tests/test-striconveha.c (ASSERT): Likewise.
25968         * tests/test-strsignal.c (ASSERT): Likewise.
25969         * tests/test-strstr.c (ASSERT): Likewise.
25970         * tests/test-strtod.c (ASSERT): Likewise.
25971         * tests/test-trunc1.c (ASSERT): Likewise.
25972         * tests/test-trunc2.c (ASSERT): Likewise.
25973         * tests/test-truncf1.c (ASSERT): Likewise.
25974         * tests/test-truncf2.c (ASSERT): Likewise.
25975         * tests/test-truncl.c (ASSERT): Likewise.
25976         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25977         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25978         * tests/test-vasnprintf.c (ASSERT): Likewise.
25979         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25980         * tests/test-vasprintf.c (ASSERT): Likewise.
25981         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25982         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25983         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25984         * tests/test-vsnprintf.c (ASSERT): Likewise.
25985         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25986         * tests/test-wcwidth.c (ASSERT): Likewise.
25987         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25988         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25989         * tests/test-xvasprintf.c (ASSERT): Likewise.
25990         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25991         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25992         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25993         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25994         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25995         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25996         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25997         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25998         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25999         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26000         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26001         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26002         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26003         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26004         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26005         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26006         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26007         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26008         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26009         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26010         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26011         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26012         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26013         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26014         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26015         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26016         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26017         * tests/unictype/test-combining.c (ASSERT): Likewise.
26018         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26019         * tests/unictype/test-digit.c (ASSERT): Likewise.
26020         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26021         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26022         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26023         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26024         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26025         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26026         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26027         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26028         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26029         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26030         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26031         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26032         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26033         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26034         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26035         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26036         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26037         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26038         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26039         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26040         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26041         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26042         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26043         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26044         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26045         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26046         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26047         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26048         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26049         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26050         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26051         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26052         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26053         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26054         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26055         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26056         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26057         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26058         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26059         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26060         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26061         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26062         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26063         Reported by Eric Blake.
26064
26065 2008-04-11  Bruno Haible  <bruno@clisp.org>
26066
26067         * lib/wchar.in.h: Tweak comment.
26068
26069 2008-04-11  Bruno Haible  <bruno@clisp.org>
26070
26071         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26072         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26073         gl_COMMON.
26074         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26075
26076 2008-04-11  Bruno Haible  <bruno@clisp.org>
26077
26078         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26079
26080 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26081
26082         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26083         of attempting to use non-existing /dev/*random.  Based on patch
26084         from Adam Strzelecki <ono@java.pl> in
26085         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26086
26087 2008-04-08  Bruno Haible  <bruno@clisp.org>
26088
26089         Add tentative support for emx+gcc.
26090         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26091         * lib/fpurge.c (fpurge): Likewise.
26092         * lib/freadable.c (freadable): Likewise.
26093         * lib/freadahead.c (freadahead): Likewise.
26094         * lib/freading.c (freading): Likewise.
26095         * lib/freadptr.c (freadptr): Likewise.
26096         * lib/freadseek.c (freadptrinc): Likewise.
26097         * lib/fseeko.c (rpl_fseeko): Likewise.
26098         * lib/fseterr.c (fseterr): Likewise.
26099         * lib/fwritable.c (fwritable): Likewise.
26100         * lib/fwriting.c (fwriting): Likewise.
26101         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26102
26103 2008-04-09  Eric Blake  <ebb9@byu.net>
26104
26105         Avoid some autoconf warnings.
26106         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26107         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26108         * m4/afs.m4 (gl_AFS): Likewise.
26109         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26110         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26111         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26112         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26113         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26114         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26115         (AC_CHECK_DECLS_ONCE): Likewise.
26116         Rename file...
26117         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26118         gnulib-tool requires autoconf 2.59 or better.
26119         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26120
26121 2008-04-08  Eric Blake  <ebb9@byu.net>
26122
26123         Use 'git describe --match' if present (added in git 1.5.5).
26124         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26125         if possible.
26126
26127 2008-04-08  Bruno Haible  <bruno@clisp.org>
26128
26129         Add tentative support for OpenServer.
26130         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26131         _ptr, _cnt.
26132         * lib/fpurge.c (fpurge): Likewise.
26133         * lib/freadable.c (freadable): Likewise.
26134         * lib/freadahead.c (freadahead): Likewise.
26135         * lib/freading.c (freading): Likewise.
26136         * lib/freadptr.c (freadptr): Likewise.
26137         * lib/freadseek.c (freadptrinc): Likewise.
26138         * lib/fseeko.c (rpl_fseeko): Likewise.
26139         * lib/fseterr.c (fseterr): Likewise.
26140         * lib/fwritable.c (fwritable): Likewise.
26141         * lib/fwriting.c (fwriting): Likewise.
26142         Reported by Roger Cornelius <rac@tenzing.org> and
26143         Brian K. White <brian@aljex.com>.
26144
26145 2008-04-06  Jim Meyering  <meyering@redhat.com>
26146
26147         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26148
26149 2008-04-06  Bruno Haible  <bruno@clisp.org>
26150
26151         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26152         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26153         * tests/test-printf-posix.sh: Likewise.
26154         * tests/test-vfprintf-posix.sh: Likewise.
26155         * tests/test-vprintf-posix.sh: Likewise.
26156         * tests/test-xprintf-posix.sh: Likewise.
26157
26158 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26159
26160         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26161         hide error from 'ls', needed on OS/2.
26162         Report by Elbert Pol <elbert.pol@gmail.com>.
26163
26164 2008-04-04  Eric Blake  <ebb9@byu.net>
26165
26166         Make test-fseeko.c failures meaningful.
26167         * tests/test-fseeko.c: Print line number on failure.
26168         * tests/test-fseek.c: Likewise.
26169         Reported by Nelson H. F. Beebe.
26170
26171         Improve strtod bug detection check.
26172         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26173         required for Solaris 10.
26174         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26175
26176 2008-04-04  Bruno Haible  <bruno@clisp.org>
26177
26178         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26179         by m4/setenv.m4.
26180
26181 2008-04-03  Eric Blake  <ebb9@byu.net>
26182
26183         Ensure sane .version contents.
26184         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26185         version string.
26186         * build-aux/git-version-gen: Improve documentation.
26187
26188         Make GNU make output nicer.
26189         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26190         MAKECMDGOALS to enforce message for all command line targets.  Set
26191         srcdir for use in maint.mk.
26192
26193         Another maintainer tweak.
26194         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26195         a target that regenerates version.
26196
26197 2008-04-03  Jim Meyering  <meyering@redhat.com>
26198
26199         vc-list-files: don't cause coreutils "make po-check" failure
26200         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26201
26202 2008-04-03  Eric Blake  <ebb9@byu.net>
26203
26204         Allow VPATH usage of vc-list-files.
26205         * build-aux/vc-list-files (scriptversion): Add timestamp.
26206         (options): Add --help, --version, -C.
26207         (CVS): Support installed cvsu.
26208
26209 2008-04-02  Bruno Haible  <bruno@clisp.org>
26210
26211         Avoid some "statement with no effect" warnings from gcc.
26212         * tests/test-wctype.c (main): Explicitly ignore unused values.
26213         Reported by Jim Meyering.
26214
26215 2008-04-02  Jim Meyering  <meyering@redhat.com>
26216
26217         Avoid some warnings from "gcc -Wshadow".
26218         * tests/test-frexp.c (exp): Define to a different identifier.
26219         * tests/test-frexpl.c (exp): Likewise.
26220
26221 2008-04-03  Jim Meyering  <meyering@redhat.com>
26222
26223         bootstrap: remove dangling *.[ch] symlinks from lib
26224         * build-aux/bootstrap [dangling symlink removal]: Move find's
26225         -depth option to precede all others, to avoid a warning.
26226         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26227
26228 2008-04-02  Bruno Haible  <bruno@clisp.org>
26229
26230         Avoid some warnings from "gcc -Wshadow".
26231         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26232         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26233         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26234         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26235         Reported by Jim Meyering.
26236
26237 2008-04-01  Bruno Haible  <bruno@clisp.org>
26238
26239         Fix test to work on IRIX 6.5 with cc.
26240         * tests/test-math.c (numeric_equal): New function.
26241         (main): Use it.
26242
26243 2008-04-01  Bruno Haible  <bruno@clisp.org>
26244
26245         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26246
26247 2008-04-01  Bruno Haible  <bruno@clisp.org>
26248
26249         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26250         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26251         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26252         (Depends-on): Remove math.
26253
26254         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26255         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26256         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26257         (Depends-on): Remove math.
26258
26259         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26260         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26261         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26262         (Depends-on): Remove math.
26263         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26264         (Depends-on): Remove math.
26265
26266         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26267         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26268         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26269         (Depends-on): Remove math.
26270         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26271         (Depends-on): Remove math.
26272
26273         * tests/test-round1.c: Include nan.h.
26274         (main): Use NaNd instead of NAN.
26275         * modules/round-tests (Files): Add tests/nan.h.
26276
26277         * tests/test-trunc1.c: Include nan.h.
26278         (main): Use NaNd instead of NAN.
26279         * modules/trunc-tests (Files): Add tests/nan.h.
26280
26281         * tests/test-roundf1.c: Include nan.h.
26282         (main): Use NaNf instead of NAN.
26283         * modules/roundf-tests (Files): Add tests/nan.h.
26284
26285         * tests/test-truncf1.c: Include nan.h.
26286         (main): Use NaNf instead of NAN.
26287         * modules/truncf-tests (Files): Add tests/nan.h.
26288
26289         * tests/test-ceilf1.c: Include nan.h.
26290         (main): Use NaNf instead of NAN.
26291         * modules/ceilf-tests (Files): Add tests/nan.h.
26292
26293         * tests/test-floorf1.c: Include nan.h.
26294         (main): Use NaNf instead of NAN.
26295         * modules/floorf-tests (Files): Add tests/nan.h.
26296
26297         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26298         (main): Use NaNf instead of NAN.
26299         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26300
26301         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26302         (main): Use NaNd instead of NAN.
26303         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26304
26305         * tests/test-frexp.c: Include nan.h.
26306         (main): Use NaNd instead of NAN.
26307         * modules/frexp-tests (Files): Add tests/nan.h.
26308
26309         * lib/isnan.c: Don't include <math.h>.
26310         (FUNC): Don't use NAN macro.
26311         * modules/isnand-nolibm (Depends-on): Remove math.
26312         * modules/isnanf-nolibm (Depends-on): Remove math.
26313         * modules/isnanl (Depends-on): Remove math.
26314         * modules/isnanl-nolibm (Depends-on): Remove math.
26315
26316         * tests/nan.h: New file.
26317
26318 2008-04-01  Eric Blake  <ebb9@byu.net>
26319
26320         Fix typos.
26321         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26322         values to be the right type.
26323
26324         For now, cater to gnulib strtod inaccuracies.
26325         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26326         fractional results.  While not as nice from a QoI perspective, it
26327         is a quicker patch than correctly implementing decimal to binary
26328         rounding.
26329
26330 2008-03-31  Eric Blake  <ebb9@byu.net>
26331
26332         Guarantee a definition of NAN.
26333         * lib/math.in.h (NAN): Define if missing.
26334         * tests/test-math.c (main): Test it.
26335         * doc/posix-headers/math.texi (math.h): Document this.
26336         * lib/isnan.c (rpl_isnand): Use it.
26337         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26338         * tests/test-floorf1.c (NaN): Likewise.
26339         * tests/test-frexp.c (NaN): Likewise.
26340         * tests/test-isnand.c (NaN): Likewise.
26341         * tests/test-isnanf.c (NaN): Likewise.
26342         * tests/test-round1.c (NaN): Likewise.
26343         * tests/test-roundf1.c (NaN): Likewise.
26344         * tests/test-snprintf-posix.h (NaN): Likewise.
26345         * tests/test-sprintf-posix.h (NaN): Likewise.
26346         * tests/test-trunc1.c (NaN): Likewise.
26347         * tests/test-truncf1.c (NaN): Likewise.
26348         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26349         * tests/test-vasprintf-posix.c (NaN): Likewise.
26350         * modules/isnand-nolibm (Depends-on): Add math.
26351         * modules/isnanf-nolibm (Depends-on): Likewise.
26352         * modules/isnanl (Depends-on): Likewise.
26353         * modules/isnanl-nolibm (Depends-on): Likewise.
26354         * modules/snprintf-posix-tests (Depends-on): Likewise.
26355         * modules/sprintf-posix-tests (Depends-on): Likewise.
26356         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26357         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26358         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26359         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26360
26361 2008-03-31  Bruno Haible  <bruno@clisp.org>
26362
26363         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26364         * doc/posix-functions/strtod.texi: Likewise.
26365
26366 2008-03-31  Bruno Haible  <bruno@clisp.org>
26367
26368         * tests/test-strtod.c (main): Don't use C99 syntax.
26369
26370 2008-03-31  Bruno Haible  <bruno@clisp.org>
26371
26372         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26373         Reported by Eric Blake.
26374
26375 2008-03-31  Jim Meyering  <meyering@redhat.com>
26376
26377         Don't compare actual signbit return values.
26378         * tests/test-strtod.c (main): Rather, compare only their
26379         zero/non-zero nature.
26380
26381 2008-03-31  Eric Blake  <ebb9@byu.net>
26382
26383         More strtod documentation.
26384         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26385         failures as distinct bugs.
26386
26387 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26388
26389         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26390         Problem reported by Erik Benada in
26391         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26392
26393 2008-03-30  Bruno Haible  <bruno@clisp.org>
26394
26395         * tests/test-strtod.c: Add comments about which assertion fails on which
26396         platform.
26397         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26398
26399 2008-03-30  Eric Blake  <ebb9@byu.net>
26400
26401         Test signbit behavior on zeros.
26402         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26403         (test_signbitd, test_signbitl): Likewise.
26404
26405         More strtod touchups.
26406         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26407         sign of negative underflow, for now.  Use .5, not .1.
26408         * doc/posix-functions/strtod.texi (strtod): Mention these
26409         limitations.
26410         Reported by Jim Meyering.
26411
26412 2008-03-30  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26415         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26416
26417 2008-03-30  Bruno Haible  <bruno@clisp.org>
26418
26419         Avoid failure when attempting to return empty iconv results on some
26420         platforms.
26421         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26422         allocation, don't report ENOMEM when the resulting string is empty.
26423
26424 2008-03-30  Bruno Haible  <bruno@clisp.org>
26425
26426         Fix buffer overrun.
26427         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26428         Don't consider the width for tmp_length. Check count against tmp_length
26429         before doing the padding. Ensure enough allocation during padding.
26430
26431 2008-03-30  Eric Blake  <ebb9@byu.net>
26432
26433         strtod touchups.
26434         * lib/strtod.c (strtod): Avoid compiler warnings.
26435         Reported by Jim Meyering.
26436
26437 2008-03-30  Bruno Haible  <bruno@clisp.org>
26438
26439         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26440         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26441         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26442         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26443         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26444         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26445         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26446         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26447
26448         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26449         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26450         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26451         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26452         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26453         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26454         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26455         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26456
26457         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26458         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26459         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26460         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26461         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26462         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26463         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26464         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26465
26466         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26467         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26468
26469         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26470         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26471
26472         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26473         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26474
26475         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26476         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26477         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26478
26479         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26480         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26481         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26482
26483         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26484         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26485         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26486
26487         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26488         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26489         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26490
26491         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26492         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26493         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26494         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26495         (Depends-on): Add EOVERFLOW.
26496         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26497         (Depends-on): Add EOVERFLOW.
26498         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26499         (Depends-on): Add EOVERFLOW.
26500         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26501         (Depends-on): Add EOVERFLOW.
26502         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26503         (Depends-on): Add EOVERFLOW.
26504         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26505         (Depends-on): Add EOVERFLOW.
26506         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26507         (Depends-on): Add EOVERFLOW.
26508         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26509         (Depends-on): Add EOVERFLOW.
26510
26511         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26512         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26513         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26514
26515         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26516         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26517         * modules/snprintf (Depends-on): Add EOVERFLOW.
26518
26519         * lib/poll.c (EOVERFLOW): Remove fallback.
26520         * modules/poll (Depends-on): Add EOVERFLOW.
26521
26522         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26523         * modules/getugroups (Depends-on): Add EOVERFLOW.
26524
26525         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26526         * modules/getdelim (Depends-on): Add EOVERFLOW.
26527
26528         * lib/ftell.c (EOVERFLOW): Remove fallback.
26529         * modules/ftell (Depends-on): Add EOVERFLOW.
26530
26531         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26532         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26533         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26534
26535         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26536
26537         * modules/EOVERFLOW-tests: New file.
26538         * tests/test-EOVERFLOW.c: New file.
26539
26540         * modules/EOVERFLOW: New file.
26541         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26542
26543 2008-03-30  Bruno Haible  <bruno@clisp.org>
26544
26545         Fix bug introduced on 2007-06-10.
26546         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26547         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26548
26549 2008-03-30  Bruno Haible  <bruno@clisp.org>
26550
26551         Improve freadseek's efficiency after ungetc.
26552         * lib/freadseek.c: Include freadahead.h.
26553         (freadptrinc): New function, extracted from freadseek.
26554         (freadseek): Use it in a loop. Use freadahead to determine the number
26555         of loop iterations.
26556         * modules/freadseek (Depends-on): Add freadahead.
26557         (configure.ac): Require AC_C_INLINE.
26558
26559 2008-03-30  Bruno Haible  <bruno@clisp.org>
26560
26561         * lib/freadseek.c (freadseek): Don't ignore the return value of
26562         freadptr.
26563
26564 2008-03-29  Eric Blake  <ebb9@byu.net>
26565
26566         Add hex float support.
26567         * modules/strtod (Depends-on): Add c-ctype.
26568         (Link): Mention POW_LIB.
26569         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26570         whitespace between 'e' and exponent.
26571         * tests/test-strtod.c (main): Enable hex float tests.
26572         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26573         now provides.
26574
26575         Document various strtod bugs, with some fixes.
26576         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26577         "-0x", "inf", "nan", and hex constants.
26578         * doc/posix-functions/atof.texi (atof): Likewise.
26579         * modules/stdlib (Makefile.am): Support strtod.
26580         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26581         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26582         detect additional strtod bugs.
26583         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26584         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26585         bool where appropriate.  Parse 'inf' and 'nan'.
26586         * tests/test-strtod.c: New file.
26587         * modules/strtod (Depends-on): Add stdbool, stdlib.
26588         (configure.ac): Turn on module indicator.
26589         * modules/strtod-tests: New module.
26590
26591 2008-03-29  Eric Blake  <ebb9@byu.net>
26592
26593         Fix ftell on mingw.
26594         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26595         * modules/ftell-tests (Depends-on): Add binary-io.
26596         * modules/ftello-tests (Depends-on): Likewise.
26597         * tests/test-ftell.c (main): Enhance test to cover behavior after
26598         ungetc.  Enforce binary mode.
26599         * tests/test-ftello.c (main): Likewise.
26600
26601         Pass test-freadseek on cygwin.
26602         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26603         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26604         ungetc buffer.
26605
26606         * tests/test-fflush2.c (main): Fix typo.
26607
26608 2008-03-29  Bruno Haible  <bruno@clisp.org>
26609
26610         * tests/test-fflush2.c (main): Temporarily disable the contents of
26611         this test.
26612         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26613         Reported by Eric Blake.
26614
26615 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26616
26617         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26618         (GC_SHA224_DIGEST_SIZE): Add.
26619
26620         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26621         (gc_hash_digest_length): Likewise.
26622         (gc_hash_buffer): Likewise.
26623
26624 2008-03-25  Bruno Haible  <bruno@clisp.org>
26625
26626         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26627         detail which gettext release to use.
26628         Reported by Simon Josefsson.
26629
26630 2008-03-26  Jim Meyering  <meyering@redhat.com>
26631
26632         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26633         * modules/gnumakefile (clean-GNUmakefile): Also, use
26634         test ... && ... || : syntax rather than if-then ... fi.
26635
26636         gnumakefile: Don't double-quote-expand $(VPATH) value.
26637         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26638
26639 2008-03-24  Eric Blake  <ebb9@byu.net>
26640
26641         Alter GNUmakefile to install into top directory.
26642         * modules/maintainer-makefile: Split, and add dependency...
26643         * modules/gnumakefile: to this new module.
26644         * build-aux/GNUmakefile: Move...
26645         * top/GNUmakefile: ...here.
26646         * build-aux/maint.mk: Move...
26647         * top/maint.mk: ...here.
26648         * MODULES.html.sh (Support for maintaining...): Document new
26649         module.
26650
26651 2008-03-23  Bruno Haible  <bruno@clisp.org>
26652
26653         * gnulib-tool: New options --vc-files, --no-vc-files.
26654         (func_usage): Document them.
26655         (vc_files): New variable.
26656         (func_import): Consider vc_files.
26657         (func_create_testdir): Set vc_files to empty.
26658         Suggested by Jim Meyering and Karl Berry.
26659
26660 2008-03-23  Bruno Haible  <bruno@clisp.org>
26661
26662         Fix regex compilation error on HP-UX 11.
26663         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26664         * modules/regex (Files): Add m4/mbstate_t.m4.
26665         Reported by Ton Voon <ton.voon@altinity.com>.
26666
26667 2008-03-23  Bruno Haible  <bruno@clisp.org>
26668
26669         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26670
26671 2008-03-23  Eric Blake  <ebb9@byu.net>
26672             Bruno Haible  <bruno@clisp.org>
26673
26674         Install files from top/ in the destination directory.
26675         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26676         augmentation also for the files from top/.
26677         (func_import, func_create_testdir): Rewrite file names:
26678         top/filename -> filename.
26679
26680 2008-03-23  Bruno Haible  <bruno@clisp.org>
26681
26682         Tweak "gnulib --version" output.
26683         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26684
26685 2008-03-23  Bruno Haible  <bruno@clisp.org>
26686
26687         Tweak "gnulib --version" output.
26688         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26689         rather than contents of ChangeLog, when possible.
26690
26691 2008-03-21  Eric Blake  <ebb9@byu.net>
26692
26693         More --version tweaks.
26694         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26695         date of last ChangeLog entry.
26696
26697 2008-03-21  Jim Meyering  <meyering@redhat.com>
26698
26699         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26700
26701 2008-03-20  Eric Blake  <ebb9@byu.net>
26702
26703         VPATH fix.
26704         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26705
26706 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26707
26708         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26709         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26710
26711 2008-03-20  Eric Blake  <ebb9@byu.net>
26712
26713         Sync GNUmakefile with coreutils.
26714         * build-aux/GNUmakefile (have-Makefile): Rename...
26715         (_have-Makefile): ...to this, for namespace consideration.
26716         (GNUmakefile.cfg): Include, if present.
26717         (_autoreconf): Define a default.
26718         (_is-dist-target): New rule for rebuilds to pick up intra-release
26719         version.
26720         (maint-cfg.mk): Rename...
26721         (cfg.mk): ...to this.
26722
26723 2008-03-18  Jim Meyering  <meyering@redhat.com>
26724
26725         New script and module: mktempd
26726         * MODULES.html.sh (maint+release support): Add mktempd.
26727         * build-aux/mktempd: New file.
26728         * modules/mktempd: New file.
26729
26730 2008-03-15  Jim Meyering  <meyering@redhat.com>
26731
26732         Undo last change.
26733         * lib/sha1.c, lib/md5.c: 63 != ~63.
26734         Reported by Andreas Schwab.
26735
26736         sha1.c, md5.c: Hoist a redundant expression.
26737         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26738         "ctx->buflen" only once, before calling *_process_block.
26739         * lib/md5.c (md5_process_bytes): Likewise.
26740
26741 2008-03-14  Eric Blake  <ebb9@byu.net>
26742
26743         Bump copyright year in files generated by gnulib-tool.
26744         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26745         gnulib-tool, rather than hard-coding it.
26746
26747         Fix 'gnulib-tool --version' output to work with git.
26748         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26749         (startup): ...here.
26750         (func_version): Use it to invoke git-version-gen, rather than
26751         relying on CVS keyword expansion.  Modernize wording.
26752         (cvsdatestamp, last_checkin_date, version): Kill unused
26753         variables.
26754
26755 2008-03-12  Jim Meyering  <meyering@redhat.com>
26756
26757         Recognize optional cast of the argument to free.
26758         * build-aux/useless-if-before-free: Update regexps.
26759
26760         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26761
26762 2008-03-11  Bruno Haible  <bruno@clisp.org>
26763
26764         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26765         by a single package.
26766         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26767         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26768         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26769         Reported by Sam Steingold <sds@gnu.org>.
26770
26771 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26772
26773         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26774         repositories.
26775
26776 2008-03-11  Bruno Haible  <bruno@clisp.org>
26777
26778         Avoid conflicts between local macro definitions.
26779         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26780         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26781
26782 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26783             Bruno Haible  <bruno@clisp.org>
26784
26785         Make va_copy work with some version of xlc on AIX 5.1.
26786         * lib/stdarg.in.h: New file.
26787         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26788         On AIX, use a <stdarg.h> file substitute.
26789         * modules/stdarg (Files): Add lib/stdarg.in.h.
26790         (Depends-on): Add include_next.
26791         (Makefile.am): Build a stdarg.h substitute if requested.
26792         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26793
26794 2008-03-10  Bruno Haible  <bruno@clisp.org>
26795
26796         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26797         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26798         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26799
26800 2008-03-10  Bruno Haible  <bruno@clisp.org>
26801
26802         * modules/stdlib (Depends-on): Add include_next, remove
26803         absolute-header.
26804
26805 2008-03-09  Bruno Haible  <bruno@clisp.org>
26806
26807         * lib/freadahead.h (freadahead): Document more precisely.
26808         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26809         the sum of both buffer sizes.
26810         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26811         * NEWS: Document the change.
26812
26813 2008-03-09  Bruno Haible  <bruno@clisp.org>
26814
26815         Extend freadptr to return also the buffer size.
26816         * lib/freadptr.h (freadptr): Add sizep argument.
26817         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26818         (freadptr): Add sizep argument. Determine buffer size like freadahead
26819         does.
26820         * tests/test-freadptr.c: Don't include freadahead.h.
26821         (main): Adapt for new calling convention of freadptr.
26822         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26823         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26824         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26825         tests/test-freadptr2.sh.
26826         (Depends): Remove freadahead.
26827         (TESTS): Add test-freadptr2.sh.
26828         (check_PROGRAMS): Add test-freadptr2.
26829
26830 2008-03-09  Bruno Haible  <bruno@clisp.org>
26831
26832         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26833         Report and solution by Simon Josefsson.
26834
26835 2008-03-06  Bruno Haible  <bruno@clisp.org>
26836
26837         Make fflush after ungetc work on BSD platforms.
26838         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26839         * tests/test-fflush2.c: New file.
26840         * tests/test-fflush2.sh: New file.
26841         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26842         tests/test-fflush2.c.
26843         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26844         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26845
26846 2008-03-06  Eric Blake  <ebb9@byu.net>
26847
26848         Likewise for ftello.
26849         * modules/ftello (Dependencies): Add extensions.
26850         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26851
26852 2008-03-06  Bruno Haible  <bruno@clisp.org>
26853
26854         * modules/fseeko (Dependencies): Add extensions.
26855         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26856         Needed on glibc systems.
26857
26858 2008-03-06  Bruno Haible  <bruno@clisp.org>
26859
26860         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26861         email address.
26862         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26863
26864 2008-03-06  Bruno Haible  <bruno@clisp.org>
26865
26866         * users.txt: Add libgnupdf.
26867
26868 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26869
26870         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26871         (Header File Substitutes, Function Substitutes,
26872         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26873         (Build robot for gnulib): Fix typo.
26874
26875 2008-03-06  Bruno Haible  <bruno@clisp.org>
26876
26877         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26878         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26879
26880 2008-03-06  Bruno Haible  <bruno@clisp.org>
26881
26882         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26883         * doc/gnulib.texi: Include it.
26884
26885 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26886
26887         * modules/func (License): Change license to unlimited; there was
26888         no LGPL parts in the module anyway.
26889
26890 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26891
26892         * modules/__func__: Renamed to modules/func.
26893         * modules/__func__-tests: Renamed to modules/func-tests.
26894         * tests/test-__func__.c: Renamed to tests/test-func.c.
26895         * m4/__func__.m4: Renamed to m4/func.m4.
26896         * doc/gnulib.texi (__func__): Section renamed to func.
26897         Suggested by Eric Blake <ebb9@byu.net>.
26898
26899 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26900
26901         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26902         about __func__.  Make example self-contained.  Suggested by Eric
26903         Blake <ebb9@byu.net>.
26904
26905         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26906         Suggested by Eric Blake <ebb9@byu.net>.
26907
26908 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26909
26910         * modules/__func__: New file.
26911         * modules/__func__-tests: New file.
26912         * tests/test-__func__.c: New file.
26913         * m4/__func__.m4: New file.
26914         * doc/gnulib.texi (__func__): Document __func__ module.
26915
26916 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26917
26918         * modules/byteswap (License): Re-license as LGPLv2+.
26919
26920 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26921
26922         * doc/Makefile: Add pdf target.
26923
26924 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26925
26926         * modules/inline (License): Use 'unlimited', since there are only
26927         *.m4 files in this module.
26928
26929 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26930             Bruno Haible  <bruno@clisp.org>
26931
26932         Add support for HP C 7.1 on OpenVMS 8.3.
26933         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26934
26935 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26936
26937         Update VMS specifics.
26938         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26939
26940 2008-03-02  Jim Meyering  <meyering@redhat.com>
26941
26942         Remove the last dependency on the "free" module.
26943         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26944         Reported by Bob Proulx.
26945
26946         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26947
26948         Remove useless "if" tests before free.  Deprecate "free" module.
26949         * doc/posix-functions/free.texi: Mention that this
26950         module is no longer useful.
26951         * modules/free (Notice): Say this module is obsolete.
26952         * modules/readutmp (Depends-on): Remove free.
26953         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26954         * lib/putenv.c (putenv): Likewise.
26955         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26956         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26957         * tests/test-c-strcasestr.c (main): Likewise.
26958         * tests/test-c-strstr.c (main): Likewise.
26959         * tests/test-mbscasestr1.c (main): Likewise.
26960         * tests/test-mbscasestr2.c (main): Likewise.
26961         * tests/test-mbsstr1.c (main): Likewise.
26962         * tests/test-mbsstr2.c (main): Likewise.
26963         * tests/test-memmem.c (main): Likewise.
26964         * tests/test-strcasestr.c (main): Likewise.
26965         * tests/test-striconv.c (main): Likewise.
26966         * tests/test-striconveh.c (main): Likewise.
26967         * tests/test-striconveha.c (main): Likewise.
26968         * tests/test-strstr.c (main): Likewise.
26969
26970         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26971
26972         bootstrap: sync from coreutils again
26973         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26974
26975 2008-03-01  Jim Meyering  <meyering@redhat.com>
26976
26977         bootstrap: sync from coreutils
26978         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26979         also when the target doesn't exist.
26980
26981 2008-03-01  Eric Blake  <ebb9@byu.net>
26982
26983         Fix bugs in last patch.
26984         * lib/memchr2.c (memchr2): Fix typo.
26985         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26986         extension.
26987         Reported by Bruce Korb.
26988
26989         New module 'memchr2'.
26990         * modules/memchr2: New file.
26991         * modules/memchr2-tests: Likewise.
26992         * lib/memchr2.h: Likewise.
26993         * lib/memchr2.c: Likewise, based on memchr.c.
26994         * tests/test-memchr2.c: New test.
26995         * MODULES.html.sh (String handling): Add memchr2.
26996
26997 2008-02-29  Bruno Haible  <bruno@clisp.org>
26998
26999         * modules/freadseek-tests: New file.
27000         * tests/test-freadseek.sh: New file.
27001         * tests/test-freadseek.c: New file.
27002
27003         New module 'freadseek'.
27004         * modules/freadseek: New file.
27005         * lib/freadseek.h: New file.
27006         * lib/freadseek.c: New file.
27007         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27008
27009 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27010
27011         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27012         wydawca.
27013
27014         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27015         program_invocation_name and program_invocation_short_name are
27016         present.
27017
27018 2008-02-28  Bruno Haible  <bruno@clisp.org>
27019
27020         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27021         * tests/test-freadptr.sh: Also test non-seekable stdin.
27022
27023 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27024
27025         * build-aux/bootstrap (source_base, m4_base)
27026         (doc_base, tests_base): New variables.
27027         (gnulib_tool_options): Do not hardcode base directories, use
27028         the above variables instead.
27029
27030 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27031
27032         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27033
27034 2008-02-28  Bruno Haible  <bruno@clisp.org>
27035
27036         * modules/freadptr-tests: New file.
27037         * tests/test-freadptr.sh: New file.
27038         * tests/test-freadptr.c: New file.
27039
27040         New module 'freadptr'.
27041         * modules/freadptr: New file.
27042         * lib/freadptr.h: New file.
27043         * lib/freadptr.c: New file.
27044         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27045
27046 2008-02-26  Karl Berry  <karl@freefriends.org>
27047
27048         Sync from Libtool:
27049         * libltdl/argz.c (argz_add, argz_count): New functions.
27050         * libltdl/argz.in.h: Declare them.
27051         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27052
27053 2008-02-22  Bruno Haible  <bruno@clisp.org>
27054
27055         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27056         is a pointer type.  Needed for HP-UX 10.
27057         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27058         * doc/posix-functions/gmtime_r.texi: Likewise.
27059         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27060
27061 2008-02-24  Bruno Haible  <bruno@clisp.org>
27062
27063         * modules/environ-tests: New file.
27064         * tests/test-environ.c: New file.
27065
27066         New module 'environ'.
27067         * modules/environ: New file.
27068         * lib/unistd.in.h (environ): New declaration.
27069         * m4/environ.m4: New file.
27070         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27071         after use.
27072         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27073         HAVE_DECL_ENVIRON.
27074         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27075         HAVE_DECL_ENVIRON.
27076         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27077         wrong claim that 'environ' is missing on some systems.
27078         * modules/execute (Depends-on): Add environ.
27079         * lib/execute.c (environ): Remove fallback declaration.
27080         * modules/pipe (Depends-on): Add environ.
27081         * lib/pipe.c (environ): Remove fallback declaration.
27082         * modules/setenv (Depends-on): Add environ.
27083         * lib/setenv.c (environ): Remove fallback declaration.
27084         * modules/unsetenv (Depends-on): Add environ.
27085         * lib/unsetenv.c (environ): Remove fallback declaration.
27086         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27087         m4/environ.m4.
27088         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27089         (gl_PREREQ_UNSETENV): Likewise.
27090
27091 2008-02-24  Bruno Haible  <bruno@clisp.org>
27092
27093         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27094
27095 2008-02-20  Bob Proulx  <bob@proulx.com>
27096
27097         Enable use of older two part flavor 'git describe'.
27098         * build-aux/git-version-gen: If using the older two part flavor of
27099         git version then recreate the third part now present in the
27100         newer three part flavor of git describe.
27101
27102 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27103
27104         * lib/fts.c (fts_build): Typo correction to comment.
27105
27106 2008-02-17  Bruno Haible  <bruno@clisp.org>
27107
27108         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27109         generating no-op conflicts.
27110
27111 2008-02-17  Bruno Haible  <bruno@clisp.org>
27112
27113         Speed up by 10%.
27114         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27115         result_entries, rather than an index-based loop.
27116
27117 2008-02-17  Bruno Haible  <bruno@clisp.org>
27118
27119         Speed up by 25%.
27120         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27121         'hashcode_cached'.
27122         (entry_create): New function.
27123         (entry_hashcode): Use the cached hashcode if possible.
27124         (read_changelog_file, try_split_merged_entry): Use entry_create.
27125
27126 2008-02-17  Bruno Haible  <bruno@clisp.org>
27127
27128         Speed up from O(n^2) to O(n) for long ChangeLog files.
27129         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27130         (read_changelog_file): Change implementation of entries_reversed list
27131         to rbtreehash.
27132         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27133
27134 2008-02-17  Bruno Haible  <bruno@clisp.org>
27135
27136         New option --split-merged-entry.
27137         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27138         (find_paragraph_end, try_split_merged_entry): New functions.
27139         (long_options): Add option --split-merged-entry.
27140         (usage): Document option --split-merged-entry.
27141         (main): Implement option --split-merged-entry.
27142         Reported by Eric Blake.
27143
27144 2008-02-17  Bruno Haible  <bruno@clisp.org>
27145
27146         * lib/git-merge-changelog.c: Include c-strstr.h.
27147         (main): Support the "git pull --rebase" situation.
27148         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27149         Reported by Eric Blake.
27150
27151 2008-02-16  Eric Blake  <ebb9@byu.net>
27152
27153         Avoid doubling \ in common case of "c-maybe" quoting style.
27154         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27155         eliding outer quotes.
27156         * lib/quotearg.h: Document this.
27157         * tests/test-quotearg.c (result_strings, inputs, results_g)
27158         (flag_results, locale_results): Test it by adding a new string to
27159         each test group.
27160         (compare_strings): Test new string.
27161
27162 2008-02-13  Eric Blake  <ebb9@byu.net>
27163
27164         Avoid trigraph quoting in default output.
27165         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27166         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27167         unless explicitly requested.
27168         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27169
27170 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27171
27172         Don't rely on signed integer overflowing to negative value.
27173         * lib/getugroups.c (getugroups): Include <limits.h>.
27174         Instead, compare against INT_MAX, and increment only if the test passes.
27175
27176 2008-02-13  Jim Meyering  <meyering@redhat.com>
27177         and Eric Blake  <ebb9@byu.net>
27178
27179         Avoid shadowing warning and compile errors on Linux.
27180         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27181         forwarding macros on Linux.
27182         (dcgettext): Define a stub, for Linux.
27183         (results_g, main): Avoid warnings.
27184
27185 2008-02-12  Eric Blake  <ebb9@byu.net>
27186
27187         Silence warning in last patch.
27188         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27189
27190         Quotearg part 4: add tests, fix c-maybe colon quoting.
27191         * lib/quotearg.h: Improve documentation.
27192         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27193         escapes when adding outer quotes.  When quoting trigraphs, use
27194         valid C notation.  When quoting NUL, omit extra characters if next
27195         character is not digit.  Alter prototype.
27196         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27197         callers.
27198         * modules/quotearg-tests: New module.
27199         * tests/test-quotearg.c: New test.
27200
27201 2008-02-07  Eric Blake  <ebb9@byu.net>
27202
27203         Quotearg part 3: add flag to control outer quote elision.
27204         * lib/quotearg.h (c_maybe_quoting_style): New style.
27205         (enum quoting_flags): Better documentation of flags.
27206         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27207         c-maybe style.
27208         (quotearg_buffer_restyled): Handle new flag to elide outer
27209         quotes.
27210
27211         Quotearg part 2: add flag that can control NUL elision.
27212         * lib/quotearg.h (set_quoting_flags): New prototype.
27213         * lib/quotearg.c (struct quoting_options): Add flag field.
27214         (set_quoting_flags): New function.
27215         (quotearg_buffer_restyled): Add flags parameter.
27216         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27217         (quotearg_n_options): Set the flag, since length cannot be
27218         returned.
27219         (quoting_options_from_style): Default flags correctly.
27220
27221         Quotearg part 1: more wrappers, restore quotearg_char state.
27222         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27223         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27224         (quotearg_colon_mem): New wrappers.
27225         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27226         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27227         functions.
27228         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27229         (quotearg_colon_mem): New functions.
27230
27231 2008-02-11  Bruno Haible  <bruno@clisp.org>
27232
27233         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27234         library in the current directory: it does not work with parallel make.
27235         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27236
27237 2008-02-11  Bruno Haible  <bruno@clisp.org>
27238
27239         * .gitattributes: New file.
27240
27241 2008-02-11  Jim Meyering  <meyering@redhat.com>
27242
27243         useless-if-before-free: Fix reversed exit values.
27244         * build-aux/useless-if-before-free: Use correct values
27245         for EXIT_MATCH and EXIT_NO_MATCH.
27246
27247         * build-aux/useless-if-before-free: Close stdout carefully.
27248
27249 2008-02-10  Bruno Haible  <bruno@clisp.org>
27250
27251         New module 'git-merge-changelog'.
27252         * modules/git-merge-changelog: New file.
27253         * lib/git-merge-changelog.c: New file.
27254
27255 2008-02-10  Jim Meyering  <meyering@redhat.com>
27256
27257         useless-if-before-free: New option: --list (-l).
27258
27259         useless-if-before-free: Don't exit immediately upon open failure.
27260         * build-aux/useless-if-before-free: Exit 2 for errors.
27261         Upon failure to open a file, don't exit immediately.
27262         Rather, just warn and continue with any remaining files.
27263
27264 2008-02-10  Bruno Haible  <bruno@clisp.org>
27265
27266         New abstract list operation 'node_set_value'.
27267         * lib/gl_list.h (gl_list_node_set_value): New function.
27268         (struct gl_list_implementation): New field node_set_value.
27269         * lib/gl_list.c (gl_list_node_set_value): New function.
27270         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27271         (gl_array_list_implementation): Update.
27272         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27273         (gl_carray_list_implementation): Update.
27274         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27275         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27276         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27277         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27278         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27279         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27280         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27281         Update.
27282         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27283         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27284         (gl_sublist_list_implementation): Update.
27285
27286 2008-02-10  Bruno Haible  <bruno@clisp.org>
27287
27288         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27289         Needed when ELEMENT is #defined to 'some_type *'.
27290
27291 2008-02-10  Jim Meyering  <meyering@redhat.com>
27292
27293         New script and module: useless-if-before-free
27294         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27295         * build-aux/useless-if-before-free: New file.
27296         * modules/useless-if-before-free: New file.
27297
27298         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27299
27300         xstrtol_error: Fix typo.
27301         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27302         s/exit_failure/exit_status/.
27303
27304 2008-02-09  Jim Meyering  <meyering@redhat.com>
27305
27306         New script and module: gitlog-to-changelog
27307         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27308         * modules/gitlog-to-changelog: New file.
27309         * build-aux/gitlog-to-changelog: New file.
27310
27311 2008-02-08  Jim Meyering  <meyering@redhat.com>
27312
27313         Avoid two "parameter unused" warnings.
27314         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27315         Mark "st" as used.
27316
27317         Use "git COMMAND", not "git-COMMAND".
27318         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27319         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27320         * build-aux/git-version-gen: Use "git status", not "git-status".
27321
27322 2008-02-07  Bruno Haible  <bruno@clisp.org>
27323
27324         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27325         Avoids a crash on Windows Vista.
27326         Reported by Adam Strzelecki <ono@java.pl> via
27327         Simon Josefsson <simon@josefsson.org>.
27328
27329 2008-02-06  Bruno Haible  <bruno@clisp.org>
27330
27331         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27332         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27333         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27334         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27335         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27336         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27337         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27338         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27339         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27340         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27341         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27342         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27343         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27344         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27345         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27346         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27347         left-adjust flag.
27348         * tests/test-snprintf-posix.h (test_function): Likewise.
27349         * tests/test-sprintf-posix.h (test_function): Likewise.
27350         * tests/test-vasprintf-posix.c (test_function): Likewise.
27351         * doc/posix-functions/fprintf.texi: Update.
27352         * doc/posix-functions/printf.texi: Update.
27353         * doc/posix-functions/snprintf.texi: Update.
27354         * doc/posix-functions/sprintf.texi: Update.
27355         * doc/posix-functions/vfprintf.texi: Update.
27356         * doc/posix-functions/vprintf.texi: Update.
27357         * doc/posix-functions/vsnprintf.texi: Update.
27358         * doc/posix-functions/vsprintf.texi: Update.
27359         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27360
27361 2008-02-06  Bruno Haible  <bruno@clisp.org>
27362
27363         Fix bug introduced on 2008-01-26.
27364         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27365
27366 2008-02-06  Bruno Haible  <bruno@clisp.org>
27367
27368         Fix bug introduced on 2007-06-10.
27369         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27370         !NEED_PRINTF_FLAG_ZERO.
27371
27372 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27373
27374         getloadavg: use libperfstat on AIX5
27375         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27376
27377 2008-02-03  Bruno Haible  <bruno@clisp.org>
27378
27379         * lib/diffseq.h: Add comments about required #includes.
27380         Reported by Michael Biggs <gnulib@doubleplum.net>.
27381
27382 2008-02-01  Bruno Haible  <bruno@clisp.org>
27383
27384         * users.txt: Add gnuit.
27385
27386 2008-01-31  Bruno Haible  <bruno@clisp.org>
27387
27388         * lib/md4.c (set_uint32): Mark as inline.
27389         * lib/md5.c (set_uint32): Likewise.
27390         * lib/sha1.c (set_uint32): Likewise.
27391         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27392         * m4/md5.m4 (gl_MD5): Likewise.
27393         * m4/sha1.m4 (gl_SHA1): Likewise.
27394
27395 2008-01-31  Jim Meyering  <meyering@redhat.com>
27396
27397         Use "sizeof VAR", rather than a literal "4".
27398         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27399         * lib/md4.c (md4_read_ctx): Likewise.
27400         * lib/sha1.c (sha1_read_ctx): Likewise.
27401
27402 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27403
27404         * tests/test-sha1.c: New file, based on test-md5.c.
27405
27406         * modules/crypto/sha1-tests: New file.
27407
27408 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27409
27410         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27411
27412 2008-01-31  Jim Meyering  <meyering@redhat.com>
27413
27414         Prefer "sizeof v" over the equivalent "4".
27415         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27416         * lib/md5.c (set_uint32): Likewise.
27417         * lib/sha1.c (set_uint32): Likewise.
27418
27419 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27420
27421         * lib/sha1.c (set_uint32): Mark function as static.
27422
27423 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27424
27425         md2: clarify comments to say that alignment is not required.
27426         * lib/md2.h: Remove warning about alignment in comment.
27427         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27428         never been required.
27429
27430 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27431
27432         md4: adapt alignment constraint fix from sha1.
27433         * lib/md4.c (set_uint32): New function, from sha1.c
27434         (md4_read_ctx): Use it.
27435         (md4_finish_ctx): Doc fix.
27436         * lib/md4.h: Doc fix.
27437
27438 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27439
27440         md5: adapt alignment constraint fix from sha1.
27441         * lib/md5.c (set_uint32): New function, from sha1.c
27442         (md5_read_ctx): Use it.
27443         (md5_finish_ctx): Doc fix.
27444         * lib/md5.h: Doc fix.
27445
27446 2008-01-30  Peter Palfrader  <weasel@debian.org>
27447
27448         sha1: remove the result buffer alignment constraint
27449         * lib/sha1.c (set_uint32): New function.
27450         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27451         constraint.
27452         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27453         * lib/sha1.h: Likewise.
27454
27455 2008-01-30  Andreas Schwab  <schwab@suse.de>
27456             Bruno Haible  <bruno@clisp.org>
27457
27458         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27459         correct definition of LDBL_MIN_EXP.
27460
27461 2008-01-30  Karl Berry  <karl@gnu.org>
27462
27463         * config/srclist-update: try to preserve x bit on updates.
27464         * config/srclistvars.sh: update for karl.
27465
27466 2008-01-29  Jim Meyering  <meyering@redhat.com>
27467
27468         vasnprintf.c: Avoid warning about unused label
27469         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27470         "overflow" label definition and associated code with the
27471         same cpp condition that guards the sole use of that label.
27472
27473 2008-01-26  Bruno Haible  <bruno@clisp.org>
27474
27475         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27476         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27477         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27478         * lib/isnanl-nolibm.h (isnanl): Likewise.
27479         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27480
27481 2008-01-26  Bruno Haible  <bruno@clisp.org>
27482
27483         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27484         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27485
27486 2008-01-26  Bruno Haible  <bruno@clisp.org>
27487
27488         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27489         GCC >= 4.0 built-in.
27490         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27491
27492 2008-01-26  Bruno Haible  <bruno@clisp.org>
27493
27494         Rename isnan, applicable to 'double' only, to isnand.
27495         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27496         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27497         (configure.ac): Update.
27498         (Include): Replace "isnan.h" with "isnand.h".
27499         * m4/isnand.m4: Renamed from m4/isnan.m4.
27500         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27501         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27502         instead of isnan.c.
27503         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27504         instead of HAVE_ISNAN_IN_LIBC.
27505         (isnand): Renamed from isnan.
27506         * lib/isnand.c: New file.
27507         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27508         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27509         (Makefile.am): Update.
27510         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27511         Include isnand.h instead of isnan.h.
27512         (main): Test isnand instead of isnan.
27513         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27514         isnan-nolibm.
27515         * modules/frexp (Depends-on): Likewise.
27516         * modules/frexp-tests (Depends-on): Likewise.
27517         * modules/frexp-nolibm (Depends-on): Likewise.
27518         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27519         * modules/isfinite (Depends-on): Likewise.
27520         * modules/round-tests (Depends-on): Likewise.
27521         * modules/signbit (Depends-on): Likewise.
27522         * modules/signbit-tests (Depends-on): Likewise.
27523         * modules/snprintf-posix (Depends-on): Likewise.
27524         * modules/sprintf-posix (Depends-on): Likewise.
27525         * modules/trunc-tests (Depends-on): Likewise.
27526         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27527         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27528         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27529         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27530         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27531         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27532         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27533         * modules/vasnprintf-posix (Depends-on): Likewise.
27534         * modules/vasprintf-posix (Depends-on): Likewise.
27535         * modules/vfprintf-posix (Depends-on): Likewise.
27536         * modules/vsnprintf-posix (Depends-on): Likewise.
27537         * modules/vsprintf-posix (Depends-on): Likewise.
27538         * lib/frexp.c: Include isnand.h instead of isnan.h.
27539         (ISNAN): Set to isnand instead of isnan.
27540         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27541         (gl_isfinited): Use isnand instead of isnan.
27542         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27543         (gl_signbitd): Use isnand instead of isnan.
27544         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27545         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27546         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27547         (main): Use isnand instead of isnan.
27548         * tests/test-round1.c: Include isnand.h.
27549         (main): Use isnand instead of isnan.
27550         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27551         (ISNAN): Set to isnand instead of isnan.
27552         * tests/test-trunc1.c: Include isnand.h.
27553         (main): Use isnand instead of isnan.
27554         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27555         (equal): Use isnand instead of isnan.
27556         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27557         isnand-nolibm.
27558         * NEWS: Mention the change.
27559
27560 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27561             Bruno Haible  <bruno@clisp.org>
27562
27563         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27564         the GCC builtins for signbits are present and set
27565         REPLACE_SIGNBIT_USING_GCC if so.
27566         * lib/math.in.h (signbit): Define using GCC builtins if
27567         REPLACE_SIGNBIT_USING_GCC is set.
27568         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27569         REPLACE_SIGNBIT_USING_GCC.
27570         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27571
27572 2008-01-25  Jim Meyering  <meyering@redhat.com>
27573
27574         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27575         * lib/poll.c: Include <config.h>, not "config.h".
27576         * tests/test-getaddrinfo.c: Likewise.
27577
27578 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27579
27580         * modules/sockets-tests: New file.
27581
27582 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27583
27584         * modules/sockets: New module, can be used to call WSA_Startup and
27585         WSA_Cleanup when needed.
27586
27587         * lib/sockets.h, lib/sockets.c: New files.
27588
27589         * m4/sockets.m4: New file.
27590
27591         * tests/test-sockets.c: New file.
27592
27593 2008-01-19  Bruno Haible  <bruno@clisp.org>
27594
27595         * doc/posix-headers: Renamed from doc/headers.
27596         * doc/posix-functions: Renamed from doc/functions.
27597         * doc/gnulib.texi: Update.
27598
27599 2008-01-19  Bruno Haible  <bruno@clisp.org>
27600
27601         * doc/glibc-functions/strcasestr.texi: Include contents of
27602         doc/functions/strcasestr.texi, fixing the list of platforms.
27603         * doc/functions/strcasestr.texi: Remove file.
27604
27605 2008-01-19  Bruno Haible  <bruno@clisp.org>
27606
27607         * doc/glibc-functions/memmem.texi: Include contents of
27608         doc/functions/memmem.texi.
27609         * doc/functions/memmem.texi: Remove file.
27610
27611 2008-01-18  Bruno Haible  <bruno@clisp.org>
27612
27613         * doc/glibc-functions/*.texi: New files.
27614         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27615         to use the new files.
27616
27617 2008-01-17  Bruno Haible  <bruno@clisp.org>
27618
27619         * tests/test-gethostname.c (main): Fix printf statement.
27620
27621 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27622
27623         * modules/gethostname-tests: New file.
27624
27625         * tests/test-gethostname.c: New file.
27626
27627 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27628
27629         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27630         used by the UNAME case.  Reported by Bruno Haible
27631         <bruno@clisp.org>.
27632
27633 2008-01-17  Eric Blake  <ebb9@byu.net>
27634
27635         Convert c-strcasestr to be more efficient.
27636         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27637         (Depends-on): Add c-strcase, remove malloca, strnlen.
27638         * tests/test-c-strcasestr.c (main): Enhance test.
27639         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27640
27641 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27642
27643         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27644         Use it in creating po/Makevars.
27645
27646 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27647
27648         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27649         Applications that requires it should initialize libgcrypt
27650         manually.
27651
27652 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27653
27654         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27655
27656 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27657
27658         Fix problem with getdate on mingw32 reported by Simon Josefsson
27659         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27660         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27661         tzname", when deciding whether to declare tzname.
27662         * lib/strftime.c (tzname): Likewise.
27663
27664 2008-01-15  Bruno Haible  <bruno@clisp.org>
27665
27666         Work around a MacOS X 10.5 bug in frexpl().
27667         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27668         * doc/functions/frexpl.texi: Document the bug.
27669         Reported by Elias Pipping <pipping@gentoo.org>.
27670
27671 2008-01-14  Eric Blake  <ebb9@byu.net>
27672
27673         Touch up previous patch.
27674         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27675         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27676
27677         Convert strcasestr module to use Two-Way algorithm.
27678         * modules/strcasestr-simple: New module, based on the old
27679         strcasestr, but with Two-Way rather than KMP.
27680         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27681         * lib/string.in.h (rpl_strcasestr): Declare.
27682         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27683         performance.
27684         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27685         * modules/string (Makefile.am): Support strcasestr.
27686         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27687         * modules/strcasestr-tests (Depends-on): Check for alarm.
27688         * tests/test-strcasestr.c: Augment test.
27689         * lib/str-two-way.h: Clean up stray macro.
27690         * NEWS: Document new module.
27691         * MODULES.html.sh (string handling): Likewise.
27692         * doc/functions/strcasestr.texi: New file.
27693         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27694         here, since it is not a POSIX function.
27695
27696 2008-01-14  Colin Watson  <cjwatson@debian.org>
27697             Bruno Haible  <bruno@clisp.org>
27698
27699         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27700         works fine; if not, set REPLACE_STRSIGNAL.
27701         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27702         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27703         REPLACE_STRSIGNAL.
27704         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27705         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27706         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27707
27708 2008-01-14  Bruno Haible  <bruno@clisp.org>
27709
27710         * modules/strsignal (Include): Change to <string.h>.
27711
27712 2008-01-14  Colin Watson  <cjwatson@debian.org>
27713
27714         * modules/argp (Notice): Add a notice recommending to change
27715         XGETTEXT_OPTIONS.
27716         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27717
27718 2008-01-13  Colin Watson  <cjwatson@debian.org>
27719
27720         * modules/strsignal-tests: New file.
27721         * tests/test-strsignal.c: New file.
27722
27723         * lib/strsignal.c: New file, from glibc with modifications.
27724         * lib/siglist.h: New file, from glibc with modifications.
27725         * lib/string.in.h (strsignal): New declaration.
27726         * m4/strsignal.m4: New file.
27727         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27728         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27729         * modules/strsignal: New file.
27730         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27731         HAVE_DECL_STRSIGNAL.
27732
27733 2008-01-13  Bruno Haible  <bruno@clisp.org>
27734
27735         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27736         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27737         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27738         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27739
27740 2008-01-13  Bruno Haible  <bruno@clisp.org>
27741
27742         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27743         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27744         * lib/argp.h (__attribute__): Likewise.
27745         * lib/c-stack.c (__attribute__): Likewise.
27746         * lib/error.h (__attribute__): Likewise.
27747         * lib/fts.c (__attribute__): Likewise.
27748         * lib/openat.h (__attribute__): Likewise.
27749         * lib/stdio.in.h (__attribute__): Likewise.
27750         * lib/string.in.h (__attribute__): Likewise.
27751         * lib/utimens.c (__attribute__): Likewise.
27752         * lib/vasnprintf.h (__attribute__): Likewise.
27753         * lib/xalloc.h (__attribute__): Likewise.
27754         * lib/xprintf.h (__attribute__): Likewise.
27755         * lib/xstrtol.h (__attribute__): Likewise.
27756         * lib/xvasprintf.h (__attribute__): Likewise.
27757
27758 2008-01-12  Bruno Haible  <bruno@clisp.org>
27759
27760         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27761         * doc/glibc-headers/a.out.texi: New file.
27762         * doc/glibc-headers/aliases.texi: New file.
27763         * doc/glibc-headers/alloca.texi: New file.
27764         * doc/glibc-headers/ar.texi: New file.
27765         * doc/glibc-headers/argp.texi: New file.
27766         * doc/glibc-headers/argz.texi: New file.
27767         * doc/glibc-headers/byteswap.texi: New file.
27768         * doc/glibc-headers/crypt.texi: New file.
27769         * doc/glibc-headers/endian.texi: New file.
27770         * doc/glibc-headers/envz.texi: New file.
27771         * doc/glibc-headers/err.texi: New file.
27772         * doc/glibc-headers/error.texi: New file.
27773         * doc/glibc-headers/execinfo.texi: New file.
27774         * doc/glibc-headers/fpu_control.texi: New file.
27775         * doc/glibc-headers/fstab.texi: New file.
27776         * doc/glibc-headers/fts.texi: New file.
27777         * doc/glibc-headers/getopt.texi: New file.
27778         * doc/glibc-headers/ieee754.texi: New file.
27779         * doc/glibc-headers/ifaddrs.texi: New file.
27780         * doc/glibc-headers/libintl.texi: New file.
27781         * doc/glibc-headers/mcheck.texi: New file.
27782         * doc/glibc-headers/mntent.texi: New file.
27783         * doc/glibc-headers/obstack.texi: New file.
27784         * doc/glibc-headers/paths.texi: New file.
27785         * doc/glibc-headers/printf.texi: New file.
27786         * doc/glibc-headers/pty.texi: New file.
27787         * doc/glibc-headers/resolv.texi: New file.
27788         * doc/glibc-headers/shadow.texi: New file.
27789         * doc/glibc-headers/sysexits.texi: New file.
27790         * doc/glibc-headers/ttyent.texi: New file.
27791
27792 2008-01-12  Jim Meyering  <meyering@redhat.com>
27793
27794         announce-gen: emit Gnulib's git-based version string.
27795         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27796         New option --gnulib-version=V, where V is expected to be
27797         the output of running git describe in the gnulib directory.
27798         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27799         not useful, and plan to stop publishing an xdelta file with each
27800         coreutils release.
27801
27802         * build-aux/announce-gen: Also check for lzma-compressed files.
27803
27804 2008-01-11  Bruno Haible  <bruno@clisp.org>
27805
27806         * tests/test-memmem.c (main): Increase maximum allowed time.
27807         * tests/test-strstr.c (main): Likewise.
27808
27809 2008-01-11  Bruno Haible  <bruno@clisp.org>
27810
27811         * doc/functions/memmem.texi: Add more precisions about platforms.
27812         * doc/functions/strstr.texi: Likewise.
27813
27814 2008-01-10  Eric Blake  <ebb9@byu.net>
27815
27816         * m4/strstr.m4: Delete cruft from copy-n-paste.
27817         Reported by Bruno Haible.
27818
27819 2008-01-10  Bruno Haible  <bruno@clisp.org>
27820
27821         Make c-strstr rely on strstr.
27822         * lib/c-strstr.c: Don't include str-kmp.h.
27823         (c_strstr): Define in terms of strstr.
27824         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27825         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27826
27827 2008-01-10  Bruno Haible  <bruno@clisp.org>
27828
27829         * doc/gnulib.texi (String Functions in C Locale): New section.
27830         * doc/c-ctype.texi: New file.
27831         * doc/c-strcase.texi: New file.
27832         * doc/c-strcaseeq.texi: New file.
27833         * doc/c-strcasestr.texi: New file.
27834         * doc/c-strstr.texi: New file.
27835         * doc/c-strtod.texi: New file.
27836         * doc/c-strtold.texi: New file.
27837
27838 2008-01-10  Eric Blake  <ebb9@byu.net>
27839
27840         * lib/relocatable.h: Fix a comment.
27841
27842 2008-01-10  Eric Blake  <ebb9@byu.net>
27843
27844         Share two-way algorithm.
27845         * lib/str-two-way.h: New file, merged from...
27846         * lib/memmem.c: ...here...
27847         * lib/strstr.c: ...and here.
27848         * modules/memmem (Files): Use it.
27849         * modules/strstr (Files): Likewise.
27850
27851         Avoid quadratic strstr implementations.
27852         * lib/strstr.c: New file.
27853         * m4/strstr.m4: Likewise.
27854         * modules/strstr: Likewise.
27855         * modules/strstr-tests: Likewise.
27856         * tests/test-strstr.c: Likewise.
27857         * lib/string.in.h (rpl_strstr): Declare.
27858         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27859         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27860         * modules/string (Makefile.am): Likewise.
27861         * MODULES.html.sh (string handling): Mention new module.
27862         * doc/functions/strstr.texi (strstr): Document the bug.
27863
27864 2008-01-10  Bruno Haible  <bruno@clisp.org>
27865
27866         * lib/relocatable.h (relocate): State whether result is freshly
27867         allocated or not.
27868         * lib/relocatable.c (relocate): Return a freshly allocated string
27869         instead of a pointer to a privately held string.
27870         Reported by Sylvain Beucler <beuc@gnu.org>.
27871
27872 2008-01-10  Colin Watson  <cjwatson@debian.org>
27873
27874         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27875         s/S_ISNLK/S_ISLNK/.
27876
27877 2008-01-09  Bruno Haible  <bruno@clisp.org>
27878
27879         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27880         and other files.
27881         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27882         if it's only a guess.
27883         * modules/memmem: Simplify by depending on memmem-simple.
27884
27885 2008-01-09  Bruno Haible  <bruno@clisp.org>
27886
27887         Work around OpenBSD 4.0 tdelete() bug.
27888         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27889         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27890         macros and don't redefine the enum values.
27891         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27892         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27893         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27894
27895 2008-01-09  Bruno Haible  <bruno@clisp.org>
27896
27897         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27898         (main): Don't perform the tests if setlocale did not install a UTF-8
27899         locale. Needed on OpenBSD 4.0.
27900         * modules/wcwidth-tests (Depends-on): Add localcharset.
27901
27902 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27903
27904         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27905         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27906         * NEWS: announce this.
27907         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27908
27909 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27910         and Eric Blake  <ebb9@byu.net>
27911
27912         Add memmem-simple module.
27913         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27914         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27915         * modules/memmem-simple: New file.
27916         * modules/memmem (Description): Tweak.
27917         * MODULES.html.sh (string handling): Mention new module.
27918         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27919         addressed by memmem-simple.
27920         * NEWS: Document the difference.
27921
27922 2008-01-09  Eric Blake  <ebb9@byu.net>
27923
27924         Give gcc some memmem optimization hints.
27925         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27926         (strcasestr): Declare as pure.
27927         * modules/memmem (Maintainer): Claim my implementation.
27928
27929 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27930
27931         Support AIX 6.1 and higher.
27932         * build-aux/config.libpath: Likewise.
27933         * build-aux/config.rpath: Likewise.
27934
27935 2008-01-08  Jim Meyering  <meyering@redhat.com>
27936             Bruno Haible  <bruno@clisp.org>
27937
27938         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27939         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27940         Reported by Peter Fales in
27941         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27942
27943 2008-01-08  Bruno Haible  <bruno@clisp.org>
27944
27945         * modules/unictype/category-of (Depends-on): Add
27946         unictype/category-none.
27947         * modules/unictype/category-and-tests (Depends-on): Add
27948         unictype/category-{L,N,Lu,Nd}.
27949         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27950         * modules/unictype/category-or-tests (Depends-on): Add
27951         unictype/category-{L,N}.
27952         * modules/unictype/category-name-tests (Depends-on): Add
27953         unictype/category-{Z,Nl}.
27954         Reported by Simon Josefsson.
27955
27956 2008-01-08  Bruno Haible  <bruno@clisp.org>
27957
27958         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27959         convention better.
27960         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27961         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27962         Reported by Peter Miller <millerp@canb.auug.org.au>.
27963
27964 2008-01-08  Eric Blake  <ebb9@byu.net>
27965
27966         Rewrite memmem to guarantee linear complexity without malloc.
27967         * lib/memmem.c (memmem): Use Two-Way rather than
27968         Knuth-Morris-Pratt, to allow O(1) space usage.
27969         (critical_factorization, two_way_short_needle)
27970         (two_way_long_needle): New functions.
27971         (knuth_morris_pratt): Delete.
27972         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27973         Add stdint.
27974         * tests/test-memmem.c (main): Add tests for periodic needle and
27975         sublinear performance.
27976         * doc/functions/memmem.texi (memmem): Document other deficiencies
27977         in cygwin and older glibc.
27978
27979 2008-01-08  Bruno Haible  <bruno@clisp.org>
27980
27981         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27982         augmentation.
27983
27984 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27985
27986         Add a configure time option: --disable-acl.
27987         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27988         AC_ARG_ENABLE(acl).
27989
27990 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27991
27992         * tests/test-localename.c: Don't include obsolete "setenv.h".
27993
27994         * modules/localename-tests (Depends-on): Need unsetenv.
27995
27996 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27997
27998         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27999
28000 2008-01-06  Colin Watson  <cjwatson@debian.org>
28001
28002         * users.txt: Add man-db.
28003
28004 2008-01-07  Bruno Haible  <bruno@clisp.org>
28005
28006         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28007         previous section name.
28008
28009 2008-01-07  Bruno Haible  <bruno@clisp.org>
28010
28011         * lib/progname.c (set_program_name): Don't strip off a leading
28012         "lt-" prefix outside a .libs directory.
28013         Suggested by Paul Eggert.
28014
28015 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28016             Bruno Haible  <bruno@clisp.org>
28017
28018         Improve memory cleanup in 'relocatable' module.
28019         * lib/relocatable.h (compute_curr_prefix): Change return type to
28020         'char *'.
28021         * lib/relocatable.c (compute_curr_prefix): Change return type to
28022         'char *'. Free curr_installdir after use.
28023         (relocate): Free curr_prefix_better after use.
28024         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28025
28026 2008-01-01  Bruno Haible  <bruno@clisp.org>
28027
28028         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28029         failure on older glibc systems.
28030         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28031
28032 2008-01-05  Eric Blake  <ebb9@byu.net>
28033
28034         Avoid quadratic system memmem.
28035         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28036         Reported by Ralf Wildenhues.
28037
28038         Fix memmem test for mingw.
28039         * modules/memmem-tests (configure.ac): Check for alarm.
28040         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28041         it.
28042         * doc/functions/memmem.texi: New file.
28043         * doc/gnulib.texi (Function Substitutes): Add memmem.
28044         Reported by Bruno Haible.
28045
28046 2008-01-04  Bruno Haible  <bruno@clisp.org>
28047
28048         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28049         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28050         gl_HEADER_STRING_H_DEFAULTS.
28051
28052 2008-01-04  Eric Blake  <ebb9@byu.net>
28053
28054         Shorten duration of memmem test.
28055         * tests/test-memmem.c (main): Use alarm to declare failure if test
28056         is taking too long.
28057         Reported by Ralf Wildenhues.
28058
28059 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28060
28061         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28062         string, needed by strerror.
28063
28064 2008-01-03  Colin Watson  <cjwatson@debian.org>
28065             Bruno Haible  <bruno@clisp.org>
28066
28067         * doc/gnulib-tool.texi (Localization): New section.
28068
28069 2008-01-02  Bruno Haible  <bruno@clisp.org>
28070
28071         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28072         variables to 'unsigned char *' type.
28073         Reported by Paul Eggert.
28074
28075 2008-01-02  Jim Meyering  <jim@meyering.net>
28076
28077         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28078
28079 2007-12-31  Jim Meyering  <jim@meyering.net>
28080
28081         Avoid use of private FTS type name.
28082         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28083
28084 2007-12-30  Karl Berry  <karl@gnu.org>
28085
28086         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28087         work around defect in Texinfo and/or the standalone Info browser.
28088
28089 2007-12-30  Bruno Haible  <bruno@clisp.org>
28090
28091         Unify 5 copies of the KMP code.
28092         * lib/str-kmp.h: New file.
28093         * lib/c-strcasestr.c: Include str-kmp.h.
28094         (knuth_morris_pratt): Remove function.
28095         (c_strcasestr): Update.
28096         * lib/c-strstr.c: Include str-kmp.h.
28097         (knuth_morris_pratt): Remove function.
28098         (c_strcasestr): Update.
28099         * lib/mbscasestr.c: Include str-kmp.h.
28100         (knuth_morris_pratt_unibyte): Remove function.
28101         * lib/mbsstr.c: Include str-kmp.h.
28102         (knuth_morris_pratt_unibyte): Remove function.
28103         * lib/strcasestr.c: Include str-kmp.h.
28104         (knuth_morris_pratt): Remove function.
28105         (strcasestr): Update.
28106         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28107         * modules/c-strstr (Files): Likewise.
28108         * modules/mbscasestr (Files): Likewise.
28109         * modules/mbsstr (Files): Likewise.
28110         * modules/strcasestr (Files): Likewise.
28111         Suggested by Paul Eggert.
28112
28113 2007-12-30  Bruno Haible  <bruno@clisp.org>
28114
28115         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28116         defined.
28117
28118 2007-12-30  Bruno Haible  <bruno@clisp.org>
28119
28120         * lib/xmalloca.h: Include xalloc.h.
28121         (xnmalloca): New macro.
28122
28123 2007-12-30  Bruno Haible  <bruno@clisp.org>
28124
28125         * lib/malloca.h (nmalloca): New macro.
28126         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28127         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28128         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28129         knuth_morris_pratt_multibyte): Likewise.
28130         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28131         knuth_morris_pratt_multibyte): Likewise.
28132         * lib/memmem.c (knuth_morris_pratt): Likewise.
28133         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28134
28135 2007-12-25  Bruno Haible  <bruno@clisp.org>
28136
28137         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28138         * lib/glob.c: Don't include openat.h.
28139         (link_exists2_p): Add back the code that deals with the
28140         !GLOB_ALTDIRFUNC case.
28141         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28142         let it do the filename concatenation.
28143         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28144         * modules/glob (Depends-on): Remove openat.
28145
28146 2007-12-31  Bruno Haible  <bruno@clisp.org>
28147
28148         * modules/dirfd (License): Change to LGPLv2+.
28149         Approved by Jim Meyering.
28150
28151 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28152
28153         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28154         when multiplying M by sizeof (size_t).
28155
28156 2007-12-10  Martin Lambers  <marlam@marlam.de>
28157
28158         Override getpagesize on mingw.
28159         * lib/getpagesize.c: New file.
28160         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28161         * modules/getpagesize (Files): Add lib/getpagesize.c.
28162         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28163         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28164         REPLACE_GETPAGESIZE.
28165         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28166
28167 2007-12-25  Bruno Haible  <bruno@clisp.org>
28168
28169         * modules/localcharset (Notice): New field.
28170         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28171         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28172
28173 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28174             Bruno Haible  <bruno@clisp.org>
28175
28176         Avoid using the syntax symbol() in formatted documentation.
28177         * MODULES.html.sh (func_module): When replacing symbol() with a
28178         hyperlink, remove the parentheses. Show an error if some remain.
28179         Recognize and render the '...' syntax.
28180         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28181         Rework. Add paragraph about GCC's inlining.
28182         * doc/alloca.texi: Likewise.
28183         * doc/error.texi: Remove parentheses from symbol reference.
28184         * doc/gnulib-intro.texi: Likewise.
28185         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28186         * modules/fnmatch (Description): Reword to say "the ... function".
28187         * modules/full-read (Description): Likewise.
28188         * modules/full-write (Description): Likewise.
28189         * modules/safe-read (Description): Likewise.
28190         * modules/safe-write (Description): Likewise.
28191         * modules/strchrnul (Description): Likewise.
28192         * modules/trim (Description): Likewise.
28193         * modules/error (Description): Remove parentheses from symbol
28194         references.
28195         * modules/verror (Description): Likewise.
28196         Reported by Karl Berry.
28197
28198 2007-12-25  Bruno Haible  <bruno@clisp.org>
28199
28200         Fixup after 2007-10-16 commit.
28201         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28202
28203 2007-12-24  Bruno Haible  <bruno@clisp.org>
28204
28205         Make --enable-relocatable work with DESTDIR.
28206         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28207         to compute installdir from destprog.
28208         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28209         also set the RELOC_DESTDIR variable.
28210         Reported by Левашев Иван <octagram@bluebottle.com>.
28211
28212 2007-12-24  Bruno Haible  <bruno@clisp.org>
28213
28214         Fix link error due to xalloc_die().
28215         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28216         of xreadlink.
28217         * lib/relocwrapper.c: Update comments.
28218         * build-aux/install-reloc: Remove xreadlink.c from file list.
28219         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28220         xreadlink.c.
28221         Reported by Левашев Иван <octagram@bluebottle.com>.
28222
28223 2007-12-24  Bruno Haible  <bruno@clisp.org>
28224
28225         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28226         * lib/setenv.h: Remove file.
28227         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28228         lib/setenv.h.
28229         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28230         (Depends-on): Add stdlib.
28231         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28232         gl_FUNC_UNSETENV.
28233         (Include): Replace setenv.h with <stdlib.h>.
28234         * modules/unsetenv: New file.
28235         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28236         * lib/unsetenv.c: Include <stdlib.h> first.
28237         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28238         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28239         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28240         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28241         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28242         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28243         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28244         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28245         * doc/functions/unsetenv.texi: Update.
28246         * modules/xsetenv (Depends-on): Add unsetenv.
28247         * modules/getdate (Depends-on): Likewise.
28248         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28249         * lib/xsetenv.c: Don't include setenv.h.
28250         * lib/getdate.y: Likewise.
28251         * lib/relocwrapper.c: Likewise.
28252         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28253         (Depends-on): Add stdlib.
28254         * NEWS: Mention the changes.
28255         Reported by Левашев Иван <octagram@bluebottle.com>.
28256
28257 2007-12-23  Bruno Haible  <bruno@clisp.org>
28258
28259         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28260         indentation.
28261
28262 2007-12-23  Bruno Haible  <bruno@clisp.org>
28263
28264         * lib/c-strcasestr.c: Add more comments.
28265         * lib/c-strstr.c: Likewise.
28266         * lib/mbscasestr.c: Likewise.
28267         * lib/mbsstr.c: Likewise.
28268         * lib/strcasestr.c: Likewise.
28269         * lib/memmem.c: Likewise.
28270
28271 2007-12-23  Bruno Haible  <bruno@clisp.org>
28272
28273         * tests/test-memmem.c: Include <string.h> first.
28274
28275 2007-12-22  Bruno Haible  <bruno@clisp.org>
28276
28277         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28278         the contents of $testsbase.
28279         Reported by Ralf Wildenhues.
28280
28281 2007-12-22  Bruno Haible  <bruno@clisp.org>
28282
28283         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28284         two variables local_ldadd_before, local_ldadd_last.
28285
28286 2007-12-20  Eric Blake  <ebb9@byu.net>
28287
28288         Work around circular library issue when cross-compiling.
28289         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28290         that progname.o does not need to pull in rpl_memcmp.
28291
28292 2007-12-19  Eric Blake  <ebb9@byu.net>
28293
28294         Fix memmem to avoid O(n^2) worst-case complexity.
28295         * lib/memmem.c (knuth_morris_pratt): New function.
28296         (memmem): Use it if first few naive iterations fail.
28297         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28298         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28299         * modules/memchr (License): Likewise.
28300         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28301         malloca.
28302         * tests/test-memmem.c: Rewrite, borrowing ideas from
28303         test-mbsstr1.c; the old version wouldn't even compile!
28304         * modules/memmem-tests: New file.
28305         * lib/string.in.h (rpl_memmem): Add declaration.
28306         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28307         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28308         REPLACE_MEMMEM.
28309
28310 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28311
28312         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28313         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28314         before any system include files, and undef after them all.  This
28315         should fix a problem on VMS reported by John E. Malmberg in
28316         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28317
28318 2007-12-17  Eric Blake  <ebb9@byu.net>
28319
28320         Revert addition of verify, for BSD/OS.
28321         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28322         can't handle large files, for the sake of obsolete platforms.
28323         * modules/fseeko (Depends-on): Remove verify.
28324         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28325         * doc/functions/ftello.texi (ftello): Likewise.
28326         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28327         Reported by Larry Jones.
28328
28329 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28330
28331         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28332         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28333
28334 2007-12-17  Jim Meyering  <meyering@redhat.com>
28335
28336         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28337         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28338         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28339         * modules/getcwd (Depends-on): Add openat.
28340         Reported by Petr Salinger.
28341
28342 2007-12-17  Bruno Haible  <bruno@clisp.org>
28343
28344         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28345         avoid a segmentation fault of the configure test on x86_64 systems.
28346
28347 2007-12-15  Jim Meyering  <meyering@redhat.com>
28348
28349         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28350
28351 2007-12-13  Eric Blake  <ebb9@byu.net>
28352
28353         Another fseek test.
28354         * tests/test-fseek.c (main): Also test ungetc handling.
28355         * tests/test-fseeko.c (main): Likewise.
28356         * modules/fseeko (Depends-on): Add verify.
28357         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28358         large.
28359         Reported by Larry Jones.
28360
28361         Fix fseeko on mingw.
28362         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28363         seek.
28364
28365         Beef up fseek tests.
28366         * tests/test-fseek.c (main): Also test eof handling.
28367         * tests/test-fseeko.c (main): Likewise.
28368         Reported by Larry Jones.
28369
28370 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28371
28372         Fix fseeko on BSD-based platforms.
28373         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28374         successful seek.
28375
28376 2007-12-12  Eric Blake  <ebb9@byu.net>
28377
28378         Allow circular dependency of separate libtests.a
28379         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28380         when use_libtests.
28381
28382 2007-12-11  Eric Blake  <ebb9@byu.net>
28383
28384         Fix bug with -0.0L in previous patch.
28385         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28386         * tests/test-isnan.c (main): Also test on zeroes.
28387         * tests/test-isnanf.c (main): Likewise.
28388         * tests/test-isnanl.h (main): Likewise.
28389
28390         Detect pseudo-denormals on x86 even when cross-compiling.
28391         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28392         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28393         invalid bit patterns that happen to satisfy ==.
28394
28395         Avoid link failures with separate libtests.a.
28396         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28397         last, to satisfy circular dependencies.
28398
28399 2007-12-11  Eric Blake  <ebb9@byu.net>
28400         and Bruno Haible  <bruno@clisp.org>
28401
28402         Fix OpenBSD 4.0 <float.h> handling of long double.
28403         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28404         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28405         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28406
28407 2007-12-11  Jim Meyering  <meyering@redhat.com>
28408
28409         * users.txt: Add libvirt.
28410
28411         Support versions of autoconf prior to 2.59c.
28412         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28413         if it is not already defined.
28414
28415 2007-12-09  Bruno Haible  <bruno@clisp.org>
28416
28417         Let 'gnulib-tool --import' collect sources needed for the tests in
28418         tests/ rather than in lib/.
28419         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28420         argument. If true, add rules to generate libtests.a, and put libtests.a
28421         into $(LDADD). Consider source files in subdirectories and set
28422         uses_subdirs.
28423         (func_emit_initmacro_start, func_emit_initmacro_end,
28424         func_emit_initmacro_done): Pass all arguments explicitly.
28425         (func_import): Determine two module lists main_modules,
28426         testsrelated_modules. Determine use_libtests. Determine two variables
28427         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28428         instead of just sed_transform_lib_file. Determine two variables
28429         main_files and testsrelated_files. Compute 'files' as the union of
28430         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28431         func_add_or_update. In the generated gnulib-comp.m4, collect the
28432         object files for tests/ in different variables than those for lib/.
28433         Substitute LIBTESTS_LIBDEPS.
28434         (func_create_testdir): Combine the uses_subdirs results from
28435         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28436
28437 2007-12-09  Bruno Haible  <bruno@clisp.org>
28438
28439         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28440         the build-aux directory.
28441
28442 2007-12-09  Bruno Haible  <bruno@clisp.org>
28443
28444         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28445         introduced on 2006-09-09.
28446
28447 2007-12-07  Jim Meyering  <meyering@redhat.com>
28448
28449         Let these macros work also with autoconf-2.59.
28450         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28451         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28452         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28453
28454 2007-12-06  Jim Meyering  <meyering@redhat.com>
28455
28456         Avoid a configure-time syntax error in gl_FUNC_ACL.
28457         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28458         function in each branch, before testing the cache variable.
28459
28460 2007-12-04  Eric Blake  <ebb9@byu.net>
28461
28462         Make scripts executable.
28463         * build-aux/config.guess: Add execute permissions.
28464         * build-aux/config.sub: Likewise.
28465         * build-aux/gendocs.sh: Likewise.
28466
28467         Fix frexp on mingw.
28468         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28469         cross-compiling.
28470         * doc/functions/frexp.texi (frexp): Document the bug.
28471
28472         Make cygwin fseeko check more reliable.
28473         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28474         version numbers, rather than unrelated feature check.
28475         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28476         * doc/functions/ftello.texi (ftello): Likewise.
28477         Reported by Bruno Haible.
28478
28479         * m4/strerror.m4: Bump version number.
28480
28481 2007-12-03  Bruno Haible  <bruno@clisp.org>
28482
28483         * doc/functions/mprotect.texi: Mention the mingw problem.
28484
28485 2007-12-03  Eric Blake  <ebb9@byu.net>
28486
28487         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28488         REPLACE_STRERROR is initialized before this macro.
28489
28490 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28491
28492         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28493         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28494         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28495         put -lsec in even for programs other than 'ls'.  This fixes a problem
28496         for gettext reported by Bruno Haible in
28497         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28498         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28499         Add support for Solaris 10.  This isn't efficient, but should get the
28500         job done for now.
28501
28502 2007-12-03  James Youngman  <jay@gnu.org>
28503
28504         * doc/regexprops-generic.texi: change "an close-group" to "a
28505         close-group" and "illegal" to "not allowed".
28506
28507 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28508
28509         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28510         pr_byname.h. Needed for the rare case when the maintainer has done
28511         "make maintainer-clean" in the source directory and then attempts a
28512         build outside the source directory.
28513         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28514         scripts_byname.h.
28515
28516 2007-12-02  Martin Lambers <marlam@marlam.de>
28517             Bruno Haible  <bruno@clisp.org>
28518
28519         * lib/getpagesize.h: Remove file.
28520         * lib/unistd.in.h: Include declaration of getpagesize here.
28521         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28522         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28523         HAVE_SYS_PARAM_H.
28524         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28525         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28526         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28527         (Depends-on): Add unistd.
28528         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28529         (Include): Use <unistd.h> instead of getpagesize.h.
28530         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28531         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28532         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28533         gl_GETPAGESIZE invocation, already handled by module dependency.
28534         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28535
28536 2007-12-02  Bruno Haible  <bruno@clisp.org>
28537
28538         * modules/strings-tests: New file.
28539         * tests/test-strings.c: New file.
28540
28541         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28542         * lib/strings.in.h: New file.
28543         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28544         * m4/strings_h.m4: New file.
28545         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28546         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28547         * modules/strings: New file.
28548         * modules/string (Makefile.am): Update.
28549         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28550         Reported by Karl Berry.
28551
28552 2007-12-01  Eric Blake  <ebb9@byu.net>
28553
28554         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28555         accomodate fix in cygwin 1.5.25.
28556
28557 2007-12-01  Jim Meyering  <meyering@redhat.com>
28558
28559         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28560         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28561         that would inhibit utf8-optimization of a regexp containing line-
28562         or buffer-anchors, e.g., `^', `$'.
28563
28564 2007-11-30  Bruno Haible  <bruno@clisp.org>
28565
28566         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28567         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28568         glthread_recursive_lock_init.
28569         * lib/lock.c (glthread_recursive_lock_init)
28570         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28571         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28572
28573 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28574
28575         New function qset_acl, like set_acl but with syscall semantics.
28576         * lib/acl.h (qset_acl): New decl.
28577         * lib/acl.c (qset_acl): New function.
28578         (set_acl): Use new function.  Use more-consistent diagnostics.
28579
28580 2007-11-28  Jim Meyering  <meyering@redhat.com>
28581
28582         * modules/physmem (License): Change from GPL to LGPLv2+.
28583
28584 2007-11-26  Bruno Haible  <bruno@clisp.org>
28585
28586         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28587         'long double' type has excess precision.
28588         Reported by Jim Meyering in
28589         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28590
28591 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28592
28593         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28594         Sync from <http://gnu.org/licenses>.
28595         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28596         with license text from same location.
28597         * doc/maintain.texi, doc/standards.texi:  Sync from
28598         <http://savannah.gnu.org/projects/gnustandards>.
28599
28600 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28601         and Jim Meyering  <meyering@redhat.com>
28602
28603         Adjust getdate' grammar to accept a slightly more regular language.
28604         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28605         Before, the former was rejected.
28606         * lib/getdate.y (digits_to_date_time): New function, factored
28607         out of ...
28608         (number): ...here.  Just call digits_to_date_time.
28609         (hybrid): New non-terminal to handle an <unsigned number,
28610         signed relative offset> sequence consistently.
28611
28612 2007-11-18  Jim Meyering  <meyering@redhat.com>
28613
28614         Pull my changes from coreutils:
28615         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28616         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28617         use of $gnulib_tool_option_extras, so that it's separated from the
28618         preceding argument.
28619
28620         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28621         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28622         parent destination directories before copying a file into place.
28623
28624 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28625
28626         bootstrap: work also with 4-argument variant of AC_INIT
28627         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28628
28629 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28630
28631         Port test-getaddrinfo to Solaris.
28632         Problem reported by Bruno Haible in
28633         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28634         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28635         explanation of setting 'hints'.
28636         Don't reject an implementation merely because it returns EAI_SERVICE.
28637         (EAI_SERVICE): Define to 0 if not defined.
28638
28639 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28640
28641         The license of gnu-make and posix-shell is now "GPLed build tool".
28642         * modules/gnu-make (License): Likewise.
28643         * modules/posix-shell (License): Likewise.
28644
28645         New module posix-shell, for determining a POSIX shell
28646         or perhaps something that is close enough to a POSIX shell.
28647         * m4/posix-shell.m4: New file.
28648         * modules/posix-shell: New file.
28649
28650         * MODULES.html.sh: Mention new module.
28651
28652         New module gnu-make, for determining whether we're using GNU Make.
28653         * m4/gnu-make.m4: New file.
28654         * modules/gnu-make: New file.
28655         * MODULES.html.sh: Mention new module.
28656
28657 2007-11-14  Jim Meyering  <meyering@redhat.com>
28658
28659         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28660         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28661         use this macro to create a function _definition_.
28662         Remove useless "#undef ARGMATCH_DIE".
28663
28664 2007-11-14  Bruno Haible  <bruno@clisp.org>
28665
28666         * lib/config.charset: Update for OpenBSD 4.1.
28667         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28668
28669 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28670
28671         Document 64-bit #if problems in stdint.texi.
28672         * doc/headers/stdint.texi (stdint.h): Mention problems with
28673         64-bit-#if, and how to work around them.
28674
28675         Don't insist on 'long long int' support in the preprocessor.  It
28676         breaks too many things.  For example, PRIdMAX still uses a 'long
28677         long int' format with the latest Sun compiler, even though
28678         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28679         preprocessor problem.  This causes the latest coreutils to dump
28680         core on Solaris 10 sparc with the Sun C compiler.
28681         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28682         the troublesome expressions at configure-time, not at #if-time.
28683         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28684         preprocessor.
28685         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28686         compile-time C checks, done at 'configure'-time.
28687         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28688         * modules/inttypes (Makefile): Substitute the new symbols that
28689         gl_INTTYPES_H now generates.
28690         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28691
28692 2007-11-12  Bruno Haible  <bruno@clisp.org>
28693
28694         Tests for Unicode character classification functions.
28695
28696         * modules/unictype/bidicategory-byname-tests: New file.
28697         * modules/unictype/bidicategory-name-tests: New file.
28698         * modules/unictype/bidicategory-of-tests: New file.
28699         * modules/unictype/bidicategory-test-tests: New file.
28700         * modules/unictype/block-list-tests: New file.
28701         * modules/unictype/block-of-tests: New file.
28702         * modules/unictype/block-test-tests: New file.
28703         * modules/unictype/category-C-tests: New file.
28704         * modules/unictype/category-Cc-tests: New file.
28705         * modules/unictype/category-Cf-tests: New file.
28706         * modules/unictype/category-Cn-tests: New file.
28707         * modules/unictype/category-Co-tests: New file.
28708         * modules/unictype/category-Cs-tests: New file.
28709         * modules/unictype/category-L-tests: New file.
28710         * modules/unictype/category-Ll-tests: New file.
28711         * modules/unictype/category-Lm-tests: New file.
28712         * modules/unictype/category-Lo-tests: New file.
28713         * modules/unictype/category-Lt-tests: New file.
28714         * modules/unictype/category-Lu-tests: New file.
28715         * modules/unictype/category-M-tests: New file.
28716         * modules/unictype/category-Mc-tests: New file.
28717         * modules/unictype/category-Me-tests: New file.
28718         * modules/unictype/category-Mn-tests: New file.
28719         * modules/unictype/category-N-tests: New file.
28720         * modules/unictype/category-Nd-tests: New file.
28721         * modules/unictype/category-Nl-tests: New file.
28722         * modules/unictype/category-No-tests: New file.
28723         * modules/unictype/category-P-tests: New file.
28724         * modules/unictype/category-Pc-tests: New file.
28725         * modules/unictype/category-Pd-tests: New file.
28726         * modules/unictype/category-Pe-tests: New file.
28727         * modules/unictype/category-Pf-tests: New file.
28728         * modules/unictype/category-Pi-tests: New file.
28729         * modules/unictype/category-Po-tests: New file.
28730         * modules/unictype/category-Ps-tests: New file.
28731         * modules/unictype/category-S-tests: New file.
28732         * modules/unictype/category-Sc-tests: New file.
28733         * modules/unictype/category-Sk-tests: New file.
28734         * modules/unictype/category-Sm-tests: New file.
28735         * modules/unictype/category-So-tests: New file.
28736         * modules/unictype/category-Z-tests: New file.
28737         * modules/unictype/category-Zl-tests: New file.
28738         * modules/unictype/category-Zp-tests: New file.
28739         * modules/unictype/category-Zs-tests: New file.
28740         * modules/unictype/category-and-not-tests: New file.
28741         * modules/unictype/category-and-tests: New file.
28742         * modules/unictype/category-byname-tests: New file.
28743         * modules/unictype/category-name-tests: New file.
28744         * modules/unictype/category-none-tests: New file.
28745         * modules/unictype/category-of-tests: New file.
28746         * modules/unictype/category-or-tests: New file.
28747         * modules/unictype/category-test-withtable-tests: New file.
28748         * modules/unictype/combining-class-tests: New file.
28749         * modules/unictype/ctype-alnum-tests: New file.
28750         * modules/unictype/ctype-alpha-tests: New file.
28751         * modules/unictype/ctype-blank-tests: New file.
28752         * modules/unictype/ctype-cntrl-tests: New file.
28753         * modules/unictype/ctype-digit-tests: New file.
28754         * modules/unictype/ctype-graph-tests: New file.
28755         * modules/unictype/ctype-lower-tests: New file.
28756         * modules/unictype/ctype-print-tests: New file.
28757         * modules/unictype/ctype-punct-tests: New file.
28758         * modules/unictype/ctype-space-tests: New file.
28759         * modules/unictype/ctype-upper-tests: New file.
28760         * modules/unictype/ctype-xdigit-tests: New file.
28761         * modules/unictype/decimal-digit-tests: New file.
28762         * modules/unictype/digit-tests: New file.
28763         * modules/unictype/mirror-tests: New file.
28764         * modules/unictype/numeric-tests: New file.
28765         * modules/unictype/property-alphabetic-tests: New file.
28766         * modules/unictype/property-ascii-hex-digit-tests: New file.
28767         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28768         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28769         * modules/unictype/property-bidi-block-separator-tests: New file.
28770         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28771         * modules/unictype/property-bidi-common-separator-tests: New file.
28772         * modules/unictype/property-bidi-control-tests: New file.
28773         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28774         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28775         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28776         * modules/unictype/property-bidi-european-digit-tests: New file.
28777         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28778         * modules/unictype/property-bidi-left-to-right-tests: New file.
28779         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28780         * modules/unictype/property-bidi-other-neutral-tests: New file.
28781         * modules/unictype/property-bidi-pdf-tests: New file.
28782         * modules/unictype/property-bidi-segment-separator-tests: New file.
28783         * modules/unictype/property-bidi-whitespace-tests: New file.
28784         * modules/unictype/property-byname-tests: New file.
28785         * modules/unictype/property-combining-tests: New file.
28786         * modules/unictype/property-composite-tests: New file.
28787         * modules/unictype/property-currency-symbol-tests: New file.
28788         * modules/unictype/property-dash-tests: New file.
28789         * modules/unictype/property-decimal-digit-tests: New file.
28790         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28791         * modules/unictype/property-deprecated-tests: New file.
28792         * modules/unictype/property-diacritic-tests: New file.
28793         * modules/unictype/property-extender-tests: New file.
28794         * modules/unictype/property-format-control-tests: New file.
28795         * modules/unictype/property-grapheme-base-tests: New file.
28796         * modules/unictype/property-grapheme-extend-tests: New file.
28797         * modules/unictype/property-grapheme-link-tests: New file.
28798         * modules/unictype/property-hex-digit-tests: New file.
28799         * modules/unictype/property-hyphen-tests: New file.
28800         * modules/unictype/property-id-continue-tests: New file.
28801         * modules/unictype/property-id-start-tests: New file.
28802         * modules/unictype/property-ideographic-tests: New file.
28803         * modules/unictype/property-ids-binary-operator-tests: New file.
28804         * modules/unictype/property-ids-trinary-operator-tests: New file.
28805         * modules/unictype/property-ignorable-control-tests: New file.
28806         * modules/unictype/property-iso-control-tests: New file.
28807         * modules/unictype/property-join-control-tests: New file.
28808         * modules/unictype/property-left-of-pair-tests: New file.
28809         * modules/unictype/property-line-separator-tests: New file.
28810         * modules/unictype/property-logical-order-exception-tests: New file.
28811         * modules/unictype/property-lowercase-tests: New file.
28812         * modules/unictype/property-math-tests: New file.
28813         * modules/unictype/property-non-break-tests: New file.
28814         * modules/unictype/property-not-a-character-tests: New file.
28815         * modules/unictype/property-numeric-tests: New file.
28816         * modules/unictype/property-other-alphabetic-tests: New file.
28817         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28818         * modules/unictype/property-other-grapheme-extend-tests: New file.
28819         * modules/unictype/property-other-id-continue-tests: New file.
28820         * modules/unictype/property-other-id-start-tests: New file.
28821         * modules/unictype/property-other-lowercase-tests: New file.
28822         * modules/unictype/property-other-math-tests: New file.
28823         * modules/unictype/property-other-uppercase-tests: New file.
28824         * modules/unictype/property-paired-punctuation-tests: New file.
28825         * modules/unictype/property-paragraph-separator-tests: New file.
28826         * modules/unictype/property-pattern-syntax-tests: New file.
28827         * modules/unictype/property-pattern-white-space-tests: New file.
28828         * modules/unictype/property-private-use-tests: New file.
28829         * modules/unictype/property-punctuation-tests: New file.
28830         * modules/unictype/property-quotation-mark-tests: New file.
28831         * modules/unictype/property-radical-tests: New file.
28832         * modules/unictype/property-sentence-terminal-tests: New file.
28833         * modules/unictype/property-soft-dotted-tests: New file.
28834         * modules/unictype/property-space-tests: New file.
28835         * modules/unictype/property-terminal-punctuation-tests: New file.
28836         * modules/unictype/property-test-tests: New file.
28837         * modules/unictype/property-titlecase-tests: New file.
28838         * modules/unictype/property-unassigned-code-value-tests: New file.
28839         * modules/unictype/property-unified-ideograph-tests: New file.
28840         * modules/unictype/property-uppercase-tests: New file.
28841         * modules/unictype/property-variation-selector-tests: New file.
28842         * modules/unictype/property-white-space-tests: New file.
28843         * modules/unictype/property-xid-continue-tests: New file.
28844         * modules/unictype/property-xid-start-tests: New file.
28845         * modules/unictype/property-zero-width-tests: New file.
28846         * modules/unictype/scripts-tests: New file.
28847         * modules/unictype/syntax-c-ident-tests: New file.
28848         * modules/unictype/syntax-c-whitespace-tests: New file.
28849         * modules/unictype/syntax-java-ident-tests: New file.
28850         * modules/unictype/syntax-java-whitespace-tests: New file.
28851         * tests/unictype/test-bidi_byname.c: New file.
28852         * tests/unictype/test-bidi_name.c: New file.
28853         * tests/unictype/test-bidi_of.c: New file.
28854         * tests/unictype/test-bidi_test.c: New file.
28855         * tests/unictype/test-block_list.c: New file.
28856         * tests/unictype/test-block_of.c: New file.
28857         * tests/unictype/test-block_test.c: New file.
28858         * tests/unictype/test-categ_and.c: New file.
28859         * tests/unictype/test-categ_and_not.c: New file.
28860         * tests/unictype/test-categ_byname.c: New file.
28861         * tests/unictype/test-categ_name.c: New file.
28862         * tests/unictype/test-categ_none.c: New file.
28863         * tests/unictype/test-categ_of.c: New file.
28864         * tests/unictype/test-categ_or.c: New file.
28865         * tests/unictype/test-categ_test_withtable.c: New file.
28866         * tests/unictype/test-combining.c: New file.
28867         * tests/unictype/test-decdigit.c: New file.
28868         * tests/unictype/test-digit.c: New file.
28869         * tests/unictype/test-mirror.c: New file.
28870         * tests/unictype/test-numeric.c: New file.
28871         * tests/unictype/test-pr_byname.c: New file.
28872         * tests/unictype/test-pr_test.c: New file.
28873         * tests/unictype/test-predicate-part1.h: New file.
28874         * tests/unictype/test-predicate-part2.h: New file.
28875         * tests/unictype/test-scripts.c: New file.
28876         * tests/unictype/test-sy_c_ident.c: New file.
28877         * tests/unictype/test-sy_java_ident.c: New file.
28878
28879         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28880         for Unicode 5.0.0.
28881         * tests/unictype/test-categ_Cc.c: Likewise.
28882         * tests/unictype/test-categ_Cf.c: Likewise.
28883         * tests/unictype/test-categ_Cn.c: Likewise.
28884         * tests/unictype/test-categ_Co.c: Likewise.
28885         * tests/unictype/test-categ_Cs.c: Likewise.
28886         * tests/unictype/test-categ_L.c: Likewise.
28887         * tests/unictype/test-categ_Ll.c: Likewise.
28888         * tests/unictype/test-categ_Lm.c: Likewise.
28889         * tests/unictype/test-categ_Lo.c: Likewise.
28890         * tests/unictype/test-categ_Lt.c: Likewise.
28891         * tests/unictype/test-categ_Lu.c: Likewise.
28892         * tests/unictype/test-categ_M.c: Likewise.
28893         * tests/unictype/test-categ_Mc.c: Likewise.
28894         * tests/unictype/test-categ_Me.c: Likewise.
28895         * tests/unictype/test-categ_Mn.c: Likewise.
28896         * tests/unictype/test-categ_N.c: Likewise.
28897         * tests/unictype/test-categ_Nd.c: Likewise.
28898         * tests/unictype/test-categ_Nl.c: Likewise.
28899         * tests/unictype/test-categ_No.c: Likewise.
28900         * tests/unictype/test-categ_P.c: Likewise.
28901         * tests/unictype/test-categ_Pc.c: Likewise.
28902         * tests/unictype/test-categ_Pd.c: Likewise.
28903         * tests/unictype/test-categ_Pe.c: Likewise.
28904         * tests/unictype/test-categ_Pf.c: Likewise.
28905         * tests/unictype/test-categ_Pi.c: Likewise.
28906         * tests/unictype/test-categ_Po.c: Likewise.
28907         * tests/unictype/test-categ_Ps.c: Likewise.
28908         * tests/unictype/test-categ_S.c: Likewise.
28909         * tests/unictype/test-categ_Sc.c: Likewise.
28910         * tests/unictype/test-categ_Sk.c: Likewise.
28911         * tests/unictype/test-categ_Sm.c: Likewise.
28912         * tests/unictype/test-categ_So.c: Likewise.
28913         * tests/unictype/test-categ_Z.c: Likewise.
28914         * tests/unictype/test-categ_Zl.c: Likewise.
28915         * tests/unictype/test-categ_Zp.c: Likewise.
28916         * tests/unictype/test-categ_Zs.c: Likewise.
28917         * tests/unictype/test-ctype_alnum.c: Likewise.
28918         * tests/unictype/test-ctype_alpha.c: Likewise.
28919         * tests/unictype/test-ctype_blank.c: Likewise.
28920         * tests/unictype/test-ctype_cntrl.c: Likewise.
28921         * tests/unictype/test-ctype_digit.c: Likewise.
28922         * tests/unictype/test-ctype_graph.c: Likewise.
28923         * tests/unictype/test-ctype_lower.c: Likewise.
28924         * tests/unictype/test-ctype_print.c: Likewise.
28925         * tests/unictype/test-ctype_punct.c: Likewise.
28926         * tests/unictype/test-ctype_space.c: Likewise.
28927         * tests/unictype/test-ctype_upper.c: Likewise.
28928         * tests/unictype/test-ctype_xdigit.c: Likewise.
28929         * tests/unictype/test-decdigit.h: Likewise.
28930         * tests/unictype/test-digit.h: Likewise.
28931         * tests/unictype/test-numeric.h: Likewise.
28932         * tests/unictype/test-pr_alphabetic.c: Likewise.
28933         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28934         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28935         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28936         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28937         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28938         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28939         * tests/unictype/test-pr_bidi_control.c: Likewise.
28940         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28941         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28942         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28943         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28944         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28945         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28946         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28947         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28948         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28949         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28950         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28951         * tests/unictype/test-pr_combining.c: Likewise.
28952         * tests/unictype/test-pr_composite.c: Likewise.
28953         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28954         * tests/unictype/test-pr_dash.c: Likewise.
28955         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28956         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28957         * tests/unictype/test-pr_deprecated.c: Likewise.
28958         * tests/unictype/test-pr_diacritic.c: Likewise.
28959         * tests/unictype/test-pr_extender.c: Likewise.
28960         * tests/unictype/test-pr_format_control.c: Likewise.
28961         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28962         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28963         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28964         * tests/unictype/test-pr_hex_digit.c: Likewise.
28965         * tests/unictype/test-pr_hyphen.c: Likewise.
28966         * tests/unictype/test-pr_id_continue.c: Likewise.
28967         * tests/unictype/test-pr_id_start.c: Likewise.
28968         * tests/unictype/test-pr_ideographic.c: Likewise.
28969         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28970         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28971         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28972         * tests/unictype/test-pr_iso_control.c: Likewise.
28973         * tests/unictype/test-pr_join_control.c: Likewise.
28974         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28975         * tests/unictype/test-pr_line_separator.c: Likewise.
28976         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28977         * tests/unictype/test-pr_lowercase.c: Likewise.
28978         * tests/unictype/test-pr_math.c: Likewise.
28979         * tests/unictype/test-pr_non_break.c: Likewise.
28980         * tests/unictype/test-pr_not_a_character.c: Likewise.
28981         * tests/unictype/test-pr_numeric.c: Likewise.
28982         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28983         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28984         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28985         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28986         * tests/unictype/test-pr_other_id_start.c: Likewise.
28987         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28988         * tests/unictype/test-pr_other_math.c: Likewise.
28989         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28990         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28991         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28992         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28993         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28994         * tests/unictype/test-pr_private_use.c: Likewise.
28995         * tests/unictype/test-pr_punctuation.c: Likewise.
28996         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28997         * tests/unictype/test-pr_radical.c: Likewise.
28998         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28999         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29000         * tests/unictype/test-pr_space.c: Likewise.
29001         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29002         * tests/unictype/test-pr_titlecase.c: Likewise.
29003         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29004         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29005         * tests/unictype/test-pr_uppercase.c: Likewise.
29006         * tests/unictype/test-pr_variation_selector.c: Likewise.
29007         * tests/unictype/test-pr_white_space.c: Likewise.
29008         * tests/unictype/test-pr_xid_continue.c: Likewise.
29009         * tests/unictype/test-pr_xid_start.c: Likewise.
29010         * tests/unictype/test-pr_zero_width.c: Likewise.
29011         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29012         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29013
29014 2007-11-12  Bruno Haible  <bruno@clisp.org>
29015
29016         Unicode character classification functions.
29017         * lib/unictype.h: New file.
29018         * modules/unictype/base: New file.
29019         * modules/unictype/category-L: New file.
29020         * modules/unictype/category-Lu: New file.
29021         * modules/unictype/category-Ll: New file.
29022         * modules/unictype/category-Lt: New file.
29023         * modules/unictype/category-Lm: New file.
29024         * modules/unictype/category-Lo: New file.
29025         * modules/unictype/category-M: New file.
29026         * modules/unictype/category-Mn: New file.
29027         * modules/unictype/category-Mc: New file.
29028         * modules/unictype/category-Me: New file.
29029         * modules/unictype/category-N: New file.
29030         * modules/unictype/category-Nd: New file.
29031         * modules/unictype/category-Nl: New file.
29032         * modules/unictype/category-No: New file.
29033         * modules/unictype/category-P: New file.
29034         * modules/unictype/category-Pc: New file.
29035         * modules/unictype/category-Pd: New file.
29036         * modules/unictype/category-Ps: New file.
29037         * modules/unictype/category-Pe: New file.
29038         * modules/unictype/category-Pi: New file.
29039         * modules/unictype/category-Pf: New file.
29040         * modules/unictype/category-Po: New file.
29041         * modules/unictype/category-S: New file.
29042         * modules/unictype/category-Sm: New file.
29043         * modules/unictype/category-Sc: New file.
29044         * modules/unictype/category-Sk: New file.
29045         * modules/unictype/category-So: New file.
29046         * modules/unictype/category-Z: New file.
29047         * modules/unictype/category-Zs: New file.
29048         * modules/unictype/category-Zl: New file.
29049         * modules/unictype/category-Zp: New file.
29050         * modules/unictype/category-C: New file.
29051         * modules/unictype/category-Cc: New file.
29052         * modules/unictype/category-Cf: New file.
29053         * modules/unictype/category-Cs: New file.
29054         * modules/unictype/category-Co: New file.
29055         * modules/unictype/category-Cn: New file.
29056         * modules/unictype/category-or: New file.
29057         * modules/unictype/category-of: New file.
29058         * modules/unictype/category-test: New file.
29059         * modules/unictype/category-test-withtable: New file.
29060         * modules/unictype/category-byname: New file.
29061         * modules/unictype/category-none: New file.
29062         * modules/unictype/category-and: New file.
29063         * modules/unictype/category-and-not: New file.
29064         * modules/unictype/category-name: New file.
29065         * modules/unictype/combining-class: New file.
29066         * modules/unictype/category-all: New file.
29067         * modules/unictype/bidicategory-all: New file.
29068         * modules/unictype/bidicategory-byname: New file.
29069         * modules/unictype/bidicategory-name: New file.
29070         * modules/unictype/bidicategory-of: New file.
29071         * modules/unictype/bidicategory-test: New file.
29072         * modules/unictype/decimal-digit: New file.
29073         * modules/unictype/digit: New file.
29074         * modules/unictype/numeric: New file.
29075         * modules/unictype/mirror: New file.
29076         * modules/unictype/property-white-space: New file.
29077         * modules/unictype/property-alphabetic: New file.
29078         * modules/unictype/property-other-alphabetic: New file.
29079         * modules/unictype/property-not-a-character: New file.
29080         * modules/unictype/property-default-ignorable-code-point: New file.
29081         * modules/unictype/property-other-default-ignorable-code-point: New
29082         file.
29083         * modules/unictype/property-deprecated: New file.
29084         * modules/unictype/property-logical-order-exception: New file.
29085         * modules/unictype/property-variation-selector: New file.
29086         * modules/unictype/property-private-use: New file.
29087         * modules/unictype/property-unassigned-code-value: New file.
29088         * modules/unictype/property-uppercase: New file.
29089         * modules/unictype/property-other-uppercase: New file.
29090         * modules/unictype/property-lowercase: New file.
29091         * modules/unictype/property-other-lowercase: New file.
29092         * modules/unictype/property-titlecase: New file.
29093         * modules/unictype/property-soft-dotted: New file.
29094         * modules/unictype/property-id-start: New file.
29095         * modules/unictype/property-other-id-start: New file.
29096         * modules/unictype/property-id-continue: New file.
29097         * modules/unictype/property-other-id-continue: New file.
29098         * modules/unictype/property-xid-start: New file.
29099         * modules/unictype/property-xid-continue: New file.
29100         * modules/unictype/property-pattern-white-space: New file.
29101         * modules/unictype/property-pattern-syntax: New file.
29102         * modules/unictype/property-join-control: New file.
29103         * modules/unictype/property-grapheme-base: New file.
29104         * modules/unictype/property-grapheme-extend: New file.
29105         * modules/unictype/property-other-grapheme-extend: New file.
29106         * modules/unictype/property-grapheme-link: New file.
29107         * modules/unictype/property-bidi-control: New file.
29108         * modules/unictype/property-bidi-left-to-right: New file.
29109         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29110         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29111         * modules/unictype/property-bidi-european-digit: New file.
29112         * modules/unictype/property-bidi-eur-num-separator: New file.
29113         * modules/unictype/property-bidi-eur-num-terminator: New file.
29114         * modules/unictype/property-bidi-arabic-digit: New file.
29115         * modules/unictype/property-bidi-common-separator: New file.
29116         * modules/unictype/property-bidi-block-separator: New file.
29117         * modules/unictype/property-bidi-segment-separator: New file.
29118         * modules/unictype/property-bidi-whitespace: New file.
29119         * modules/unictype/property-bidi-non-spacing-mark: New file.
29120         * modules/unictype/property-bidi-boundary-neutral: New file.
29121         * modules/unictype/property-bidi-pdf: New file.
29122         * modules/unictype/property-bidi-embedding-or-override: New file.
29123         * modules/unictype/property-bidi-other-neutral: New file.
29124         * modules/unictype/property-hex-digit: New file.
29125         * modules/unictype/property-ascii-hex-digit: New file.
29126         * modules/unictype/property-ideographic: New file.
29127         * modules/unictype/property-unified-ideograph: New file.
29128         * modules/unictype/property-radical: New file.
29129         * modules/unictype/property-ids-binary-operator: New file.
29130         * modules/unictype/property-ids-trinary-operator: New file.
29131         * modules/unictype/property-zero-width: New file.
29132         * modules/unictype/property-space: New file.
29133         * modules/unictype/property-non-break: New file.
29134         * modules/unictype/property-iso-control: New file.
29135         * modules/unictype/property-format-control: New file.
29136         * modules/unictype/property-dash: New file.
29137         * modules/unictype/property-hyphen: New file.
29138         * modules/unictype/property-punctuation: New file.
29139         * modules/unictype/property-line-separator: New file.
29140         * modules/unictype/property-paragraph-separator: New file.
29141         * modules/unictype/property-quotation-mark: New file.
29142         * modules/unictype/property-sentence-terminal: New file.
29143         * modules/unictype/property-terminal-punctuation: New file.
29144         * modules/unictype/property-currency-symbol: New file.
29145         * modules/unictype/property-math: New file.
29146         * modules/unictype/property-other-math: New file.
29147         * modules/unictype/property-paired-punctuation: New file.
29148         * modules/unictype/property-left-of-pair: New file.
29149         * modules/unictype/property-combining: New file.
29150         * modules/unictype/property-composite: New file.
29151         * modules/unictype/property-decimal-digit: New file.
29152         * modules/unictype/property-numeric: New file.
29153         * modules/unictype/property-diacritic: New file.
29154         * modules/unictype/property-extender: New file.
29155         * modules/unictype/property-ignorable-control: New file.
29156         * modules/unictype/property-test: New file.
29157         * modules/unictype/property-byname: New file.
29158         * modules/unictype/property-all: New file.
29159         * modules/unictype/scripts: New file.
29160         * modules/unictype/scripts-all: New file.
29161         * modules/unictype/block-of: New file.
29162         * modules/unictype/block-test: New file.
29163         * modules/unictype/block-list: New file.
29164         * modules/unictype/block-all: New file.
29165         * modules/unictype/syntax-c-whitespace: New file.
29166         * modules/unictype/syntax-java-whitespace: New file.
29167         * modules/unictype/syntax-c-ident: New file.
29168         * modules/unictype/syntax-java-ident: New file.
29169         * modules/unictype/ctype-alnum: New file.
29170         * modules/unictype/ctype-alpha: New file.
29171         * modules/unictype/ctype-cntrl: New file.
29172         * modules/unictype/ctype-digit: New file.
29173         * modules/unictype/ctype-graph: New file.
29174         * modules/unictype/ctype-lower: New file.
29175         * modules/unictype/ctype-print: New file.
29176         * modules/unictype/ctype-punct: New file.
29177         * modules/unictype/ctype-space: New file.
29178         * modules/unictype/ctype-upper: New file.
29179         * modules/unictype/ctype-xdigit: New file.
29180         * modules/unictype/ctype-blank: New file.
29181         * lib/unictype/bidi_byname.c: New file.
29182         * lib/unictype/bidi_name.c: New file.
29183         * lib/unictype/bidi_of.c: New file.
29184         * lib/unictype/bidi_test.c: New file.
29185         * lib/unictype/bitmap.h: New file.
29186         * lib/unictype/block_test.c: New file.
29187         * lib/unictype/blocks.c: New file.
29188         * lib/unictype/categ_C.c: New file.
29189         * lib/unictype/categ_Cc.c: New file.
29190         * lib/unictype/categ_Cf.c: New file.
29191         * lib/unictype/categ_Cn.c: New file.
29192         * lib/unictype/categ_Co.c: New file.
29193         * lib/unictype/categ_Cs.c: New file.
29194         * lib/unictype/categ_L.c: New file.
29195         * lib/unictype/categ_Ll.c: New file.
29196         * lib/unictype/categ_Lm.c: New file.
29197         * lib/unictype/categ_Lo.c: New file.
29198         * lib/unictype/categ_Lt.c: New file.
29199         * lib/unictype/categ_Lu.c: New file.
29200         * lib/unictype/categ_M.c: New file.
29201         * lib/unictype/categ_Mc.c: New file.
29202         * lib/unictype/categ_Me.c: New file.
29203         * lib/unictype/categ_Mn.c: New file.
29204         * lib/unictype/categ_N.c: New file.
29205         * lib/unictype/categ_Nd.c: New file.
29206         * lib/unictype/categ_Nl.c: New file.
29207         * lib/unictype/categ_No.c: New file.
29208         * lib/unictype/categ_P.c: New file.
29209         * lib/unictype/categ_Pc.c: New file.
29210         * lib/unictype/categ_Pd.c: New file.
29211         * lib/unictype/categ_Pe.c: New file.
29212         * lib/unictype/categ_Pf.c: New file.
29213         * lib/unictype/categ_Pi.c: New file.
29214         * lib/unictype/categ_Po.c: New file.
29215         * lib/unictype/categ_Ps.c: New file.
29216         * lib/unictype/categ_S.c: New file.
29217         * lib/unictype/categ_Sc.c: New file.
29218         * lib/unictype/categ_Sk.c: New file.
29219         * lib/unictype/categ_Sm.c: New file.
29220         * lib/unictype/categ_So.c: New file.
29221         * lib/unictype/categ_Z.c: New file.
29222         * lib/unictype/categ_Zl.c: New file.
29223         * lib/unictype/categ_Zp.c: New file.
29224         * lib/unictype/categ_Zs.c: New file.
29225         * lib/unictype/categ_and.c: New file.
29226         * lib/unictype/categ_and_not.c: New file.
29227         * lib/unictype/categ_byname.c: New file.
29228         * lib/unictype/categ_name.c: New file.
29229         * lib/unictype/categ_none.c: New file.
29230         * lib/unictype/categ_of.c: New file.
29231         * lib/unictype/categ_or.c: New file.
29232         * lib/unictype/categ_test.c: New file.
29233         * lib/unictype/combining.c: New file.
29234         * lib/unictype/ctype_alnum.c: New file.
29235         * lib/unictype/ctype_alpha.c: New file.
29236         * lib/unictype/ctype_blank.c: New file.
29237         * lib/unictype/ctype_cntrl.c: New file.
29238         * lib/unictype/ctype_digit.c: New file.
29239         * lib/unictype/ctype_graph.c: New file.
29240         * lib/unictype/ctype_lower.c: New file.
29241         * lib/unictype/ctype_print.c: New file.
29242         * lib/unictype/ctype_punct.c: New file.
29243         * lib/unictype/ctype_space.c: New file.
29244         * lib/unictype/ctype_upper.c: New file.
29245         * lib/unictype/ctype_xdigit.c: New file.
29246         * lib/unictype/decdigit.c: New file.
29247         * lib/unictype/digit.c: New file.
29248         * lib/unictype/identsyntaxmap.h: New file.
29249         * lib/unictype/mirror.c: New file.
29250         * lib/unictype/numeric.c: New file.
29251         * lib/unictype/pr_alphabetic.c: New file.
29252         * lib/unictype/pr_ascii_hex_digit.c: New file.
29253         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29254         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29255         * lib/unictype/pr_bidi_block_separator.c: New file.
29256         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29257         * lib/unictype/pr_bidi_common_separator.c: New file.
29258         * lib/unictype/pr_bidi_control.c: New file.
29259         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29260         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29261         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29262         * lib/unictype/pr_bidi_european_digit.c: New file.
29263         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29264         * lib/unictype/pr_bidi_left_to_right.c: New file.
29265         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29266         * lib/unictype/pr_bidi_other_neutral.c: New file.
29267         * lib/unictype/pr_bidi_pdf.c: New file.
29268         * lib/unictype/pr_bidi_segment_separator.c: New file.
29269         * lib/unictype/pr_bidi_whitespace.c: New file.
29270         * lib/unictype/pr_byname.c: New file.
29271         * lib/unictype/pr_byname.gperf: New file.
29272         * lib/unictype/pr_combining.c: New file.
29273         * lib/unictype/pr_composite.c: New file.
29274         * lib/unictype/pr_currency_symbol.c: New file.
29275         * lib/unictype/pr_dash.c: New file.
29276         * lib/unictype/pr_decimal_digit.c: New file.
29277         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29278         * lib/unictype/pr_deprecated.c: New file.
29279         * lib/unictype/pr_diacritic.c: New file.
29280         * lib/unictype/pr_extender.c: New file.
29281         * lib/unictype/pr_format_control.c: New file.
29282         * lib/unictype/pr_grapheme_base.c: New file.
29283         * lib/unictype/pr_grapheme_extend.c: New file.
29284         * lib/unictype/pr_grapheme_link.c: New file.
29285         * lib/unictype/pr_hex_digit.c: New file.
29286         * lib/unictype/pr_hyphen.c: New file.
29287         * lib/unictype/pr_id_continue.c: New file.
29288         * lib/unictype/pr_id_start.c: New file.
29289         * lib/unictype/pr_ideographic.c: New file.
29290         * lib/unictype/pr_ids_binary_operator.c: New file.
29291         * lib/unictype/pr_ids_trinary_operator.c: New file.
29292         * lib/unictype/pr_ignorable_control.c: New file.
29293         * lib/unictype/pr_iso_control.c: New file.
29294         * lib/unictype/pr_join_control.c: New file.
29295         * lib/unictype/pr_left_of_pair.c: New file.
29296         * lib/unictype/pr_line_separator.c: New file.
29297         * lib/unictype/pr_logical_order_exception.c: New file.
29298         * lib/unictype/pr_lowercase.c: New file.
29299         * lib/unictype/pr_math.c: New file.
29300         * lib/unictype/pr_non_break.c: New file.
29301         * lib/unictype/pr_not_a_character.c: New file.
29302         * lib/unictype/pr_numeric.c: New file.
29303         * lib/unictype/pr_other_alphabetic.c: New file.
29304         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29305         * lib/unictype/pr_other_grapheme_extend.c: New file.
29306         * lib/unictype/pr_other_id_continue.c: New file.
29307         * lib/unictype/pr_other_id_start.c: New file.
29308         * lib/unictype/pr_other_lowercase.c: New file.
29309         * lib/unictype/pr_other_math.c: New file.
29310         * lib/unictype/pr_other_uppercase.c: New file.
29311         * lib/unictype/pr_paired_punctuation.c: New file.
29312         * lib/unictype/pr_paragraph_separator.c: New file.
29313         * lib/unictype/pr_pattern_syntax.c: New file.
29314         * lib/unictype/pr_pattern_white_space.c: New file.
29315         * lib/unictype/pr_private_use.c: New file.
29316         * lib/unictype/pr_punctuation.c: New file.
29317         * lib/unictype/pr_quotation_mark.c: New file.
29318         * lib/unictype/pr_radical.c: New file.
29319         * lib/unictype/pr_sentence_terminal.c: New file.
29320         * lib/unictype/pr_soft_dotted.c: New file.
29321         * lib/unictype/pr_space.c: New file.
29322         * lib/unictype/pr_terminal_punctuation.c: New file.
29323         * lib/unictype/pr_test.c: New file.
29324         * lib/unictype/pr_titlecase.c: New file.
29325         * lib/unictype/pr_unassigned_code_value.c: New file.
29326         * lib/unictype/pr_unified_ideograph.c: New file.
29327         * lib/unictype/pr_uppercase.c: New file.
29328         * lib/unictype/pr_variation_selector.c: New file.
29329         * lib/unictype/pr_white_space.c: New file.
29330         * lib/unictype/pr_xid_continue.c: New file.
29331         * lib/unictype/pr_xid_start.c: New file.
29332         * lib/unictype/pr_zero_width.c: New file.
29333         * lib/unictype/scripts.c: New file.
29334         * lib/unictype/sy_c_ident.c: New file.
29335         * lib/unictype/sy_c_whitespace.c: New file.
29336         * lib/unictype/sy_java_ident.c: New file.
29337         * lib/unictype/sy_java_whitespace.c: New file.
29338
29339         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29340         Unicode 5.0.0.
29341         * lib/unictype/blocks.h: Likewise.
29342         * lib/unictype/categ_C.h: Likewise.
29343         * lib/unictype/categ_Cc.h: Likewise.
29344         * lib/unictype/categ_Cf.h: Likewise.
29345         * lib/unictype/categ_Cn.h: Likewise.
29346         * lib/unictype/categ_Co.h: Likewise.
29347         * lib/unictype/categ_Cs.h: Likewise.
29348         * lib/unictype/categ_L.h: Likewise.
29349         * lib/unictype/categ_Ll.h: Likewise.
29350         * lib/unictype/categ_Lm.h: Likewise.
29351         * lib/unictype/categ_Lo.h: Likewise.
29352         * lib/unictype/categ_Lt.h: Likewise.
29353         * lib/unictype/categ_Lu.h: Likewise.
29354         * lib/unictype/categ_M.h: Likewise.
29355         * lib/unictype/categ_Mc.h: Likewise.
29356         * lib/unictype/categ_Me.h: Likewise.
29357         * lib/unictype/categ_Mn.h: Likewise.
29358         * lib/unictype/categ_N.h: Likewise.
29359         * lib/unictype/categ_Nd.h: Likewise.
29360         * lib/unictype/categ_Nl.h: Likewise.
29361         * lib/unictype/categ_No.h: Likewise.
29362         * lib/unictype/categ_P.h: Likewise.
29363         * lib/unictype/categ_Pc.h: Likewise.
29364         * lib/unictype/categ_Pd.h: Likewise.
29365         * lib/unictype/categ_Pe.h: Likewise.
29366         * lib/unictype/categ_Pf.h: Likewise.
29367         * lib/unictype/categ_Pi.h: Likewise.
29368         * lib/unictype/categ_Po.h: Likewise.
29369         * lib/unictype/categ_Ps.h: Likewise.
29370         * lib/unictype/categ_S.h: Likewise.
29371         * lib/unictype/categ_Sc.h: Likewise.
29372         * lib/unictype/categ_Sk.h: Likewise.
29373         * lib/unictype/categ_Sm.h: Likewise.
29374         * lib/unictype/categ_So.h: Likewise.
29375         * lib/unictype/categ_Z.h: Likewise.
29376         * lib/unictype/categ_Zl.h: Likewise.
29377         * lib/unictype/categ_Zp.h: Likewise.
29378         * lib/unictype/categ_Zs.h: Likewise.
29379         * lib/unictype/categ_of.h: Likewise.
29380         * lib/unictype/combining.h: Likewise.
29381         * lib/unictype/ctype_alnum.h: Likewise.
29382         * lib/unictype/ctype_alpha.h: Likewise.
29383         * lib/unictype/ctype_blank.h: Likewise.
29384         * lib/unictype/ctype_cntrl.h: Likewise.
29385         * lib/unictype/ctype_digit.h: Likewise.
29386         * lib/unictype/ctype_graph.h: Likewise.
29387         * lib/unictype/ctype_lower.h: Likewise.
29388         * lib/unictype/ctype_print.h: Likewise.
29389         * lib/unictype/ctype_punct.h: Likewise.
29390         * lib/unictype/ctype_space.h: Likewise.
29391         * lib/unictype/ctype_upper.h: Likewise.
29392         * lib/unictype/ctype_xdigit.h: Likewise.
29393         * lib/unictype/decdigit.h: Likewise.
29394         * lib/unictype/digit.h: Likewise.
29395         * lib/unictype/mirror.h: Likewise.
29396         * lib/unictype/numeric.h: Likewise.
29397         * lib/unictype/pr_alphabetic.h: Likewise.
29398         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29399         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29400         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29401         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29402         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29403         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29404         * lib/unictype/pr_bidi_control.h: Likewise.
29405         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29406         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29407         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29408         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29409         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29410         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29411         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29412         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29413         * lib/unictype/pr_bidi_pdf.h: Likewise.
29414         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29415         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29416         * lib/unictype/pr_combining.h: Likewise.
29417         * lib/unictype/pr_composite.h: Likewise.
29418         * lib/unictype/pr_currency_symbol.h: Likewise.
29419         * lib/unictype/pr_dash.h: Likewise.
29420         * lib/unictype/pr_decimal_digit.h: Likewise.
29421         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29422         * lib/unictype/pr_deprecated.h: Likewise.
29423         * lib/unictype/pr_diacritic.h: Likewise.
29424         * lib/unictype/pr_extender.h: Likewise.
29425         * lib/unictype/pr_format_control.h: Likewise.
29426         * lib/unictype/pr_grapheme_base.h: Likewise.
29427         * lib/unictype/pr_grapheme_extend.h: Likewise.
29428         * lib/unictype/pr_grapheme_link.h: Likewise.
29429         * lib/unictype/pr_hex_digit.h: Likewise.
29430         * lib/unictype/pr_hyphen.h: Likewise.
29431         * lib/unictype/pr_id_continue.h: Likewise.
29432         * lib/unictype/pr_id_start.h: Likewise.
29433         * lib/unictype/pr_ideographic.h: Likewise.
29434         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29435         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29436         * lib/unictype/pr_ignorable_control.h: Likewise.
29437         * lib/unictype/pr_iso_control.h: Likewise.
29438         * lib/unictype/pr_join_control.h: Likewise.
29439         * lib/unictype/pr_left_of_pair.h: Likewise.
29440         * lib/unictype/pr_line_separator.h: Likewise.
29441         * lib/unictype/pr_logical_order_exception.h: Likewise.
29442         * lib/unictype/pr_lowercase.h: Likewise.
29443         * lib/unictype/pr_math.h: Likewise.
29444         * lib/unictype/pr_non_break.h: Likewise.
29445         * lib/unictype/pr_not_a_character.h: Likewise.
29446         * lib/unictype/pr_numeric.h: Likewise.
29447         * lib/unictype/pr_other_alphabetic.h: Likewise.
29448         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29449         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29450         * lib/unictype/pr_other_id_continue.h: Likewise.
29451         * lib/unictype/pr_other_id_start.h: Likewise.
29452         * lib/unictype/pr_other_lowercase.h: Likewise.
29453         * lib/unictype/pr_other_math.h: Likewise.
29454         * lib/unictype/pr_other_uppercase.h: Likewise.
29455         * lib/unictype/pr_paired_punctuation.h: Likewise.
29456         * lib/unictype/pr_paragraph_separator.h: Likewise.
29457         * lib/unictype/pr_pattern_syntax.h: Likewise.
29458         * lib/unictype/pr_pattern_white_space.h: Likewise.
29459         * lib/unictype/pr_private_use.h: Likewise.
29460         * lib/unictype/pr_punctuation.h: Likewise.
29461         * lib/unictype/pr_quotation_mark.h: Likewise.
29462         * lib/unictype/pr_radical.h: Likewise.
29463         * lib/unictype/pr_sentence_terminal.h: Likewise.
29464         * lib/unictype/pr_soft_dotted.h: Likewise.
29465         * lib/unictype/pr_space.h: Likewise.
29466         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29467         * lib/unictype/pr_titlecase.h: Likewise.
29468         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29469         * lib/unictype/pr_unified_ideograph.h: Likewise.
29470         * lib/unictype/pr_uppercase.h: Likewise.
29471         * lib/unictype/pr_variation_selector.h: Likewise.
29472         * lib/unictype/pr_white_space.h: Likewise.
29473         * lib/unictype/pr_xid_continue.h: Likewise.
29474         * lib/unictype/pr_xid_start.h: Likewise.
29475         * lib/unictype/pr_zero_width.h: Likewise.
29476         * lib/unictype/scripts.h: Likewise.
29477         * lib/unictype/scripts_byname.gperf: Likewise.
29478         * lib/unictype/sy_c_ident.h: Likewise.
29479         * lib/unictype/sy_c_whitespace.h: Likewise.
29480         * lib/unictype/sy_java_ident.h: Likewise.
29481         * lib/unictype/sy_java_whitespace.h: Likewise.
29482
29483         * lib/unictype/Makefile: New file.
29484         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29485         glibc.
29486         * lib/unictype/3level.h: New file, copied from glibc.
29487         * lib/unictype/3levelbit.h: New file.
29488
29489 2007-11-11  Bruno Haible  <bruno@clisp.org>
29490
29491         * modules/gperf: New file.
29492         * modules/iconv_open (Depends-on): Add it.
29493         (Makefile.am): Remove the GPERF definition.
29494
29495 2007-11-11  Bruno Haible  <bruno@clisp.org>
29496
29497         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29498         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29499
29500 2007-11-11  Bruno Haible  <bruno@clisp.org>
29501
29502         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29503         (usage): Remove function.
29504
29505 2007-11-11  Bruno Haible  <bruno@clisp.org>
29506
29507         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29508         gl_FUNC_CEILF_LIBS.
29509         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29510         gl_FUNC_CEIL_LIBS.
29511         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29512         gl_FUNC_CEILL_LIBS.
29513         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29514         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29515         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29516
29517 2007-11-11  Bruno Haible  <bruno@clisp.org>
29518
29519         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29520         roundf were declared but do not exist on functions.
29521         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29522         roundl were declared but do not exist on functions.
29523         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29524         HAVE_FLOORL_AND_CEILL, respectively.
29525         Needed for Sun C on Solaris 10.
29526
29527 2007-11-11  Bruno Haible  <bruno@clisp.org>
29528
29529         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29530         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29531         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29532         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29533         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29534         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29535         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29536         HAVE_DECL_ROUNDF.
29537         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29538         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29539         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29540         of HAVE_DECL_ROUND*.
29541         * modules/math (Makefile.am): Update.
29542
29543 2007-11-10  Bruno Haible  <bruno@clisp.org>
29544
29545         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29546         ptrdiff_t as m4/intl.m4.
29547
29548 2007-11-10  Jim Meyering  <meyering@redhat.com>
29549
29550         Avoid link failure for the argmatch test.
29551         * tests/test-argmatch.c (usage): Define function to avoid a link
29552         failure: argmatch_die requires a usage function.
29553
29554 2007-11-09  Bruno Haible  <bruno@clisp.org>
29555
29556         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29557         * doc/functions/vsnprintf.texi: Likewise.
29558         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29559         with a size argument < 2.
29560
29561 2007-11-09  Bruno Haible  <bruno@clisp.org>
29562
29563         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29564         buffer. Fixes an inefficiency introduced on 2007-11-03.
29565
29566 2007-11-09  Bruno Haible  <bruno@clisp.org>
29567
29568         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29569         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29570
29571 2007-11-08  Jim Meyering  <meyering@redhat.com>
29572
29573         Change cache variable name prefix "jm_" to "gl_" everywhere.
29574         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29575         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29576         * m4/uptime.m4: s/gl_/jm_/
29577
29578 2007-11-07  Bruno Haible  <bruno@clisp.org>
29579
29580         Update to GNU gettext 0.17.
29581         * m4/intl.m4: Update to GNU gettext 0.17.
29582         * m4/po.m4: Likewise.
29583         * modules/gettext (Files): Remove m4/ulonglong.m4.
29584         (configure.ac): Require gettext infrastructure from version 0.17.
29585
29586 2007-11-06  Bruno Haible  <bruno@clisp.org>
29587
29588         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29589         symbolic values are not defined in a public header.
29590         * lib/freadable.c (freadable) [QNX]: Likewise.
29591         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29592         * lib/freading.c (freading) [QNX]: Likewise.
29593         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29594         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29595         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29596         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29597         Reported by Alain Magloire.
29598
29599         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29600
29601 2007-11-05  Bruno Haible  <bruno@clisp.org>
29602
29603         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29604         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29605         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29606         Reported by Eric Blake.
29607
29608 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29609             Bruno Haible  <bruno@clisp.org>
29610
29611         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29612         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29613         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29614         (malloc): Undefine also before including <stdlib.h>.
29615         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29616         Needed on OSF/1 4.0.
29617
29618 2007-11-05  Jim Meyering  <meyering@redhat.com>
29619
29620         git-version-gen: sync from coreutils.
29621         * build-aux/git-version-gen: Add comments.
29622         Change the first '-' to '.' in the snapshot version string,
29623         e.g., 6.9-377-08144 -> 6.9.377-08144
29624         Remove first parameter.
29625         Don't declare a version "-dirty" merely because a time
29626         stamp has changed.
29627
29628 2007-11-04  Bruno Haible  <bruno@clisp.org>
29629
29630         * lib/lock.h: Protect all macro definitions containing an 'if'
29631         statement through a "do { ... } while (0)".
29632         * lib/tls.h: Likewise.
29633
29634 2007-11-04  Bruno Haible  <bruno@clisp.org>
29635
29636         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29637
29638 2007-11-04  Bruno Haible  <bruno@clisp.org>
29639
29640         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29641         * modules/fprintf-posix (Depends-on): Add nocrash.
29642         * modules/snprintf-posix (Depends-on): Likewise.
29643         * modules/sprintf-posix (Depends-on): Likewise.
29644         * modules/vasnprintf-posix (Depends-on): Likewise.
29645         * modules/vasprintf-posix (Depends-on): Likewise.
29646         * modules/vfprintf-posix (Depends-on): Likewise.
29647         * modules/vsnprintf-posix (Depends-on): Likewise.
29648         * modules/vsprintf-posix (Depends-on): Likewise.
29649         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29650         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29651         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29652         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29653         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29654         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29655         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29656
29657 2007-11-04  Bruno Haible  <bruno@clisp.org>
29658
29659         * modules/nocrash: New file.
29660         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29661         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29662
29663 2007-11-04  Bruno Haible  <bruno@clisp.org>
29664
29665         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29666         precision handling.
29667         * tests/test-vasprintf-posix.c (test_function): Likewise.
29668         * tests/test-snprintf-posix.h (test_function): Likewise.
29669         * tests/test-sprintf-posix.h (test_function): Likewise.
29670
29671         Fix *printf behaviour for large precisions on mingw and BeOS.
29672         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29673         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29674         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29675         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29676         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29677         gl_PRINTF_PRECISION and test its result. Invoke
29678         gl_PREREQ_VASNPRINTF_PRECISION.
29679         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29680         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29681         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29682         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29683         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29684         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29685         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29686         * doc/functions/fprintf.texi: Update.
29687         * doc/functions/printf.texi: Update.
29688         * doc/functions/snprintf.texi: Update.
29689         * doc/functions/sprintf.texi: Update.
29690         * doc/functions/vfprintf.texi: Update.
29691         * doc/functions/vprintf.texi: Update.
29692         * doc/functions/vsnprintf.texi: Update.
29693         * doc/functions/vsprintf.texi: Update.
29694
29695 2007-11-04  Bruno Haible  <bruno@clisp.org>
29696
29697         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29698
29699 2007-11-04  Bruno Haible  <bruno@clisp.org>
29700
29701         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29702         Reported by Sylvain Beucler <beuc@gnu.org>.
29703
29704 2007-11-03  Bruno Haible  <bruno@clisp.org>
29705
29706         * tests/test-fprintf-posix2.sh: New file.
29707         * tests/test-fprintf-posix2.c: New file.
29708         * modules/fprintf-posix-tests (Files): Add them.
29709         (TESTS): Add test-fprintf-posix2.sh.
29710         (configure.ac): Check for getrlimit and setrlimit.
29711         (check_PROGRAMS): Add test-fprintf-posix2.
29712
29713         * tests/test-printf-posix2.sh: New file.
29714         * tests/test-printf-posix2.c: New file.
29715         * modules/printf-posix-tests (Files): Add them.
29716         (TESTS): Add test-printf-posix2.sh.
29717         (configure.ac): Check for getrlimit and setrlimit.
29718         (check_PROGRAMS): Add test-printf-posix2.
29719
29720         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29721         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29722         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29723         (decode_double): New function, copied from decode_long_double.
29724         (scale10_round_decimal_decoded): New function, extracted from
29725         scale10_round_decimal_long_double.
29726         (scale10_round_decimal_long_double): Use it.
29727         (scale10_round_decimal_double): New function.
29728         (floorlog10): New function.
29729         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29730         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29731         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29732         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29733         gl_PRINTF_ENOMEM and test its result. Invoke
29734         gl_PREREQ_VASNPRINTF_ENOMEM.
29735         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29736         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29737         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29738         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29739         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29740         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29741         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29742         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29743         * modules/snprintf-posix (Depends-on): Likewise.
29744         * modules/sprintf-posix (Depends-on): Likewise.
29745         * modules/vasnprintf-posix (Depends-on): Likewise.
29746         * modules/vasprintf-posix (Depends-on): Likewise.
29747         * modules/vfprintf-posix (Depends-on): Likewise.
29748         * modules/vsnprintf-posix (Depends-on): Likewise.
29749         * modules/vsprintf-posix (Depends-on): Likewise.
29750         * doc/functions/fprintf.texi: Update.
29751         * doc/functions/printf.texi: Update.
29752         * doc/functions/snprintf.texi: Update.
29753         * doc/functions/sprintf.texi: Update.
29754         * doc/functions/vfprintf.texi: Update.
29755         * doc/functions/vprintf.texi: Update.
29756         * doc/functions/vsnprintf.texi: Update.
29757         * doc/functions/vsprintf.texi: Update.
29758
29759 2007-11-03  Bruno Haible  <bruno@clisp.org>
29760
29761         * modules/frexp-nolibm-tests: New file.
29762
29763         * modules/frexp-nolibm: New file.
29764         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29765
29766 2007-11-03  Bruno Haible  <bruno@clisp.org>
29767
29768         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29769         value is C99 compliant.
29770         Needed for OSF/1 5.1.
29771
29772 2007-11-03  Bruno Haible  <bruno@clisp.org>
29773
29774         Fix out-of-memory handling of vasnprintf.
29775         * lib/printf-parse.c: Include <errno.h>.
29776         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29777         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29778         is already set.
29779
29780 2007-11-02  Eric Blake  <ebb9@byu.net>
29781
29782         Fix tests on cygwin.
29783         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29784
29785 2007-11-01  Bruno Haible  <bruno@clisp.org>
29786
29787         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29788         warning.
29789         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29790         needed for POSIX compatibility.
29791
29792 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29793
29794         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29795         for compatibility with GNU.
29796
29797 2007-11-01  Bruno Haible  <bruno@clisp.org>
29798
29799         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29800         (putenv): Renamed from rpl_putenv. Change argument type from
29801         'const char *' to 'char *'.
29802         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29803         of defining putenv in config.h, just set REPLACE_PUTENV.
29804         * modules/putenv (Depends-on): Add stdlib.
29805         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29806         (Include): Use <stdlib.h>.
29807         * lib/stdlib.in.h (putenv): New declaration.
29808         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29809         REPLACE_PUTENV.
29810         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29811         REPLACE_PUTENV.
29812         Needed for MacOS X 10.5.0.
29813         Reported by Peter O'Gorman <peter@pogma.com>.
29814
29815 2007-11-01  Jim Meyering  <meyering@redhat.com>
29816
29817         Treat an empty date string exactly like "0".
29818         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29819         if the remaining date string (to be parsed) is empty, use "0".
29820         Reported by Mischa Molhoek and discussed in this thread:
29821         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29822
29823 2007-10-31  Bruno Haible  <bruno@clisp.org>
29824
29825         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29826         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29827         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29828         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29829         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29830         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29831
29832 2007-10-31  Bruno Haible  <bruno@clisp.org>
29833
29834         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29835         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29836         (AC_TYPE_LONG_LONG_INT): Use it.
29837         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29838         it as well.
29839         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29840         to m4/longlong.m4.
29841         * modules/stdint (Files): Remove m4/ulonglong.m4.
29842         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29843         m4/ulonglong.m4.
29844         * modules/strtoumax (Files): Likewise.
29845
29846 2007-10-30  Bruno Haible  <bruno@clisp.org>
29847
29848         * modules/xvasprintf-posix: New file.
29849         Suggested by Eric Blake.
29850
29851 2007-10-30  Bruno Haible  <bruno@clisp.org>
29852
29853         * modules/xprintf-posix-tests: New file.
29854         * tests/test-xprintf-posix.sh: New file.
29855         * tests/test-xprintf-posix.c: New file.
29856         * tests/test-xfprintf-posix.c: New file.
29857
29858         * modules/xprintf-posix: New file.
29859
29860 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29861
29862         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29863         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29864         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29865
29866 2007-10-29  Bruno Haible  <bruno@clisp.org>
29867
29868         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29869         contain the special marker '_cv_'.
29870         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29871         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29872         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29873         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29874         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29875         Reported by Ralf Wildenhues.
29876
29877 2007-10-29  Bruno Haible  <bruno@clisp.org>
29878
29879         * gnulib-tool (func_import): When --lgpl is not specified, set
29880         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29881         GPLv3.
29882         Reported by Simon Josefsson.
29883
29884 2007-10-28  Bruno Haible  <bruno@clisp.org>
29885
29886         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29887         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29888         HAVE_DECL_ISFINITE.
29889         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29890         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29891         HAVE_DECL_ISFINITE.
29892
29893 2007-10-28  Bruno Haible  <bruno@clisp.org>
29894
29895         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29896         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29897
29898 2007-10-28  Bruno Haible  <bruno@clisp.org>
29899
29900         Fix link errors with Sun C 5.0 on Solaris 10.
29901         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29902         function is declared but not present in the compiler's libm.
29903         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29904         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29905         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29906         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29907         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29908         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29909         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29910         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29911         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29912         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29913         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29914         HAVE_DECL_FLOORL.
29915
29916 2007-10-28  Bruno Haible  <bruno@clisp.org>
29917
29918         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29919         gl_FUNC_FLOORL. Cache the result.
29920         (gl_FUNC_FLOORL): Use it.
29921         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29922         gl_FUNC_CEILL. Cache the result.
29923         (gl_FUNC_CEILL): Use it.
29924
29925         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29926         gl_FUNC_FLOOR. Cache the result.
29927         (gl_FUNC_FLOOR): Use it.
29928         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29929         gl_FUNC_CEIL. Cache the result.
29930         (gl_FUNC_CEIL): Use it.
29931
29932         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29933         gl_FUNC_FLOORF. Cache the result.
29934         (gl_FUNC_FLOORF): Use it.
29935         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29936         gl_FUNC_CEILF. Cache the result.
29937         (gl_FUNC_CEILF): Use it.
29938
29939 2007-10-28  Bruno Haible  <bruno@clisp.org>
29940
29941         * gnulib-tool: Allow specifying the LGPL version number through
29942         --lgpl=2 or --lgpl=3.
29943         (func_usage): Document --lgpl with argument.
29944         Handle --lgpl=... arguments.
29945         (func_import): Recognize also gl_LGPL calls with an argument. When
29946         --lgpl=2 is used and the module's license is just LGPL, report an
29947         error. Set sed_transform_lib_file according to the lgpl variable. In
29948         the generated files, use --lgpl or gl_LGPL invocations with argument,
29949         if necessary.
29950         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29951         an LGPv2+ license.
29952         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29953         gl_LGPL macro.
29954
29955 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29956             Bruno Haible  <bruno@clisp.org>
29957
29958         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29959         (u16_uctomb_aux): Likewise.
29960         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29961         !HAVE_INLINE.
29962         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29963
29964 2007-10-28  Bruno Haible  <bruno@clisp.org>
29965
29966         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29967         Invoke AM_GETTEXT_OPTION if it exists.
29968         * modules/vasprintf: Likewise.
29969         * modules/verror: Likewise.
29970         * modules/xprintf: Likewise.
29971         * modules/xvasprintf: Likewise.
29972
29973 2007-10-27  Ben Pfaff  <blp@gnu.org>
29974
29975         * lib/math.in.h: Define isfinite macro and prototypes for
29976         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29977         implementations.
29978         * m4/math_h.m4: New substitutions for isfinite module.
29979         * lib/isfinite.c: New file.
29980         * m4/isfinite.m4: New file.
29981         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29982         * modules/isfinite: New file.
29983         * modules/isfinite-tests: New file.
29984         * tests/tests-isfinite.c: New file.
29985         * doc/functions/isfinite.texi: Mention isfinite module.
29986         * MODULES.html.sh: Mention new module.
29987
29988 2007-10-27  Ben Pfaff  <blp@gnu.org>
29989
29990         Ralf Wildenhues reported that Tru64 4.0D declares the round
29991         functions but does not have definitions.
29992         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29993         cannot be found in any library, set the output variable to
29994         "missing" instead of "".
29995         * m4/round.m4: Also use our substitute if we cannot find round in
29996         any library, even if it is declared.
29997         * m4/roundf.m4: Likewise for roundf.
29998         * m4/roundl.m4: Likewise for roundl.
29999         * lib/math.in.h: Undefine roundf, round, roundl before defining
30000         their replacements, to allow for hypothetical systems where these
30001         may be defined as macros but not available in libraries.
30002
30003 2007-10-27  Bruno Haible  <bruno@clisp.org>
30004
30005         * doc/gnulib.texi: Invoke @firstparagraphindent.
30006         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30007         changes in gnulib.
30008         (Source changes): New section.
30009
30010 2007-10-26  Bruno Haible  <bruno@clisp.org>
30011
30012         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30013         borrowed from autoconf.
30014
30015 2007-10-26  Bruno Haible  <bruno@clisp.org>
30016
30017         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30018         strerror returned the empty string. Needed on HP-UX 11.00.
30019
30020 2007-10-24  Micah Cowan  <micah@cowan.name>
30021
30022         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30023         * build-aux/bootstrap: Remove support for now-unnecessary option,
30024         --cvs-user, and envvars CVS_USER, CVS_RSH.
30025
30026 2007-10-24  Jim Meyering  <meyering@redhat.com>
30027
30028         Avoid diagnostics from sha1sum when there is no cached checksum.
30029         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30030         if the po.s1 file hasn't been created yet.
30031
30032         * build-aux/bootstrap: Sync from coreutils:
30033         2007-10-24  Jim Meyering  <meyering@redhat.com>
30034         Get gnulib from the git repository, not from an obsolete cvs one.
30035         * build-aux/bootstrap: Suggestion from Micah Cowan.
30036         2007-10-04  Jim Meyering  <jim@meyering.net>
30037         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30038         (update_po_files): Work also when there are no .po files in po/.
30039
30040 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30041
30042         * README: Append ".git" to git and cg examples.
30043         Problem reported by Benoit Sigoure.
30044
30045 2007-10-23  Micah Cowan  <micah@cowan.name>
30046
30047         * users.txt: Add wget.
30048
30049 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30050
30051         Fix linking of some unistdio tests on FreeBSD.
30052         * modules/unistdio/u16-vsnprintf-tests
30053         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30054         * modules/unistdio/u16-vsprintf-tests
30055         (test_u16_vsnprintf1_LDADD): Likewise.
30056         * modules/unistdio/u32-vsnprintf-tests
30057         (test_u32_vsnprintf1_LDADD): Likewise.
30058         * modules/unistdio/u32-vsprintf-tests
30059         (test_u32_vsprintf1_LDADD): Likewise.
30060         * modules/unistdio/u8-vsnprintf-tests
30061         (test_u8_vsnprintf1_LDADD): Likewise.
30062         * modules/unistdio/u8-vsprintf-tests
30063         (test_u8_vsprintf1_LDADD): Likewise.
30064         * modules/unistdio/ulc-vsnprintf-tests
30065         (test_ulc_vsnprintf1_LDADD): Likewise.
30066         * modules/unistdio/ulc-vsprintf-tests
30067         (test_ulc_vsprintf1_LDADD): Likewise.
30068
30069         Fix linking of some uniconv tests on FreeBSD.
30070         * modules/uniconv/u16-conv-from-enc-tests
30071         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30072         * modules/uniconv/u16-conv-to-enc-tests
30073         (test_u16_conv_to_enc_LDADD): Likewise.
30074         * modules/uniconv/u16-strconv-from-enc-tests
30075         (test_u16_strconv_from_enc_LDADD): Likewise.
30076         * modules/uniconv/u16-strconv-to-enc-tests
30077         (test_u16_strconv_to_enc_LDADD): Likewise.
30078         * modules/uniconv/u32-conv-from-enc-tests
30079         (test_u32_conv_from_enc_LDADD): Likewise.
30080         * modules/uniconv/u32-conv-to-enc-tests
30081         (test_u32_conv_to_enc_LDADD): Likewise.
30082         * modules/uniconv/u32-strconv-from-enc-tests
30083         (test_u32_strconv_from_enc_LDADD): Likewise.
30084         * modules/uniconv/u32-strconv-to-enc-tests
30085         (test_u32_strconv_to_enc_LDADD): Likewise.
30086         * modules/uniconv/u8-conv-from-enc-tests
30087         (test_u8_conv_from_enc_LDADD): Likewise.
30088         * modules/uniconv/u8-conv-to-enc-tests
30089         (test_u8_conv_to_enc_LDADD): Likewise.
30090         * modules/uniconv/u8-strconv-from-enc-tests
30091         (test_u8_strconv_from_enc_LDADD): Likewise.
30092         * modules/uniconv/u8-strconv-to-enc-tests
30093         (test_u8_strconv_to_enc_LDADD): Likewise.
30094
30095 2007-10-22  Bruno Haible  <bruno@clisp.org>
30096
30097         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30098         size.
30099
30100 2007-10-22  Eric Blake  <ebb9@byu.net>
30101
30102         Tweak x*printf documentation.
30103         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30104         variable name and comments.
30105         Suggested by Bruno Haible.
30106
30107 2007-10-22  Bruno Haible  <bruno@clisp.org>
30108
30109         * lib/acl.c (copy_acl): Fix file name in comment.
30110
30111 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30112
30113         Fix Tru64 problem with stdbool.h.
30114         * lib/stdbool.in.h (false, true):
30115         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30116         Don't declare as an enum in this situation; it runs afoul of Tru64.
30117         Problem reported by Steven M. Schweda in
30118         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30119
30120 2007-10-22  Eric Blake  <ebb9@byu.net>
30121
30122         Also wrap vf?printf.
30123         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30124         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30125         (xvprintf, xvfprintf): New functions.
30126
30127 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30128
30129         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30130         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30131
30132         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30133         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30134
30135 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30136
30137         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30138         by Bruno Haible.
30139
30140 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30141
30142         * lib/getloadavg.c
30143         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30144         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30145
30146         * tests/test-i-ring.c: Work for C89.
30147
30148 2007-10-22  Bruno Haible  <bruno@clisp.org>
30149
30150         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30151         -1u, in preprocessor expression, so that we don't test for the bug
30152         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30153         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30154
30155 2007-10-22  Eric Blake  <ebb9@byu.net>
30156
30157         * tests/test-yesno.sh: Silence stderr during test.
30158
30159 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30160
30161         * modules/crypto/gc-camellia: New file.
30162
30163         * m4/gc-camellia.m4: New file.
30164
30165         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30166
30167         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30168
30169 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30170
30171         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30172         --help to stdout.  Reported by sms@antinode.org (Steven
30173         M. Schweda).
30174
30175 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30176
30177         * users.txt: Fix link to libksba.
30178
30179 2007-10-21  Ben Pfaff  <blp@gnu.org>
30180
30181         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30182         round.c roundf implementation that depends on floorf and ceilf to
30183         be tested unconditionally.
30184
30185 2007-10-21  Ben Pfaff  <blp@gnu.org>
30186
30187         * m4/check-libm-func.m4: Removed.
30188         * m4/check-math-lib.m4: New file.
30189         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30190         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30191         definition and lack of AC_LIBOBJ([roundf]).
30192         * m4/roundl.m4: Ditto, and similarly for roundl.
30193         * modules/round: Reference new m4 file.
30194         * modules/roundf: Ditto.
30195         * modules/roundl: Ditto.
30196         * tests/test-round2.c (main): Use ROUND instead of round.
30197         Bug report from Bruno Haible.
30198
30199 2007-10-21  Bruno Haible  <bruno@clisp.org>
30200
30201         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30202         context.
30203
30204 2007-10-21  Bruno Haible  <bruno@clisp.org>
30205
30206         * tests/test-wcwidth.c (main): Allow negative result for some control
30207         characters.
30208
30209         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30210         Needed on OSF/1 5.1.
30211
30212 2007-10-21  Bruno Haible  <bruno@clisp.org>
30213
30214         * tests/test-floorf1.c: Include isnanf.h.
30215         (main): Use isnanf() instead of isnan().
30216         * tests/test-ceilf1.c: Include isnanf.h.
30217         (main): Use isnanf() instead of isnan().
30218         * tests/test-truncf1.c: Include isnanf.h.
30219         (main): Use isnanf() instead of isnan().
30220         * tests/test-roundf1.c: Include isnanf.h.
30221         (main): Use isnanf() instead of isnan().
30222
30223 2007-10-21  Eric Blake  <ebb9@byu.net>
30224
30225         * users.txt: Update URL for m4.
30226
30227 2007-10-21  Bruno Haible  <bruno@clisp.org>
30228
30229         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30230
30231 2007-10-21  Bruno Haible  <bruno@clisp.org>
30232
30233         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30234         Git's management files if the CVS files are not present.
30235
30236 2007-10-20  Bruno Haible  <bruno@clisp.org>
30237
30238         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30239         gcc-3.4.x.
30240
30241 2007-10-20  Ben Pfaff  <blp@gnu.org>
30242
30243         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30244         implementations.
30245         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30246         * lib/round.c: New file.
30247         * lib/roundf.c: New file.
30248         * lib/roundl.c: New file.
30249         * m4/round.m4: New file.
30250         * m4/roundf.m4: New file.
30251         * m4/roundl.m4: New file.
30252         * m4/check-libm-func-m4: New file.
30253         * modules/math: Replace round, roundf, roundl related @VARS@ in
30254         math.in.h.
30255         * modules/round: New file.
30256         * modules/round-tests: New file.
30257         * modules/roundf: New file.
30258         * modules/roundf-tests: New file.
30259         * modules/roundl: New file.
30260         * modules/roundl-tests: New file.
30261         * tests/test-round1.c: New file.
30262         * tests/test-round2.c: New file.
30263         * tests/test-roundf1.c: New file.
30264         * tests/test-roundf2.c: New file.
30265         * tests/test-roundl.c: New file.
30266         * doc/functions/round.texi: Mention round module.
30267         * doc/functions/roundf.texi: Mention roundf module.
30268         * doc/functions/roundl.texi: Mention roundl module.
30269         * MODULES.html.sh: Mention new modules.
30270         Thanks to Bruno Haible for suggestions.
30271
30272 2007-10-20  Jim Meyering  <meyering@redhat.com>
30273
30274         * lib/xprintf.c: Include <config.h> unconditionally.
30275
30276         Change xprintf's license to GPL.
30277         * modules/xprintf (License): s/LGPL/GPL/, since this module
30278         depends on modules (exit and exitfail) which are GPL.
30279         Suggestion from Bruno Haible.
30280
30281         xprintf fixes.
30282         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30283         Use a clearer diagnostic.
30284         Patch from Bruno Haible.
30285
30286 2007-10-20  Bruno Haible  <bruno@clisp.org>
30287
30288         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30289         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30290         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30291
30292 2007-10-20  Bruno Haible  <bruno@clisp.org>
30293
30294         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30295         precision in the comparison result > x - 1 or similar.
30296         * tests/test-ceilf2.c (correct_result_p): Likewise.
30297         * tests/test-truncf2.c (correct_result_p): Likewise.
30298         * tests/test-trunc2.c (correct_result_p): Likewise.
30299         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30300
30301 2007-10-20  Bruno Haible  <bruno@clisp.org>
30302
30303         * modules/ceil: New file.
30304         * m4/ceil.m4: New file.
30305         * doc/functions/ceil.texi: Mention the 'ceil' module.
30306
30307 2007-10-20  Bruno Haible  <bruno@clisp.org>
30308
30309         * modules/floor: New file.
30310         * m4/floor.m4: New file.
30311         * doc/functions/floor.texi: Mention the 'floor' module.
30312
30313 2007-10-20  Bruno Haible  <bruno@clisp.org>
30314
30315         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30316         of %a.
30317         * modules/floorf-tests (Depends-on): Likewise.
30318         * modules/truncf-tests (Depends-on): Likewise.
30319         * modules/trunc-tests (Depends-on): Likewise.
30320         Reported by Ben Pfaff.
30321
30322 2007-10-19  Jim Meyering  <meyering@redhat.com>
30323
30324         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30325         Don't bother testing specific errno values.  Just test ferror.
30326
30327         New module: xprintf
30328         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30329
30330 2007-10-19  Bruno Haible  <bruno@clisp.org>
30331
30332         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30333         syntax.
30334         * modules/javaexec (Makefile.am): Likewise.
30335         * modules/relocatable-prog (Makefile.am): Likewise.
30336         Suggested by Jim Meyering.
30337
30338 2007-10-18  Bruno Haible  <bruno@clisp.org>
30339
30340         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30341         Reported by Jim Meyering.
30342
30343 2007-10-18  Eric Blake  <ebb9@byu.net>
30344
30345         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30346
30347 2007-10-18  Bruno Haible  <bruno@clisp.org>
30348
30349         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30350         the format string into writable memory. Needed in Fortify conditions.
30351
30352 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30353             Bruno Haible  <bruno@clisp.org>
30354
30355         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30356         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30357         * modules/trim (Depends-on): Add mbchar.
30358         (configure.ac): Add gl_FUNC_MBRTOWC.
30359         (Makefile.am): Augment lib_SOURCES.
30360
30361 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30362
30363         Modify glob.c to use fstatat and dirfd, to simplify it.
30364         Suggested by Eric Blake.
30365         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30366         Don't include <stdbool.h>; not used.
30367         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30368         (link_exists_p): Simplify implementation, since we can now assume
30369         dirfd and fstatat.
30370         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30371
30372 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30373
30374         * gnulib-tool (func_get_dependencies): Fix sed script to
30375         match only tests.
30376
30377 2007-10-17  Bruno Haible  <bruno@clisp.org>
30378
30379         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30380         allow locale names without encoding suffix.
30381         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30382         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30383
30384 2007-10-16  Bruno Haible  <bruno@clisp.org>
30385
30386         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30387         * lib/getgroups.c (getgroups): Likewise.
30388         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30389
30390 2007-10-16  Bruno Haible  <bruno@clisp.org>
30391
30392         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30393         * modules/malloc-posix (License): Likewise.
30394         * modules/realloc-posix (License): Likewise.
30395         * modules/calloc-posix (License): Likewise.
30396         * modules/intprops (License): Change from GPL to LGPL, with
30397         Paul Eggert's approval.
30398
30399 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30400
30401         Merge glibc changes into lib/glob.c.
30402
30403         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30404         2007-10-15 04:59:03 UTC.  Here are the changes:
30405
30406         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30407
30408         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30409
30410         * lib/glob.c: Add some branch prediction throughout.
30411
30412         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30413
30414         [BZ #5103]
30415         * lib/glob.c (glob): Recognize patterns starting \/.
30416
30417         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30418
30419         [BZ #3996]
30420         * lib/glob.c (attribute_hidden): Define if not defined.
30421         (glob): Unescape dirname, filename or username when needed and not
30422         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30423         is NULL.  Handle unescaped [ in pattern without closing ].
30424         Don't pass GLOB_CHECK down to recursive glob for directories.
30425         (__glob_pattern_type): New function.
30426         (__glob_pattern_p): Implement using __glob_pattern_type.
30427         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30428         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30429         Remove unreachable code.
30430
30431         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30432
30433         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30434         explain why there are no leaks.
30435
30436         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30437
30438         [BZ #3253]
30439         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30440         time, rather allocate increasingly bigger arrays of pointers, if
30441         possible with alloca, if too large with malloc.
30442
30443 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30444
30445         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30446         Problem reported by H.Merijn Brand in
30447         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30448         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30449         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30450
30451 2007-10-15  Bruno Haible  <bruno@clisp.org>
30452
30453         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30454         with explicit rpl_ prefix.
30455         * lib/fopen.c (fopen): Likewise.
30456         * lib/freopen.c (freopen): Likewise.
30457         * lib/iconv.c (iconv): Likewise.
30458         * lib/iconv_close.c (iconv_close): Likewise.
30459
30460 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30461
30462         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30463
30464 2007-10-15  Bruno Haible  <bruno@clisp.org>
30465
30466         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30467         <stddef.h> instead of <stdlib.h> since we only need NULL.
30468         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30469
30470 2007-10-15  Bruno Haible  <bruno@clisp.org>
30471
30472         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30473         Replace paragraph talking about LIBOBJS.
30474         Reported by Colin Watson <cjwatson@debian.org>.
30475
30476 2007-10-15  Bruno Haible  <bruno@clisp.org>
30477
30478         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30479         <stdlib.h> before using NULL.
30480
30481 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30482
30483         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30484         Reported by Albert Chin <china@thewrittenword.com>.
30485
30486 2007-10-14  Bruno Haible  <bruno@clisp.org>
30487
30488         * modules/iconv_open-utf-tests: New file.
30489         * tests/test-iconv-utf.c: New file.
30490
30491         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30492         * modules/iconv_open-utf: New file.
30493         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30494         (iconv, iconv_close): New declarations.
30495         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30496         be defined.
30497         (iconv_open): Add special handling of conversion between UTF-8 and
30498         UTF-{16,32}{BE,LE}.
30499         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30500         * lib/iconv_close.c: New file.
30501         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30502         gl_FUNC_ICONV_OPEN.
30503         (gl_FUNC_ICONV_OPEN): Use it.
30504         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30505         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30506         and REPLACE_ICONV_UTF.
30507         * modules/iconv_open (Depends-on): Add c-strcase.
30508         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30509         ICONV_CONST.
30510         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30511
30512 2007-10-13  Albert Chin  <china@thewrittenword.com>
30513             Bruno Haible  <bruno@clisp.org>
30514
30515         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30516         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30517
30518 2007-10-13  Bruno Haible  <bruno@clisp.org>
30519
30520         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30521         defined, use the ISO C99 inline semantics.
30522         * lib/argp.h (ARGP_EI): Likewise.
30523
30524 2007-10-13  Bruno Haible  <bruno@clisp.org>
30525
30526         Handle 'inline' change in gcc 4.3.0.
30527         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30528         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30529         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30530         argp_fmtstream_point): Disable 'extern' declaration if the function
30531         definition is going to be provided inline.
30532         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30533         semantics, not the ISO C99 inline semantics.
30534         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30535         'extern' declaration if the function definition is going to be provided
30536         inline.
30537         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30538         the GNU C inline semantics, not the ISO C99 inline semantics. With
30539         GCC 4.2, avoid a warning.
30540
30541 2007-10-13  Bruno Haible  <bruno@clisp.org>
30542
30543         * lib/freading.h (freading): Enable the use of __freading for
30544         glibc >= 2.7.
30545         * lib/freading.c (freading): Likewise.
30546
30547 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30548
30549         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30550         "warning: C99 inline functions are not supported; using GNU89".
30551
30552 2007-10-12  Bruno Haible  <bruno@clisp.org>
30553
30554         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30555         of 2.
30556         * tests/test-ceilf2.c: New file.
30557         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30558
30559         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30560         * modules/ceilf-tests: Update.
30561
30562 2007-10-12  Bruno Haible  <bruno@clisp.org>
30563
30564         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30565         of 2.
30566         * tests/test-floorf2.c: New file.
30567         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30568
30569         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30570         * modules/floorf-tests: Update.
30571
30572 2007-10-12  Bruno Haible  <bruno@clisp.org>
30573
30574         * tests/test-trunc2.c: New file.
30575         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30576
30577         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30578         * modules/trunc-tests: Update.
30579
30580 2007-10-12  Bruno Haible  <bruno@clisp.org>
30581
30582         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30583         of 2.
30584         * tests/test-truncf2.c: New file.
30585         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30586
30587         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30588         * modules/truncf-tests: Update.
30589
30590 2007-10-11  Eric Blake  <ebb9@byu.net>
30591
30592         Don't claim strerror is broken on Interix.
30593         * doc/functions/strerror.texi (strerror): Known broken systems are
30594         now Solaris 8, and not Interix.
30595         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30596         Interix on cross-compile.
30597         Reported by Martin Koeppe in
30598         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30599
30600 2007-10-11  Bruno Haible  <bruno@clisp.org>
30601
30602         * modules/i-ring-tests: New file.
30603         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30604         instead of assert.
30605
30606 2007-10-11  Bruno Haible  <bruno@clisp.org>
30607
30608         * modules/filenamecat-tests: New file.
30609         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30610         * lib/filenamecat.c: Remove test code.
30611
30612 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30613
30614         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30615
30616         * lib/strerror.c: Include <string.h> always, to test interface,
30617         and to remove the need for the dummy.
30618         Include intprops.h to compute width instead of doing it ourselves
30619         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30620         (strerror): Define it to return NULL if there's no system strerror.
30621         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30622         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30623         ancient pre-strerror Unix systems well any more.  Saying "unknown
30624         system error" is enough.
30625         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30626         simpler strerror.c implementation.
30627         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30628         Simplify the tests to reflect the simpler strerror implementation.
30629         * modules/strerror (Depends-on): Add intprops.
30630
30631 2007-10-09  Eric Blake  <ebb9@byu.net>
30632
30633         Silence test-fpending.
30634         * modules/fpending-tests (Files): Add wrapper script.
30635         * tests/test-fpending.sh: New file.
30636
30637 2007-10-09  Bruno Haible  <bruno@clisp.org>
30638
30639         * MODULES.html.sh (func_module): Don't create a hyperlink for
30640         function names like 'printf_frexp'.
30641         (Misc): Add crc, memxor.
30642         (Characteristics of floating types): New section.
30643         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30644         isnanf-nolibm, signbit, trunc, truncf, truncl.
30645         (Enhancements for ISO C 99 functions): New subsection Input/output.
30646         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30647         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30648         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30649         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30650         (Enhancements for POSIX:2001 functions): Add chdir-long.
30651         (File system functions): Add areadlink, chdir-safer, read-file.
30652         Remove cycle-check.
30653         (File system as inode set): New section.
30654         (Date and time): Add gethrxtime.
30655         (Multithreading): Add openmp.
30656         (Internationalization functions): Add localename.
30657         (Unicode string functions): Add unistr/u*-mbsnlen.
30658         (Support for maintaining and releasing projects): Add git-version-gen.
30659         (Lone files): Remove directories.
30660
30661 2007-10-08  Ben Pfaff  <blp@gnu.org>
30662
30663         * lib/xmalloca.h: Fix typo in comment.
30664
30665 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30666
30667         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30668         when avoiding problems with integer overflow.  Use a portable test
30669         instead.
30670
30671 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30672
30673         * modules/dummy (License): Change to LGPLv2+.
30674         * modules/float (License): Likewise
30675         * modules/realloc (License): Likewise
30676         * modules/stdlib (License): Likewise
30677
30678 2007-10-07  Bruno Haible  <bruno@clisp.org>
30679
30680         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30681         * floor.c (TWO_MANT_DIG): Likewise.
30682         * ceil.c (TWO_MANT_DIG): Likewise.
30683         Reported by Ben Pfaff.
30684
30685 2007-10-07  Bruno Haible  <bruno@clisp.org>
30686
30687         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30688         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30689         * lib/frexp.c (FUNC): Likewise.
30690         * lib/printf-frexp.h (printf_frexp): Likewise.
30691         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30692         * lib/printf-frexp.c (FUNC): Likewise.
30693         Suggested by Jim Meyering.
30694
30695 2007-10-07  Jim Meyering  <meyering@redhat.com>
30696
30697         Make xnanosleep's integer overflow test more robust.
30698         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30699         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30700
30701 2007-10-07  Bruno Haible  <bruno@clisp.org>
30702
30703         * NEWS: Mention the license change.
30704
30705         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30706         abbreviations in the modules files.
30707
30708         Change copyright notice from GPLv2+ to GPLv3+.
30709         * README: Change copyright notice.
30710         * MODULES.html.sh: Likewise.
30711         * build-aux/bootstrap.conf: Likewise.
30712         * build-aux/config.libpath: Likewise.
30713         * build-aux/csharpcomp.sh.in: Likewise.
30714         * build-aux/csharpexec.sh.in: Likewise.
30715         * build-aux/install-reloc: Likewise.
30716         * build-aux/javacomp.sh.in: Likewise.
30717         * build-aux/javaexec.sh.in: Likewise.
30718         * build-aux/ldd.sh.in: Likewise.
30719         * build-aux/reloc-ldflags: Likewise.
30720         * build-aux/relocatable.sh.in: Likewise.
30721         * build-aux/x-to-1.in: Likewise.
30722         * check-module: Likewise.
30723         * config/srclistvars.sh: Likewise.
30724         * gnulib-tool: Likewise.
30725         * lib/acl-internal.h: Likewise.
30726         * lib/acl.c: Likewise.
30727         * lib/acl.h: Likewise.
30728         * lib/acl_entries.c: Likewise.
30729         * lib/areadlink-with-size.c: Likewise.
30730         * lib/areadlink.c: Likewise.
30731         * lib/areadlink.h: Likewise.
30732         * lib/argmatch.c: Likewise.
30733         * lib/argmatch.h: Likewise.
30734         * lib/argp-ba.c: Likewise.
30735         * lib/argp-eexst.c: Likewise.
30736         * lib/argp-fmtstream.c: Likewise.
30737         * lib/argp-fmtstream.h: Likewise.
30738         * lib/argp-fs-xinl.c: Likewise.
30739         * lib/argp-help.c: Likewise.
30740         * lib/argp-namefrob.h: Likewise.
30741         * lib/argp-parse.c: Likewise.
30742         * lib/argp-pin.c: Likewise.
30743         * lib/argp-pv.c: Likewise.
30744         * lib/argp-pvh.c: Likewise.
30745         * lib/argp-xinl.c: Likewise.
30746         * lib/argp.h: Likewise.
30747         * lib/at-func.c: Likewise.
30748         * lib/atanl.c: Likewise.
30749         * lib/backupfile.c: Likewise.
30750         * lib/backupfile.h: Likewise.
30751         * lib/basename.c: Likewise.
30752         * lib/binary-io.h: Likewise.
30753         * lib/byteswap.in.h: Likewise.
30754         * lib/c-stack.c: Likewise.
30755         * lib/c-stack.h: Likewise.
30756         * lib/c-strcasestr.c: Likewise.
30757         * lib/c-strcasestr.h: Likewise.
30758         * lib/c-strstr.c: Likewise.
30759         * lib/c-strstr.h: Likewise.
30760         * lib/c-strtod.c: Likewise.
30761         * lib/calloc.c: Likewise.
30762         * lib/canon-host.c: Likewise.
30763         * lib/canon-host.h: Likewise.
30764         * lib/canonicalize-lgpl.c: Likewise.
30765         * lib/canonicalize.c: Likewise.
30766         * lib/canonicalize.h: Likewise.
30767         * lib/ceil.c: Likewise.
30768         * lib/ceilf.c: Likewise.
30769         * lib/ceill.c: Likewise.
30770         * lib/chdir-long.c: Likewise.
30771         * lib/chdir-long.h: Likewise.
30772         * lib/chdir-safer.c: Likewise.
30773         * lib/chdir-safer.h: Likewise.
30774         * lib/chown.c: Likewise.
30775         * lib/classpath.c: Likewise.
30776         * lib/classpath.h: Likewise.
30777         * lib/clean-temp.c: Likewise.
30778         * lib/clean-temp.h: Likewise.
30779         * lib/cloexec.c: Likewise.
30780         * lib/close-stream.c: Likewise.
30781         * lib/closein.c: Likewise.
30782         * lib/closein.h: Likewise.
30783         * lib/closeout.c: Likewise.
30784         * lib/closeout.h: Likewise.
30785         * lib/concat-filename.c: Likewise.
30786         * lib/copy-file.c: Likewise.
30787         * lib/copy-file.h: Likewise.
30788         * lib/count-one-bits.h: Likewise.
30789         * lib/crc.c: Likewise.
30790         * lib/crc.h: Likewise.
30791         * lib/creat-safer.c: Likewise.
30792         * lib/csharpcomp.c: Likewise.
30793         * lib/csharpcomp.h: Likewise.
30794         * lib/csharpexec.c: Likewise.
30795         * lib/csharpexec.h: Likewise.
30796         * lib/cycle-check.c: Likewise.
30797         * lib/cycle-check.h: Likewise.
30798         * lib/diacrit.c: Likewise.
30799         * lib/diacrit.h: Likewise.
30800         * lib/diffseq.h: Likewise.
30801         * lib/dirchownmod.c: Likewise.
30802         * lib/dirent.in.h: Likewise.
30803         * lib/dirfd.c: Likewise.
30804         * lib/dirfd.h: Likewise.
30805         * lib/dirname.c: Likewise.
30806         * lib/dirname.h: Likewise.
30807         * lib/dummy.c: Likewise.
30808         * lib/dup-safer.c: Likewise.
30809         * lib/dup2.c: Likewise.
30810         * lib/eealloc.h: Likewise.
30811         * lib/error.c: Likewise.
30812         * lib/error.h: Likewise.
30813         * lib/euidaccess.c: Likewise.
30814         * lib/exclude.c: Likewise.
30815         * lib/exclude.h: Likewise.
30816         * lib/execute.c: Likewise.
30817         * lib/execute.h: Likewise.
30818         * lib/exitfail.c: Likewise.
30819         * lib/exitfail.h: Likewise.
30820         * lib/expl.c: Likewise.
30821         * lib/fatal-signal.c: Likewise.
30822         * lib/fatal-signal.h: Likewise.
30823         * lib/fbufmode.c: Likewise.
30824         * lib/fbufmode.h: Likewise.
30825         * lib/fchdir.c: Likewise.
30826         * lib/fchmodat.c: Likewise.
30827         * lib/fchownat.c: Likewise.
30828         * lib/fcntl--.h: Likewise.
30829         * lib/fcntl-safer.h: Likewise.
30830         * lib/fcntl.in.h: Likewise.
30831         * lib/fd-safer.c: Likewise.
30832         * lib/fflush.c: Likewise.
30833         * lib/file-has-acl.c: Likewise.
30834         * lib/file-set.c: Likewise.
30835         * lib/file-type.c: Likewise.
30836         * lib/file-type.h: Likewise.
30837         * lib/fileblocks.c: Likewise.
30838         * lib/filemode.c: Likewise.
30839         * lib/filemode.h: Likewise.
30840         * lib/filename.h: Likewise.
30841         * lib/filenamecat.c: Likewise.
30842         * lib/filenamecat.h: Likewise.
30843         * lib/findprog.c: Likewise.
30844         * lib/findprog.h: Likewise.
30845         * lib/float.in.h: Likewise.
30846         * lib/floor.c: Likewise.
30847         * lib/floorf.c: Likewise.
30848         * lib/floorl.c: Likewise.
30849         * lib/fopen-safer.c: Likewise.
30850         * lib/fopen.c: Likewise.
30851         * lib/fpending.c: Likewise.
30852         * lib/fpending.h: Likewise.
30853         * lib/fprintf.c: Likewise.
30854         * lib/fprintftime.h: Likewise.
30855         * lib/fpucw.h: Likewise.
30856         * lib/fpurge.c: Likewise.
30857         * lib/fpurge.h: Likewise.
30858         * lib/freadable.c: Likewise.
30859         * lib/freadable.h: Likewise.
30860         * lib/freadahead.c: Likewise.
30861         * lib/freadahead.h: Likewise.
30862         * lib/freading.c: Likewise.
30863         * lib/freading.h: Likewise.
30864         * lib/free.c: Likewise.
30865         * lib/freopen.c: Likewise.
30866         * lib/frexp.c: Likewise.
30867         * lib/frexpl.c: Likewise.
30868         * lib/fseek.c: Likewise.
30869         * lib/fseterr.c: Likewise.
30870         * lib/fseterr.h: Likewise.
30871         * lib/fstatat.c: Likewise.
30872         * lib/fstrcmp.c: Likewise.
30873         * lib/fstrcmp.h: Likewise.
30874         * lib/fsusage.c: Likewise.
30875         * lib/fsusage.h: Likewise.
30876         * lib/ftell.c: Likewise.
30877         * lib/ftello.c: Likewise.
30878         * lib/fts-cycle.c: Likewise.
30879         * lib/fts.c: Likewise.
30880         * lib/fts_.h: Likewise.
30881         * lib/full-read.c: Likewise.
30882         * lib/full-read.h: Likewise.
30883         * lib/full-write.c: Likewise.
30884         * lib/full-write.h: Likewise.
30885         * lib/fwritable.c: Likewise.
30886         * lib/fwritable.h: Likewise.
30887         * lib/fwriteerror.c: Likewise.
30888         * lib/fwriteerror.h: Likewise.
30889         * lib/fwriting.c: Likewise.
30890         * lib/fwriting.h: Likewise.
30891         * lib/gcd.c: Likewise.
30892         * lib/gcd.h: Likewise.
30893         * lib/getcwd.c: Likewise.
30894         * lib/getdate.h: Likewise.
30895         * lib/getdate.y: Likewise.
30896         * lib/getdomainname.c: Likewise.
30897         * lib/getdomainname.h: Likewise.
30898         * lib/getgroups.c: Likewise.
30899         * lib/gethostname.c: Likewise.
30900         * lib/gethrxtime.c: Likewise.
30901         * lib/gethrxtime.h: Likewise.
30902         * lib/getloadavg.c: Likewise.
30903         * lib/getndelim2.c: Likewise.
30904         * lib/getndelim2.h: Likewise.
30905         * lib/getnline.c: Likewise.
30906         * lib/getnline.h: Likewise.
30907         * lib/getopt.c: Likewise.
30908         * lib/getopt.in.h: Likewise.
30909         * lib/getopt1.c: Likewise.
30910         * lib/getopt_int.h: Likewise.
30911         * lib/getpagesize.h: Likewise.
30912         * lib/getsubopt.c: Likewise.
30913         * lib/gettime.c: Likewise.
30914         * lib/getugroups.c: Likewise.
30915         * lib/getugroups.h: Likewise.
30916         * lib/getusershell.c: Likewise.
30917         * lib/gl_anyavltree_list1.h: Likewise.
30918         * lib/gl_anyavltree_list2.h: Likewise.
30919         * lib/gl_anyhash_list1.h: Likewise.
30920         * lib/gl_anyhash_list2.h: Likewise.
30921         * lib/gl_anylinked_list1.h: Likewise.
30922         * lib/gl_anylinked_list2.h: Likewise.
30923         * lib/gl_anyrbtree_list1.h: Likewise.
30924         * lib/gl_anyrbtree_list2.h: Likewise.
30925         * lib/gl_anytree_list1.h: Likewise.
30926         * lib/gl_anytree_list2.h: Likewise.
30927         * lib/gl_anytree_oset.h: Likewise.
30928         * lib/gl_anytreehash_list1.h: Likewise.
30929         * lib/gl_anytreehash_list2.h: Likewise.
30930         * lib/gl_array_list.c: Likewise.
30931         * lib/gl_array_list.h: Likewise.
30932         * lib/gl_array_oset.c: Likewise.
30933         * lib/gl_array_oset.h: Likewise.
30934         * lib/gl_avltree_list.c: Likewise.
30935         * lib/gl_avltree_list.h: Likewise.
30936         * lib/gl_avltree_oset.c: Likewise.
30937         * lib/gl_avltree_oset.h: Likewise.
30938         * lib/gl_avltreehash_list.c: Likewise.
30939         * lib/gl_avltreehash_list.h: Likewise.
30940         * lib/gl_carray_list.c: Likewise.
30941         * lib/gl_carray_list.h: Likewise.
30942         * lib/gl_linked_list.c: Likewise.
30943         * lib/gl_linked_list.h: Likewise.
30944         * lib/gl_linkedhash_list.c: Likewise.
30945         * lib/gl_linkedhash_list.h: Likewise.
30946         * lib/gl_list.c: Likewise.
30947         * lib/gl_list.h: Likewise.
30948         * lib/gl_oset.c: Likewise.
30949         * lib/gl_oset.h: Likewise.
30950         * lib/gl_rbtree_list.c: Likewise.
30951         * lib/gl_rbtree_list.h: Likewise.
30952         * lib/gl_rbtree_oset.c: Likewise.
30953         * lib/gl_rbtree_oset.h: Likewise.
30954         * lib/gl_rbtreehash_list.c: Likewise.
30955         * lib/gl_rbtreehash_list.h: Likewise.
30956         * lib/gl_sublist.c: Likewise.
30957         * lib/gl_sublist.h: Likewise.
30958         * lib/group-member.c: Likewise.
30959         * lib/group-member.h: Likewise.
30960         * lib/hard-locale.c: Likewise.
30961         * lib/hard-locale.h: Likewise.
30962         * lib/hash-pjw.c: Likewise.
30963         * lib/hash-pjw.h: Likewise.
30964         * lib/hash-triple.c: Likewise.
30965         * lib/hash.c: Likewise.
30966         * lib/hash.h: Likewise.
30967         * lib/human.c: Likewise.
30968         * lib/human.h: Likewise.
30969         * lib/i-ring.c: Likewise.
30970         * lib/i-ring.h: Likewise.
30971         * lib/idcache.c: Likewise.
30972         * lib/imaxabs.c: Likewise.
30973         * lib/imaxdiv.c: Likewise.
30974         * lib/inet_pton.c: Likewise.
30975         * lib/inet_pton.h: Likewise.
30976         * lib/intprops.h: Likewise.
30977         * lib/inttostr.c: Likewise.
30978         * lib/inttostr.h: Likewise.
30979         * lib/inttypes.in.h: Likewise.
30980         * lib/isapipe.c: Likewise.
30981         * lib/isdir.c: Likewise.
30982         * lib/isnan.c: Likewise.
30983         * lib/isnan.h: Likewise.
30984         * lib/isnanf.c: Likewise.
30985         * lib/isnanf.h: Likewise.
30986         * lib/isnanl-nolibm.h: Likewise.
30987         * lib/isnanl.c: Likewise.
30988         * lib/isnanl.h: Likewise.
30989         * lib/javacomp.c: Likewise.
30990         * lib/javacomp.h: Likewise.
30991         * lib/javaexec.c: Likewise.
30992         * lib/javaexec.h: Likewise.
30993         * lib/javaversion.c: Likewise.
30994         * lib/javaversion.h: Likewise.
30995         * lib/javaversion.java: Likewise.
30996         * lib/lbrkprop.h: Likewise.
30997         * lib/lchmod.h: Likewise.
30998         * lib/lchown.c: Likewise.
30999         * lib/ldexpl.c: Likewise.
31000         * lib/linebreak.c: Likewise.
31001         * lib/linebreak.h: Likewise.
31002         * lib/linebuffer.c: Likewise.
31003         * lib/linebuffer.h: Likewise.
31004         * lib/locale.in.h: Likewise.
31005         * lib/logl.c: Likewise.
31006         * lib/long-options.c: Likewise.
31007         * lib/long-options.h: Likewise.
31008         * lib/lstat.c: Likewise.
31009         * lib/lstat.h: Likewise.
31010         * lib/math.in.h: Likewise.
31011         * lib/mbchar.c: Likewise.
31012         * lib/mbchar.h: Likewise.
31013         * lib/mbfile.h: Likewise.
31014         * lib/mbiter.h: Likewise.
31015         * lib/mbscasecmp.c: Likewise.
31016         * lib/mbscasestr.c: Likewise.
31017         * lib/mbschr.c: Likewise.
31018         * lib/mbscspn.c: Likewise.
31019         * lib/mbslen.c: Likewise.
31020         * lib/mbsncasecmp.c: Likewise.
31021         * lib/mbsnlen.c: Likewise.
31022         * lib/mbspbrk.c: Likewise.
31023         * lib/mbspcasecmp.c: Likewise.
31024         * lib/mbsrchr.c: Likewise.
31025         * lib/mbssep.c: Likewise.
31026         * lib/mbsspn.c: Likewise.
31027         * lib/mbsstr.c: Likewise.
31028         * lib/mbstok_r.c: Likewise.
31029         * lib/mbswidth.c: Likewise.
31030         * lib/mbswidth.h: Likewise.
31031         * lib/mbuiter.h: Likewise.
31032         * lib/memcasecmp.c: Likewise.
31033         * lib/memcasecmp.h: Likewise.
31034         * lib/memchr.c: Likewise.
31035         * lib/memcmp.c: Likewise.
31036         * lib/memcoll.c: Likewise.
31037         * lib/memcoll.h: Likewise.
31038         * lib/memcpy.c: Likewise.
31039         * lib/memrchr.c: Likewise.
31040         * lib/mkancesdirs.c: Likewise.
31041         * lib/mkdir-p.c: Likewise.
31042         * lib/mkdir-p.h: Likewise.
31043         * lib/mkdir.c: Likewise.
31044         * lib/mkdirat.c: Likewise.
31045         * lib/mkdtemp.c: Likewise.
31046         * lib/mkstemp-safer.c: Likewise.
31047         * lib/mkstemp.c: Likewise.
31048         * lib/modechange.c: Likewise.
31049         * lib/modechange.h: Likewise.
31050         * lib/mountlist.c: Likewise.
31051         * lib/mountlist.h: Likewise.
31052         * lib/mpsort.c: Likewise.
31053         * lib/nanosleep.c: Likewise.
31054         * lib/obstack.c: Likewise.
31055         * lib/obstack.h: Likewise.
31056         * lib/open-safer.c: Likewise.
31057         * lib/open.c: Likewise.
31058         * lib/openat-die.c: Likewise.
31059         * lib/openat-priv.h: Likewise.
31060         * lib/openat-proc.c: Likewise.
31061         * lib/openat.c: Likewise.
31062         * lib/openat.h: Likewise.
31063         * lib/pagealign_alloc.c: Likewise.
31064         * lib/pagealign_alloc.h: Likewise.
31065         * lib/physmem.c: Likewise.
31066         * lib/physmem.h: Likewise.
31067         * lib/pipe-safer.c: Likewise.
31068         * lib/pipe.c: Likewise.
31069         * lib/pipe.h: Likewise.
31070         * lib/posixtm.c: Likewise.
31071         * lib/posixtm.h: Likewise.
31072         * lib/posixver.c: Likewise.
31073         * lib/printf-frexp.c: Likewise.
31074         * lib/printf-frexp.h: Likewise.
31075         * lib/printf-frexpl.c: Likewise.
31076         * lib/printf-frexpl.h: Likewise.
31077         * lib/printf.c: Likewise.
31078         * lib/progname.c: Likewise.
31079         * lib/progname.h: Likewise.
31080         * lib/progreloc.c: Likewise.
31081         * lib/putenv.c: Likewise.
31082         * lib/quote.c: Likewise.
31083         * lib/quote.h: Likewise.
31084         * lib/quotearg.c: Likewise.
31085         * lib/quotearg.h: Likewise.
31086         * lib/raise.c: Likewise.
31087         * lib/readline.c: Likewise.
31088         * lib/readline.h: Likewise.
31089         * lib/readlink.c: Likewise.
31090         * lib/readtokens.c: Likewise.
31091         * lib/readtokens.h: Likewise.
31092         * lib/readtokens0.c: Likewise.
31093         * lib/readtokens0.h: Likewise.
31094         * lib/readutmp.c: Likewise.
31095         * lib/readutmp.h: Likewise.
31096         * lib/realloc.c: Likewise.
31097         * lib/relocwrapper.c: Likewise.
31098         * lib/rename-dest-slash.c: Likewise.
31099         * lib/rename.c: Likewise.
31100         * lib/rmdir.c: Likewise.
31101         * lib/rpmatch.c: Likewise.
31102         * lib/safe-read.c: Likewise.
31103         * lib/safe-read.h: Likewise.
31104         * lib/safe-write.c: Likewise.
31105         * lib/safe-write.h: Likewise.
31106         * lib/same-inode.h: Likewise.
31107         * lib/same.c: Likewise.
31108         * lib/same.h: Likewise.
31109         * lib/save-cwd.c: Likewise.
31110         * lib/save-cwd.h: Likewise.
31111         * lib/savedir.c: Likewise.
31112         * lib/savedir.h: Likewise.
31113         * lib/savewd.c: Likewise.
31114         * lib/savewd.h: Likewise.
31115         * lib/search.in.h: Likewise.
31116         * lib/setenv.c: Likewise.
31117         * lib/setenv.h: Likewise.
31118         * lib/settime.c: Likewise.
31119         * lib/sh-quote.c: Likewise.
31120         * lib/sh-quote.h: Likewise.
31121         * lib/sig2str.c: Likewise.
31122         * lib/sig2str.h: Likewise.
31123         * lib/signal.in.h: Likewise.
31124         * lib/signbitd.c: Likewise.
31125         * lib/signbitf.c: Likewise.
31126         * lib/signbitl.c: Likewise.
31127         * lib/sigprocmask.c: Likewise.
31128         * lib/sincosl.c: Likewise.
31129         * lib/sleep.c: Likewise.
31130         * lib/sprintf.c: Likewise.
31131         * lib/sqrtl.c: Likewise.
31132         * lib/stat-time.h: Likewise.
31133         * lib/stdio--.h: Likewise.
31134         * lib/stdio-safer.h: Likewise.
31135         * lib/stdlib--.h: Likewise.
31136         * lib/stdlib-safer.h: Likewise.
31137         * lib/stdlib.in.h: Likewise.
31138         * lib/stpcpy.c: Likewise.
31139         * lib/stpncpy.c: Likewise.
31140         * lib/strchrnul.c: Likewise.
31141         * lib/strcspn.c: Likewise.
31142         * lib/strerror.c: Likewise.
31143         * lib/strftime.c: Likewise.
31144         * lib/strftime.h: Likewise.
31145         * lib/striconveh.c: Likewise.
31146         * lib/striconveh.h: Likewise.
31147         * lib/striconveha.c: Likewise.
31148         * lib/striconveha.h: Likewise.
31149         * lib/stripslash.c: Likewise.
31150         * lib/strnlen1.c: Likewise.
31151         * lib/strnlen1.h: Likewise.
31152         * lib/strtod.c: Likewise.
31153         * lib/strtoimax.c: Likewise.
31154         * lib/strtok_r.c: Likewise.
31155         * lib/strtol.c: Likewise.
31156         * lib/strtoll.c: Likewise.
31157         * lib/strtoul.c: Likewise.
31158         * lib/strtoull.c: Likewise.
31159         * lib/sysexits.in.h: Likewise.
31160         * lib/tempname.c: Likewise.
31161         * lib/tempname.h: Likewise.
31162         * lib/timespec.h: Likewise.
31163         * lib/tls.c: Likewise.
31164         * lib/tls.h: Likewise.
31165         * lib/tmpdir.c: Likewise.
31166         * lib/tmpdir.h: Likewise.
31167         * lib/tmpfile-safer.c: Likewise.
31168         * lib/tmpfile.c: Likewise.
31169         * lib/trigl.c: Likewise.
31170         * lib/trigl.h: Likewise.
31171         * lib/trim.c: Likewise.
31172         * lib/trim.h: Likewise.
31173         * lib/trunc.c: Likewise.
31174         * lib/truncf.c: Likewise.
31175         * lib/truncl.c: Likewise.
31176         * lib/tsearch.c: Likewise.
31177         * lib/unicodeio.c: Likewise.
31178         * lib/unicodeio.h: Likewise.
31179         * lib/unistd--.h: Likewise.
31180         * lib/unistd-safer.h: Likewise.
31181         * lib/unistdio/ulc-fprintf.c: Likewise.
31182         * lib/unistdio/ulc-vfprintf.c: Likewise.
31183         * lib/unlinkdir.c: Likewise.
31184         * lib/unlinkdir.h: Likewise.
31185         * lib/unlocked-io.h: Likewise.
31186         * lib/unsetenv.c: Likewise.
31187         * lib/userspec.c: Likewise.
31188         * lib/utime.c: Likewise.
31189         * lib/utimecmp.c: Likewise.
31190         * lib/utimecmp.h: Likewise.
31191         * lib/utimens.c: Likewise.
31192         * lib/verify.h: Likewise.
31193         * lib/verror.c: Likewise.
31194         * lib/verror.h: Likewise.
31195         * lib/version-etc-fsf.c: Likewise.
31196         * lib/version-etc.c: Likewise.
31197         * lib/version-etc.h: Likewise.
31198         * lib/vfprintf.c: Likewise.
31199         * lib/vprintf.c: Likewise.
31200         * lib/vsprintf.c: Likewise.
31201         * lib/w32spawn.h: Likewise.
31202         * lib/wait-process.c: Likewise.
31203         * lib/wait-process.h: Likewise.
31204         * lib/wcwidth.c: Likewise.
31205         * lib/write-any-file.c: Likewise.
31206         * lib/xalloc-die.c: Likewise.
31207         * lib/xalloc.h: Likewise.
31208         * lib/xasprintf.c: Likewise.
31209         * lib/xgetcwd.c: Likewise.
31210         * lib/xgetcwd.h: Likewise.
31211         * lib/xgetdomainname.c: Likewise.
31212         * lib/xgetdomainname.h: Likewise.
31213         * lib/xgethostname.c: Likewise.
31214         * lib/xmalloc.c: Likewise.
31215         * lib/xmalloca.c: Likewise.
31216         * lib/xmalloca.h: Likewise.
31217         * lib/xmemcoll.c: Likewise.
31218         * lib/xnanosleep.c: Likewise.
31219         * lib/xreadlink.c: Likewise.
31220         * lib/xreadlink.h: Likewise.
31221         * lib/xsetenv.c: Likewise.
31222         * lib/xsetenv.h: Likewise.
31223         * lib/xstriconv.c: Likewise.
31224         * lib/xstriconv.h: Likewise.
31225         * lib/xstrndup.c: Likewise.
31226         * lib/xstrndup.h: Likewise.
31227         * lib/xstrtod.c: Likewise.
31228         * lib/xstrtod.h: Likewise.
31229         * lib/xstrtol-error.c: Likewise.
31230         * lib/xstrtol.c: Likewise.
31231         * lib/xstrtol.h: Likewise.
31232         * lib/xtime.h: Likewise.
31233         * lib/xvasprintf.c: Likewise.
31234         * lib/xvasprintf.h: Likewise.
31235         * lib/yesno.c: Likewise.
31236         * lib/yesno.h: Likewise.
31237         * posix-modules: Likewise.
31238         * tests/test-alloca-opt.c: Likewise.
31239         * tests/test-arcfour.c: Likewise.
31240         * tests/test-arctwo.c: Likewise.
31241         * tests/test-argmatch.c: Likewise.
31242         * tests/test-argp-2.sh: Likewise.
31243         * tests/test-argp.c: Likewise.
31244         * tests/test-arpa_inet.c: Likewise.
31245         * tests/test-array_list.c: Likewise.
31246         * tests/test-array_oset.c: Likewise.
31247         * tests/test-atexit.c: Likewise.
31248         * tests/test-avltree_list.c: Likewise.
31249         * tests/test-avltree_oset.c: Likewise.
31250         * tests/test-avltreehash_list.c: Likewise.
31251         * tests/test-base64.c: Likewise.
31252         * tests/test-binary-io.c: Likewise.
31253         * tests/test-byteswap.c: Likewise.
31254         * tests/test-c-ctype.c: Likewise.
31255         * tests/test-c-strcasecmp.c: Likewise.
31256         * tests/test-c-strcasestr.c: Likewise.
31257         * tests/test-c-strncasecmp.c: Likewise.
31258         * tests/test-c-strstr.c: Likewise.
31259         * tests/test-canonicalize-lgpl.c: Likewise.
31260         * tests/test-canonicalize.c: Likewise.
31261         * tests/test-carray_list.c: Likewise.
31262         * tests/test-ceilf.c: Likewise.
31263         * tests/test-ceill.c: Likewise.
31264         * tests/test-count-one-bits.c: Likewise.
31265         * tests/test-crc.c: Likewise.
31266         * tests/test-dirname.c: Likewise.
31267         * tests/test-fbufmode.c: Likewise.
31268         * tests/test-fcntl.c: Likewise.
31269         * tests/test-fflush.c: Likewise.
31270         * tests/test-floorf.c: Likewise.
31271         * tests/test-floorl.c: Likewise.
31272         * tests/test-fopen.c: Likewise.
31273         * tests/test-fprintf-posix.c: Likewise.
31274         * tests/test-fprintf-posix.h: Likewise.
31275         * tests/test-fpurge.c: Likewise.
31276         * tests/test-freadable.c: Likewise.
31277         * tests/test-freadahead.c: Likewise.
31278         * tests/test-freading.c: Likewise.
31279         * tests/test-freopen.c: Likewise.
31280         * tests/test-frexp.c: Likewise.
31281         * tests/test-frexpl.c: Likewise.
31282         * tests/test-fseek.c: Likewise.
31283         * tests/test-fseeko.c: Likewise.
31284         * tests/test-fseterr.c: Likewise.
31285         * tests/test-fstrcmp.c: Likewise.
31286         * tests/test-ftell.c: Likewise.
31287         * tests/test-ftello.c: Likewise.
31288         * tests/test-fwritable.c: Likewise.
31289         * tests/test-fwriting.c: Likewise.
31290         * tests/test-getaddrinfo.c: Likewise.
31291         * tests/test-getpass.c: Likewise.
31292         * tests/test-gettimeofday.c: Likewise.
31293         * tests/test-hmac-md5.c: Likewise.
31294         * tests/test-hmac-sha1.c: Likewise.
31295         * tests/test-iconv.c: Likewise.
31296         * tests/test-iconvme.c: Likewise.
31297         * tests/test-inttypes.c: Likewise.
31298         * tests/test-isnan.c: Likewise.
31299         * tests/test-isnanf.c: Likewise.
31300         * tests/test-isnanl-nolibm.c: Likewise.
31301         * tests/test-isnanl.c: Likewise.
31302         * tests/test-isnanl.h: Likewise.
31303         * tests/test-ldexpl.c: Likewise.
31304         * tests/test-linked_list.c: Likewise.
31305         * tests/test-linkedhash_list.c: Likewise.
31306         * tests/test-locale.c: Likewise.
31307         * tests/test-localename.c: Likewise.
31308         * tests/test-lock.c: Likewise.
31309         * tests/test-lseek.c: Likewise.
31310         * tests/test-malloca.c: Likewise.
31311         * tests/test-math.c: Likewise.
31312         * tests/test-mbscasecmp.c: Likewise.
31313         * tests/test-mbscasestr1.c: Likewise.
31314         * tests/test-mbscasestr2.c: Likewise.
31315         * tests/test-mbscasestr3.c: Likewise.
31316         * tests/test-mbscasestr4.c: Likewise.
31317         * tests/test-mbschr.c: Likewise.
31318         * tests/test-mbscspn.c: Likewise.
31319         * tests/test-mbsncasecmp.c: Likewise.
31320         * tests/test-mbspbrk.c: Likewise.
31321         * tests/test-mbspcasecmp.c: Likewise.
31322         * tests/test-mbsrchr.c: Likewise.
31323         * tests/test-mbsspn.c: Likewise.
31324         * tests/test-mbsstr1.c: Likewise.
31325         * tests/test-mbsstr2.c: Likewise.
31326         * tests/test-mbsstr3.c: Likewise.
31327         * tests/test-md5.c: Likewise.
31328         * tests/test-memmem.c: Likewise.
31329         * tests/test-netinet_in.c: Likewise.
31330         * tests/test-open.c: Likewise.
31331         * tests/test-printf-frexp.c: Likewise.
31332         * tests/test-printf-frexpl.c: Likewise.
31333         * tests/test-printf-posix.c: Likewise.
31334         * tests/test-printf-posix.h: Likewise.
31335         * tests/test-rbtree_list.c: Likewise.
31336         * tests/test-rbtree_oset.c: Likewise.
31337         * tests/test-rbtreehash_list.c: Likewise.
31338         * tests/test-read-file.c: Likewise.
31339         * tests/test-rijndael.c: Likewise.
31340         * tests/test-search.c: Likewise.
31341         * tests/test-signbit.c: Likewise.
31342         * tests/test-sleep.c: Likewise.
31343         * tests/test-snprintf-posix.c: Likewise.
31344         * tests/test-snprintf-posix.h: Likewise.
31345         * tests/test-snprintf.c: Likewise.
31346         * tests/test-sprintf-posix.c: Likewise.
31347         * tests/test-sprintf-posix.h: Likewise.
31348         * tests/test-stat-time.c: Likewise.
31349         * tests/test-stdbool.c: Likewise.
31350         * tests/test-stdint.c: Likewise.
31351         * tests/test-stdio.c: Likewise.
31352         * tests/test-stdlib.c: Likewise.
31353         * tests/test-stpncpy.c: Likewise.
31354         * tests/test-strcasestr.c: Likewise.
31355         * tests/test-striconv.c: Likewise.
31356         * tests/test-striconveh.c: Likewise.
31357         * tests/test-striconveha.c: Likewise.
31358         * tests/test-string.c: Likewise.
31359         * tests/test-sys_select.c: Likewise.
31360         * tests/test-sys_socket.c: Likewise.
31361         * tests/test-sys_stat.c: Likewise.
31362         * tests/test-sys_time.c: Likewise.
31363         * tests/test-sysexits.c: Likewise.
31364         * tests/test-time.c: Likewise.
31365         * tests/test-tls.c: Likewise.
31366         * tests/test-trunc.c: Likewise.
31367         * tests/test-truncf.c: Likewise.
31368         * tests/test-truncl.c: Likewise.
31369         * tests/test-unistd.c: Likewise.
31370         * tests/test-vasnprintf-posix.c: Likewise.
31371         * tests/test-vasnprintf-posix2.c: Likewise.
31372         * tests/test-vasnprintf.c: Likewise.
31373         * tests/test-vasprintf-posix.c: Likewise.
31374         * tests/test-vasprintf.c: Likewise.
31375         * tests/test-verify.c: Likewise.
31376         * tests/test-vfprintf-posix.c: Likewise.
31377         * tests/test-vprintf-posix.c: Likewise.
31378         * tests/test-vsnprintf-posix.c: Likewise.
31379         * tests/test-vsnprintf.c: Likewise.
31380         * tests/test-vsprintf-posix.c: Likewise.
31381         * tests/test-wchar.c: Likewise.
31382         * tests/test-wctype.c: Likewise.
31383         * tests/test-wcwidth.c: Likewise.
31384         * tests/test-xstrtol.c: Likewise.
31385         * tests/test-xvasprintf.c: Likewise.
31386         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31387         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31388         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31389         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31390         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31391         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31392         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31393         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31394         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31395         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31396         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31397         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31398         * tests/uniname/test-uninames.c: Likewise.
31399         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31400         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31401         * tests/unistdio/test-u16-printf1.h: Likewise.
31402         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31403         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31404         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31405         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31406         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31407         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31408         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31409         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31410         * tests/unistdio/test-u32-printf1.h: Likewise.
31411         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31412         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31413         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31414         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31415         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31416         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31417         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31418         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31419         * tests/unistdio/test-u8-printf1.h: Likewise.
31420         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31421         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31422         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31423         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31424         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31425         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31426         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31427         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31428         * tests/unistdio/test-ulc-printf1.h: Likewise.
31429         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31430         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31431         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31432         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31433         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31434         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31435         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31436         * tests/uniwidth/test-u16-width.c: Likewise.
31437         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31438         * tests/uniwidth/test-u32-width.c: Likewise.
31439         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31440         * tests/uniwidth/test-u8-width.c: Likewise.
31441         * tests/uniwidth/test-uc_width.c: Likewise.
31442         * config/srclist-update: Likewise.
31443         (fixlicense): Update to GPLv3+.
31444
31445         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31446         * tests/test-tsearch.c: Change copyright notice.
31447
31448         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31449         * lib/c-strcaseeq.h: Change copyright notice.
31450         * lib/streq.h: Likewise.
31451         * lib/uniconv.h: Likewise.
31452         * lib/uniconv/u-conv-from-enc.h: Likewise.
31453         * lib/uniconv/u-conv-to-enc.h: Likewise.
31454         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31455         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31456         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31457         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31458         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31459         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31460         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31461         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31462         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31463         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31464         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31465         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31466         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31467         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31468         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31469         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31470         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31471         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31472         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31473         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31474         * lib/uniname.h: Likewise.
31475         * lib/uniname/uniname.c: Likewise.
31476         * lib/unistdio.h: Likewise.
31477         * lib/unistdio/u-asnprintf.h: Likewise.
31478         * lib/unistdio/u-asprintf.h: Likewise.
31479         * lib/unistdio/u-printf-args.c: Likewise.
31480         * lib/unistdio/u-printf-args.h: Likewise.
31481         * lib/unistdio/u-printf-parse.h: Likewise.
31482         * lib/unistdio/u-snprintf.h: Likewise.
31483         * lib/unistdio/u-sprintf.h: Likewise.
31484         * lib/unistdio/u-vasprintf.h: Likewise.
31485         * lib/unistdio/u-vsnprintf.h: Likewise.
31486         * lib/unistdio/u-vsprintf.h: Likewise.
31487         * lib/unistdio/u16-asnprintf.c: Likewise.
31488         * lib/unistdio/u16-asprintf.c: Likewise.
31489         * lib/unistdio/u16-printf-parse.c: Likewise.
31490         * lib/unistdio/u16-snprintf.c: Likewise.
31491         * lib/unistdio/u16-sprintf.c: Likewise.
31492         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31493         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31494         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31495         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31496         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31497         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31498         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31499         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31500         * lib/unistdio/u16-vasnprintf.c: Likewise.
31501         * lib/unistdio/u16-vasprintf.c: Likewise.
31502         * lib/unistdio/u16-vsnprintf.c: Likewise.
31503         * lib/unistdio/u16-vsprintf.c: Likewise.
31504         * lib/unistdio/u32-asnprintf.c: Likewise.
31505         * lib/unistdio/u32-asprintf.c: Likewise.
31506         * lib/unistdio/u32-printf-parse.c: Likewise.
31507         * lib/unistdio/u32-snprintf.c: Likewise.
31508         * lib/unistdio/u32-sprintf.c: Likewise.
31509         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31510         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31511         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31512         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31513         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31514         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31515         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31516         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31517         * lib/unistdio/u32-vasnprintf.c: Likewise.
31518         * lib/unistdio/u32-vasprintf.c: Likewise.
31519         * lib/unistdio/u32-vsnprintf.c: Likewise.
31520         * lib/unistdio/u32-vsprintf.c: Likewise.
31521         * lib/unistdio/u8-asnprintf.c: Likewise.
31522         * lib/unistdio/u8-asprintf.c: Likewise.
31523         * lib/unistdio/u8-printf-parse.c: Likewise.
31524         * lib/unistdio/u8-snprintf.c: Likewise.
31525         * lib/unistdio/u8-sprintf.c: Likewise.
31526         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31527         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31528         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31529         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31530         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31531         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31532         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31533         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31534         * lib/unistdio/u8-vasnprintf.c: Likewise.
31535         * lib/unistdio/u8-vasprintf.c: Likewise.
31536         * lib/unistdio/u8-vsnprintf.c: Likewise.
31537         * lib/unistdio/u8-vsprintf.c: Likewise.
31538         * lib/unistdio/ulc-asnprintf.c: Likewise.
31539         * lib/unistdio/ulc-asprintf.c: Likewise.
31540         * lib/unistdio/ulc-printf-parse.c: Likewise.
31541         * lib/unistdio/ulc-snprintf.c: Likewise.
31542         * lib/unistdio/ulc-sprintf.c: Likewise.
31543         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31544         * lib/unistdio/ulc-vasprintf.c: Likewise.
31545         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31546         * lib/unistdio/ulc-vsprintf.c: Likewise.
31547         * lib/unistr.h: Likewise.
31548         * lib/unistr/u-cpy-alloc.h: Likewise.
31549         * lib/unistr/u-cpy.h: Likewise.
31550         * lib/unistr/u-endswith.h: Likewise.
31551         * lib/unistr/u-move.h: Likewise.
31552         * lib/unistr/u-set.h: Likewise.
31553         * lib/unistr/u-startswith.h: Likewise.
31554         * lib/unistr/u-stpcpy.h: Likewise.
31555         * lib/unistr/u-stpncpy.h: Likewise.
31556         * lib/unistr/u-strcat.h: Likewise.
31557         * lib/unistr/u-strcpy.h: Likewise.
31558         * lib/unistr/u-strcspn.h: Likewise.
31559         * lib/unistr/u-strdup.h: Likewise.
31560         * lib/unistr/u-strlen.h: Likewise.
31561         * lib/unistr/u-strncat.h: Likewise.
31562         * lib/unistr/u-strncpy.h: Likewise.
31563         * lib/unistr/u-strnlen.h: Likewise.
31564         * lib/unistr/u-strpbrk.h: Likewise.
31565         * lib/unistr/u-strspn.h: Likewise.
31566         * lib/unistr/u-strstr.h: Likewise.
31567         * lib/unistr/u-strtok.h: Likewise.
31568         * lib/unistr/u16-check.c: Likewise.
31569         * lib/unistr/u16-chr.c: Likewise.
31570         * lib/unistr/u16-cmp.c: Likewise.
31571         * lib/unistr/u16-cpy-alloc.c: Likewise.
31572         * lib/unistr/u16-cpy.c: Likewise.
31573         * lib/unistr/u16-endswith.c: Likewise.
31574         * lib/unistr/u16-mblen.c: Likewise.
31575         * lib/unistr/u16-mbsnlen.c: Likewise.
31576         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31577         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31578         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31579         * lib/unistr/u16-mbtouc.c: Likewise.
31580         * lib/unistr/u16-mbtoucr.c: Likewise.
31581         * lib/unistr/u16-move.c: Likewise.
31582         * lib/unistr/u16-next.c: Likewise.
31583         * lib/unistr/u16-prev.c: Likewise.
31584         * lib/unistr/u16-set.c: Likewise.
31585         * lib/unistr/u16-startswith.c: Likewise.
31586         * lib/unistr/u16-stpcpy.c: Likewise.
31587         * lib/unistr/u16-stpncpy.c: Likewise.
31588         * lib/unistr/u16-strcat.c: Likewise.
31589         * lib/unistr/u16-strchr.c: Likewise.
31590         * lib/unistr/u16-strcmp.c: Likewise.
31591         * lib/unistr/u16-strcpy.c: Likewise.
31592         * lib/unistr/u16-strcspn.c: Likewise.
31593         * lib/unistr/u16-strdup.c: Likewise.
31594         * lib/unistr/u16-strlen.c: Likewise.
31595         * lib/unistr/u16-strmblen.c: Likewise.
31596         * lib/unistr/u16-strmbtouc.c: Likewise.
31597         * lib/unistr/u16-strncat.c: Likewise.
31598         * lib/unistr/u16-strncmp.c: Likewise.
31599         * lib/unistr/u16-strncpy.c: Likewise.
31600         * lib/unistr/u16-strnlen.c: Likewise.
31601         * lib/unistr/u16-strpbrk.c: Likewise.
31602         * lib/unistr/u16-strrchr.c: Likewise.
31603         * lib/unistr/u16-strspn.c: Likewise.
31604         * lib/unistr/u16-strstr.c: Likewise.
31605         * lib/unistr/u16-strtok.c: Likewise.
31606         * lib/unistr/u16-to-u32.c: Likewise.
31607         * lib/unistr/u16-to-u8.c: Likewise.
31608         * lib/unistr/u16-uctomb-aux.c: Likewise.
31609         * lib/unistr/u16-uctomb.c: Likewise.
31610         * lib/unistr/u32-check.c: Likewise.
31611         * lib/unistr/u32-chr.c: Likewise.
31612         * lib/unistr/u32-cmp.c: Likewise.
31613         * lib/unistr/u32-cpy-alloc.c: Likewise.
31614         * lib/unistr/u32-cpy.c: Likewise.
31615         * lib/unistr/u32-endswith.c: Likewise.
31616         * lib/unistr/u32-mblen.c: Likewise.
31617         * lib/unistr/u32-mbsnlen.c: Likewise.
31618         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31619         * lib/unistr/u32-mbtouc.c: Likewise.
31620         * lib/unistr/u32-mbtoucr.c: Likewise.
31621         * lib/unistr/u32-move.c: Likewise.
31622         * lib/unistr/u32-next.c: Likewise.
31623         * lib/unistr/u32-prev.c: Likewise.
31624         * lib/unistr/u32-set.c: Likewise.
31625         * lib/unistr/u32-startswith.c: Likewise.
31626         * lib/unistr/u32-stpcpy.c: Likewise.
31627         * lib/unistr/u32-stpncpy.c: Likewise.
31628         * lib/unistr/u32-strcat.c: Likewise.
31629         * lib/unistr/u32-strchr.c: Likewise.
31630         * lib/unistr/u32-strcmp.c: Likewise.
31631         * lib/unistr/u32-strcpy.c: Likewise.
31632         * lib/unistr/u32-strcspn.c: Likewise.
31633         * lib/unistr/u32-strdup.c: Likewise.
31634         * lib/unistr/u32-strlen.c: Likewise.
31635         * lib/unistr/u32-strmblen.c: Likewise.
31636         * lib/unistr/u32-strmbtouc.c: Likewise.
31637         * lib/unistr/u32-strncat.c: Likewise.
31638         * lib/unistr/u32-strncmp.c: Likewise.
31639         * lib/unistr/u32-strncpy.c: Likewise.
31640         * lib/unistr/u32-strnlen.c: Likewise.
31641         * lib/unistr/u32-strpbrk.c: Likewise.
31642         * lib/unistr/u32-strrchr.c: Likewise.
31643         * lib/unistr/u32-strspn.c: Likewise.
31644         * lib/unistr/u32-strstr.c: Likewise.
31645         * lib/unistr/u32-strtok.c: Likewise.
31646         * lib/unistr/u32-to-u16.c: Likewise.
31647         * lib/unistr/u32-to-u8.c: Likewise.
31648         * lib/unistr/u32-uctomb.c: Likewise.
31649         * lib/unistr/u8-check.c: Likewise.
31650         * lib/unistr/u8-chr.c: Likewise.
31651         * lib/unistr/u8-cmp.c: Likewise.
31652         * lib/unistr/u8-cpy-alloc.c: Likewise.
31653         * lib/unistr/u8-cpy.c: Likewise.
31654         * lib/unistr/u8-endswith.c: Likewise.
31655         * lib/unistr/u8-mblen.c: Likewise.
31656         * lib/unistr/u8-mbsnlen.c: Likewise.
31657         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31658         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31659         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31660         * lib/unistr/u8-mbtouc.c: Likewise.
31661         * lib/unistr/u8-mbtoucr.c: Likewise.
31662         * lib/unistr/u8-move.c: Likewise.
31663         * lib/unistr/u8-next.c: Likewise.
31664         * lib/unistr/u8-prev.c: Likewise.
31665         * lib/unistr/u8-set.c: Likewise.
31666         * lib/unistr/u8-startswith.c: Likewise.
31667         * lib/unistr/u8-stpcpy.c: Likewise.
31668         * lib/unistr/u8-stpncpy.c: Likewise.
31669         * lib/unistr/u8-strcat.c: Likewise.
31670         * lib/unistr/u8-strchr.c: Likewise.
31671         * lib/unistr/u8-strcmp.c: Likewise.
31672         * lib/unistr/u8-strcpy.c: Likewise.
31673         * lib/unistr/u8-strcspn.c: Likewise.
31674         * lib/unistr/u8-strdup.c: Likewise.
31675         * lib/unistr/u8-strlen.c: Likewise.
31676         * lib/unistr/u8-strmblen.c: Likewise.
31677         * lib/unistr/u8-strmbtouc.c: Likewise.
31678         * lib/unistr/u8-strncat.c: Likewise.
31679         * lib/unistr/u8-strncmp.c: Likewise.
31680         * lib/unistr/u8-strncpy.c: Likewise.
31681         * lib/unistr/u8-strnlen.c: Likewise.
31682         * lib/unistr/u8-strpbrk.c: Likewise.
31683         * lib/unistr/u8-strrchr.c: Likewise.
31684         * lib/unistr/u8-strspn.c: Likewise.
31685         * lib/unistr/u8-strstr.c: Likewise.
31686         * lib/unistr/u8-strtok.c: Likewise.
31687         * lib/unistr/u8-to-u16.c: Likewise.
31688         * lib/unistr/u8-to-u32.c: Likewise.
31689         * lib/unistr/u8-uctomb-aux.c: Likewise.
31690         * lib/unistr/u8-uctomb.c: Likewise.
31691         * lib/unitypes.h: Likewise.
31692         * lib/uniwidth.h: Likewise.
31693         * lib/uniwidth/cjk.h: Likewise.
31694         * lib/uniwidth/u16-strwidth.c: Likewise.
31695         * lib/uniwidth/u16-width.c: Likewise.
31696         * lib/uniwidth/u32-strwidth.c: Likewise.
31697         * lib/uniwidth/u32-width.c: Likewise.
31698         * lib/uniwidth/u8-strwidth.c: Likewise.
31699         * lib/uniwidth/u8-width.c: Likewise.
31700         * lib/uniwidth/width.c: Likewise.
31701
31702 2007-10-07  Bruno Haible  <bruno@clisp.org>
31703
31704         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31705         The file is still under LGPL (see modules/inttypes).
31706
31707 2007-10-06  Bruno Haible  <bruno@clisp.org>
31708
31709         * modules/trunc (Dependencies): Add 'extensions'.
31710         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31711         Reported by Ben Pfaff <blp@gnu.org>.
31712
31713 2007-10-06  Bruno Haible  <bruno@clisp.org>
31714
31715         * modules/freopen-tests: New file.
31716         * tests/test-freopen.c: New file.
31717
31718         * modules/fopen-tests: New file.
31719         * tests/test-fopen.c: New file.
31720
31721         * modules/fopen: New file.
31722         * lib/fopen.c: New file.
31723         * m4/fopen.m4: New file.
31724         * modules/freopen: New file.
31725         * lib/freopen.c: New file.
31726         * m4/freopen.m4: New file.
31727         * lib/stdio.in.h (fopen, freopen): New declarations.
31728         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31729         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31730         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31731         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31732         * doc/functions/fopen.texi: Mention the 'fopen' module.
31733         * doc/functions/freopen.texi: Mention the 'freopen' module.
31734
31735 2007-10-06  Bruno Haible  <bruno@clisp.org>
31736
31737         * modules/open-tests: New file.
31738         * tests/test-open.c: New file.
31739
31740         * modules/open: New file.
31741         * lib/open.c: New file.
31742         * m4/open.m4: New file.
31743         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31744         lib/open.c does.
31745         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31746         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31747         macros.
31748         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31749         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31750         REPLACE_OPEN.
31751         * doc/functions/open.texi: Mention the 'open' module.
31752
31753 2007-10-04  Bruno Haible  <bruno@clisp.org>
31754
31755         * modules/ceill-tests: New file.
31756         * tests/test-ceill.c: New file.
31757
31758         * modules/ceill: New file.
31759         * lib/ceill.c: Replace entire file.
31760         * m4/ceill.m4: New file.
31761         * lib/math.in.h (ceill): Replace declaration.
31762         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31763         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31764         * doc/functions/ceill.texi: Mention the 'ceill' module.
31765         * modules/mathl (Files): Remove lib/ceill.c.
31766         (Depends-on): Add ceill.
31767
31768 2007-10-04  Bruno Haible  <bruno@clisp.org>
31769
31770         * modules/ceilf-tests: New file.
31771         * tests/test-ceilf.c: New file.
31772
31773         * modules/ceilf: New file.
31774         * lib/ceil.c: New file.
31775         * lib/ceilf.c: New file.
31776         * m4/ceilf.m4: New file.
31777         * lib/math.in.h (ceilf): New declaration.
31778         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31779         HAVE_DECL_CEILF.
31780         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31781         HAVE_DECL_CEILF.
31782         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31783
31784 2007-10-04  Bruno Haible  <bruno@clisp.org>
31785
31786         * modules/floorl-tests: New file.
31787         * tests/test-floorl.c: New file.
31788
31789         * modules/floorl: New file.
31790         * lib/floorl.c: Replace entire file.
31791         * m4/floorl.m4: New file.
31792         * lib/math.in.h (floorl): Replace declaration.
31793         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31794         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31795         * doc/functions/floorl.texi: Mention the 'floorl' module.
31796         * modules/mathl (Files): Remove lib/floorl.c.
31797         (Depends-on): Add floorl.
31798
31799 2007-10-04  Bruno Haible  <bruno@clisp.org>
31800
31801         * modules/floorf-tests: New file.
31802         * tests/test-floorf.c: New file.
31803
31804         * modules/floorf: New file.
31805         * lib/floor.c: New file.
31806         * lib/floorf.c: New file.
31807         * m4/floorf.m4: New file.
31808         * lib/math.in.h (floorf): New declaration.
31809         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31810         HAVE_DECL_FLOORF.
31811         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31812         HAVE_DECL_FLOORF.
31813         * doc/functions/floorf.texi: Mention the 'floorf' module.
31814
31815 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31816             Bruno Haible  <bruno@clisp.org>
31817
31818         Advertise for the Git server instead of the CVS server.
31819         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31820         repository instead of the CVS one.
31821         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31822         about all VCS systems generically.
31823         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31824
31825 2007-10-04  Bruno Haible  <bruno@clisp.org>
31826
31827         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31828         means.
31829         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31830
31831 2007-10-04  Bruno Haible  <bruno@clisp.org>
31832
31833         * modules/truncl-tests: New file.
31834         * tests/test-truncl.c: New file.
31835
31836         * modules/truncl: New file.
31837         * lib/truncl.c: New file.
31838         * m4/truncl.m4: New file.
31839         * lib/math.in.h (truncl): New declaration.
31840         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31841         HAVE_DECL_TRUNCL.
31842         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31843         HAVE_DECL_TRUNCL.
31844         * doc/functions/truncl.texi: Mention the 'truncl' module.
31845
31846 2007-10-04  Bruno Haible  <bruno@clisp.org>
31847
31848         * modules/truncf-tests: New file.
31849         * tests/test-truncf.c: New file.
31850
31851         * modules/truncf: New file.
31852         * lib/trunc.c: Make paramerizable through USE_* macros.
31853         * lib/truncf.c: New file.
31854         * m4/truncf.m4: New file.
31855         * lib/math.in.h (truncf): New declaration.
31856         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31857         HAVE_DECL_TRUNCF.
31858         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31859         HAVE_DECL_TRUNCF.
31860         * doc/functions/truncf.texi: Mention the 'truncf' module.
31861
31862 2007-10-03  Bruno Haible  <bruno@clisp.org>
31863
31864         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31865         augmentation also for tests modules.
31866         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31867         * modules/atexit-tests (Makefile.am): Likewise.
31868         * modules/binary-io-tests (Makefile.am): Likewise.
31869         * modules/c-strcase-tests (Makefile.am): Likewise.
31870         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31871         * modules/canonicalize-tests (Makefile.am): Likewise.
31872         * modules/closein-tests (Makefile.am): Likewise.
31873         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31874         * modules/freadahead-tests (Makefile.am): Likewise.
31875         * modules/fseek-tests (Makefile.am): Likewise.
31876         * modules/fseeko-tests (Makefile.am): Likewise.
31877         * modules/ftell-tests (Makefile.am): Likewise.
31878         * modules/ftello-tests (Makefile.am): Likewise.
31879         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31880         * modules/isnanl-tests (Makefile.am): Likewise.
31881         * modules/lseek-tests (Makefile.am): Likewise.
31882         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31883         * modules/mbscasestr-tests (Makefile.am): Likewise.
31884         * modules/mbschr-tests (Makefile.am): Likewise.
31885         * modules/mbscspn-tests (Makefile.am): Likewise.
31886         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31887         * modules/mbspbrk-tests (Makefile.am): Likewise.
31888         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31889         * modules/mbsrchr-tests (Makefile.am): Likewise.
31890         * modules/mbsspn-tests (Makefile.am): Likewise.
31891         * modules/mbsstr-tests (Makefile.am): Likewise.
31892         * modules/printf-posix-tests (Makefile.am): Likewise.
31893         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31894         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31895         * modules/tsearch-tests (Makefile.am): Likewise.
31896         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31897         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31898         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31899         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31900         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31901         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31902         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31903         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31904         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31905         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31906         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31907         * modules/xstrtol-tests (Makefile.am): Likewise.
31908         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31909         * modules/yesno-tests (Makefile.am): Likewise.
31910
31911 2007-10-03  Bruno Haible  <bruno@clisp.org>
31912
31913         * modules/trunc-tests: New file.
31914         * tests/test-trunc.c: New file.
31915
31916         * modules/trunc: New file.
31917         * lib/trunc.c: New file.
31918         * m4/trunc.m4: New file.
31919         * lib/math.in.h (trunc): New declaration.
31920         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31921         HAVE_DECL_TRUNC.
31922         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31923         HAVE_DECL_TRUNC.
31924         * doc/functions/trunc.texi: Mention the 'trunc' module.
31925
31926 2007-10-03  Bruno Haible  <bruno@clisp.org>
31927
31928         * tests/test-fpending.c: New file, mostly copied
31929         from coreutils/lib/t-fpending.c.
31930         * modules/fpending-tests: New file.
31931
31932 2007-10-03  Bruno Haible  <bruno@clisp.org>
31933
31934         Port the stdio extensions to QNX (untested).
31935         * lib/fseterr.c (fseterr): Add support for QNX.
31936         * lib/fbufmode.c (fbufmode): Likewise.
31937         * lib/freadable.c (freadable): Likewise.
31938         * lib/fwritable.c (fwritable): Likewise.
31939         * lib/freading.c (freading): Likewise.
31940         * lib/fwriting.c (fwriting): Likewise.
31941         * lib/freadahead.c (freadahed): Likewise.
31942         * lib/fpurge.c (fpurge): Likewise.
31943         * lib/fseeko.c (rpl_fseeko): Likewise.
31944
31945 2007-10-03  Bruno Haible  <bruno@clisp.org>
31946             Jim Meyering  <jim@meyering.net>
31947             Eric Blake  <ebb9@byu.net>
31948
31949         * doc/relocatable.texi: Use @command instead of @program.
31950
31951 2007-10-02  Jim Meyering  <jim@meyering.net>
31952
31953         Perform one more "_.h" -> ".in.h" substitution.
31954         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31955         instead of unistd_.h here, too.
31956
31957 2007-10-01  Bruno Haible  <bruno@clisp.org>
31958
31959         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31960         Needed for the alloca-opt module.
31961
31962 2007-09-30  Bruno Haible  <bruno@clisp.org>
31963
31964         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31965         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31966         alloca_.h.
31967         * lib/argz.in.h: Renamed from lib/argz_.h.
31968         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31969         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31970         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31971         byteswap_.h.
31972         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31973         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31974         dirent_.h.
31975         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31976         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31977         fcntl_.h.
31978         * lib/float.in.h: Renamed from lib/float_.h.
31979         * modules/float (Files, Makefile.am): Use float.in.h instead of
31980         float_.h.
31981         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31982         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31983         fnmatch_.h.
31984         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31985         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31986         getopt_.h.
31987         * lib/glob.in.h: Renamed from lib/glob_.h.
31988         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31989         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31990         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31991         iconv_.h.
31992         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31993         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31994         inttypes_.h.
31995         * lib/locale.in.h: Renamed from lib/locale_.h.
31996         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31997         locale_.h.
31998         * lib/math.in.h: Renamed from lib/math_.h.
31999         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32000         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32001         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32002         of netinet_in_.h. Add dependency.
32003         * lib/poll.in.h: Renamed from lib/poll_.h.
32004         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32005         * lib/search.in.h: Renamed from lib/search_.h.
32006         * modules/search (Files, Makefile.am): Use search.in.h instead of
32007         search_.h.
32008         * lib/signal.in.h: Renamed from lib/signal_.h.
32009         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32010         _signal.h.
32011         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32012         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32013         stdbool_.h.
32014         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32015         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32016         stdint_.h.
32017         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32018         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32019         stdio_.h.
32020         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32021         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32022         stdlib_.h.
32023         * lib/string.in.h: Renamed from lib/string_.h.
32024         * modules/string (Files, Makefile.am): Use string.in.h instead of
32025         string_.h.
32026         * doc/gnulib-tool.texi (Initial import): Update.
32027         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32028         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32029         of sys_select_.h. Add dependency.
32030         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32031         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32032         of sys_socket_.h.
32033         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32034         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32035         sys_stat_.h.
32036         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32037         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32038         sys_time_.h.
32039         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32040         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32041         sysexits_.h.
32042         * lib/time.in.h: Renamed from lib/time_.h.
32043         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32044         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32045         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32046         unistd_.h.
32047         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32048         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32049         wchar_.h.
32050         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32051         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32052         wctype_.h.
32053         * build-aux/bootstrap (slurp): Update.
32054         * lib/.cppi-disable: Update.
32055
32056 2007-09-30  Bruno Haible  <bruno@clisp.org>
32057
32058         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32059         Needed on BeOS.
32060
32061 2007-09-30  Bruno Haible  <bruno@clisp.org>
32062
32063         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32064
32065 2007-09-29  Bruno Haible  <bruno@clisp.org>
32066
32067         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32068
32069 2007-09-29  Bruno Haible  <bruno@clisp.org>
32070
32071         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32072         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32073         * build-aux/install-reloc: Compile also areadlink.c.
32074         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32075
32076 2007-09-29  Bruno Haible  <bruno@clisp.org>
32077
32078         * gnulib-tool (func_emit_initmacro_done): Indentation.
32079
32080 2007-09-29  Bruno Haible  <bruno@clisp.org>
32081
32082         * README: Add CVS checkout update instructions.
32083         Info from Bob Proulx <bob@proulx.com>.
32084
32085 2007-09-28  Eric Blake  <ebb9@byu.net>
32086
32087         Provide move-if-change.
32088         * build-aux/move-if-change: New file, based on best practice
32089         rather than any canonical upstream location.
32090
32091 2007-09-28  Jim Meyering  <jim@meyering.net>
32092
32093         Fix canonicalize loop-detection corner case.
32094         Do not attempt to stat the symlink values stored via seen_triple.
32095         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32096         on linux-2.6.18, (but not 2.6.22).
32097         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32098         triple_compare.  The former compares dev,ino,filename, while the latter
32099         would actually stat dirname(filename) when dev and ino were equal.
32100         * lib/hash-triple.c: Install <string.h>.
32101         (STREQ): Define.
32102         (triple_compare_ino_str): New function.
32103         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32104
32105 2007-09-28  Eric Blake  <ebb9@byu.net>
32106
32107         Enforce that AC_REPLACE_FUNCS files exist.
32108         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32109         override check for typos.
32110
32111         Fix test-closein on Solaris 10.
32112         * tests/test-closein.c (main): Don't assume stdin can be inherited
32113         closed on all systems.
32114         * tests/test-closein.sh: Likewise.
32115         Reported by Piotr Tarnowski.
32116
32117 2007-09-28  Jim Meyering  <jim@meyering.net>
32118
32119         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32120
32121 2007-09-27  Jim Meyering  <jim@meyering.net>
32122
32123         canonicalize: Avoid a false-positive cycle failure.
32124         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32125         Sort.  Remove cycle-check.
32126         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32127         not cycle-check.h.
32128         (seen_triple): New function.
32129         (canonicalize_filename_mode): Use it instead of cycle-check.
32130         * tests/test-canonicalize.c: Add a test for this bug.
32131         * tests/test-canonicalize.sh: Set up and run the test.
32132
32133         New module, file-set, from coreutils.
32134         * modules/file-set: Define it.
32135         * lib/file-set.c, lib/file-set.h: Implement.
32136
32137         New module, hash-triple, from coreutils.
32138         * modules/hash-triple: Define it.
32139         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32140
32141 2007-09-25  Eric Blake  <ebb9@byu.net>
32142
32143         Fix strerror on Interix.
32144         * lib/string_.h (strerror): Declare replacement.
32145         * doc/functions/strerror.texi (strerror): Document the Interix
32146         shortcoming.
32147         * modules/string (Makefile.am): Support new hooks.
32148         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32149         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32150         gl_FUNC_STRERROR_SEPARATE.
32151         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32152         * lib/strerror.c (rpl_strerror): Provide replacement.
32153         * modules/strerror (Depends-on): Add string.
32154         (configure.ac): Detect use of module.
32155         * tests/test-strerror.c: New file.
32156         * modules/strerror-tests: New test module.
32157         * modules/argp (Depends-on): Add strerror.
32158         * modules/error (Depends-on): Likewise.
32159         Reported by Martin Koeppe.
32160
32161 2007-09-24  Bruno Haible  <bruno@clisp.org>
32162
32163         * README: Update git instructions.
32164
32165 2007-09-24  Eric Blake  <ebb9@byu.net>
32166
32167         Revert fpending breakage from 2007-09-08.
32168         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32169         __fpending.c.
32170
32171 2007-09-24  Jim Meyering  <jim@meyering.net>
32172
32173         filenamecat.c: Add a test.
32174         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32175         showing how the function works when DIR is the empty string.
32176
32177 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32178
32179         * tests/test-canonicalize.sh: Turn on executable bit.
32180
32181 2007-09-19  Eric Blake  <ebb9@byu.net>
32182
32183         * README: Update CVS instructions.
32184
32185 2007-09-18  Bruno Haible  <bruno@clisp.org>
32186
32187         * modules/areadlink: New file.
32188         * lib/areadlink.h (areadlink): New declaration.
32189         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32190
32191 2007-09-17  Jim Meyering  <jim@meyering.net>
32192
32193         * lib/savewd.c (ESTALE) [!defined]: Define.
32194         Reported to be required on Interix by Martin Koeppe.
32195
32196 2007-09-17  Bruno Haible  <bruno@clisp.org>
32197
32198         * gnulib-tool (func_version): Use $version.
32199
32200 2007-09-16  Bruno Haible  <bruno@clisp.org>
32201
32202         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32203         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32204         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32205         Reported by Greg Schafer <gschafer@zip.com.au>.
32206
32207 2007-09-15  Bruno Haible  <bruno@clisp.org>
32208
32209         * gnulib-tool (sed): Try a little harder to make bash understand the
32210         alias.
32211         Reported by Bruce Korb <bruce.korb@gmail.com>.
32212
32213 2007-09-13  Eric Blake  <ebb9@byu.net>
32214
32215         * ChangeLog: Remove conflict markers.
32216
32217 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32218
32219         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32220         Reported by Bruno Haible <bruno@clisp.org>.
32221
32222 2007-09-12  Bruno Haible  <bruno@clisp.org>
32223
32224         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32225         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32226         is not defined.
32227
32228 2007-09-12  Eric Blake  <ebb9@byu.net>
32229
32230         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32231         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32232         Autoconf definition.
32233         * modules/euidaccess (Depends-on): Add extensions, for
32234         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32235         * modules/fnmatch (Depends-on): Likewise.
32236         * modules/getaddrinfo (Depends-on): Likewise.
32237         * modules/getdelim (Depends-on): Likewise.
32238         * modules/getline (Depends-on): Likewise.
32239         * modules/getsubopt (Depends-on): Likewise.
32240         * modules/gettext (Depends-on): Likewise.
32241         * modules/group-member (Depends-on): Likewise.
32242         * modules/mbchar (Depends-on): Likewise.
32243         * modules/memmem (Depends-on): Likewise.
32244         * modules/mempcpy (Depends-on): Likewise.
32245         * modules/memrchr (Depends-on): Likewise.
32246         * modules/pagealign_alloc (Depends-on): Likewise.
32247         * modules/readutmp (Depends-on): Likewise.
32248         * modules/stpcpy (Depends-on): Likewise.
32249         * modules/stpncpy (Depends-on): Likewise.
32250         * modules/strchrnul (Depends-on): Likewise.
32251         * modules/strndup (Depends-on): Likewise.
32252         * modules/strsep (Depends-on): Likewise.
32253         * modules/strverscmp (Depends-on): Likewise.
32254         * modules/vasprintf (Depends-on): Likewise.
32255         * modules/wcwidth (Depends-on): Likewise.
32256         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32257         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32258         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32259         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32260         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32261         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32262         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32263         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32264         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32265         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32266         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32267         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32268         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32269         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32270         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32271         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32272         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32273         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32274         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32275         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32276         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32277         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32278         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32279         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32280         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32281         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32282         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32283         so that lock.m4 can be used in gettext without extensions module.
32284
32285 2007-09-11  Bruno Haible  <bruno@clisp.org>
32286
32287         * m4/isc-posix.m4: Remove file.
32288         Suggested by Eric Blake.
32289
32290 2007-09-11  Eric Blake  <ebb9@byu.net>
32291
32292         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32293
32294 2007-09-10  Bruno Haible  <bruno@clisp.org>
32295
32296         * posix-modules: Fix typo in error message.
32297         Reported by Matt <mkraai@beckman.com>.
32298
32299 2007-09-09  Bruno Haible  <bruno@clisp.org>
32300
32301         * doc/functions/getdelim.texi: Update list of platforms lacking the
32302         function.
32303         * doc/functions/getline.texi: Likewise.
32304
32305 2007-09-09  Jim Meyering  <jim@meyering.net>
32306
32307         * lib/hash.c (hash_initialize): Detect calloc failure.
32308         Reported by Bruno Haible.
32309
32310 2007-09-09  Bruno Haible  <bruno@clisp.org>
32311
32312         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32313         malloc or realloc fails.
32314
32315 2007-09-09  Bruno Haible  <bruno@clisp.org>
32316
32317         * modules/getcwd (Depends-on): Add malloc-posix.
32318         * modules/glob (Depends-on): Likewise.
32319         * modules/putenv (Depends-on): Likewise.
32320         * modules/strdup (Depends-on): Likewise.
32321         * modules/getdelim (Depends-on): Add realloc-posix.
32322         * modules/read-file (Depends-on): Likewise.
32323
32324 2007-09-09  Bruno Haible  <bruno@clisp.org>
32325
32326         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32327         (gl_FUNC_MALLOC_POSIX): Require it.
32328         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32329         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32330         * modules/realloc (Files): Add m4/malloc.m4.
32331         * modules/calloc (Files): Likewise.
32332
32333 2007-09-09  Bruno Haible  <bruno@clisp.org>
32334
32335         * modules/malloc-posix: New file.
32336         * modules/malloc (Depends-on): Add malloc-posix.
32337         * lib/malloc.c: Include errno.h.
32338         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32339         and a POSIX-compatible malloc into a single function. Set ENOMEM
32340         when returning NULL.
32341         * m4/malloc.m4: New file.
32342         * doc/functions/malloc.texi: Mention the malloc-posix module.
32343         * lib/stdlib_.h (malloc): New declaration.
32344         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32345         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32346         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32347         and HAVE_MALLOC_POSIX.
32348
32349 2007-09-09  Bruno Haible  <bruno@clisp.org>
32350
32351         * modules/realloc-posix: New file.
32352         * modules/realloc (Depends-on): Add realloc-posix.
32353         * lib/realloc.c: Include errno.h.
32354         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32355         and a POSIX-compatible realloc into a single function. Set ENOMEM
32356         when returning NULL.
32357         * m4/realloc.m4: New file.
32358         * doc/functions/realloc.texi: Mention the realloc-posix module.
32359         * lib/stdlib_.h (realloc): New declaration.
32360         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32361         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32362         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32363         and HAVE_REALLOC_POSIX.
32364
32365 2007-09-09  Bruno Haible  <bruno@clisp.org>
32366
32367         * modules/calloc-posix: New file.
32368         * modules/calloc (Depends-on): Add calloc-posix.
32369         * lib/calloc.c: Include errno.h.
32370         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32371         and a POSIX-compatible calloc into a single function. Set ENOMEM
32372         when returning NULL.
32373         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32374         * doc/functions/calloc.texi: Mention the calloc-posix module.
32375         * lib/stdlib_.h (calloc): New declaration.
32376         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32377         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32378         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32379         and HAVE_CALLOC_POSIX.
32380
32381 2007-09-09  Bruno Haible  <bruno@clisp.org>
32382
32383         Allow for modules to show an arbitrary notice.
32384         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32385         * gnulib-tool: New option --extract-notice.
32386         (func_usage): Document it.
32387         (sed_extract_prog): Update.
32388         (func_get_notice): New function.
32389         (func_modules_notice): New function.
32390         (func_import, func_create_testdir): Invoke it.
32391         Suggested by Jim Meyering.
32392
32393 2007-09-09  Bruno Haible  <bruno@clisp.org>
32394
32395         * gnulib-tool: New options --verbose, --quiet.
32396         (func_usage): Document them.
32397         (verbose): New variable.
32398         (func_execute_command): New function.
32399         (func_import): Don't show the module list and the file list if
32400         $verbose < 0.
32401         (func_create_testdir): Likewise. Use func_execute_command.
32402         (func_create_megatestdir): Use func_execute_command.
32403
32404 2007-09-08  Bruno Haible  <bruno@clisp.org>
32405
32406         * gnulib-tool (func_import): Prefer rsync over wget when available,
32407         for fetching the PO files.
32408
32409 2007-09-08  Bruno Haible  <bruno@clisp.org>
32410
32411         * posix-modules: New file. Portions copied from gnulib-tool.
32412         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32413
32414 2007-09-08  Jim Meyering  <jim@meyering.net>
32415
32416         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32417         * lib/fpending.h: Rename from __fpending.h.
32418         * lib/fpending.c: Rename from __fpending.c.
32419         Include "fpending.h", not "__fpending.h".
32420         * lib/__fpending.h, lib/__fpending.c: Remove files.
32421         * modules/fpending (Files): Reflect new file names.
32422         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32423
32424 2007-09-08  Bruno Haible  <bruno@clisp.org>
32425
32426         * m4/inttypes-h.m4: Remove stub file.
32427
32428 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32429
32430         * doc/headers/stdint.texi: Discuss #include_next issue.
32431
32432 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32433
32434         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32435
32436 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32437
32438         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32439         in variable name.
32440
32441 2007-09-03  Jim Meyering  <jim@meyering.net>
32442
32443         New module: git-version-gen.
32444         * modules/git-version-gen: New file.
32445
32446         Import changes from coreutils for bootstrap script.
32447
32448         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32449
32450         bootstrap: uses rsync to download the .po files
32451         * build-aux/bootstrap (po_download_command_format): New global.
32452         (download_po_files): Use rsync.
32453         (update_po_files): Don't remove .po files after download,
32454         so future rsync runs can take advantage of the copies.
32455
32456         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32457
32458         Solve the unnecessary-.po-file-regeneration problem once and for all.
32459         * build-aux/bootstrap (download_po_files): New function, renamed from
32460         get_translations.  Now, downloads, but doesn't update LINGUAS.
32461         (update_po_files): New function.
32462
32463         bootstrap: Ignore more.
32464         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32465         uniwidth to e.g., lib/.gitignore.
32466         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32467
32468         * build-aux/bootstrap: New setting: vc_ignore.
32469         (insert_sorted_if_absent): Create $file if absent.
32470         Adapt to new, possibly empty, list: $vc_ignore.
32471
32472         bootstrap: generate more ignorable names
32473         * build-aux/bootstrap (slurp): When generating ignorable names,
32474         also map .sin to .sed, .gperf to .c, and .y to .c.
32475
32476 2007-09-03  Jim Meyering  <jim@meyering.net>
32477
32478         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32479         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32480
32481 2007-09-02  Bruno Haible  <bruno@clisp.org>
32482
32483         Fix mis-recognition of 'mcs' on QNX 6.
32484         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32485         output contains the string "Mono".
32486         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32487         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32488
32489 2007-09-01  Bruno Haible  <bruno@clisp.org>
32490
32491         Fix collision between uniwidth/* and linebreak modules.
32492         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32493         u32_width): Remove declarations.
32494         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32495         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32496         streq3, streq2, streq1, streq0): Remove functions.
32497         (STREQ): Remove macro.
32498         (is_cjk_encoding): Remove function.
32499         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32500         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32501         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32502         * NEWS: Document the change.
32503
32504 2007-09-01  Bruno Haible  <bruno@clisp.org>
32505
32506         * lib/streq.h: Add double-inclusion guard.
32507
32508 2007-09-01  Karl Berry  <karl@gnu.org>
32509
32510         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32511
32512 2007-08-28  Jim Meyering  <jim@meyering.net>
32513
32514         Rename mreadlink_with_size to areadlink_with_size.
32515         * NEWS: Document the change.
32516         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32517         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32518         * lib/mreadlink.h: Rename this to...
32519         * lib/areadlink.h: ...this.
32520         * modules/mreadlink-with-size: Rename this to...
32521         * modules/areadlink-with-size: ...this.
32522         * lib/canonicalize.c: Reflect the renaming.
32523         * modules/canonicalize: Likewise.
32524
32525 2007-08-26  Bruno Haible  <bruno@clisp.org>
32526
32527         * gnulib-tool (func_import): When deciding which files to remove,
32528         consider also dangling symbolic links.
32529         Reported by Eric Blake.
32530
32531 2007-08-26  Bruno Haible  <bruno@clisp.org>
32532
32533         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32534
32535 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32536
32537         * lib/readline.c: Don't include getline.h, the prototype is now
32538         found in stdio.h.
32539
32540 2007-08-23  Jim Meyering  <jim@meyering.net>
32541
32542         Getdelim touchup.
32543         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32544         around the funlockfile call, since funlockfile never sets errno.
32545         Don't set errno upon failed realloc.
32546
32547 2007-08-22  Eric Blake  <ebb9@byu.net>
32548
32549         Getline touchups.
32550         * lib/getdelim.c (getdelim): Revert regression that required *n to
32551         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32552         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32553         getdelim, rather than whether implementation is missing.
32554         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32555         * lib/stdio_.h (getline): Also declare if replacement is
32556         required.
32557         * doc/functions/getdelim.texi: New file.
32558         * doc/functions/getline.texi: Likewise.
32559         * doc/gnulib.texi (Function Substitutes): Add new files.
32560         Reported by Bruno Haible.
32561
32562 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32563
32564         * users.txt: Add Guile.
32565
32566 2007-08-22  Eric Blake  <ebb9@byu.net>
32567
32568         * tests/test-getdelim.c (main): Use remove, not unlink.
32569         * tests/test-getline.c (main): Likewise.
32570
32571         Move getline and getdelim into stdio.h, per POSIX 200x.
32572         * modules/getline (Files): Remove getline.h.
32573         (Depends-on): Add stdio.
32574         (configure.ac): Add module indicator.
32575         * modules/getdelim (Files): Remove getdelim.h.
32576         (Depends-on): Add stdio.
32577         (configure.ac): Add module indicator.
32578         * modules/stdio (Makefile.am): Work with new indicators.
32579         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32580         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32581         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32582         * lib/getdelim.h: Delete.
32583         * lib/getline.h: Delete.
32584         * lib/stdio_.h (getdelim, getline): Declare.
32585         * modules/getdelim-tests: New module.
32586         * modules/getline-tests: Likewise.
32587         * tests/test-getdelim.c: New file.
32588         * tests/test-getline.c: Likewise.
32589         * NEWS: Document the change.
32590         * lib/getline.c: Update choice of header.
32591         * lib/csharpcomp.c: Likewise.
32592         * lib/getpass.c: Likewise.
32593         * lib/javacomp.c: Likewise.
32594         * lib/javaversion.c: Likewise.
32595         * lib/yesno.c: Likewise.
32596         * lib/getdelim.c: Likewise.
32597         (getdelim): Set errno on failure, and avoid memory leak.
32598
32599 2007-08-19  Bruno Haible  <bruno@clisp.org>
32600
32601         * modules/closein (Depends-on): Add freadahead.
32602         * lib/closein.c: Include freadahead.h.
32603         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32604         is zero.
32605
32606 2007-08-19  Bruno Haible  <bruno@clisp.org>
32607
32608         * modules/freadahead-tests: New file.
32609         * tests/test-freadahead.sh: New file.
32610         * tests/test-freadahead.c: New file.
32611
32612         * modules/freadahead: New file.
32613         * lib/freadahead.h: New file.
32614         * lib/freadahead.c: New file.
32615         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32616         fbufmode, fpurge, freadable, fwritable.
32617
32618 2007-08-19  Eric Blake  <ebb9@byu.net>
32619
32620         Test yesno in combination with closein.
32621         * lib/yesno.c (yesno): Document use of stdin.
32622         * modules/yesno-tests (Files): New module.
32623         * tests/test-yesno.c (main): New file.
32624         * tests/test-yesno.sh: Likewise.
32625
32626 2007-08-19  Bruno Haible  <bruno@clisp.org>
32627
32628         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32629         * lib/fseeko.c (rpl_fseeko): Likewise.
32630         * lib/fseterr.c (fseterr): Likewise.
32631
32632 2007-08-19  Bruno Haible  <bruno@clisp.org>
32633
32634         * tests/test-lseek.c (main): Disable a test for BeOS.
32635         * doc/functions/lseek.texi: Document the BeOS bug.
32636
32637 2007-08-19  Bruno Haible  <bruno@clisp.org>
32638             Eric Blake  <ebb9@byu.net>
32639
32640         * lib/lseek.c: Include <sys/stat.h>.
32641         (rpl_lseek): Add workaround code also for Unix platforms.
32642         Needed for BeOS.
32643         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32644         * doc/functions/lseek.texi: Document BeOS definiency.
32645
32646 2007-08-18  Bruno Haible  <bruno@clisp.org>
32647
32648         * modules/fstrcmp-tests: New file.
32649         * tests/test-fstrcmp.c: New file.
32650
32651 2007-08-18  Bruno Haible  <bruno@clisp.org>
32652
32653         * modules/fstrcmp: New file, from GNU gettext with modifications.
32654         * lib/fstrcmp.h: New file, from GNU gettext.
32655         * lib/fstrcmp.c: New file, from GNU gettext.
32656         * MODULES.html.sh (String handling): Add fstrcmp.
32657
32658 2007-08-18  Bruno Haible  <bruno@clisp.org>
32659
32660         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32661         'bool'.
32662         (diag, compareseq): Remove const from the ctxt argument.
32663         (USE_HEURISTIC): Undefine at the end.
32664
32665 2007-08-18  Jim Meyering  <jim@meyering.net>
32666
32667         New file: lib/idcache.h
32668         * NEWS: Mention the addition.
32669         * modules/idcache (Files): Add lib/idcache.h
32670         * lib/idcache.c: Include "idcache.h".
32671         Don't include <sys/types.h>.
32672         Add a FIXME comment.
32673         Move file-scoped "static" declarations to the top.
32674         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32675
32676 2007-08-17  Bruno Haible  <bruno@clisp.org>
32677         and Paul Eggert  <eggert@cs.ucla.edu>
32678
32679         * MODULES.html.sh: Add diffseq.
32680         * modules/diffseq: New file.
32681         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32682         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32683
32684 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32685
32686         Import changes from coreutils for bootstrap script.
32687
32688         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32689
32690         * build-aux/bootstrap (slurp): Work even in environments where
32691         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32692         current code does not slurp files whose names start with ".", and
32693         this looks like it might be a troublesome area.
32694
32695         2007-07-11  Jim Meyering  <jim@meyering.net>
32696
32697         If there's a GPL vN copyright comment, require that N == 3.
32698
32699         2007-07-08  Jim Meyering  <jim@meyering.net>
32700
32701         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32702         * build-aux/bootstrap (mam_template): Move definition out of loop.
32703
32704         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32705
32706         * build-aux/bootstrap (symlink_to_dir): Rename function from
32707         symlink_to_gnulib.  Add a directory parameter.  Update all
32708         callers.
32709         (cp_mark_as_generated): Also check for -- and link to -- files in
32710         gl/.
32711
32712         2007-07-08  Jim Meyering  <jim@meyering.net>
32713
32714         Adapt to deeper hierarchy in gnulib.
32715         * build-aux/bootstrap (symlink_to_dir): If the destination
32716         directory doesn't exist, create it. This is required at least for
32717         "lib/uniwidth/cjk.h".
32718
32719         2007-05-15  Jim Meyering  <jim@meyering.net>
32720
32721         * build-aux/bootstrap: Now that generated Makefile.am files
32722         are no longer under version control, they must be created at
32723         bootstrap time.
32724
32725 2007-08-14  Ben Pfaff  <blp@gnu.org>
32726
32727         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32728
32729 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32730
32731         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32732         given the changes below.
32733         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32734         even on hosts that have padding bits beyond the supported 64.
32735
32736 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32737
32738         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32739         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32740         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32741         depends on it.
32742         (xstrtol_error): Remove.
32743         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32744         but with a different signature.
32745         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32746         * lib/xstrtol-error.c: Include exitfail.h.
32747         (xstrtol_fatal): New function, with a different signature from the
32748         old xstrtol_error, so that the caller need not worry about passing
32749         in an exit status, or about storage management of the option argument.
32750         (xstrtol_error): Now a static function.  Redo signature to
32751         implement xstrtol_fatal.  Output the correct number of hyphens in
32752         front of the option so that the caller need not worry about
32753         storage management.
32754         (N_): New macro.
32755         (_): Remove; not used now.
32756         * modules/xstrtol: Depend on getopt.
32757         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32758         of old STRTOL_FATAL_ERROR macro.
32759         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32760         of test program.
32761         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32762         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32763
32764 2007-08-08  Eric Blake  <ebb9@byu.net>
32765
32766         * lib/xstrtol-error.c: Add missing include.
32767
32768         Move xstrtol messages into gnulib domain, when --pobase is used.
32769         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32770         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32771         * modules/xstrtol (Files): Distribute new file.
32772         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32773         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32774         * tests/test-xstrtol.c: ...into new file.
32775         * tests/test-xstrtoul.c: Also test xstrtoul.
32776         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32777         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32778         * tests/test-xstrtol.sh: Drive the tests.
32779         * tests/test-xstrtoimax.sh: Likewise.
32780         * tests/test-xstrtoumax.sh: Likewise.
32781         * modules/xstrtol-tests: New module.
32782         * modules/xstrtoimax-tests: Likewise.
32783         * modules/xstrtoumax-tests: Likewise.
32784
32785 2007-08-08  Jim Meyering  <jim@meyering.net>
32786
32787         New function: mfile_name_concat.
32788         * lib/filenamecat.c (mfile_name_concat): New function, just like
32789         file_name_concat, but return NULL upon failure rather than exiting
32790         with a diagnostic.
32791         * lib/filenamecat.h: Declare it.
32792
32793 2007-08-07  Bruno Haible  <bruno@clisp.org>
32794
32795         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32796         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32797         warning from gcc.
32798         Reported by Eric Blake.
32799
32800 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32801
32802         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32803         * modules/crypto/arcfour (License): Likewise.
32804         * modules/crypto/des-tests (License): Likewise.
32805         * modules/crypto/gc-arctwo-tests (License): Likewise.
32806         * modules/crypto/gc-des-tests (License): Likewise.
32807         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32808         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32809         * modules/crypto/gc-md2-tests (License): Likewise.
32810         * modules/crypto/gc-md4-tests (License): Likewise.
32811         * modules/crypto/gc-md5-tests (License): Likewise.
32812         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32813         * modules/crypto/gc-rijndael-tests (License): Likewise.
32814         * modules/crypto/gc-sha1-tests (License): Likewise.
32815         * modules/crypto/gc-tests (License): Likewise.
32816         * modules/crypto/hmac-md5 (License): Likewise.
32817         * modules/crypto/hmac-sha1 (License): Likewise.
32818         * modules/crypto/md2-tests (License): Likewise.
32819         * modules/crypto/md4-tests (License): Likewise.
32820         * modules/crypto/md5 (License): Likewise.
32821         * modules/crypto/rijndael (License): Likewise.
32822         * modules/crypto/sha1 (License): Likewise.
32823         * modules/memxor (License): Likewise.
32824
32825 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32826         and Bruno Haible  <bruno@clisp.org>
32827
32828         * NEWS: Describe interface changes to human, xstrtol.
32829         * lib/human.h: Include <xstrtol.h>.
32830         (human_options): Return enum strtol_error, not int.  Remove
32831         bool arg; take int * instead.
32832         * lib/human.c: Don't include "gettext.h".
32833         (_): Remove; no longer used.
32834         Don't include <xstrtol.h>, since human.h does it.
32835         (human_options): Adjust to abovementioned interface changes.
32836         Do not report error to stderr; that's now the caller's
32837         responsibility.
32838         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32839         interface change.
32840         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32841         Str, Argument_type_string.  All uses changed.  Put " argument"
32842         in diagnostics to make them clearer.  Change wording of suffix
32843         message for clarity.
32844         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32845         Argument_type_string.
32846         (STRTOL_FATAL_WARN): Remove; no longer used.
32847         * modules/human (Depends-on): Remove gettext-h.
32848
32849 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32850
32851         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32852
32853 2007-07-31  Bruno Haible  <bruno@clisp.org>
32854
32855         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32856         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32857         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32858
32859 2007-07-31  Bruno Haible  <bruno@clisp.org>
32860
32861         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32862         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32863
32864 2007-07-30  Bruno Haible  <bruno@clisp.org>
32865
32866         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32867         * modules/c-ctype (License): Likewise.
32868         * modules/c-strcase (License): Likewise.
32869         * modules/check-version (License): Likewise.
32870         * modules/iconv (License): Likewise.
32871         * modules/iconv_open (License): Likewise.
32872         * modules/read-file (License): Likewise.
32873         * modules/striconv (License): Likewise.
32874         * modules/strverscmp (License): Likewise.
32875         * modules/vasprintf (License): Likewise.
32876         * modules/crypto/des (License): Likewise.
32877         * modules/crypto/gc (License): Likewise.
32878         * modules/crypto/gc-arcfour (License): Likewise.
32879         * modules/crypto/gc-arctwo (License): Likewise.
32880         * modules/crypto/gc-des (License): Likewise.
32881         * modules/crypto/gc-hmac-md5 (License): Likewise.
32882         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32883         * modules/crypto/gc-md2 (License): Likewise.
32884         * modules/crypto/gc-md4 (License): Likewise.
32885         * modules/crypto/gc-md5 (License): Likewise.
32886         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32887         * modules/crypto/gc-random (License): Likewise.
32888         * modules/crypto/gc-rijndael (License): Likewise.
32889         * modules/crypto/gc-sha1 (License): Likewise.
32890         * modules/crypto/md2 (License): Likewise.
32891         * modules/crypto/md4 (License): Likewise.
32892
32893 2007-07-30  Jim Meyering  <jim@meyering.net>
32894
32895         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32896         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32897         it has valid stat data.  This bug would cause du not to count the
32898         sizes of inaccessible directories.
32899         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32900         in <http://bugzilla.redhat.com/250077>.
32901
32902 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32903             Bruno Haible  <bruno@clisp.org>
32904
32905         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32906         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32907         #include_next, gives a diagnostic about it, but reports no error in
32908         the exit code.
32909         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32910
32911 2007-07-24  Ben Pfaff  <blp@gnu.org>
32912
32913         Improve name: "count-one-bits" is better than "popcount".
32914         * MODULES.html.sh: Update name.
32915         * lib/popcount.h: Renamed lib/count-one-bits.h.
32916         (popcount): Renamed count_one_bits.
32917         (popcountl): Renamed count_one_bits_l.
32918         (popcountll): Renamed count_one_bits_ll.
32919         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32920         * modules/popcount: Renamed module/count-one-bits.
32921         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32922         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32923
32924 2007-07-23  Ben Pfaff  <blp@gnu.org>
32925
32926         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32927         better code generation, and add U to large constants to avoid
32928         warnings, in non-GCC case.
32929         Suggested by Bruno Haible.
32930
32931 2007-07-23  Ben Pfaff  <blp@gnu.org>
32932
32933         * lib/popcount.h: Use verify_true instead of if...abort.
32934         * modules/popcount: Depend on verify module.
32935         Suggested by Jim Meyering.
32936
32937 2007-07-23  Bruno Haible  <bruno@clisp.org>
32938
32939         * gnulib-tool (func_import): Create a .cvsignore file also when the
32940         directory is not yet in CVS but the toplevel directory is. When
32941         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32942         Reported by Karl Berry.
32943
32944 2007-07-22  Ben Pfaff  <blp@gnu.org>
32945
32946         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32947         case.
32948         Suggested by Eric Blake.
32949
32950 2007-07-22  Ben Pfaff  <blp@gnu.org>
32951
32952         New module: popcount.
32953         * MODULES.html.sh: Add popcount.
32954         * modules/popcount: New file.
32955         * modules/popcount-tests: New file.
32956         * tests/test-popcount.c: New file.
32957         * lib/popcount.h: New file.
32958         * m4/popcount.m4: New file.
32959
32960 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32961
32962         * build-aux/announce-gen: Update to GPLv3.
32963
32964         * build-aux/config.guess: Update from config.
32965
32966 2007-07-21  Bruno Haible  <bruno@clisp.org>
32967
32968         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32969         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32970
32971 2007-07-20  Jim Meyering  <jim@meyering.net>
32972
32973         * check-module: Diagnose a self-dependency.
32974
32975 2007-07-19  Bruno Haible  <bruno@clisp.org>
32976
32977         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32978         empty.
32979         Reported by Eric Blake.
32980
32981 2007-07-18  Bruno Haible  <bruno@clisp.org>
32982
32983         * gnulib-tool: New options --po-base, --po-domain.
32984         (func_usage): Document them.
32985         (pobase, po_domain): New variables.
32986         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32987         DEFAULT_TEXT_DOMAIN.
32988         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32989         (func_import): Consider pobase and po_domain. Create a po/ directory.
32990         (func_create_testdir): Set pobase and po_domain to empty.
32991         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32992         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32993
32994 2007-07-18  Bruno Haible  <bruno@clisp.org>
32995
32996         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32997         EXTRA_DIST augmentation for files in build-aux/.
32998
32999 2007-07-16  Bruno Haible  <bruno@clisp.org>
33000
33001         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33002         * modules/getdelim (License): Likewise.
33003
33004 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33005
33006         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33007         * modules/d-type (License): Likewise.
33008         * modules/extensions (License): Likewise.
33009         * modules/fnmatch (License): Likewise.
33010         * modules/fseeko (License): Likewise.
33011         * modules/getaddrinfo (License): Likewise.
33012         * modules/getline (License): Likewise.
33013         * modules/getlogin_r (License): Likewise.
33014         * modules/getpass (License): Likewise.
33015         * modules/gettimeofday (License): Likewise.
33016         * modules/glob (License): Likewise.
33017         * modules/inet_ntop (License): Likewise.
33018         * modules/malloc (License): Likewise.
33019         * modules/malloca (License): Likewise.
33020         * modules/memmem (License): Likewise.
33021         * modules/mempcpy (License): Likewise.
33022         * modules/memset (License): Likewise.
33023         * modules/minmax (License): Likewise.
33024         * modules/mktime (License): Likewise.
33025         * modules/netinet_in (License): Likewise.
33026         * modules/pathmax (License): Likewise.
33027         * modules/poll (License): Likewise.
33028         * modules/regex (License): Likewise.
33029         * modules/snprintf (License): Likewise.
33030         * modules/stdbool (License): Likewise.
33031         * modules/stdint (License): Likewise.
33032         * modules/stdio (License): Likewise.
33033         * modules/strcase (License): Likewise.
33034         * modules/strcasestr (License): Likewise.
33035         * modules/strdup (License): Likewise.
33036         * modules/string (License): Likewise.
33037         * modules/strndup (License): Likewise.
33038         * modules/strnlen (License): Likewise.
33039         * modules/strpbrk (License): Likewise.
33040         * modules/strptime (License): Likewise.
33041         * modules/strsep (License): Likewise.
33042         * modules/sys_select (License): Likewise.
33043         * modules/sys_socket (License): Likewise.
33044         * modules/sys_stat (License): Likewise.
33045         * modules/sys_time (License): Likewise.
33046         * modules/time (License): Likewise.
33047         * modules/time_r (License): Likewise.
33048         * modules/timegm (License): Likewise.
33049         * modules/unistd (License): Likewise.
33050         * modules/vsnprintf (License): Likewise.
33051         * modules/wctype (License): Likewise.
33052
33053 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33054
33055         * modules/argz (License): LGPLv2+.
33056
33057 2007-07-15  Karl Berry  <karl@gnu.org>
33058
33059         * doc/gnulib.texi: revise node structure per new fdl.texi.
33060
33061 2007-07-14  Bruno Haible  <bruno@clisp.org>
33062
33063         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33064         the output file.
33065         * lib/uniname/uninames.h: Regenerated.
33066
33067 2007-07-14  Karl Berry  <karl@gnu.org>
33068
33069         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33070         omitting sectioning and index commands.
33071
33072 2007-07-13  Bruno Haible  <bruno@clisp.org>
33073
33074         New gnulib-tool option --more-symlinks.
33075         * gnulib-tool (func_usage): Document --more-symlinks.
33076         (do_copyrights): New variable.
33077         Recognize option --more-symlinks.
33078         (func_import): Don't add a copyright notice transform to
33079         sed_transform_lib_file if do_copyrights is empty.
33080
33081 2007-07-13  Bruno Haible  <bruno@clisp.org>
33082
33083         * lib/vasnprintf.c (decimal_point_char): Define also if
33084         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33085         && !NEED_PRINTF_DIRECTIVE_A.
33086         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33087         Gary V. Vaughan <gary@gnu.org>.
33088
33089 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33090
33091         * lib/inttypes_.h: Undo previous change, since it was fixed
33092         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33093
33094 2007-07-13  Bruno Haible  <bruno@clisp.org>
33095
33096         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33097         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33098
33099 2007-07-13  Jim Meyering  <jim@meyering.net>
33100
33101         df: Don't fail for Tru64's "file-on-file mount".
33102         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33103         so we fall through and use statfs instead.  Details here:
33104         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33105         Reported by Albert Chin.
33106
33107 2007-07-13  Bruno Haible  <bruno@clisp.org>
33108
33109         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33110         * modules/configmake (License): Likewise.
33111         * modules/gettext (License): Likewise.
33112         * modules/gettext-h (License): Likewise.
33113         * modules/include_next (License): Likewise.
33114         * modules/link-warning (License): Likewise.
33115         * modules/localcharset (License): Likewise.
33116         * modules/localename (License): Likewise.
33117         * modules/lock (License): Likewise.
33118         * modules/relocatable-lib-lgpl (License): Likewise.
33119         * modules/size_max (License): Likewise.
33120         * modules/vasnprintf (License): Likewise.
33121         * modules/wchar (License): Likewise.
33122         * modules/xsize (License): Likewise.
33123
33124 2007-07-13  Bruno Haible  <bruno@clisp.org>
33125
33126         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33127         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33128
33129 2007-07-12  Bruno Haible  <bruno@clisp.org>
33130
33131         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33132         in the modules files.
33133
33134 2007-07-11  Karl Berry  <karl@gnu.org>
33135
33136         * MODULES.html.sh (func_module): use
33137          sed -e '\|^'"${includefile}"'$|d'
33138          instead of /.../d, to avoid errors on $includefile's containing /.
33139
33140 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33141
33142         * gnulib-tool (func_import): Avoid duplication of --avoid
33143         statements
33144         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33145         names to `_' in variable names.
33146
33147 2007-07-10  Eric Blake  <ebb9@byu.net>
33148
33149         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33150         * NEWS: Document this change.
33151
33152 2007-07-08  Bruno Haible  <bruno@clisp.org>
33153
33154         Update to Unicode 5.0.
33155         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33156         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33157         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33158         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33159         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33160         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33161         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33162         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33163         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33164         U+10A3F, U+1D242..U+1D244.
33165         (nonspacing_table_ind): Update.
33166         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33167         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33168
33169 2007-07-08  Bruno Haible  <bruno@clisp.org>
33170
33171         Update to Unicode 5.0.
33172         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33173         code transform. Extend the name index field of unicode_name_to_code and
33174         unicode_code_to_name from 16 to 24 bits.
33175         * lib/uniname/uniname.c (unicode_character_name,
33176         unicode_name_character): Add the range 0x12xxx to the code transform.
33177         * lib/uniname/uninames.h: Regenerated.
33178         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33179
33180 2007-07-07  Bruno Haible  <bruno@clisp.org>
33181
33182         * modules/wcwidth-tests: New file.
33183         * tests/test-wcwidth.c: New file.
33184
33185         Work around MacOS X wcwidth() bug.
33186         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33187         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33188         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33189         original wcwidth in non-UTF-8 locales.
33190         * modules/wcwidth (Depends-on): Add localcharset, streq,
33191         uniwidth/width.
33192         * doc/functions/wcwidth.texi: Update.
33193
33194 2007-07-07  Bruno Haible  <bruno@clisp.org>
33195
33196         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33197         (wcwidth): New declaration.
33198         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33199         macros.
33200         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33201         here. Prepare for creating <wchar.h> unconditionally.
33202         * modules/wchar (Depends-on): Add link-warning.
33203         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33204         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33205         * lib/wcwidth.h: Remove file.
33206         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33207         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33208         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33209         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33210         (Include): Replace wcwidth.h with <wchar.h>.
33211         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33212         * lib/mbchar.h: Don't include wcwidth.h.
33213         * lib/mbswidth.c: Likewise.
33214         * NEWS: Mention the change.
33215
33216 2007-07-07  Bruno Haible  <bruno@clisp.org>
33217
33218         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33219         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33220         definition with an external declaration.
33221         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33222         defined as a function. Remove AC_C_INLINE requirement.
33223         * modules/wcwidth (Files): Add lib/wcwidth.c.
33224         (Makefile.am): Remove redundant statement.
33225
33226 2007-07-07  Bruno Haible  <bruno@clisp.org>
33227
33228         * MODULES.html.sh (Unicode string functions): Add the new modules.
33229
33230         * tests/uniwidth/test-u32-strwidth.c: New file.
33231         * modules/uniwidth/u32-strwidth-tests: New file.
33232
33233         * lib/uniwidth/u32-strwidth.c: New file.
33234         * modules/uniwidth/u32-strwidth: New file.
33235
33236         * tests/uniwidth/test-u16-strwidth.c: New file.
33237         * modules/uniwidth/u16-strwidth-tests: New file.
33238
33239         * lib/uniwidth/u16-strwidth.c: New file.
33240         * modules/uniwidth/u16-strwidth: New file.
33241
33242         * tests/uniwidth/test-u8-strwidth.c: New file.
33243         * modules/uniwidth/u8-strwidth-tests: New file.
33244
33245         * lib/uniwidth/u8-strwidth.c: New file.
33246         * modules/uniwidth/u8-strwidth: New file.
33247
33248         * tests/uniwidth/test-u32-width.c: New file.
33249         * modules/uniwidth/u32-width-tests: New file.
33250
33251         * lib/uniwidth/u32-width.c: New file.
33252         * modules/uniwidth/u32-width: New file.
33253
33254         * tests/uniwidth/test-u16-width.c: New file.
33255         * modules/uniwidth/u16-width-tests: New file.
33256
33257         * lib/uniwidth/u16-width.c: New file.
33258         * modules/uniwidth/u16-width: New file.
33259
33260         * tests/uniwidth/test-u8-width.c: New file.
33261         * modules/uniwidth/u8-width-tests: New file.
33262
33263         * lib/uniwidth/u8-width.c: New file.
33264         * modules/uniwidth/u8-width: New file.
33265
33266         * tests/uniwidth/test-uc_width.c: New file.
33267         * modules/uniwidth/width-tests: New file.
33268
33269         * lib/uniwidth/width.c: New file, from GNU libiconv.
33270         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33271         * modules/uniwidth/width: New file.
33272
33273         * lib/uniwidth.h: New file, from GNU libiconv.
33274         * modules/uniwidth/base: New file.
33275
33276 2007-07-07  Bruno Haible  <bruno@clisp.org>
33277
33278         * lib/uniname.h: New file, from GNU gettext.
33279         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33280         * lib/uniname/uninames.h: New file, from GNU gettext.
33281         * lib/uniname/uniname.c: New file, from GNU gettext.
33282         * tests/uniname/test-uninames.sh: New file.
33283         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33284         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33285         * modules/uniname/base: New file.
33286         * modules/uniname/uniname: New file.
33287         * modules/uniname/uniname-tests: New file.
33288         * MODULES.html.sh (Unicode string functions): Add the new modules.
33289
33290 2007-07-06  Bruno Haible  <bruno@clisp.org>
33291
33292         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33293
33294 2007-07-06  Bruno Haible  <bruno@clisp.org>
33295
33296         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33297         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33298         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33299         include <sys/time.h>.
33300         Reported by Eric Blake.
33301
33302 2007-07-06  Eric Blake  <ebb9@byu.net>
33303
33304         Fix testing canonicalize on cygwin.
33305         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33306         Revert patch from 2007-06-19.
33307         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33308         canonicalize module is also in use.
33309         * tests/test-canonicalize.c: New file.
33310         * tests/test-canonicalize.sh: Likewise.
33311         * modules/canonicalize-tests: Likewise.
33312
33313 2007-07-06  Jim Meyering  <jim@meyering.net>
33314
33315         * lib/getugroups.c (getugroups): Detect getgrent failure.
33316         Adjust comment to reflect reality: this function may return -1.
33317
33318 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33319
33320         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33321         the new TP address.
33322         (usage): Fix typo
33323         (gnulib_mk): New variable.
33324
33325 2007-07-05  Jim Meyering  <jim@meyering.net>
33326
33327         Don't let endgrent clobber errno, no matter how improbable.
33328         * lib/getugroups.c (getugroups): Save and restore errno around
33329         endgrent call.
33330
33331         Close the group DB even when failing with 2^31 or more members.
33332         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33333
33334 2007-07-04  Jim Meyering  <jim@meyering.net>
33335
33336         * lib/getugroups.h: New file.
33337         * lib/getugroups.c: Include "getugroups.h".
33338         Remove uses of "register" keyword.
33339         Move local variable, "cp", down into scope where used.
33340         Give "username" parameter the "const" attribute.
33341         * modules/getugroups (Files): Add lib/getugroups.h
33342
33343 2007-07-04  Karl Berry  <karl@gnu.org>
33344
33345         * MODULES.html.sh (func_all_modules): Complete rename of
33346         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33347
33348 2007-07-02  Bruno Haible  <bruno@clisp.org>
33349
33350         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33351         mode, when inttypes.h comes from gnulib.
33352         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33353
33354 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33355
33356         * NEWS: Mention lgpl module name change.
33357
33358         * modules/lgpl-2.1: Renamed from lgpl.
33359
33360         * NEWS: Mention gpl module name change.
33361
33362         * modules/gpl-3.0: New file, based on gpl-2.0.
33363
33364         * modules/gpl-2.0: Renamed from gpl.
33365
33366         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33367         doc/gpl-2.0.texi.
33368
33369 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33370
33371         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33372         #define __STDC_LIMIT_MACROS temporarily while including
33373         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33374         Problem reported by Joel E. Denny in
33375         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33376
33377 2007-07-01  Bruno Haible  <bruno@clisp.org>
33378
33379         * lib/unistdio.h: New file.
33380         * lib/unistdio/u-asnprintf.h: New file.
33381         * lib/unistdio/u-asprintf.h: New file.
33382         * lib/unistdio/u-printf-args.c: New file.
33383         * lib/unistdio/u-printf-args.h: New file.
33384         * lib/unistdio/u-printf-parse.h: New file.
33385         * lib/unistdio/u-snprintf.h: New file.
33386         * lib/unistdio/u-sprintf.h: New file.
33387         * lib/unistdio/u-vasprintf.h: New file.
33388         * lib/unistdio/u-vsnprintf.h: New file.
33389         * lib/unistdio/u-vsprintf.h: New file.
33390         * lib/unistdio/ulc-asnprintf.c: New file.
33391         * lib/unistdio/ulc-asprintf.c: New file.
33392         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33393         * lib/unistdio/ulc-printf-parse.c: New file.
33394         * lib/unistdio/ulc-snprintf.c: New file.
33395         * lib/unistdio/ulc-sprintf.c: New file.
33396         * lib/unistdio/ulc-vasnprintf.c: New file.
33397         * lib/unistdio/ulc-vasprintf.c: New file.
33398         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33399         * lib/unistdio/ulc-vsnprintf.c: New file.
33400         * lib/unistdio/ulc-vsprintf.c: New file.
33401         * lib/unistdio/u8-asnprintf.c: New file.
33402         * lib/unistdio/u8-asprintf.c: New file.
33403         * lib/unistdio/u8-printf-parse.c: New file.
33404         * lib/unistdio/u8-snprintf.c: New file.
33405         * lib/unistdio/u8-sprintf.c: New file.
33406         * lib/unistdio/u8-vasnprintf.c: New file.
33407         * lib/unistdio/u8-vasprintf.c: New file.
33408         * lib/unistdio/u8-vsnprintf.c: New file.
33409         * lib/unistdio/u8-vsprintf.c: New file.
33410         * lib/unistdio/u8-u8-asnprintf.c: New file.
33411         * lib/unistdio/u8-u8-asprintf.c: New file.
33412         * lib/unistdio/u8-u8-snprintf.c: New file.
33413         * lib/unistdio/u8-u8-sprintf.c: New file.
33414         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33415         * lib/unistdio/u8-u8-vasprintf.c: New file.
33416         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33417         * lib/unistdio/u8-u8-vsprintf.c: New file.
33418         * lib/unistdio/u16-asnprintf.c: New file.
33419         * lib/unistdio/u16-asprintf.c: New file.
33420         * lib/unistdio/u16-printf-parse.c: New file.
33421         * lib/unistdio/u16-snprintf.c: New file.
33422         * lib/unistdio/u16-sprintf.c: New file.
33423         * lib/unistdio/u16-vasnprintf.c: New file.
33424         * lib/unistdio/u16-vasprintf.c: New file.
33425         * lib/unistdio/u16-vsnprintf.c: New file.
33426         * lib/unistdio/u16-vsprintf.c: New file.
33427         * lib/unistdio/u16-u16-asnprintf.c: New file.
33428         * lib/unistdio/u16-u16-asprintf.c: New file.
33429         * lib/unistdio/u16-u16-snprintf.c: New file.
33430         * lib/unistdio/u16-u16-sprintf.c: New file.
33431         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33432         * lib/unistdio/u16-u16-vasprintf.c: New file.
33433         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33434         * lib/unistdio/u16-u16-vsprintf.c: New file.
33435         * lib/unistdio/u32-asnprintf.c: New file.
33436         * lib/unistdio/u32-asprintf.c: New file.
33437         * lib/unistdio/u32-printf-parse.c: New file.
33438         * lib/unistdio/u32-snprintf.c: New file.
33439         * lib/unistdio/u32-sprintf.c: New file.
33440         * lib/unistdio/u32-vasnprintf.c: New file.
33441         * lib/unistdio/u32-vasprintf.c: New file.
33442         * lib/unistdio/u32-vsnprintf.c: New file.
33443         * lib/unistdio/u32-vsprintf.c: New file.
33444         * lib/unistdio/u32-u32-asnprintf.c: New file.
33445         * lib/unistdio/u32-u32-asprintf.c: New file.
33446         * lib/unistdio/u32-u32-snprintf.c: New file.
33447         * lib/unistdio/u32-u32-sprintf.c: New file.
33448         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33449         * lib/unistdio/u32-u32-vasprintf.c: New file.
33450         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33451         * lib/unistdio/u32-u32-vsprintf.c: New file.
33452         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33453         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33454         * tests/unistdio/test-ulc-printf1.h: New file.
33455         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33456         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33457         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33458         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33459         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33460         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33461         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33462         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33463         * tests/unistdio/test-u8-asnprintf1.c: New file.
33464         * tests/unistdio/test-u8-asnprintf1.h: New file.
33465         * tests/unistdio/test-u8-printf1.h: New file.
33466         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33467         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33468         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33469         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33470         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33471         * tests/unistdio/test-u8-vasprintf1.c: New file.
33472         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33473         * tests/unistdio/test-u8-vsprintf1.c: New file.
33474         * tests/unistdio/test-u16-asnprintf1.c: New file.
33475         * tests/unistdio/test-u16-asnprintf1.h: New file.
33476         * tests/unistdio/test-u16-printf1.h: New file.
33477         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33478         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33479         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33480         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33481         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33482         * tests/unistdio/test-u16-vasprintf1.c: New file.
33483         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33484         * tests/unistdio/test-u16-vsprintf1.c: New file.
33485         * tests/unistdio/test-u32-asnprintf1.c: New file.
33486         * tests/unistdio/test-u32-asnprintf1.h: New file.
33487         * tests/unistdio/test-u32-printf1.h: New file.
33488         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33489         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33490         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33491         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33492         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33493         * tests/unistdio/test-u32-vasprintf1.c: New file.
33494         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33495         * tests/unistdio/test-u32-vsprintf1.c: New file.
33496         * modules/unistdio/base: New file.
33497         * modules/unistdio/u-printf-args: New file.
33498         * modules/unistdio/ulc-asnprintf: New file.
33499         * modules/unistdio/ulc-asprintf: New file.
33500         * modules/unistdio/ulc-fprintf: New file.
33501         * modules/unistdio/ulc-printf-parse: New file.
33502         * modules/unistdio/ulc-snprintf: New file.
33503         * modules/unistdio/ulc-sprintf: New file.
33504         * modules/unistdio/ulc-vasnprintf: New file.
33505         * modules/unistdio/ulc-vasprintf: New file.
33506         * modules/unistdio/ulc-vfprintf: New file.
33507         * modules/unistdio/ulc-vsnprintf: New file.
33508         * modules/unistdio/ulc-vsprintf: New file.
33509         * modules/unistdio/u8-asnprintf: New file.
33510         * modules/unistdio/u8-asprintf: New file.
33511         * modules/unistdio/u8-printf-parse: New file.
33512         * modules/unistdio/u8-snprintf: New file.
33513         * modules/unistdio/u8-sprintf: New file.
33514         * modules/unistdio/u8-vasnprintf: New file.
33515         * modules/unistdio/u8-vasprintf: New file.
33516         * modules/unistdio/u8-vsnprintf: New file.
33517         * modules/unistdio/u8-vsprintf: New file.
33518         * modules/unistdio/u8-u8-asnprintf: New file.
33519         * modules/unistdio/u8-u8-asprintf: New file.
33520         * modules/unistdio/u8-u8-snprintf: New file.
33521         * modules/unistdio/u8-u8-sprintf: New file.
33522         * modules/unistdio/u8-u8-vasnprintf: New file.
33523         * modules/unistdio/u8-u8-vasprintf: New file.
33524         * modules/unistdio/u8-u8-vsnprintf: New file.
33525         * modules/unistdio/u8-u8-vsprintf: New file.
33526         * modules/unistdio/u16-asnprintf: New file.
33527         * modules/unistdio/u16-asprintf: New file.
33528         * modules/unistdio/u16-printf-parse: New file.
33529         * modules/unistdio/u16-snprintf: New file.
33530         * modules/unistdio/u16-sprintf: New file.
33531         * modules/unistdio/u16-vasnprintf: New file.
33532         * modules/unistdio/u16-vasprintf: New file.
33533         * modules/unistdio/u16-vsnprintf: New file.
33534         * modules/unistdio/u16-vsprintf: New file.
33535         * modules/unistdio/u16-u16-asnprintf: New file.
33536         * modules/unistdio/u16-u16-asprintf: New file.
33537         * modules/unistdio/u16-u16-snprintf: New file.
33538         * modules/unistdio/u16-u16-sprintf: New file.
33539         * modules/unistdio/u16-u16-vasnprintf: New file.
33540         * modules/unistdio/u16-u16-vasprintf: New file.
33541         * modules/unistdio/u16-u16-vsnprintf: New file.
33542         * modules/unistdio/u16-u16-vsprintf: New file.
33543         * modules/unistdio/u32-asnprintf: New file.
33544         * modules/unistdio/u32-asprintf: New file.
33545         * modules/unistdio/u32-printf-parse: New file.
33546         * modules/unistdio/u32-snprintf: New file.
33547         * modules/unistdio/u32-sprintf: New file.
33548         * modules/unistdio/u32-vasnprintf: New file.
33549         * modules/unistdio/u32-vasprintf: New file.
33550         * modules/unistdio/u32-vsnprintf: New file.
33551         * modules/unistdio/u32-vsprintf: New file.
33552         * modules/unistdio/u32-u32-asnprintf: New file.
33553         * modules/unistdio/u32-u32-asprintf: New file.
33554         * modules/unistdio/u32-u32-snprintf: New file.
33555         * modules/unistdio/u32-u32-sprintf: New file.
33556         * modules/unistdio/u32-u32-vasnprintf: New file.
33557         * modules/unistdio/u32-u32-vasprintf: New file.
33558         * modules/unistdio/u32-u32-vsnprintf: New file.
33559         * modules/unistdio/u32-u32-vsprintf: New file.
33560         * modules/unistdio/ulc-asnprintf-tests: New file.
33561         * modules/unistdio/ulc-vasnprintf-tests: New file.
33562         * modules/unistdio/ulc-vasprintf-tests: New file.
33563         * modules/unistdio/ulc-vsnprintf-tests: New file.
33564         * modules/unistdio/ulc-vsprintf-tests: New file.
33565         * modules/unistdio/u8-asnprintf-tests: New file.
33566         * modules/unistdio/u8-vasnprintf-tests: New file.
33567         * modules/unistdio/u8-vasprintf-tests: New file.
33568         * modules/unistdio/u8-vsnprintf-tests: New file.
33569         * modules/unistdio/u8-vsprintf-tests: New file.
33570         * modules/unistdio/u16-asnprintf-tests: New file.
33571         * modules/unistdio/u16-vasnprintf-tests: New file.
33572         * modules/unistdio/u16-vasprintf-tests: New file.
33573         * modules/unistdio/u16-vsnprintf-tests: New file.
33574         * modules/unistdio/u16-vsprintf-tests: New file.
33575         * modules/unistdio/u32-asnprintf-tests: New file.
33576         * modules/unistdio/u32-vasnprintf-tests: New file.
33577         * modules/unistdio/u32-vasprintf-tests: New file.
33578         * modules/unistdio/u32-vsnprintf-tests: New file.
33579         * modules/unistdio/u32-vsprintf-tests: New file.
33580         * MODULES.html.sh (Unicode string functions): Add the new modules.
33581
33582 2007-07-01  Bruno Haible  <bruno@clisp.org>
33583
33584         * lib/sprintf.c (sprintf): Limit the available length estimation,
33585         to avoid address wraparound.
33586         * lib/vsprintf.c (vsprintf): Likewise.
33587         * modules/sprintf-posix (Dependencies): Add stdint.
33588         * modules/vsprintf-posix (Dependencies): Likewise.
33589
33590 2007-07-01  Bruno Haible  <bruno@clisp.org>
33591
33592         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33593         Windows PATH as well. Conservative double-quoting. Comments.
33594
33595 2007-07-01  Bruno Haible  <bruno@clisp.org>
33596             Eric Blake  <ebb9@byu.net>
33597             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33598
33599         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33600         empty components in $PATH, denoting '.'.
33601
33602 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33603
33604         * gnulib-tool: Fix indentation.
33605         (func_create_megatestdir): Likewise.
33606         Report by Bruno Haible.
33607
33608 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33609
33610         Sync from Automake.
33611         * build-aux/gnupload: Fix shell portability issues with for loops.
33612         Report by Karl Berry.
33613
33614 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33615
33616         * build-aux/maint.mk (POURL): Use translationproject.org.
33617
33618 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33619             Bruno Haible  <bruno@clisp.org>
33620
33621         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33622         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33623         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33624         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33625         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33626
33627 2007-06-27  Bruno Haible  <bruno@clisp.org>
33628
33629         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33630         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33631
33632 2007-06-26  Karl Berry  <karl@gnu.org>
33633
33634         * MODULES.html.sh: remove xreadlink-with-size.
33635
33636 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33637
33638         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33639         method that I hope also handles the double-include problem noted
33640         by Bruno Haible in
33641         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33642
33643 2007-06-23  Bruno Haible  <bruno@clisp.org>
33644
33645         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33646         Don't let the 'mostlyclean' target fail if the last subdirectory could
33647         not be removed.
33648         Reported by Karl Berry.
33649
33650 2007-06-23  Bruno Haible  <bruno@clisp.org>
33651
33652         * gnulib-tool (echo): Add a speedier workaround for ksh.
33653         * tests/test-echo.sh: Likewise.
33654
33655 2007-06-23  Bruno Haible  <bruno@clisp.org>
33656
33657         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33658         * tests/test-echo.sh: Likewise.
33659
33660 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33661
33662         * gnulib-tool (IFS): Initialize early, so we don't set it to
33663         empty later.
33664         (self_abspathname): Rewrite algorithm to set it, reindent.
33665         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33666         (func_create_megatestdir): Merge some sed scripts.
33667
33668 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33669
33670         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33671         exposed by Sun Studio 11 cc on Solaris 8.
33672
33673 2007-06-22  Bruno Haible  <bruno@clisp.org>
33674
33675         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33676         backslashes.
33677         * tests/test-echo.sh: New file.
33678
33679 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33680
33681         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33682         simplify `sed_replace_build_aux' scripts, they are portable but
33683         echoing them with `echo' is not.
33684         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33685
33686 2007-06-21  Karl Berry  <karl@gnu.org>
33687
33688         * config/srclist.txt: guess we can't handle the licenses via
33689         srclist at the moment.
33690
33691 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33692
33693         * MODULES.html.sh: Add include_next.
33694         * modules/include_next: New file.
33695
33696 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33697
33698         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33699         INCLUDE_NEXT.
33700         (gl_CHECK_NEXT_HEADERS): New macro.
33701         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33702         the obsolescent gl_ABSOLUTE_HEADER.
33703         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33704         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33705         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33706         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33707         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33708         * m4/math_h.m4 (gl_MATH_H): Likewise.
33709         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33710         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33711         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33712         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33713         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33714         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33715         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33716         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33717         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33718         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33719         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33720         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33721         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33722         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33723         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33724         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33725         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33726         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33727         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33728         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33729         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33730         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33731         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33732         * lib/float_.h: Likewise.
33733         * lib/inttypes_.h: Likewise.
33734         * lib/math_.h: Likewise.
33735         * lib/search_.h: Likewise.
33736         * lib/signal_.h: Likewise.
33737         * lib/stdint_.h: Likewise.
33738         * lib/stdio_.h: Likewise.
33739         * lib/stdlib_.h: Likewise.
33740         * lib/string_.h: Likewise.
33741         * lib/sys_stat_.h: Likewise.
33742         * lib/sys_time_.h: Likewise.
33743         * lib/time_.h: Likewise.
33744         * lib/unistd_.h: Likewise.
33745         * lib/wchar_.h: Likewise.
33746         * lib/wctype_.h: Likewise.
33747         * lib/dirent_.h: Likewise.
33748         * lib/iconv_.h: Likewise.
33749         * lib/locale_.h: Likewise.
33750         * lib/netinet_in_.h: Likewise.
33751         * lib/sys_select_.h: Likewise.
33752         * lib/sys_socket_.h: Likewise.
33753         * lib/sysexits_.h: Likewise.
33754         * modules/fcntl (Depends-on): Depend on include_next, not
33755         absolute_header.
33756         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33757         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33758         * modules/fchdir: Likewise.
33759         * modules/float: Likewise.
33760         * modules/iconv_open: Likewise.
33761         * modules/inttypes: Likewise.
33762         * modules/locale: Likewise.
33763         * modules/math: Likewise.
33764         * modules/netinet_in: Likewise.
33765         * modules/search: Likewise.
33766         * modules/signal: Likewise.
33767         * modules/stdint: Likewise.
33768         * modules/stdio: Likewise.
33769         * modules/stdlib: Likewise.
33770         * modules/string: Likewise.
33771         * modules/sys_select: Likewise.
33772         * modules/sys_socket: Likewise.
33773         * modules/sys_stat: Likewise.
33774         * modules/sys_time: Likewise.
33775         * modules/sysexits: Likewise.
33776         * modules/time: Likewise.
33777         * modules/unistd: Likewise.
33778         * modules/wchar: Likewise.
33779         * modules/wctype: Likewise.
33780         * modules/sys_stat: Change maintainer to "all".
33781         * modules/unistd: Likewise.
33782
33783 2007-06-20  Karl Berry  <karl@gnu.org>
33784
33785         * config/srclist.txt: track www changes in license files.
33786
33787 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33788
33789         * build-aux/bootstrap: Remove stray dot.
33790         Make sure build_aux settings are honored when linking
33791         gnulib_extra_files.
33792
33793 2007-06-19  Eric Blake  <ebb9@byu.net>
33794
33795         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33796         Allow compilation on cygwin.
33797
33798 2007-06-19  Jim Meyering  <jim@meyering.net>
33799
33800         xreadlink-with-size: Remove module.  No longer used.
33801         Ex-callers now use xreadlink or mreadlink-with-size.
33802         * modules/xreadlink-with-size: Remove module.
33803         * lib/xreadlink-with-size.c: Remove file.
33804         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33805         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33806         just before the function definition *is* accurate.
33807
33808         Eliminate one way canonicalize_filename_mode could exit.
33809         * lib/canonicalize.c (canonicalize_filename_mode):
33810         Use mreadlink_with_size, not xreadlink_with_size.
33811
33812 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33813
33814         Detect porting problems to FreeBSD/arm, which has time_t wider than
33815         long int.  Original problem reported for GNU diff by Xin Li in
33816         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33817         * modules/getdate (Depends-on): Add intprops, verify.
33818         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33819         is an integer type no wider than long int.
33820
33821 2007-06-18  Jim Meyering  <jim@meyering.net>
33822
33823         New module: mreadlink-with-size.
33824         * MODULES.html.sh: Add mreadlink-with-size.
33825         * modules/mreadlink-with-size: New module
33826         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33827         not xreadlink-with-size.
33828         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33829
33830 2007-06-16  Bruno Haible  <bruno@clisp.org>
33831
33832         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33833         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33834         Reported by Gary V. Vaughan <gary@gnu.org>.
33835
33836 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33837
33838         Revamp lchown so that it lives in unistd.h where it belongs.
33839         * lib/lchown.h: Remove.
33840         * lib/dirchownmod.c: Don't include lib/lchown.h.
33841         * lib/fchownat.c: Likewise.
33842         * lib/openat.c: Likewise.
33843         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33844         does not follow symlinks.
33845         (EOPNOTSUPP): Define if not defined.
33846         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33847         is defined to 0.
33848         (lchown): New decl.
33849         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33850         Do not check for lchown decl.
33851         Set REPLACE_LCHOWN.
33852         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33853         REPLACE_LCHOWN.
33854         * modules/chown: Make it clear it follows symlinks.
33855         * modules/lchown: Make it clear it doesn't follow symlinks.
33856         (Files): Remove lib/lchown.h
33857         (Depends-on): Add unistd.
33858         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33859         (Include): Include <unistd.h>, not "lchown.h".
33860         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33861         REPLACE_LCHOWN.
33862
33863 2007-06-15  Jim Meyering  <jim@meyering.net>
33864
33865         Change license (GPL to LGPL) of fsusage and dependents.
33866         * modules/fsusage (License): Change to LGPL.
33867         * modules/full-read (License): Likewise.
33868         * modules/full-write (License): Likewise.
33869         * modules/safe-read (License): Likewise.
33870         * modules/safe-write (License): Likewise.
33871
33872 2007-06-14  Ben Pfaff  <blp@gnu.org>
33873
33874         Missing part of allocsa -> malloca transition.
33875         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33876         gl_MALLOCA.
33877
33878 2007-06-12  Bruno Haible  <bruno@clisp.org>
33879
33880         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33881         to ia64, x86_64, i386.
33882         Reported by Eric Blake.
33883
33884 2007-06-12  Bruno Haible  <bruno@clisp.org>
33885
33886         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33887         cross-compiling to x86_64.
33888
33889 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33890
33891         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33892         glitch reported by Ralf Wildenhues in
33893         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33894
33895         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33896         Vin Shelton.
33897
33898 2007-06-11  Bruno Haible  <bruno@clisp.org>
33899
33900         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33901         replacement string.
33902         Reported by Eric Blake.
33903
33904 2007-06-10  Bruno Haible  <bruno@clisp.org>
33905
33906         Prepare vasnprintf code for use with Unicode strings.
33907         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33908         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33909         TYPE_U32_STRING.
33910         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33911         a_u32_string variants.
33912         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33913         * lib/printf-args.c: Don't include config.h and the specification
33914         header if PRINTF_FETCHARGS is already defined.
33915         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33916         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33917         TYPE_U16_STRING, TYPE_U32_STRING.
33918         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33919         u16_directive, u16_directives, u32_directive, u32_directives): New
33920         types.
33921         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33922         New declarations.
33923         * lib/printf-parse.c: Don't include config.h and the specification
33924         header if PRINTF_PARSE is already defined. Eliminate the set of
33925         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33926         them now. Include c-ctype.h.
33927         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33928         directive and CHAR_T_ONLY_ASCII.
33929         * lib/vasnprintf.c: Don't include config.h and the specification header
33930         if VASNPRINTF is already defined.
33931         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33932         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33933         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33934         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33935         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33936         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33937         code accordingly.
33938         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33939         pad_ourselves also in this case, with the 'c' and 's' directives, and
33940         with a different notion of "width".
33941         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33942
33943 2007-06-10  Bruno Haible  <bruno@clisp.org>
33944
33945         * modules/unistr/u32-mbsnlen: New file.
33946         * lib/unistr/u32-mbsnlen.c: New file.
33947
33948         * modules/unistr/u16-mbsnlen: New file.
33949         * lib/unistr/u16-mbsnlen.c: New file.
33950
33951         * modules/unistr/u8-mbsnlen: New file.
33952         * lib/unistr/u8-mbsnlen.c: New file.
33953
33954         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33955         declarations.
33956
33957 2007-06-10  Bruno Haible  <bruno@clisp.org>
33958
33959         * lib/string_.h (mbsnlen): New declaration.
33960         * lib/mbsnlen.c: New file.
33961         * m4/mbsnlen.m4: New file.
33962         * modules/mbsnlen: New file.
33963         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33964         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33965         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33966
33967 2007-06-10  Bruno Haible  <bruno@clisp.org>
33968
33969         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33970
33971 2007-06-10  Bruno Haible  <bruno@clisp.org>
33972
33973         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33974         * lib/mbuiter.h: Likewise.
33975
33976 2007-06-10  Bruno Haible  <bruno@clisp.org>
33977
33978         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33979         declaration.
33980
33981 2007-06-10  Karl Berry  <karl@gnu.org>
33982
33983         * config/srclist.txt: remove gettext entries, Bruno prefers
33984         to update individually.
33985
33986 2007-06-10  Bruno Haible  <bruno@clisp.org>
33987
33988         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33989         'maxlen'. Ensure only length + width bytes are allocated, not
33990         length + 1 + width.
33991
33992 2007-06-09  Bruno Haible  <bruno@clisp.org>
33993
33994         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33995         (CHAR_T): Remove macro.
33996         (VASNPRINTF): Update.
33997
33998 2007-06-09  Bruno Haible  <bruno@clisp.org>
33999
34000         * MODULES.html.sh (Unicode string functions): Add the new modules.
34001
34002         * modules/uniconv/u32-conv-to-enc: New file.
34003         * lib/uniconv/u32-conv-to-enc.c: New file.
34004         * modules/uniconv/u32-conv-to-enc-tests: New file.
34005         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34006
34007         * modules/uniconv/u16-conv-to-enc: New file.
34008         * lib/uniconv/u16-conv-to-enc.c: New file.
34009         * lib/uniconv/u-conv-to-enc.h: New file.
34010         * modules/uniconv/u16-conv-to-enc-tests: New file.
34011         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34012
34013         * modules/uniconv/u8-conv-to-enc: New file.
34014         * lib/uniconv/u8-conv-to-enc.c: New file.
34015         * modules/uniconv/u8-conv-to-enc-tests: New file.
34016         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34017
34018         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34019         u32_conv_to_encoding): New declarations.
34020
34021 2007-06-09  Bruno Haible  <bruno@clisp.org>
34022
34023         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34024
34025 2007-06-09  Bruno Haible  <bruno@clisp.org>
34026
34027         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34028         * modules/malloca: Renamed from modules/allocsa, updated.
34029         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34030         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34031         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34032         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34033         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34034         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34035         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34036         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34037         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34038         * modules/c-strcasestr (Depends-on): Update.
34039         * lib/c-strcasestr.c: Update.
34040         * modules/c-strstr (Depends-on): Update.
34041         * lib/c-strstr.c: Update.
34042         * modules/canonicalize-lgpl (Depends-on): Update.
34043         * lib/canonicalize-lgpl.c: Update.
34044         * modules/clean-temp (Depends-on): Update.
34045         * lib/clean-temp.c: Update.
34046         * modules/csharpcomp (Depends-on): Update.
34047         * lib/csharpcomp.c: Update.
34048         * modules/csharpexec (Depends-on): Update.
34049         * lib/csharpexec.c: Update.
34050         * modules/javacomp (Depends-on): Update.
34051         * lib/javacomp.c: Update.
34052         * modules/javaexec (Depends-on): Update.
34053         * lib/javaexec.c: Update.
34054         * modules/mbscasestr (Depends-on): Update.
34055         * lib/mbscasestr.c: Update.
34056         * modules/mbsstr (Depends-on): Update.
34057         * lib/mbsstr.c: Update.
34058         * modules/setenv (Depends-on): Update.
34059         * lib/setenv.c: Update.
34060         * modules/strcasestr (Depends-on): Update.
34061         * lib/strcasestr.c: Update.
34062         * modules/striconveha (Depends-on): Update.
34063         * lib/striconveha.c: Update.
34064         * modules/relocatable-prog-wrapper (Files): Update.
34065         * lib/relocwrapper.c: Update.
34066         * build-aux/install-reloc: Update.
34067         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34068
34069 2007-06-08  Bruno Haible  <bruno@clisp.org>
34070
34071         Port to uClibc.
34072         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34073         * lib/fpurge.c (fpurge): Likewise.
34074         * lib/freading.c (freading): Likewise.
34075         * lib/fseeko.c (rpl_fseeko): Likewise.
34076         * lib/fseterr.c (fseterr): Likewise.
34077         * lib/fwriting.c (fwriting): Likewise.
34078         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34079
34080 2007-06-08  Bruno Haible  <bruno@clisp.org>
34081
34082         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34083         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34084         * modules/gettext (Files): Add m4/intlmacosx.m4.
34085
34086 2007-06-07  Bruno Haible  <bruno@clisp.org>
34087
34088         * modules/localename-tests: New file.
34089         * tests/test-localename.c: New file.
34090
34091         New module 'localename'.
34092         * lib/localename.h: New file.
34093         * lib/localename.c: New file, from GNU gettext.
34094         * m4/localename.m4: New file.
34095         * modules/localename: New file.
34096
34097 2007-06-07  Bruno Haible  <bruno@clisp.org>
34098
34099         Work around the lack of <wchar.h> on some builds of uClibc.
34100         * doc/headers/wchar.texi: Update.
34101         * lib/wchar_.h: Include <wchar.h> only if it exists.
34102         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34103         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34104         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34105         doesn't exist.
34106         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34107         * modules/mbfile (Depends-on): Add wchar.
34108         * modules/mbiter (Depends-on): Likewise.
34109         * modules/mbuiter (Depends-on): Likewise.
34110         Reported by Simon Josefsson.
34111
34112 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34113
34114         Work around problem reported by Steven M. Schweda in
34115         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34116         Tru64 5.1B with the Compaq compiler environment installed declares
34117         an 'isblank' function but does not define it in the C library.
34118         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34119         * lib/regex_internal.h (isblank): Likewise.
34120         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34121         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34122
34123 2007-06-05  Bruno Haible  <bruno@clisp.org>
34124
34125         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34126         ia64.
34127         * modules/printf-safe: New file.
34128         * modules/fprintf-posix (Depends-on): Add printf-safe.
34129         * modules/printf-posix (Depends-on): Likewise.
34130         * modules/snprintf-posix (Depends-on): Likewise.
34131         * modules/sprintf-posix (Depends-on): Likewise.
34132         * modules/vasnprintf-posix (Depends-on): Likewise.
34133         * modules/vasprintf-posix (Depends-on): Likewise.
34134         * modules/vfprintf-posix (Depends-on): Likewise.
34135         * modules/vprintf-posix (Depends-on): Likewise.
34136         * modules/vsnprintf-posix (Depends-on): Likewise.
34137         * modules/vsprintf-posix (Depends-on): Likewise.
34138         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34139         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34140         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34141         "no" on i386, x86_64, ia64.
34142         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34143         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34144         on i386, x86_64, ia64.
34145         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34146         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34147         on i386, x86_64, ia64.
34148         * tests/test-vasnprintf-posix.c: Include float.h.
34149         (LDBL80_WORDS): New macro.
34150         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34151         on i386, x86_64, ia64.
34152         * tests/test-vasprintf-posix.c: Include float.h.
34153         (LDBL80_WORDS): New macro.
34154         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34155         on i386, x86_64, ia64.
34156         * tests/test-snprintf-posix.c: Include float.h.
34157         * tests/test-sprintf-posix.c: Likewise.
34158         * tests/test-vsnprintf-posix.c: Likewise.
34159         * tests/test-vsprintf-posix.c: Likewise.
34160
34161 2007-06-05  Bruno Haible  <bruno@clisp.org>
34162
34163         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34164         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34165         non-IEEE numbers on i386, x86_64, ia64.
34166         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34167         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34168         * tests/test-isnanl.h: Include float.h.
34169         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34170
34171 2007-06-05  Bruno Haible  <bruno@clisp.org>
34172
34173         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34174         also the %a / %A. Handle the %a / %A code before this extra handling.
34175
34176 2007-06-05  Bruno Haible  <bruno@clisp.org>
34177
34178         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34179         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34180
34181 2007-06-05  Bruno Haible  <bruno@clisp.org>
34182
34183         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34184         typo in variable name.
34185
34186 2007-06-05  Eric Blake  <ebb9@byu.net>
34187
34188         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34189         Reported by Simon Josefsson.
34190
34191 2007-06-04  Bruno Haible  <bruno@clisp.org>
34192
34193         Avoid test failures on some PowerPC platforms.
34194         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34195         Define differently for PowerPC.
34196         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34197         Reported by Gary V. Vaughan <gary@gnu.org>.
34198
34199 2007-06-02  Bruno Haible  <bruno@clisp.org>
34200
34201         Fix test-stdint failure on FreeBSD/ia64.
34202         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34203         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34204         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34205         * doc/headers/stdint.texi: Update.
34206
34207 2007-06-01  Bruno Haible  <bruno@clisp.org>
34208
34209         * tests/test-binary-io.c (main): Pass a third argument to open().
34210         Reported by Gary V. Vaughan <gary@gnu.org>.
34211
34212 2007-06-01  Bruno Haible  <bruno@clisp.org>
34213
34214         * doc/functions/frexpl.texi: Update for mingw.
34215
34216 2007-06-01  Bruno Haible  <bruno@clisp.org>
34217
34218         * tests/test-lseek.c (main): Disable test of errno for invalid third
34219         argument.
34220         * doc/functions/lseek.texi: Update.
34221         Reported by Gary V. Vaughan <gary@gnu.org>.
34222
34223 2007-05-28  Bruno Haible  <bruno@clisp.org>
34224
34225         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34226
34227 2007-05-31  Eric Blake  <ebb9@byu.net>
34228
34229         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34230         cross compiling.
34231
34232 2007-05-30  Eric Blake  <ebb9@byu.net>
34233         and Bruno Haible  <bruno@clisp.org>
34234
34235         Work around mingw test failures exposed by m4-1.4.9b.
34236         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34237         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34238         moment.
34239
34240 2007-05-30  Bruno Haible  <bruno@clisp.org>
34241
34242         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34243         assuming that they are closed. Needed on HP-UX 11.
34244
34245 2007-05-29  Bruno Haible  <bruno@clisp.org>
34246
34247         Fix a problem with #include_next.
34248         * lib/dirent_.h: Split the double-inclusion guard.
34249         * lib/fcntl_.h: Likewise.
34250         * lib/float_.h: Likewise.
34251         * lib/iconv_.h: Likewise.
34252         * lib/inttypes_.h: Likewise.
34253         * lib/locale_.h: Likewise.
34254         * lib/math_.h: Likewise.
34255         * lib/netinet_in_.h: Likewise.
34256         * lib/search_.h: Likewise.
34257         * lib/signal_.h: Likewise.
34258         * lib/stdint_.h: Likewise.
34259         * lib/stdio_.h: Likewise.
34260         * lib/stdlib_.h: Likewise.
34261         * lib/string_.h: Likewise.
34262         * lib/sys_select_.h: Likewise.
34263         * lib/sys_socket_.h: Likewise.
34264         * lib/sys_stat_.h: Likewise.
34265         * lib/sys_time_.h: Likewise.
34266         * lib/sysexits_.h: Likewise.
34267         * lib/time_.h: Likewise.
34268         * lib/unistd_.h: Likewise.
34269         * lib/wchar_.h: Likewise.
34270         * lib/wctype_.h: Likewise.
34271
34272 2007-05-29  Bruno Haible  <bruno@clisp.org>
34273
34274         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34275         for the moment.
34276
34277 2007-05-29  Bruno Haible  <bruno@clisp.org>
34278
34279         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34280         invocation.
34281         Reported by Eric Blake.
34282
34283 2007-05-29  Bruno Haible  <bruno@clisp.org>
34284
34285         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34286         compiling case.
34287
34288 2007-05-29  Eric Blake  <ebb9@byu.net>
34289             Bruno Haible  <bruno@clisp.org>
34290
34291         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34292         cross compiles.
34293
34294 2007-05-28  Eric Blake  <ebb9@byu.net>
34295
34296         * modules/closein-tests (test_closein_LDADD): Support test on
34297         cygwin with libtool.
34298
34299 2007-05-28  Bruno Haible  <bruno@clisp.org>
34300
34301         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34302         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34303         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34304         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34305         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34306         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34307         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34308         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34309         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34310
34311 2007-05-28  Eric Blake  <ebb9@byu.net>
34312
34313         Unconditionally include <config.h> in unit tests.
34314         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34315         * tests/test-allocsa.c, tests/test-arcfour.c,
34316         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34317         tests/test-array_list.c, tests/test-array_oset.c,
34318         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34319         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34320         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34321         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34322         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34323         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34324         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34325         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34326         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34327         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34328         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34329         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34330         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34331         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34332         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34333         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34334         test-md5.c, test-memmem.c, test-printf-posix.c,
34335         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34336         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34337         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34338         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34339         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34340         test-vasnprintf-posix2.c, test-vasnprintf.c,
34341         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34342         test-vfprintf-posix.c, test-vprintf-posix.c,
34343         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34344         test-xvasprintf.c: Likewise.
34345
34346 2007-05-28  Bruno Haible  <bruno@clisp.org>
34347
34348         * gnulib-tool (func_import): Remember the --with-tests command-line
34349         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34350         Reported by Eric Blake.
34351
34352 2007-05-28  Bruno Haible  <bruno@clisp.org>
34353
34354         * modules/ftell-tests: New file.
34355         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34356         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34357
34358         * lib/ftell.c: New file.
34359         * modules/ftell: New file.
34360         * m4/ftell.m4: New file.
34361         * doc/functions/ftell.texi: Update.
34362         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34363         REPLACE_FTELL.
34364         * lib/stdio_.h (rpl_ftell): New declaration.
34365         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34366         REPLACE_FTELL.
34367
34368 2007-05-28  Eric Blake  <ebb9@byu.net>
34369
34370         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34371
34372 2007-05-28  Bruno Haible  <bruno@clisp.org>
34373
34374         * modules/fseek-tests: New file.
34375         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34376         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34377
34378         * lib/fseek.c: New file.
34379         * modules/fseek: New file.
34380         * m4/fseek.m4: New file.
34381         * doc/functions/fseek.texi: Update.
34382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34383         REPLACE_FSEEK.
34384         * lib/stdio_.h (rpl_fseek): New declaration.
34385         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34386         REPLACE_FSEEK.
34387
34388 2007-05-28  Bruno Haible  <bruno@clisp.org>
34389
34390         * lib/stdio_.h (fflush): More comments.
34391
34392 2007-05-28  Bruno Haible  <bruno@clisp.org>
34393
34394         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34395         runtime test.
34396
34397 2007-05-28  Eric Blake  <ebb9@byu.net>
34398
34399         Improve lseek module.
34400         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34401         * lib/unistd_.h (lseek): Scale back link warning message.
34402         * tests/test-lseek.c: Beef up test.
34403         * tests/test-lseek.sh: Exercise more facets of lseek.
34404         Reported by Bruno Haible.
34405
34406 2007-05-28  Bruno Haible  <bruno@clisp.org>
34407
34408         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34409         to define.
34410
34411 2007-05-27  Bruno Haible  <bruno@clisp.org>
34412
34413         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34414
34415 2007-05-27  Bruno Haible  <bruno@clisp.org>
34416
34417         * modules/openmp: New file.
34418         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34419         Noah Misch.
34420
34421 2007-05-26  Bruno Haible  <bruno@clisp.org>
34422
34423         * modules/chdir-long (Depends-on): Add fchdir.
34424         * modules/chdir-safer (Depends-on): Likewise.
34425         * modules/fts (Depends-on): Likewise.
34426         * modules/fts-lgpl (Depends-on): Likewise.
34427         * modules/openat (Depends-on): Likewise.
34428         * modules/savewd (Depends-on): Likewise.
34429
34430 2007-05-24  Eric Blake  <ebb9@byu.net>
34431
34432         Fix lseek on mingw.
34433         * modules/lseek: New module.
34434         * m4/lseek.m4: New file.
34435         * lib/lseek.c: New file.
34436         * modules/lseek-tests: New file.
34437         * tests/test-lseek.c: New file.
34438         * tests/test-lseek.sh: New file.
34439         * MODULES.html.sh: Document lseek module.
34440         * modules/fflush (Depends-on): Add lseek, fseeko.
34441         * modules/fseeko (Depends-on): Likewise.
34442         * modules/ftello (Depends-on): Likewise.
34443         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34444         broken.
34445         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34446         broken.
34447         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34448         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34449         * lib/ftello.c (rpl_ftello): Likewise.
34450         * tests/test-fseeko.c (main): Test this.
34451         * tests/test-fseeko.sh: Likewise.
34452         * tests/test-ftello.c (main): Likewise.
34453         * tests/test-ftello.sh: Likewise.
34454         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34455         implies replacing fseek.
34456         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34457         HAVE_FTELLO.
34458         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34459         * modules/unistd (Makefile.am): Likewise.
34460         * lib/unistd_.h (lseek): Declare a replacement.
34461         * doc/functions/lseek.texi (lseek): Document this fix.
34462         * doc/functions/fseek.texi (fseek): Likewise.
34463         * doc/functions/ftell.texi (ftell): Likewise.
34464
34465 2007-05-24  Bruno Haible  <bruno@clisp.org>
34466
34467         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34468         in the printed representation of a NaN.
34469         * tests/test-vasprintf-posix.c (test_function): Likewise.
34470         * tests/test-snprintf-posix.h (test_function): Likewise.
34471         * tests/test-sprintf-posix.h (test_function): Likewise.
34472         Reported by Eric Blake.
34473
34474 2007-05-23  Eric Blake  <ebb9@byu.net>
34475
34476         Fix fseeko/ftello on cygwin 1.5.24.
34477         * doc/functions/fseeko.texi (fseeko): Document the fix.
34478         * doc/functions/ftello.texi (ftello): Document the fix.
34479         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34480         * doc/functions/stdout.text (stdout): New file.
34481         * doc/functions/stderr.text (stderr): New file.
34482         * doc/gnulib.texi (Function Substitutes): Use new files.
34483         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34484         prior to 1.7.0.
34485         * tests/test-ftello.c (main): Likewise for ftello.
34486         * tests/test-fseeko.sh: New file.
34487         * tests/test-ftello.sh: New file.
34488         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34489         with seekable stdin.
34490         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34491         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34492         (gl_REPLACE_FSEEKO): New macro.
34493         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34494         * modules/fseeko (Files): Distribute fseeko.c.
34495         * modules/ftello (Files): Distribute ftello.c.
34496         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34497         mode.
34498         * lib/ftello.c (rpl_ftello): New file.
34499         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34500         fseeko, ftello.
34501         (gl_STDIN_LARGE_OFFSET): New macro.
34502         * modules/stdio (Makefile.am): Perform the replacement.
34503         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34504
34505 2007-05-23  Bruno Haible  <bruno@clisp.org>
34506
34507         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34508         GNULIB_POSIXCHECK is defined.
34509
34510 2007-05-21  Bruno Haible  <bruno@clisp.org>
34511
34512         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34513         Check also the output for NaN arguments. When cross-compiling, guess
34514         no on IRIX.
34515         * lib/vasnprintf.c: Update comments.
34516         * tests/test-vasnprintf-posix.c (strisnan): New function.
34517         (test_function): Use it.
34518         * tests/test-vasprintf-posix.c (strisnan): New function.
34519         (test_function): Use it.
34520         * tests/test-snprintf-posix.h (strisnan): New function.
34521         (test_function): Use it.
34522         * tests/test-sprintf-posix.h (strisnan): New function.
34523         (test_function): Use it.
34524         Reported by Eric Blake.
34525
34526 2007-05-20  Bruno Haible  <bruno@clisp.org>
34527
34528         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34529         numbers that fails on BeOS.
34530         * doc/functions/frexpl.texi: Update.
34531
34532 2007-05-20  Jim Meyering  <jim@meyering.net>
34533
34534         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34535         forced upon us by glibc-2.6.
34536
34537 2007-05-20  Bruno Haible  <bruno@clisp.org>
34538
34539         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34540         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34541         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34542         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34543         NEED_PRINTF_INFINITE.
34544         (is_infinitel): New function.
34545         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34546         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34547         gl_PREREQ_VASNPRINTF_INFINITE.
34548         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34549         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34550         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34551         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34552         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34553         gl_PREREQ_VASNPRINTF_INFINITE.
34554         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34555         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34556         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34558         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34559         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34560         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34561         * doc/functions/fprintf.texi: Update.
34562         * doc/functions/printf.texi: Update.
34563         * doc/functions/snprintf.texi: Update.
34564         * doc/functions/sprintf.texi: Update.
34565         * doc/functions/vfprintf.texi: Update.
34566         * doc/functions/vprintf.texi: Update.
34567         * doc/functions/vsnprintf.texi: Update.
34568         * doc/functions/vsprintf.texi: Update.
34569
34570 2007-05-20  Bruno Haible  <bruno@clisp.org>
34571
34572         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34573         was not found in libc.
34574         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34575
34576 2007-05-20  Bruno Haible  <bruno@clisp.org>
34577
34578         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34579         printed as "-nan" instead of "nan".
34580         * tests/test-vasprintf-posix.c (test_function): Likewise.
34581         * tests/test-snprintf-posix.h (test_function): Likewise.
34582         * tests/test-sprintf-posix.h (test_function): Likewise.
34583         Needed for HP-UX 11.
34584
34585 2007-05-20  Jim Meyering  <jim@meyering.net>
34586
34587         Fix buggy test for the fchownat-deref bug.
34588         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34589         symlink required for the run-test.  Without it, this test would
34590         always declare that fchownat doesn't work, and client code would
34591         unnecessarily use the replacement function with fixed libc.
34592         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34593         Reported by Greg Schafer.
34594
34595 2007-05-19  Bruno Haible  <bruno@clisp.org>
34596
34597         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34598         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34599         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34600         Needed for IRIX 6.5 and Solaris 2.5.1.
34601
34602 2007-05-19  Bruno Haible  <bruno@clisp.org>
34603
34604         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34605         (test_function): Skip tests involving -0.0 on platforms where
34606         -0.0 = 0.0.
34607         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34608         (test_function): Skip tests involving -0.0 on platforms where
34609         -0.0 = 0.0.
34610         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34611         (test_function): Skip tests involving -0.0 on platforms where
34612         -0.0 = 0.0.
34613         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34614         (test_function): Skip tests involving -0.0 on platforms where
34615         -0.0 = 0.0.
34616         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34617         tests.
34618         * tests/test-printf-posix.h (test_function): Likewise.
34619         * tests/test-printf-posix.output: Remove all -0.0 related results.
34620         Needed for IRIX 6.5.
34621
34622 2007-05-19  Bruno Haible  <bruno@clisp.org>
34623
34624         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34625         printed as "nan0x7fffffff" instead of "nan".
34626         * tests/test-vasprintf-posix.c (test_function): Likewise.
34627         * tests/test-snprintf-posix.h (test_function): Likewise.
34628         * tests/test-sprintf-posix.h (test_function): Likewise.
34629         * tests/test-fprintf-posix.h (NaN): Remove macro.
34630         (test_function): Remove all NaN related tests.
34631         * tests/test-printf-posix.h (NaN): Remove macro.
34632         (test_function): Remove all NaN related tests.
34633         * tests/test-printf-posix.output: Remove all NaN related results.
34634         Needed for IRIX 6.5.
34635
34636 2007-05-19  Bruno Haible  <bruno@clisp.org>
34637
34638         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34639         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34640
34641 2007-05-19  Bruno Haible  <bruno@clisp.org>
34642
34643         * lib/float_.h: New file.
34644         * m4/float_h.m4: New file.
34645         * modules/float: New file.
34646         * modules/isnanl (Dependencies): Add float.
34647         * modules/isnanl-nolibm (Dependencies): Likewise.
34648         * modules/mathl (Dependencies): Likewise.
34649         * modules/printf-frexpl (Dependencies): Likewise.
34650         * modules/signbit (Dependencies): Likewise.
34651         * modules/vasnprintf (Dependencies): Likewise.
34652         * doc/headers/float.texi: Update.
34653
34654 2007-05-19  Jim Meyering  <jim@meyering.net>
34655
34656         * lib/utimens.c (gl_futimens): Rename from futimens,
34657         now that glibc-2.6 declares futimens.
34658         * lib/utimens.h: Likewise.
34659
34660 2007-05-19  Bruno Haible  <bruno@clisp.org>
34661
34662         Avoid test failures on mingw.
34663         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34664         * tests/test-printf-posix.sh: Likewise.
34665         * tests/test-vfprintf-posix.sh: Likewise.
34666         * tests/test-vprintf-posix.sh: Likewise.
34667
34668 2007-05-19  Bruno Haible  <bruno@clisp.org>
34669
34670         Fix *printf result for NaN, Inf, -0.0 on mingw.
34671         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34672         * lib/vasnprintf.c: Include math.h and isnan.h.
34673         (is_infinite_or_zero): New function.
34674         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34675         values in the %f, %F, %e, %E, %g, %G directives.
34676         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34677         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34678         gl_PRINTF_INFINITE and test its result. Invoke
34679         gl_PREREQ_VASNPRINTF_INFINITE.
34680         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34681         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34682         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34683         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34684         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34685         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34686         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34687         * doc/functions/fprintf.texi: Update.
34688         * doc/functions/printf.texi: Update.
34689         * doc/functions/snprintf.texi: Update.
34690         * doc/functions/sprintf.texi: Update.
34691         * doc/functions/vfprintf.texi: Update.
34692         * doc/functions/vprintf.texi: Update.
34693         * doc/functions/vsnprintf.texi: Update.
34694         * doc/functions/vsprintf.texi: Update.
34695
34696 2007-05-19  Bruno Haible  <bruno@clisp.org>
34697
34698         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34699         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34700         Instead of multiplying with 10^k, set extra_zeroes to k.
34701         (scale10_round_long_double): Remove function.
34702
34703 2007-05-18  Bruno Haible  <bruno@clisp.org>
34704
34705         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34706         introduced on 2007-05-06.
34707
34708 2007-05-18  Bruno Haible  <bruno@clisp.org>
34709
34710         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34711         %g directives.
34712         * tests/test-vasprintf-posix.c (test_function): Likewise.
34713         * tests/test-snprintf-posix.h (test_function): Likewise.
34714         * tests/test-sprintf-posix.h (test_function): Likewise.
34715
34716 2007-05-18  Bruno Haible  <bruno@clisp.org>
34717
34718         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34719         (strmatch): New function.
34720         (test_function): Test the %f directive on numbers of various exponents.
34721         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34722         (strmatch): New function.
34723         (test_function): Test the %f directive on numbers of various exponents.
34724         * tests/test-snprintf-posix.h (strmatch): New function.
34725         (test_function): Test the %f directive on numbers of various exponents.
34726         * tests/test-sprintf-posix.h (strmatch): New function.
34727         (test_function): Test the %f directive on numbers of various exponents.
34728         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34729         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34730         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34731         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34732
34733 2007-05-18  Bruno Haible  <bruno@clisp.org>
34734
34735         Add support for 'long double' number output.
34736         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34737         * lib/vasnprintf.c: Include math.h and float+.h.
34738         (mp_limb_t): New type.
34739         (GMP_LIMB_BITS): New macro.
34740         (mp_twolimb_t): New type.
34741         (GMP_TWOLIMB_BITS): New macro.
34742         (mpn_t): New type.
34743         (multiply, divide, convert_to_decimal, decode_long_double,
34744         scale10_round_long_double, scale10_round_decimal_long_double,
34745         floorlog10l): New functions.
34746         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34747         for the %f, %F, %e, %E, %g, %G directives.
34748         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34749         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34750         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34751         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34752         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34753         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34754         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34755         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34756         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34757         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34758         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34759         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34760         * modules/snprintf-posix (Depends-on): Likewise.
34761         * modules/sprintf-posix (Depends-on): Likewise.
34762         * modules/vasnprintf-posix (Depends-on): Likewise.
34763         * modules/vasprintf-posix (Depends-on): Likewise.
34764         * modules/vfprintf-posix (Depends-on): Likewise.
34765         * modules/vsnprintf-posix (Depends-on): Likewise.
34766         * modules/vsprintf-posix (Depends-on): Likewise.
34767         * modules/vasnprintf (Files): Add lib/float+.h.
34768         * doc/functions/fprintf.texi: Update.
34769         * doc/functions/printf.texi: Update.
34770         * doc/functions/snprintf.texi: Update.
34771         * doc/functions/sprintf.texi: Update.
34772         * doc/functions/vfprintf.texi: Update.
34773         * doc/functions/vprintf.texi: Update.
34774         * doc/functions/vsnprintf.texi: Update.
34775         * doc/functions/vsprintf.texi: Update.
34776
34777 2007-05-18  Bruno Haible  <bruno@clisp.org>
34778
34779         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34780
34781 2007-05-18  Bruno Haible  <bruno@clisp.org>
34782
34783         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34784         for printing 64-bit integers. Needed for mingw.
34785
34786 2007-05-18  Bruno Haible  <bruno@clisp.org>
34787
34788         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34789         gl_FUNC_FREXPL_WORKS.
34790         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34791
34792 2007-05-18  Bruno Haible  <bruno@clisp.org>
34793
34794         * modules/frexpl-nolibm-tests: New file.
34795
34796         * modules/frexpl-nolibm: New file.
34797         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34798
34799 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34800
34801         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34802         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34803         GCC 4.2, which otherwise issues a lot of warnings.
34804         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34805         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34806         Likewise.
34807         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34808         * modules/iconv_open (iconv.h): Likewise.
34809         * modules/locale (locale.h): Likewise.
34810         * modules/netinet_in (netinet/in.h): Likewise.
34811         * modules/sys_select (sys_select.h): Likewise.
34812         * modules/sys_socket (sys/socket.h): Likewise.
34813         * modules/sys_stat (sys/stat.h): Likewise.
34814         * modules/sysexits (sysexits.h): Likewise.
34815         * modules/unistd (unistd.h): Likewise.
34816
34817 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34818
34819         * modules/closein-tests (Makefile.am): Distribute
34820         `test-closein.sh'.
34821
34822 2007-05-17  Bruno Haible  <bruno@clisp.org>
34823
34824         * tests/test-printf-posix.output: Renamed from
34825         tests/test-fprintf-posix.out.
34826         * modules/fprintf-posix-tests: Update.
34827         * modules/printf-posix-tests: Update.
34828         * modules/vfprintf-posix-tests: Update.
34829         * modules/vprintf-posix-tests: Update.
34830         * tests/test-fprintf-posix.sh: Update.
34831         * tests/test-printf-posix.sh: Update.
34832         * tests/test-vfprintf-posix.sh: Update.
34833         * tests/test-vprintf-posix.sh: Update.
34834         Reported by Ralf Wildenhues.
34835
34836 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34837
34838         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34839         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34840         GCC 4.2, which otherwise issues a lot of warnings.
34841         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34842         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34843         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34844         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34845         it should no longer be needed.
34846         * lib/string_.h: Likewise.
34847         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34848         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34849         * modules/inttypes (inttypes.h): Likewise.
34850         * modules/math (math.h): Likewise.
34851         * modules/search (search.h): Likewise.
34852         * modules/signal (signal.h): Likewise.
34853         * modules/stdint (stdint.h): Likewise.
34854         * modules/stdio (stdio.h): Likewise.
34855         * modules/stdlib (stdlib.h): Likewise.
34856         * modules/string (string.h): Likewise.
34857         * modules/sys_time (sys/time.h): Likewise.
34858         * modules/time (time.h): Likewise.
34859         * modules/wchar (wchar.h): Likewise.
34860         * modules/wctype (wtype.h): Likewise.
34861
34862 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34863
34864         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34865
34866 2007-05-13  Bruno Haible  <bruno@clisp.org>
34867
34868         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34869         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34870         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34871         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34872         (gl_PREREQ_STRTOK_R): Don't require it here.
34873
34874 2007-05-13  Bruno Haible  <bruno@clisp.org>
34875
34876         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34877         when used in C++ mode.
34878
34879 2007-05-12  Bruno Haible  <bruno@clisp.org>
34880
34881         * lib/linebuffer.h: Tweak doc.
34882         * lib/linebuffer.c: Likewise.
34883
34884 2007-05-12  James Youngman  <jay@gnu.org>
34885
34886         * lib/linebuffer.c (readlinebuffer_delim): New function,
34887         like readlinebuffer, but use a caller-specified delimiter.
34888         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34889         as the delimiter.
34890         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34891
34892 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34893
34894         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34895         * modules/openat (Files): Remove openat-die.c.
34896         (Depends-on): Add openat-die.
34897         * modules/openat-die: New module.
34898
34899 2007-05-06  Bruno Haible  <bruno@clisp.org>
34900
34901         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34902         Update with info about Cygwin.
34903         * doc/functions/fprintf.texi: Update.
34904         * doc/functions/printf.texi: Update.
34905         * doc/functions/snprintf.texi: Update.
34906         * doc/functions/sprintf.texi: Update.
34907         * doc/functions/vfprintf.texi: Update.
34908         * doc/functions/vprintf.texi: Update.
34909         * doc/functions/vsnprintf.texi: Update.
34910         * doc/functions/vsprintf.texi: Update.
34911         Reported by Eric Blake.
34912
34913 2007-05-06  Bruno Haible  <bruno@clisp.org>
34914
34915         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34916         padding ourselves for the floating-point directives.
34917         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34918         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34919         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34920         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34921         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34922         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34923         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34924         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34925         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34926         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34927         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34928         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34929         * tests/test-snprintf-posix.h (test_function): Also check the width
34930         and some flags in the %f directive.
34931         * tests/test-sprintf-posix.h (test_function): Likewise.
34932         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34933         * tests/test-vasprintf-posix.c (test_function): Likewise.
34934         * doc/functions/fprintf.texi: Update.
34935         * doc/functions/printf.texi: Update.
34936         * doc/functions/snprintf.texi: Update.
34937         * doc/functions/sprintf.texi: Update.
34938         * doc/functions/vfprintf.texi: Update.
34939         * doc/functions/vprintf.texi: Update.
34940         * doc/functions/vsnprintf.texi: Update.
34941         * doc/functions/vsprintf.texi: Update.
34942
34943 2007-05-06  Bruno Haible  <bruno@clisp.org>
34944
34945         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34946         pass the ' flag character to sprintf or snprintf.
34947         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34948         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34949         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34950         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34951         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34952         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34953         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34954         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34955         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34956         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34957         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34958         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34959         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34960         flag.
34961         * tests/test-sprintf-posix.h (test_function): Likewise.
34962         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34963         * tests/test-vasprintf-posix.c (test_function): Likewise.
34964         * doc/functions/fprintf.texi: Update.
34965         * doc/functions/printf.texi: Update.
34966         * doc/functions/snprintf.texi: Update.
34967         * doc/functions/sprintf.texi: Update.
34968         * doc/functions/vfprintf.texi: Update.
34969         * doc/functions/vprintf.texi: Update.
34970         * doc/functions/vsnprintf.texi: Update.
34971         * doc/functions/vsprintf.texi: Update.
34972
34973 2007-05-01  Bruno Haible  <bruno@clisp.org>
34974
34975         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34976
34977 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34978
34979         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34980         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34981
34982 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34983
34984         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34985         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34986         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34987
34988 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34989
34990         * lib/argp-help.c (struct hol_entry): New member `ord'.
34991         (HOL_ENTRY_PTRCMP): Use ord for comparison
34992         (hol_sort): Initialize ord.
34993
34994 2007-05-01  Bruno Haible  <bruno@clisp.org>
34995
34996         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34997         Reported by Eric Blake.
34998         * doc/gnulib.texi (Function Substitutes): Update.
34999
35000 2007-05-01  Bruno Haible  <bruno@clisp.org>
35001
35002         * doc/functions.texi: Remove file, now redundant through
35003         doc/functions/*.texi.
35004
35005 2007-05-01  Bruno Haible  <bruno@clisp.org>
35006
35007         * modules/argp (Depends-on): Add sleep.
35008
35009 2007-05-01  Bruno Haible  <bruno@clisp.org>
35010
35011         * modules/sleep-tests: New file.
35012         * tests/test-sleep.c: New file.
35013
35014         * modules/sleep: New file.
35015         * lib/sleep.c: New file.
35016         * m4/sleep.m4: New file.
35017         * lib/unistd_.h (sleep): New declaration.
35018         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35019         HAVE_SLEEP.
35020         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35021         * doc/functions/sleep.texi: Document the sleep module.
35022
35023 2007-05-01  Bruno Haible  <bruno@clisp.org>
35024
35025         * lib/sigprocmask.h: Remove file.
35026         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35027         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35028         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35029         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35030         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35031         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35032         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35033         HAVE_SIGSET_T as a shell variable.
35034         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35035         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35036         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35037         (Depends-on): Add signal. Remove verify.
35038         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35039         (Include): Mention <signal.h> instead of sigprocmask.h.
35040         * NEWS: Mention the change.
35041         * lib/fatal-signal.c: Don't include sigprocmask.h.
35042
35043 2007-05-01  Bruno Haible  <bruno@clisp.org>
35044
35045         * modules/signal: New file.
35046         * lib/signal_.h: New file.
35047         * m4/signal_h.m4: New file.
35048
35049 2007-05-01  Bruno Haible  <bruno@clisp.org>
35050
35051         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35052         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35053         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35054         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35055
35056 2007-05-01  Bruno Haible  <bruno@clisp.org>
35057
35058         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35059         configure time.
35060         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35061         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35062         * modules/sys_stat (Makefile.am): Substitute their values into
35063         sys/stat.h.
35064
35065 2007-05-01  Bruno Haible  <bruno@clisp.org>
35066
35067         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35068         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35069         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35070
35071 2007-05-01  Bruno Haible  <bruno@clisp.org>
35072
35073         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35074         'assert' module here.
35075
35076 2007-05-01  Bruno Haible  <bruno@clisp.org>
35077
35078         * doc/functions/*.texi: New files.
35079         * doc/functions/google-ranking.txt: New file.
35080         * doc/gnulib.texi (Function Substitutes): New chapter.
35081         (ctime, inet_ntoa): Remove sections.
35082         * doc/ctime.texi: Remove file.
35083         * doc/inet_ntoa.texi: Remove file.
35084         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35085         dependencies.
35086         (%.info): New rule, specifying a --reference-limit.
35087
35088 2007-05-01  Bruno Haible  <bruno@clisp.org>
35089
35090         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35091
35092 2007-05-01  Bruno Haible  <bruno@clisp.org>
35093
35094         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35095         the portability of 'mkdir' to mingw systems.
35096
35097 2007-05-01  Bruno Haible  <bruno@clisp.org>
35098
35099         * doc/headers/google-ranking.txt: New file.
35100
35101 2007-04-30  Eric Blake  <ebb9@byu.net>
35102
35103         Prefer fseeko to fseek.
35104         * modules/getpass (Depends-on): Add fseeko.
35105         * lib/getpass.c (getpass): Use fseeko, not fseek.
35106
35107 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35108
35109         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35110         assumes the sorting is stable, while most qsort implementations
35111         are not.  Use argument addresses to ensure they never compare as
35112         equal.
35113
35114         * tests/test-argp-2.sh (usage-indent test): Fix output
35115         (func_compare): Restore diff options
35116         * tests/test-argp.c: Restore #include "progname.h"
35117
35118 2007-04-29  Bruno Haible  <bruno@clisp.org>
35119
35120         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35121         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35122         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35123         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35124         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35125         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35126         (TESTS, check_PROGRAMS): Add test-snprintf.
35127         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35128         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35129         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35130         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35131         assertions that fail on HP-UX, OSF/1, or IRIX.
35132         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35133
35134 2007-04-29  Bruno Haible  <bruno@clisp.org>
35135
35136         * MODULES.html.sh (posix_functions): Remove 'contents'.
35137
35138 2007-04-29  Karl Berry  <karl@gnu.org>
35139
35140         * config/srclist.txt (gendocs_template_min): new entry.
35141
35142 2007-04-29  Bruno Haible  <bruno@clisp.org>
35143
35144         Work around fpurge bug on BSD systems.
35145         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35146         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35147         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35148         fpurge to rpl_fpurge if the system already has this function.
35149         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35150         the case where the system already has this function. Correct invariants
35151         on BSD systems.
35152         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35153         BSD systems.
35154
35155 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35156
35157         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35158         proposed by Sven Verdoolaege.
35159
35160         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35161         options.
35162         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35163         (usage and help tests): Update
35164
35165 2007-04-29  Bruno Haible  <bruno@clisp.org>
35166
35167         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35168         Print more information in case of failure. Disable a test on BeOS.
35169
35170 2007-04-29  Bruno Haible  <bruno@clisp.org>
35171
35172         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35173         This helps debugging on systems on which no gdb is available.
35174
35175 2007-04-29  Bruno Haible  <bruno@clisp.org>
35176
35177         * lib/freading.h: Improve comments.
35178         * lib/fwriting.h: Likewise.
35179         * tests/test-freading.c (main): Don't check freading immediately after
35180         repositioning. Needed for glibc.
35181
35182 2007-04-29  Bruno Haible  <bruno@clisp.org>
35183
35184         * lib/freading.c (freading): Trivial simplification.
35185
35186 2007-04-28  Bruno Haible  <bruno@clisp.org>
35187
35188         * tests/test-fwriting.c (main): Also test the interaction between
35189         fflush and fwriting.
35190         * modules/fwriting-tests (Depends-on): Add fflush.
35191
35192         * tests/test-freading.c (main): Also test the interaction between
35193         fflush and freading.
35194         * modules/freading-tests (Depends-on): Add fflush.
35195
35196 2007-04-28  Bruno Haible  <bruno@clisp.org>
35197
35198         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35199         fseeko and ftello.
35200         Suggested by Eric Blake.
35201
35202 2007-04-28  Jim Meyering  <jim@meyering.net>
35203
35204         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35205         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35206         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35207
35208 2007-04-27  Eric Blake  <ebb9@byu.net>
35209
35210         * doc/headers/assert.texi (assert.h): Document assert module use.
35211
35212 2007-04-27  Bruno Haible  <bruno@clisp.org>
35213
35214         * doc/headers/*.texi: New files.
35215         * doc/gnulib.texi (Header File Substitutes): New chapter.
35216         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35217         dependencies.
35218         (standards.info ,standards.html, standards.dvi): Update dependencies.
35219         (mostlyclean, clean): New targets.
35220
35221 2007-04-27  Bruno Haible  <bruno@clisp.org>
35222
35223         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35224         * modules/sysexits (Files, Makefile.am): Update.
35225
35226         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35227         * modules/sys_socket (Files, Makefile.am): Update.
35228
35229         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35230         * modules/sys_stat (Files, Makefile.am): Update.
35231
35232 2007-04-27  Eric Blake  <ebb9@byu.net>
35233
35234         * lib/freading.h: Improve comments.
35235         * lib/fwriting.h: Likewise.
35236         * lib/fflush.c: Likewise.
35237
35238         Fix closein for mingw.
35239         * modules/closein-tests: Add tests for closein.
35240         * tests/test-closein.c: New file.
35241         * tests/test-closein.sh: Likewise.
35242         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35243         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35244
35245 2007-04-27  Bruno Haible  <bruno@clisp.org>
35246
35247         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35248         version is < 6.
35249         * lib/math_.h [__DECC]: Likewise.
35250         * lib/stdio_.h [__DECC]: Likewise.
35251         * lib/stdlib_.h [__DECC]: Likewise.
35252         * lib/string_.h [__DECC]: Likewise.
35253         * lib/time_.h [__DECC]: Likewise.
35254         * lib/wchar_.h [__DECC]: Likewise.
35255         * lib/wctype_.h [__DECC]: Likewise.
35256
35257 2007-04-27  Bruno Haible  <bruno@clisp.org>
35258
35259         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35260
35261 2007-04-27  Bruno Haible  <bruno@clisp.org>
35262
35263         * lib/fflush.c: Add comments.
35264         * modules/fpurge-tests (Depends-on): Add fflush.
35265         * modules/freadable-tests (Depends-on): Likewise.
35266         * modules/fwritable-tests (Depends-on): Likewise.
35267
35268 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35269
35270         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35271         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35272         Report by Bruno Haible <bruno@clisp.org>.
35273
35274 2007-04-26  Eric Blake  <ebb9@byu.net>
35275
35276         Fix fflush on mingw.
35277         * modules/fflush (Depends-on): Add freading.
35278         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35279         but unread data.
35280
35281 2007-04-26  Eric Blake  <ebb9@byu.net>
35282         and Bruno Haible  <bruno@clisp.org>
35283
35284         Implement freading and fwriting.
35285         * lib/freading.c: New file.
35286         * lib/freading.h: Likewise.
35287         * m4/freading.m4: Likewise.
35288         * modules/freading: Likewise.
35289         * modules/freading-tests: Likewise.
35290         * tests/test-freading.c: Likewise.
35291         * lib/fwriting.c: New file.
35292         * lib/fwriting.h: Likewise.
35293         * m4/fwriting.m4: Likewise.
35294         * modules/fwriting: Likewise.
35295         * modules/fwriting-tests: Likewise.
35296         * tests/test-fwriting.c: Likewise.
35297         * MODULES.html.sh (File stream based Input/Output): Mention them.
35298
35299 2007-04-26  Bruno Haible  <bruno@clisp.org>
35300
35301         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35302         'long' when we assume it.
35303         Suggested by Eric Blake.
35304
35305 2007-04-26  Bruno Haible  <bruno@clisp.org>
35306
35307         Ensure fseeko, ftello are declared on glibc systems.
35308         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35309         * modules/fseeko (configure.ac-early): Likewise.
35310         * modules/ftello (configure.ac-early): Likewise.
35311         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35312         AC_FUNC_FSEEKO for this.
35313         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35314         (gl_CHECK_FSEEKO): Remove macro.
35315
35316 2007-04-26  Bruno Haible  <bruno@clisp.org>
35317
35318         * tests/test-fflush.c (main): Also check the ftell result after
35319         fflush and fseek/fseeko.
35320         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35321         file descriptor position cache in the stream.
35322         * lib/fseeko.c (rpl_fseeko): Likewise.
35323
35324 2007-04-26  Bruno Haible  <bruno@clisp.org>
35325
35326         * modules/fflush-tests (Depends-on): Add fseeko.
35327
35328 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35329             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35330
35331         * lib/argz_.h: ensure error_t definition is obtained in same
35332         mechanism system argz.h would have.
35333         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35334         argz facilities are known bad.  Err on the side of caution if
35335         cross-compiling.
35336
35337 2007-04-25  Eric Blake  <ebb9@byu.net>
35338
35339         * lib/fpurge.c (includes): Use stdlib.h for free.
35340         * tests/test-fflush.c (main): Also test fflush-fseeko.
35341
35342 2007-04-25  Bruno Haible  <bruno@clisp.org>
35343
35344         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35345         * lib/fseeko.c: New file.
35346         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35347         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35348         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35349         gl_FUNC_FSEEKO.
35350         (gl_FUNC_FSEEKO): Invoke it.
35351         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35352         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35353         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35354
35355 2007-04-25  Bruno Haible  <bruno@clisp.org>
35356
35357         * modules/fflush (Depends-on): Add ftello.
35358
35359 2007-04-25  Bruno Haible  <bruno@clisp.org>
35360
35361         * modules/ftello-tests: New file.
35362         * tests/test-ftello.c: New file.
35363
35364         * modules/ftello: New file.
35365         * m4/ftello.m4: New file.
35366         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35367         HAVE_FTELLO.
35368         * lib/stdio_.h (ftello): New declaration.
35369         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35370         HAVE_FTELLO.
35371
35372 2007-04-25  Bruno Haible  <bruno@clisp.org>
35373
35374         * modules/fseeko-tests: New file.
35375         * tests/test-fseeko.c: New file.
35376
35377         * modules/fseeko: New file.
35378         * m4/fseeko.m4: New file.
35379         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35380         HAVE_FSEEKO.
35381         * lib/stdio_.h (fseeko): New declaration.
35382         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35383         HAVE_FSEEKO.
35384
35385 2007-04-25  Bruno Haible  <bruno@clisp.org>
35386
35387         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35388
35389 2007-04-25  Bruno Haible  <bruno@clisp.org>
35390
35391         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35392         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35393         * tests/test-unistd.c: Likewise.
35394         * tests/test-fcntl.c: Likewise.
35395
35396 2007-04-23  Eric Blake  <ebb9@byu.net>
35397
35398         * lib/fflush.c: Fix missing include.
35399         Reported by Bruno Haible.
35400
35401 2007-04-23  Bruno Haible  <bruno@clisp.org>
35402
35403         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35404         Reported by Eric Blake.
35405
35406 2007-04-23  Bruno Haible  <bruno@clisp.org>
35407
35408         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35409
35410 2007-04-23  Bruno Haible  <bruno@clisp.org>
35411
35412         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35413
35414 2007-04-23  Bruno Haible  <bruno@clisp.org>
35415
35416         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35417         Needed on HP-UX 11.
35418
35419 2007-04-16  Eric Blake  <ebb9@byu.net>
35420
35421         Make fflush rely on fpurge.
35422         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35423         open coding all variants.
35424         * modules/fflush (Depends-on): Add fpurge and unistd.
35425         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35426         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35427
35428         Fix --with-tests compilation on cygwin.
35429         * modules/argmatch-tests (Makefile.am): List gnulib library first
35430         in LDADD.
35431         * modules/argp-tests (Makefile.am): Likewise.
35432         * modules/array-list-tests (Makefile.am): Likewise.
35433         * modules/array-oset-tests (Makefile.am): Likewise.
35434         * modules/avltree-list-tests (Makefile.am): Likewise.
35435         * modules/avltree-oset-tests (Makefile.am): Likewise.
35436         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35437         * modules/carray-list-tests (Makefile.am): Likewise.
35438         * modules/dirname-tests (Makefile.am): Likewise.
35439         * modules/frexp-tests (Makefile.am): Likewise.
35440         * modules/isnanl-tests (Makefile.am): Likewise.
35441         * modules/linked-list-tests (Makefile.am): Likewise.
35442         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35443         * modules/lock-tests (Makefile.am): Likewise.
35444         * modules/rbtree-list-tests (Makefile.am): Likewise.
35445         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35446         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35447         * modules/tls-tests (Makefile.am): Likewise.
35448         * modules/tsearch-tests (Makefile.am): Likewise.
35449         * modules/xvasprintf-tests (Makefile.am): Likewise.
35450
35451         Fix fpurge for cygwin.
35452         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35453         value.
35454         * modules/fpurge-tests (Depends-on): Clean up trash.
35455
35456 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35457
35458         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35459
35460         * m4/autobuild.m4: Re-indent.
35461
35462 2007-04-13  Bruno Haible  <bruno@clisp.org>
35463
35464         * modules/fpurge-tests: New file.
35465         * tests/test-fpurge.c: New file.
35466
35467         * modules/fpurge: New file.
35468         * lib/fpurge.h: New file.
35469         * lib/fpurge.c: New file.
35470         * m4/fpurge.m4: New file.
35471
35472 2007-04-13  Bruno Haible  <bruno@clisp.org>
35473
35474         * modules/fbufmode-tests: New file.
35475         * tests/test-fbufmode.c: New file.
35476
35477         * modules/fbufmode: New file.
35478         * lib/fbufmode.h: New file.
35479         * lib/fbufmode.c: New file.
35480         * m4/fbufmode.m4: New file.
35481
35482 2007-04-13  Bruno Haible  <bruno@clisp.org>
35483
35484         * modules/fwritable-tests: New file.
35485         * tests/test-fwritable.c: New file.
35486
35487         * modules/fwritable: New file.
35488         * lib/fwritable.h: New file.
35489         * lib/fwritable.c: New file.
35490         * m4/fwritable.m4: New file.
35491
35492 2007-04-13  Bruno Haible  <bruno@clisp.org>
35493
35494         * modules/freadable-tests: New file.
35495         * tests/test-freadable.c: New file.
35496
35497         * modules/freadable: New file.
35498         * lib/freadable.h: New file.
35499         * lib/freadable.c: New file.
35500         * m4/freadable.m4: New file.
35501
35502 2007-04-13  Bruno Haible  <bruno@clisp.org>
35503
35504         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35505         MOSTLYCLEANFILES.
35506
35507 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35508
35509         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35510         gzip bootstrap.conf to avoid dragging in i18n machinery.
35511         (gnulib_tool_option): Use it.
35512
35513 2007-04-13  Bruno Haible  <bruno@clisp.org>
35514
35515         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35516         %F directives.
35517         * tests/test-vasprintf-posix.c (test_function): Likewise.
35518         * tests/test-snprintf-posix.h (test_function): Likewise.
35519         * tests/test-sprintf-posix.h (test_function): Likewise.
35520         * tests/test-fprintf-posix.h (test_function): Likewise.
35521         * tests/test-printf-posix.h (test_function): Likewise.
35522         * tests/test-fprintf-posix.out: Likewise.
35523
35524 2007-04-13  Bruno Haible  <bruno@clisp.org>
35525
35526         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35527         * modules/tls-tests (configure.ac): Likewise.
35528         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35529
35530 2007-04-13  Bruno Haible  <bruno@clisp.org>
35531
35532         * lib/tls.c (glthread_tls_get): Fix return type.
35533         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35534
35535 2007-04-12  Eric Blake  <ebb9@byu.net>
35536
35537         * modules/gettime (Depends-on): Remove gettime.
35538         Reported by Dmitry V. Levin.
35539
35540 2007-04-12  Bruno Haible  <bruno@clisp.org>
35541
35542         * modules/fflush (Include): Mention <stdio.h>.
35543         * modules/strtoimax (Include): Mention <inttypes.h>.
35544         * modules/strtoumax (Include): Likewise.
35545
35546 2007-04-12  Eric Blake  <ebb9@byu.net>
35547
35548         * .cvsignore: New file.
35549         * .gitignore: Likewise.
35550
35551 2007-04-12  Bruno Haible  <bruno@clisp.org>
35552
35553         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35554         not before, since $(LDADD) often contains libgnu.a.
35555         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35556         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35557         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35558         Needed on Cygwin.
35559
35560 2007-04-12  Eric Blake  <ebb9@byu.net>
35561
35562         Work around glibc's failure to flush stdin on fclose.
35563         * lib/closein.c (close_stdin): Flush stdin before closing.
35564
35565         Work around glibc's failure to reset seekable stdin on exit.
35566         * modules/closein: New module.
35567         * lib/closein.c: New file.
35568         * lib/closein.h: Likewise.
35569         * m4/closein.m4: Likewise.
35570         * MODULES.html.sh (File stream based Input/Output): Document it.
35571
35572 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35573
35574         * gnulib-tool: Rename generated 'autobuild' script to
35575         'do-autobuild' in --create-megatestdir output.
35576
35577         * doc/gnulib.texi (Build robot for gnulib): Fix.
35578
35579 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35580
35581         * modules/sysexits (Depends-on): Add absolute-header.
35582
35583 2007-04-12  Eric Blake  <ebb9@byu.net>
35584
35585         No need to preserve errno on success.
35586         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35587         Reported by Bruno Haible.
35588
35589 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35590
35591         * MODULES.html.sh (Support for maintaining and releasing
35592         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35593
35594 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35595
35596         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35597
35598 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35599
35600         * modules/autobuild: New module.
35601
35602         * m4/autobuild.m4: New file.
35603
35604 2007-04-11  Bruno Haible  <bruno@clisp.org>
35605
35606         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35607         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35608         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35609         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35610         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35611         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35612         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35613         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35614         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35615         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35616         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35617         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35618         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35619         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35620         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35621         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35622         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35623         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35624         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35625         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35626         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35627         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35628         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35629         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35630         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35631         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35632         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35633         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35634         Reported by Eric Blake.
35635
35636 2007-04-11  Bruno Haible  <bruno@clisp.org>
35637
35638         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35639
35640 2007-04-10  Bruno Haible  <bruno@clisp.org>
35641
35642         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35643         for NaN and Infinity. Needed on FreeBSD 6.1.
35644         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35645         regarding results for "%010a" of Infinity and NaN.
35646         * tests/test-vasprintf-posix.c (test_function): Likewise.
35647         * tests/test-snprintf-posix.h (test_function): Likewise.
35648         * tests/test-sprintf-posix.h (test_function): Likewise.
35649         * tests/test-fprintf-posix.h (test_function): Likewise.
35650         * tests/test-printf-posix.h (test_function): Likewise.
35651         * tests/test-fprintf-posix.out: Likewise.
35652
35653 2007-04-10  Bruno Haible  <bruno@clisp.org>
35654
35655         * modules/locale-tests: New file.
35656         * tests/test-locale.c: New file.
35657
35658         * modules/locale: New file.
35659         * lib/locale_.h: New file.
35660         * m4/locale_h.m4: New file.
35661
35662 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35663             Bruno Haible  <bruno@clisp.org>
35664
35665         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35666         be determined, test for availability of the copysignf, copysign,
35667         copysignl functions.
35668         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35669         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35670         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35671
35672 2007-04-09  Eric Blake  <ebb9@byu.net>
35673
35674         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35675         * modules/stdio (Makefile.am): Support fflush.
35676         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35677         * modules/fflush: New file.
35678         * lib/fflush.c: Likewise.
35679         * m4/fflush.m4: Likewise.
35680         * modules/fflush-tests: New test.
35681         * tests/test-fflush.c: Likewise.
35682         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35683
35684 2007-04-06  Bruno Haible  <bruno@clisp.org>
35685
35686         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35687         (VASNPRINTF): Use signbit for faster determination whether to print a
35688         minus sign.
35689         * modules/vasnprintf (Files): Remove lib/float+.h.
35690         * modules/fprintf-posix (Depends-on): Add signbit.
35691         * modules/snprintf-posix (Depends-on): Likewise.
35692         * modules/sprintf-posix (Depends-on): Likewise.
35693         * modules/vasnprintf-posix (Depends-on): Likewise.
35694         * modules/vasprintf-posix (Depends-on): Likewise.
35695         * modules/vfprintf-posix (Depends-on): Likewise.
35696         * modules/vsnprintf-posix (Depends-on): Likewise.
35697         * modules/vsprintf-posix (Depends-on): Likewise.
35698
35699 2007-04-06  Bruno Haible  <bruno@clisp.org>
35700
35701         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35702         * tests/test-frexpl.c (main): Likewise.
35703         * tests/test-ldexpl.c (main): Likewise.
35704         * modules/frexp-tests (Depends-on): Add signbit.
35705         * modules/frexpl-tests (Depdends-on): Likewise.
35706         * modules/ldexpl-tests (Depdends-on): Likewise.
35707
35708 2007-04-06  Bruno Haible  <bruno@clisp.org>
35709
35710         * modules/signbit-tests: New file.
35711         * tests/test-signbit.c: New file.
35712
35713         * modules/signbit: New file.
35714         * lib/signbitf.c: New file.
35715         * lib/signbitd.c: New file.
35716         * lib/signbitl.c: New file.
35717         * m4/signbit.m4: New file.
35718         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35719         (signbit): New macro.
35720         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35721         REPLACE_SIGNBIT.
35722         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35723         REPLACE_FREXPL into math.h.
35724
35725 2007-04-06  Bruno Haible  <bruno@clisp.org>
35726
35727         * modules/isnanf-nolibm-tests: New file.
35728         * tests/test-isnanf.c: New file.
35729
35730         * modules/isnanf-nolibm: New file.
35731         * lib/isnanf.h: New file.
35732         * lib/isnanf.c: New file.
35733         * lib/isnan.c: Consider the USE_FLOAT macro.
35734         * m4/isnanf.m4: New file.
35735
35736 2007-04-06  Bruno Haible  <bruno@clisp.org>
35737
35738         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35739         (Link): New section.
35740
35741         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35742
35743 2007-04-06  Bruno Haible  <bruno@clisp.org>
35744
35745         Assume the 'long double' type.
35746         * m4/longdouble.m4: Remove file.
35747         * config/srclist.txt: Don't mention longdouble.m4.
35748         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35749         * lib/float+.h: Likewise.
35750         * lib/frexp.c: Likewise.
35751         * lib/printf-args.h: Likewise.
35752         * lib/printf-args.c: Likewise.
35753         * lib/printf-frexp.c: Likewise.
35754         * lib/printf-parse.c: Likewise.
35755         * lib/vasnprintf.c: Likewise.
35756         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35757         * m4/intl.m4: Likewise.
35758         * m4/isnanl.m4: Likewise.
35759         * m4/printf.m4: Likewise.
35760         * m4/printf-frexpl.m4: Likewise.
35761         * m4/vasnprintf.m4: Likewise.
35762         * modules/allocsa (Files): Remove m4/longdouble.m4.
35763         * modules/gettext (Files): Likewise.
35764         * modules/relocatable-prog-wrapper (Files): Likewise.
35765         * modules/vasnprintf (Files): Likewise.
35766         * modules/isnanl (Files): Likewise.
35767         (Include): Simplify.
35768         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35769         (Include): Simplify.
35770         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35771         (Include): Simplify.
35772         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35773         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35774         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35775         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35776         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35777         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35778         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35779         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35780         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35781         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35782         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35783         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35784         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35785         * tests/test-isnanl.c: Likewise.
35786         * tests/test-snprintf-posix.h: Likewise.
35787         * tests/test-sprintf-posix.h: Likewise.
35788         * tests/test-vasnprintf-posix.c: Likewise.
35789         * tests/test-vasnprintf-posix2.c: Likewise.
35790         * tests/test-vasprintf-posix.c: Likewise.
35791
35792 2007-04-06  Bruno Haible  <bruno@clisp.org>
35793
35794         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35795         * lib/math_.h [__DECC]: Include the overridden include file through
35796         #include_next, outside the double-inclusion guard.
35797         * lib/stdio_.h [__DECC]: Likewise.
35798         * lib/stdlib_.h [__DECC]: Likewise.
35799         * lib/string_.h [__DECC]: Likewise.
35800         * lib/time_.h [__DECC]: Likewise.
35801         * lib/wchar_.h [__DECC]: Likewise.
35802         * lib/wctype_.h [__DECC]: Likewise.
35803         * lib/inttypes_.h [__DECC]: Likewise.
35804         Reported by Albert Chin <china@thewrittenword.com> in
35805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35806
35807 2007-04-04  Eric Blake  <ebb9@byu.net>
35808
35809         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35810         1.5.x.
35811
35812 2007-04-04  Bruno Haible  <bruno@clisp.org>
35813
35814         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35815         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35816
35817 2007-04-04  Bruno Haible  <bruno@clisp.org>
35818
35819         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35820         results for "%010a" of Infinity and NaN.
35821         * tests/test-vasprintf-posix.c (test_function): Likewise.
35822         * tests/test-snprintf-posix.h (test_function): Likewise.
35823         * tests/test-sprintf-posix.h (test_function): Likewise.
35824         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35825         * tests/test-printf-posix.h (test_function): Likewise.
35826         * tests/test-fprintf-posix.out: Update.
35827         Needed for FreeBSD 6.1.
35828
35829 2007-04-04  Bruno Haible  <bruno@clisp.org>
35830
35831         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35832         directly used by the gnulib modules nor by gnulib-tool.
35833
35834 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35835
35836         * DEPENDENCIES: Give overall description of version dependency
35837         desirability.  Use more-typical names for apps.
35838         Add shell, coreutils, diffutils, grep, tar, gzip.
35839
35840 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35841
35842         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35843
35844 2007-04-04  Karl Berry  <karl@gnu.org>
35845
35846         * MODULES.html.sh (func_module): missing '.
35847
35848 2007-04-03  Bruno Haible  <bruno@clisp.org>
35849
35850         * modules/argmatch-tests (Makefile.am): New variable
35851         test_argmatch_LDADD.
35852         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35853         * modules/array-list-tests (Makefile.am): New variable
35854         test_array_list_LDADD.
35855         * modules/array-oset-tests (Makefile.am): New variable
35856         test_array_oset_LDADD.
35857         * modules/avltree-list-tests (Makefile.am): New variable
35858         test_avltree_list_LDADD.
35859         * modules/avltree-oset-tests (Makefile.am): New variable
35860         test_avltree_oset_LDADD.
35861         * modules/avltreehash-list-tests (Makefile.am): New variable
35862         test_avltreehash_list_LDADD.
35863         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35864         test_canonicalize_lgpl_LDADD.
35865         * modules/carray-list-tests (Makefile.am): New variable
35866         test_carray_list_LDADD.
35867         * modules/dirname-tests (Makefile.am): New variable
35868         test_dirname_LDADD.
35869         * modules/linked-list-tests (Makefile.am): New variable
35870         test_linked_list_LDADD.
35871         * modules/linkedhash-list-tests (Makefile.am): New variable
35872         test_linkedhash_list_LDADD.
35873         * modules/rbtree-list-tests (Makefile.am): New variable
35874         test_rbtree_list_LDADD.
35875         * modules/rbtree-oset-tests (Makefile.am): New variable
35876         test_rbtree_oset_LDADD.
35877         * modules/rbtreehash-list-tests (Makefile.am): New variable
35878         test_rbtreehash_list_LDADD.
35879         * modules/xvasprintf-tests (Makefile.am): New variable
35880         test_xvasprintf_LDADD.
35881         Reported by Eric Blake.
35882
35883 2007-04-03  Eric Blake  <ebb9@byu.net>
35884
35885         * DEPENDENCIES: Weaken m4 requirements.
35886
35887 2007-04-03  Bruno Haible  <bruno@clisp.org>
35888
35889         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35890         * modules/isnanl-tests (configure.ac): Likewise.
35891
35892 2007-04-03  Ben Pfaff  <blp@gnu.org>
35893
35894         * modules/iconv_open: Add $(srcdir)/ to source directory
35895         references in Makefile fragments that call gperf, to fix VPATH
35896         builds.
35897
35898 2007-04-03  Bruno Haible  <bruno@clisp.org>
35899
35900         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35901         * lib/ldexpl.c: Undo last change.
35902
35903 2007-04-03  Bruno Haible  <bruno@clisp.org>
35904
35905         * modules/printf-frexpl (Depends-on): Undo last change.
35906         (Files): Add m4/ldexpl.m4.
35907
35908 2007-04-03  Bruno Haible  <bruno@clisp.org>
35909
35910         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35911         * modules/isnanl (Link): New section.
35912
35913         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35914         * modules/frexp (Link): New section.
35915
35916         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35917         * modules/frexpl (Link): New section.
35918
35919         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35920         * modules/ldexpl (Link): New section.
35921
35922 2007-04-03  Bruno Haible  <bruno@clisp.org>
35923
35924         * modules/TEMPLATE-EXTENDED: New file.
35925         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35926
35927 2007-04-03  Bruno Haible  <bruno@clisp.org>
35928
35929         * DEPENDENCIES: New file.
35930         Suggested by Simon Josefsson.
35931
35932 2007-04-03  Bruno Haible  <bruno@clisp.org>
35933
35934         * doc/gnulib.texi: Escape @.
35935
35936 2007-04-03  James Youngman  <jay@gnu.org>
35937         and Paul Eggert  <eggert@cs.ucla.edu>
35938
35939         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35940         birthtime on all systems that have birthtime, not just those which
35941         use st_birthtimensec rather than st_birthtim.  Putting zero in
35942         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35943         that the birth time is not available for files on an NFS mount.
35944
35945 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35946
35947         * modules/memxor: Move back from crypto/, suggested by Bruno.
35948         * modules/crypto/hmac-sha1: Fix memxor dependency.
35949
35950         * modules/crypto/gc: Moved from ../.
35951
35952 2007-04-02  Eric Blake  <ebb9@byu.net>
35953
35954         * lib/ldexpl.c (includes): Avoid libm.
35955
35956         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35957
35958 2007-04-02  Bruno Haible  <bruno@clisp.org>
35959
35960         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35961         on IRIX.
35962
35963 2007-04-02  Bruno Haible  <bruno@clisp.org>
35964
35965         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35966         x86 or x86_64 platforms running MacOS X.
35967         Reported by Ryan Schmidt <@ryandesign.com>.
35968
35969 2007-04-02  Bruno Haible  <bruno@clisp.org>
35970
35971         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35972         i386.
35973
35974 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35975
35976         * modules/crypto/arcfour: Moved from ../.
35977         * modules/crypto/arcfour-tests: Moved from ../.
35978         * modules/crypto/arctwo: Moved from ../.
35979         * modules/crypto/arctwo-tests: Moved from ../.
35980         * modules/crypto/des: Moved from ../.
35981         * modules/crypto/des-tests: Moved from ../.
35982         * modules/crypto/gc-arcfour: Moved from ../.
35983         * modules/crypto/gc-arcfour-tests: Moved from ../.
35984         * modules/crypto/gc-arctwo: Moved from ../.
35985         * modules/crypto/gc-arctwo-tests: Moved from ../.
35986         * modules/crypto/gc-des: Moved from ../.
35987         * modules/crypto/gc-des-tests: Moved from ../.
35988         * modules/crypto/gc-hmac-md5: Moved from ../.
35989         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35990         * modules/crypto/gc-hmac-sha1: Moved from ../.
35991         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35992         * modules/crypto/gc-md2: Moved from ../.
35993         * modules/crypto/gc-md2-tests: Moved from ../.
35994         * modules/crypto/gc-md4: Moved from ../.
35995         * modules/crypto/gc-md4-tests: Moved from ../.
35996         * modules/crypto/gc-md5: Moved from ../.
35997         * modules/crypto/gc-md5-tests: Moved from ../.
35998         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35999         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36000         * modules/crypto/gc-random: Moved from ../.
36001         * modules/crypto/gc-rijndael: Moved from ../.
36002         * modules/crypto/gc-rijndael-tests: Moved from ../.
36003         * modules/crypto/gc-sha1: Moved from ../.
36004         * modules/crypto/gc-sha1-tests: Moved from ../.
36005         * modules/crypto/gc-tests: Moved from ../.
36006         * modules/crypto/hmac-md5: Moved from ../.
36007         * modules/crypto/hmac-md5-tests: Moved from ../.
36008         * modules/crypto/hmac-sha1: Moved from ../.
36009         * modules/crypto/hmac-sha1-tests: Moved from ../.
36010         * modules/crypto/md2: Moved from ../.
36011         * modules/crypto/md2-tests: Moved from ../.
36012         * modules/crypto/md4: Moved from ../.
36013         * modules/crypto/md4-tests: Moved from ../.
36014         * modules/crypto/md5: Moved from ../.
36015         * modules/crypto/md5-tests: Moved from ../.
36016         * modules/crypto/memxor: Moved from ../.
36017         * modules/crypto/rijndael: Moved from ../.
36018         * modules/crypto/rijndael-tests: Moved from ../.
36019         * modules/crypto/sha1: Moved from ../.
36020
36021 2007-03-30  James Youngman  <jay@gnu.org>
36022
36023         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36024         rename() to change the ctime of a file (because ctime is unaffected
36025         by rename on jfs2 on AIX 5.1).
36026         (main): Start by doing cleanup, in case a previous run failed leaving
36027         test files behind.
36028
36029 2007-03-31  Bruno Haible  <bruno@clisp.org>
36030
36031         Support old proprietary implementations of iconv.
36032         * modules/iconv_open: New file.
36033         * lib/iconv_.h: New file.
36034         * m4/iconv_h.m4: New file.
36035         * lib/iconv_open.c: New file.
36036         * lib/iconv_open-aix.gperf: New file.
36037         * lib/iconv_open-hpux.gperf: New file.
36038         * lib/iconv_open-irix.gperf: New file.
36039         * lib/iconv_open-osf.gperf: New file.
36040         * m4/iconv_open.m4: New file.
36041         * modules/linebreak (Depends-on): Add iconv_open.
36042         * modules/striconv (Depends-on): Likewise.
36043         * modules/striconveh (Depends-on): Likewise.
36044         * modules/unicodeio (Depends-on): Likewise.
36045         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36046         (iconv_t)(-1).
36047         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36048         conversion if cd is (iconv_t)(-1).
36049         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36050         is not possible.
36051
36052 2007-03-31  Bruno Haible  <bruno@clisp.org>
36053
36054         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36055         work on Solaris either. Protect also second use of "autodetect_jp".
36056
36057 2007-03-31  Bruno Haible  <bruno@clisp.org>
36058
36059         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36060         the function is not present.
36061
36062 2007-03-31  Bruno Haible  <bruno@clisp.org>
36063
36064         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36065         the function is not present.
36066
36067 2007-03-31  Bruno Haible  <bruno@clisp.org>
36068
36069         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36070         a bug in HP-UX iconv_open().
36071
36072 2007-03-31  Bruno Haible  <bruno@clisp.org>
36073
36074         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36075         (Mathematics <math.h>): New section, add fpieee.
36076         (Input/output <stdio.h>): Add fseterr.
36077         (Mathematics <math.h>): New section, add printf-frexp.
36078         (Container data structures): Add sublist.
36079         (Core language properties): Add fpucw, inline.
36080         (Functions for greatest-width integer types <inttypes.h>): Add
36081         imaxabs, imaxdiv, inttypes.
36082         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36083         isnanl-nolibm, ldexp.
36084         (Mathematics <math.h>): New section, add printf-frexpl.
36085         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36086         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36087         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36088         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36089         (Unicode string functions): Add unistr/u*-mbtoucr.
36090         (Java): Add javacomp-script, javaexec-script.
36091         (C#): Add csharpcomp-script, csharpexec-script.
36092         (Support for building libraries and executables): Add havelib,
36093         relocatable-*.
36094         (Support for maintaining and releasing projects): Renamed from
36095         'Support for maintaining and release projects'. Add announce-gen.
36096
36097 2007-03-31  Bruno Haible  <bruno@clisp.org>
36098
36099         * README: Talk primarily about git.
36100         (git and CVS): Renamed from CVS.
36101         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36102         gnulib is available through git.
36103         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36104
36105 2007-03-30  Bruno Haible  <bruno@clisp.org>
36106
36107         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36108         * lib/poll_.h: Likewise.
36109         * lib/stat_.h: Likewise.
36110         * lib/sys_time_.h: Likewise.
36111         * lib/sysexit_.h: Likewise.
36112         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36113         * lib/stdbool_.h: Likewise.
36114         * lib/byteswap_.h: Add double-inclusion guard.
36115
36116 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36117
36118         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36119
36120 2007-03-30  Karl Berry  <karl@gnu.org>
36121
36122         * config/srclist-update: double space after USA in the license
36123         substitution, since that's how it's usually (?) written.
36124
36125 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36126
36127         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36128         reported by Bruno Haible.
36129
36130 2007-03-29  Bruno Haible  <bruno@clisp.org>
36131
36132         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36133         a bug in AIX iconv().
36134
36135 2007-03-29  Bruno Haible  <bruno@clisp.org>
36136
36137         * modules/ldexpl-tests: New file.
36138         * tests/test-ldexpl.c: New file.
36139
36140 2007-03-29  Bruno Haible  <bruno@clisp.org>
36141
36142         * lib/ldexpl.c: Include fpucw.h.
36143         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36144         multiplication.
36145         * modules/ldexpl (Depends-on): Add fpucw.
36146
36147 2007-03-29  Bruno Haible  <bruno@clisp.org>
36148
36149         * modules/ldexpl: New file.
36150         * m4/ldexpl.m4: New file.
36151         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36152         set.
36153         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36154         REPLACE_LDEXPL.
36155         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36156         REPLACE_LDEXPL.
36157         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36158         gl_FUNC_LDEXPL_WORKS.
36159         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36160         * modules/mathl (Files): Remove lib/ldexpl.c.
36161         (Depends-on): Add ldexpl.
36162
36163 2007-03-29  Bruno Haible  <bruno@clisp.org>
36164
36165         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36166
36167 2007-03-29  Bruno Haible  <bruno@clisp.org>
36168
36169         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36170         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36171         and possibly also HP-UX.
36172         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36173         work on AIX, IRIX, HP-UX, OSF/1.
36174         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36175         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36176         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36177         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36178         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36179         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36180
36181 2007-03-29  Bruno Haible  <bruno@clisp.org>
36182
36183         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36184
36185 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36186
36187         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36188         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36189
36190 2007-03-29  Eric Blake  <ebb9@byu.net>
36191
36192         * lib/acl-internal.h: Remove redundant include.
36193         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36194         Cygwin when a file is locked.
36195
36196 2007-03-29  Bruno Haible  <bruno@clisp.org>
36197
36198         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36199         file.
36200         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36201
36202 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36203
36204         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36205         try to remove a parent directory if the child couldn't be removed
36206         (except for the first rmdir, which could fail because the child
36207         doesn't exist).  Problem reported by Jeff Blaine in
36208         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36209
36210 2007-03-28  Bruno Haible  <bruno@clisp.org>
36211
36212         * lib/striconveh.c (utf8conv_carefully): New function.
36213         (mem_cd_iconveh_internal): Invoke it.
36214
36215 2007-03-28  Bruno Haible  <bruno@clisp.org>
36216
36217         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36218         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36219         input.
36220         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36221         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36222         unistr/u8-uctomb.
36223
36224 2007-03-28  Bruno Haible  <bruno@clisp.org>
36225
36226         * modules/unistr/u8-mbtoucr: New file.
36227         * lib/unistr/u8-mbtoucr.c: New file.
36228         * modules/unistr/u16-mbtoucr: New file.
36229         * lib/unistr/u16-mbtoucr.c: New file.
36230         * modules/unistr/u16-mbtoucr: New file.
36231         * lib/unistr/u16-mbtoucr.c: New file.
36232         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36233
36234 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36235             Bruno Haible  <bruno@clisp.org>
36236
36237         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36238         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36239         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36240
36241         * m4/stdio_h.m4: Add stubs for vasprintf too.
36242
36243         * modules/stdio: Support vasprintf in sed command.
36244
36245         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36246         vasprintf.h.  Add stdio module indicator.
36247
36248         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36249         vasprintf.h.
36250
36251         * lib/vasprintf.h: File removed.
36252
36253         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36254         * lib/vasprintf.c: Ditto.
36255         * lib/xvasprintf.c: Ditto.
36256         * tests/test-vasprintf-posix.c: Ditto.
36257         * tests/test-vasprintf.c: Ditto.
36258
36259 2007-03-27  Bruno Haible  <bruno@clisp.org>
36260
36261         Make vasnprintf multithread-safe.
36262         * lib/vasnprintf.c (decimal_point_char): New function.
36263         (VASNPRINTF): Use it.
36264         Suggested by Simon Josefsson.
36265
36266 2007-03-27  Eric Blake  <ebb9@byu.net>
36267
36268         Support sub-second birthtime on cygwin.
36269         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36270         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36271         (get_stat_birthtime): Also work with st_birthtim.
36272
36273 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36274
36275         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36276         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36277         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36278         (get_stat_birthtime_ns): Simplify compile-time tests.
36279         (get_stat_birthtime): Change the API to look like
36280         get_stat_mtime etc., except return a negative tv_nsec on error.
36281         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36282         Don't check for "spare" fields.
36283         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36284         or for struct stat.st_birthtime, as these tests aren't used.
36285         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36286
36287 2007-03-27  Bruno Haible  <bruno@clisp.org>
36288
36289         * lib/stat-time.h: Include <sys/stat.h>.
36290
36291 2007-03-27  James Youngman  <jay@gnu.org>
36292
36293         * lib/stat-time.h (get_stat_birthtime): New function for
36294           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36295         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36296           and its variants.
36297         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36298         * modules/stat-time-test: New file.
36299         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36300
36301 2007-03-26  Bruno Haible  <bruno@clisp.org>
36302
36303         Better support of signalling NaNs.
36304         * lib/atanl.c: Include isnanl.h.
36305         (atanl): Perform test for NaN at the beginning of the function and
36306         through a call to isnanl.
36307         * lib/cosl.c: Include isnanl.h.
36308         (cosl): Perform test for NaN at the beginning of the function and
36309         through a call to isnanl.
36310         * lib/ldexpl.c: Include isnanl.h.
36311         (ldexpl): Perform test for NaN through a call to isnanl.
36312         * lib/logl.c: Include isnanl.h.
36313         (logl): Perform test for NaN at the beginning of the function and
36314         through a call to isnanl.
36315         * lib/sinl.c: Include isnanl.h.
36316         (sinl): Perform test for NaN at the beginning of the function and
36317         through a call to isnanl.
36318         * lib/sqrtl.c: Include isnanl.h.
36319         (sqrtl): Perform test for NaN at the beginning of the function and
36320         through a call to isnanl.
36321         * lib/tanl.c: Include isnanl.h.
36322         (tanl): Perform test for NaN at the beginning of the function and
36323         through a call to isnanl.
36324         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36325         * modules/mathl (Depends-on): Add isnanl.
36326
36327 2007-03-26  Eric Blake  <ebb9@byu.net>
36328
36329         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36330         regression in logic sense of previous patch.
36331
36332 2007-03-26  Bruno Haible  <bruno@clisp.org>
36333
36334         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36335         unportable shell command "if ! ...".
36336         Reported by Ralf Wildenhues.
36337
36338 2007-03-25  Bruno Haible  <bruno@clisp.org>
36339
36340         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36341         <sysexits.h> file, and only add EX_CONFIG.
36342         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36343         absolute file name and whether it is sufficient. Substitute also
36344         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36345         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36346         ABSOLUTE_SYSEXITS_H into sysexits.h.
36347
36348 2007-03-25  Bruno Haible  <bruno@clisp.org>
36349
36350         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36351         hints is NULL.
36352
36353 2007-03-25  Bruno Haible  <bruno@clisp.org>
36354
36355         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36356         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36357
36358 2007-03-25  Bruno Haible  <bruno@clisp.org>
36359
36360         * lib/vasnprintf.c: Include langinfo.h.
36361         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36362         multithread-safe.
36363         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36364         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36365         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36366         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36367         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36368         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36369         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36370         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36371         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36372         Reported by Simon Josefsson.
36373
36374 2007-03-25  Bruno Haible  <bruno@clisp.org>
36375
36376         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36377         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36378         * modules/vasnprintf (Depends-on): Add stdint.
36379
36380 2007-03-25  Bruno Haible  <bruno@clisp.org>
36381
36382         * modules/fpieee: New file.
36383         * m4/fpieee.m4: New file.
36384         * modules/isnan-nolibm (Depends-on): Add fpieee.
36385         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36386         * modules/isnanl (Depends-on): Add fpieee.
36387
36388 2007-03-25  Bruno Haible  <bruno@clisp.org>
36389
36390         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36391
36392 2007-03-25  Bruno Haible  <bruno@clisp.org>
36393
36394         Avoid test failures on IRIX 6.5.
36395         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36396         (main): Use it.
36397         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36398         macros.
36399         (main): Use them.
36400
36401 2007-03-25  Bruno Haible  <bruno@clisp.org>
36402
36403         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36404         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36405         exists but doesn't work.
36406         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36407         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36408         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36409         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36410
36411 2007-03-25  Bruno Haible  <bruno@clisp.org>
36412
36413         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36414         returns inf. Needed on IRIX 6.5.
36415
36416 2007-03-25  Bruno Haible  <bruno@clisp.org>
36417
36418         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36419         (main): Use isnanl instead of x != x idiom.
36420         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36421
36422         * tests/test-frexp.c: Include isnan.h.
36423         (main): Use isnan instead of x != x idiom.
36424         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36425
36426 2007-03-25  Bruno Haible  <bruno@clisp.org>
36427
36428         * tests/test-frexp.c (NaN): New function/macro.
36429         (main): Use it instead of 0.0 / 0.0.
36430         * tests/test-isnan.c (NaN): New function/macro.
36431         (main): Use it instead of 0.0 / 0.0.
36432         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36433         (test_function): Use it instead of 0.0 / 0.0.
36434         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36435         (test_function): Use it instead of 0.0 / 0.0.
36436         * tests/test-snprintf-posix.h (NaN): New function/macro.
36437         (test_function): Use it instead of 0.0 / 0.0.
36438         * tests/test-sprintf-posix.h (NaN): New function/macro.
36439         (test_function): Use it instead of 0.0 / 0.0.
36440         * tests/test-fprintf-posix.h (NaN): New function/macro.
36441         (test_function): Use it instead of 0.0 / 0.0.
36442         * tests/test-printf-posix.h (NaN): New function/macro.
36443         (test_function): Use it instead of 0.0 / 0.0.
36444
36445         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36446
36447 2007-03-25  Bruno Haible  <bruno@clisp.org>
36448
36449         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36450
36451 2007-03-25  Bruno Haible  <bruno@clisp.org>
36452
36453         * lib/regexec.c (merge_state_with_log): Make static.
36454
36455 2007-03-25  Bruno Haible  <bruno@clisp.org>
36456
36457         * lib/trigl.c (kernel_rem_pio2): Make static.
36458
36459 2007-03-25  Bruno Haible  <bruno@clisp.org>
36460
36461         * lib/sincosl.c (sincosl_table): Make static.
36462
36463 2007-03-25  Bruno Haible  <bruno@clisp.org>
36464
36465         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36466         if the compiler does not support C99.
36467
36468 2007-03-25  Bruno Haible  <bruno@clisp.org>
36469
36470         * modules/time (Makefile.am): Ensure all rule action lines start with a
36471         tab.
36472
36473 2007-03-24  Bruno Haible  <bruno@clisp.org>
36474
36475         * modules/tsearch-tests: New file.
36476         * tests/test-tsearch.sh: New file.
36477         * tests/test-tsearch.c: New file, mostly copied from glibc.
36478
36479         * modules/search-tests: New file.
36480         * tests/test-search.c: New file.
36481
36482         * modules/search: New file.
36483         * lib/search_.h: New file, incorporating lib/tsearch.h.
36484         * m4/search_h.m4: New file.
36485         * lib/tsearch.h: Remove file.
36486         * lib/tsearch.c: Include search.h instead of tsearch.h.
36487         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36488         HAVE_TSEARCH.
36489         * modules/tsearch (Files): Remove lib/tsearch.h.
36490         (Depends-on): Add search.
36491         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36492         (Include): Change tsearch.h into search.h.
36493
36494 2007-03-24  Bruno Haible  <bruno@clisp.org>
36495
36496         * modules/fpucw: New file.
36497         * lib/fpucw.h: New file.
36498         * lib/frexp.c: Include fpucw.h.
36499         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36500         (FUNC): Use them.
36501         * lib/printf-frexp.c: Include fpucw.h.
36502         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36503         (FUNC): Use them.
36504         * lib/vasnprintf.c: Include fpucw.h.
36505         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36506         'long double' calculations.
36507         * tests/test-frexpl.c: Include fpucw.h.
36508         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36509         * tests/test-printf-frexpl.c: Include fpucw.h.
36510         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36511         * modules/frexpl (Depends-on): Add fpucw.
36512         * modules/printf-frexpl (Depends-on): Likewise.
36513         * modules/fprintf-posix (Depends-on): Likewise.
36514         * modules/snprintf-posix (Depends-on): Likewise.
36515         * modules/sprintf-posix (Depends-on): Likewise.
36516         * modules/vasnprintf-posix (Depends-on): Likewise.
36517         * modules/vasprintf-posix (Depends-on): Likewise.
36518         * modules/vfprintf-posix (Depends-on): Likewise.
36519         * modules/vsnprintf-posix (Depends-on): Likewise.
36520         * modules/vsprintf-posix (Depends-on): Likewise.
36521         * modules/frexpl-tests (Depends-on): Likewise.
36522         * modules/printf-frexpl-tests (Depends-on): Likewise.
36523
36524 2007-03-24  Bruno Haible  <bruno@clisp.org>
36525
36526         * lib/float+.h: New file.
36527         * lib/isnan.c: Include float+.h.
36528         (SIZE): New macro.
36529         (FUNC): Compare only SIZE bytes of the value.
36530         * lib/vasnprintf.c: Include float+.h.
36531         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36532         SIZEOF_LDBL or SIZEOF_DBL bytes.
36533         * modules/isnan-nolibm (Files): Add lib/float+.h.
36534         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36535         * modules/isnanl (Files): Add lib/float+.h.
36536         * modules/vasnprintf (Files): Add lib/float+.h.
36537
36538 2007-03-24  Bruno Haible  <bruno@clisp.org>
36539
36540         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36541         include isnanl-nolibm.h.
36542
36543 2007-03-24  Bruno Haible  <bruno@clisp.org>
36544
36545         * tests/test-read-file.c (main): Don't produce spurious output for
36546         expected situations. Make the test fail if it encountered unexpected
36547         results.
36548
36549 2007-03-24  Bruno Haible  <bruno@clisp.org>
36550
36551         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36552         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36553
36554 2007-03-24  Bruno Haible  <bruno@clisp.org>
36555
36556         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36557
36558 2007-03-24  Bruno Haible  <bruno@clisp.org>
36559
36560         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36561         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36562
36563         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36564         * modules/utf8-ucs4: Turn into a symbolic link to module
36565         unistr/u8-mbtouc.
36566
36567         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36568         utf8-ucs4-unsafe.
36569         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36570         unistr/u8-mbtouc-unsafe.
36571
36572         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36573         * modules/utf16-ucs4: Turn into a symbolic link to module
36574         unistr/u16-mbtouc.
36575
36576         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36577         utf16-ucs4-unsafe.
36578         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36579         unistr/u16-mbtouc-unsafe.
36580
36581         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36582         * modules/ucs4-utf8: Turn into a symbolic link to module
36583         unistr/u8-ubtomb.
36584
36585         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36586         * modules/ucs4-utf16: Turn into a symbolic link to module
36587         unistr/u16-ubtomb.
36588
36589 2007-03-24  Bruno Haible  <bruno@clisp.org>
36590
36591         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36592         Enable the function only if HAVE_INLINE.
36593         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36594         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36595         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36596         Enable the function only if HAVE_INLINE.
36597         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36598         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36599         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36600         Enable the function only if HAVE_INLINE.
36601         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36602         Enable the function only if HAVE_INLINE.
36603         * modules/utf8-ucs4: Update.
36604         * modules/utf8-ucs4-unsafe: Update.
36605         * modules/utf16-ucs4: Update.
36606         * modules/utf16-ucs4-unsafe: Update.
36607         * modules/ucs4-utf8: Update.
36608         * modules/ucs4-utf16: Update.
36609
36610 2007-03-24  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/utf8-ucs4.h: Remove file.
36613         * lib/utf8-ucs4-unsafe.h: Remove file.
36614         * lib/utf16-ucs4.h: Remove file.
36615         * lib/utf16-ucs4-unsafe.h: Remove file.
36616         * lib/ucs4-utf8.h: Remove file.
36617         * lib/ucs4-utf16.h: Remove file.
36618         * lib/unistr.h: Include their previous contents.
36619         * m4/utf-ucs4.m4: Remove file.
36620         * m4/ucs4-utf.m4: Remove file.
36621         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36622         (Depends-on): Add unistr/base.
36623         (configure.ac): Remove gl_UTF_UCS4.
36624         (Makefile.am): Update.
36625         (Include): Change to unistr.h.
36626         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36627         (Depends-on): Add unistr/base.
36628         (configure.ac): Remove gl_UTF_UCS4.
36629         (Makefile.am): Update.
36630         (Include): Change to unistr.h.
36631         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36632         (Depends-on): Add unistr/base.
36633         (configure.ac): Remove gl_UTF_UCS4.
36634         (Makefile.am): Update.
36635         (Include): Change to unistr.h.
36636         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36637         (Depends-on): Add unistr/base.
36638         (configure.ac): Remove gl_UTF_UCS4.
36639         (Makefile.am): Update.
36640         (Include): Change to unistr.h.
36641         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36642         (Depends-on): Add unistr/base.
36643         (configure.ac): Remove gl_UCS4_UTF.
36644         (Makefile.am): Update.
36645         (Include): Change to unistr.h.
36646         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36647         (Depends-on): Add unistr/base.
36648         (configure.ac): Remove gl_UCS4_UTF.
36649         (Makefile.am): Update.
36650         (Include): Change to unistr.h.
36651         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36652         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36653         utf8-ucs4-unsafe.h.
36654         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36655         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36656         utf16-ucs4-unsafe.h.
36657         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36658         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36659         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36660         * lib/unistr/u8-strchr.c: Likewise.
36661         * lib/unistr/u8-strrchr.c: Likewise.
36662         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36663         * lib/unistr/u16-strchr.c: Likewise.
36664         * lib/unistr/u16-strrchr.c: Likewise.
36665         * lib/striconveh.c: Update.
36666         * lib/linebreak.c: Update.
36667
36668 2007-03-24  Bruno Haible  <bruno@clisp.org>
36669
36670         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36671         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36672
36673 2007-03-22  Bruno Haible  <bruno@clisp.org>
36674
36675         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36676
36677 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36678
36679         * MODULES.html.sh (File system functions): New module write-any-file.
36680         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36681         * m4/write-any-file.m4: New files.
36682
36683 2007-03-23  Eric Blake  <ebb9@byu.net>
36684
36685         * gnulib-tool: Rearrange space-tab sequences, since some editors
36686         like to eat them.
36687
36688 2007-03-23  Eric Blake  <ebb9@byu.net>
36689
36690         * lib/version-etc.c (version_etc_va): Update license wording to
36691         be more concise.  Recommended by Richard Stallman.
36692
36693 2007-03-22  Bruno Haible  <bruno@clisp.org>
36694
36695         * lib/poll.c (MSG_PEEK): New fallback definition.
36696
36697 2007-03-22  Bruno Haible  <bruno@clisp.org>
36698
36699         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36700         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36701         (main): Update.
36702         Fixes a compilation error on BeOS.
36703
36704 2007-03-22  Bruno Haible  <bruno@clisp.org>
36705
36706         * modules/frexpl-tests: New file.
36707         * tests/test-frexpl.c: New file.
36708
36709         * modules/frexpl: New file.
36710         * m4/frexpl.m4: New file.
36711         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36712         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36713         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36714         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36715         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36716         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36717
36718 2007-03-22  Bruno Haible  <bruno@clisp.org>
36719
36720         * lib/frexpl.c: Share code with lib/frexp.c.
36721         * modules/mathl (Files): Add lib/frexp.c.
36722         (Depends-on): Add isnanl-nolibm.
36723
36724 2007-03-22  Bruno Haible  <bruno@clisp.org>
36725
36726         * modules/printf-frexp (Files): Add m4/frexp.m4.
36727         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36728         only if the found frexp function actually works.
36729
36730 2007-03-22  Bruno Haible  <bruno@clisp.org>
36731
36732         * lib/frexp.c: Remove older implementation that uses divisions.
36733
36734 2007-03-21  Bruno Haible  <bruno@clisp.org>
36735
36736         * modules/frexp-tests: New file.
36737         * tests/test-frexp.c: New file.
36738
36739         * modules/frexp: New file.
36740         * lib/frexp.c: New file.
36741         * m4/frexp.m4: New file.
36742         * lib/math_.h (frexp): New declaration.
36743         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36744         REPLACE_FREXP.
36745         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36746
36747 2007-03-21  Bruno Haible  <bruno@clisp.org>
36748
36749         * modules/isnanl-tests: New file.
36750         * tests/test-isnanl.c: New file.
36751
36752         * modules/isnanl: New file.
36753         * lib/isnanl.h: New file.
36754         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36755         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36756         gl_FUNC_ISNANL_WORKS.
36757         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36758         New macros.
36759
36760 2007-03-21  Bruno Haible  <bruno@clisp.org>
36761
36762         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36763         lib/isnanl.h.
36764         (Include): Update.
36765         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36766         * lib/vasnprintf.c: Update.
36767         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36768         tests/test-isnanl.h, remove tests/test-isnanl.c.
36769         (Makefile.am): Update.
36770         * tests/test-isnanl-nolibm.c: New file.
36771         * tests/test-isnanl.h: New file.
36772         * tests/test-isnanl.c: Remove file.
36773
36774 2007-03-21  Jim Meyering  <jim@meyering.net>
36775
36776         When trying to open ".", treat ESTALE like EACCES.
36777         * lib/savewd.c (savewd_save): Resort to forking not just upon
36778         failure with EACCES, but also when errno is ESTALE.
36779
36780 2007-03-20  Bruno Haible  <bruno@clisp.org>
36781
36782         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36783         Needed on AIX 5.1. Reported by Matthew Woehlke.
36784
36785 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36786
36787         Suggestions by Bruno Haible:
36788         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36789         our own.
36790         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36791         * modules/acl (Depends-on): Add gettext.
36792
36793 2007-03-19  Bruno Haible  <bruno@clisp.org>
36794
36795         * modules/iconvme: Remove file.
36796         * lib/iconvme.h: Remove file.
36797         * lib/iconvme.c: Remove file.
36798         * m4/iconvme.m4: Remove file.
36799
36800 2007-03-19  Bruno Haible  <bruno@clisp.org>
36801
36802         * doc/relocatable-maint.texi: Break long shell script line.
36803         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36804
36805 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36806
36807         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36808         handle file_has_acl.
36809         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36810         * lib/acl.c: Move header inclusions and related macro defns into
36811         lib/acl-internal.h.
36812         (S_ISLNK): Remove defn, since that's now done for us.
36813         (file_has_acl): Move to lib/file-has-acl.c.
36814         Call acl_trivial if available.  This is the crucial part of the fix.
36815         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36816         shared within the library.  Rewrite a bit, partly to make it compatible
36817         with the GNU coding style.
36818         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36819         Remove unnecessary double-quotes.
36820         Don't test for acl_to_text; the build will catch that.
36821         Replace acl_entries if it doesn't exist and it is needed.
36822         Check for -lsec and acl_trivial (as used on Solaris 10).
36823         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36824         lib/file-has-acl.c.
36825         (Depends-on): Add sys_stat, for S_ISLNK.
36826
36827 2007-03-19  Ben Pfaff  <blp@gnu.org>
36828
36829         * doc/gnulib.texi: Fix typos.
36830         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36831
36832 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36833
36834         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36835         If size is zero here, buf must be zero.
36836
36837 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36838
36839         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36840         <bruno@clisp.org>.
36841
36842 2007-03-18  Bruno Haible  <bruno@clisp.org>
36843
36844         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36845         Suggested by Eric Blake.
36846
36847 2007-03-18  Ben Pfaff  <blp@gnu.org>
36848
36849         * doc/relocatable.texi: Recommend using as prefix a directory
36850         that does not exist and will never be created.  Based on
36851         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36852         and others.
36853
36854 2007-03-17  Bruno Haible  <bruno@clisp.org>
36855
36856         * lib/fchownat.c: Include lchown.h.
36857
36858 2007-03-17  Bruno Haible  <bruno@clisp.org>
36859
36860         Fix endless loop when the given allocated size was > INT_MAX.
36861         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36862         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36863         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36864         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36865         * lib/sprintf.c (sprintf): Likewise.
36866
36867 2007-03-17  Bruno Haible  <bruno@clisp.org>
36868
36869         * tests/test-argp-2.sh (func_compare): Output a context diff.
36870
36871 2007-03-17  Bruno Haible  <bruno@clisp.org>
36872
36873         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36874         locale's decimal-point character.
36875
36876 2007-03-17  Bruno Haible  <bruno@clisp.org>
36877
36878         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36879         before comparing it. Needed because on some platforms (e.g. x86) a
36880         'long double' occupies less bytes than sizeof (long double).
36881
36882 2007-03-17  Bruno Haible  <bruno@clisp.org>
36883
36884         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36885         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36886         * tests/test-getaddrinfo.c (simple): Likewise.
36887         * tests/test-read-file.c (main): Likewise.
36888
36889 2007-03-17  Bruno Haible  <bruno@clisp.org>
36890
36891         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36892
36893 2007-03-17  Bruno Haible  <bruno@clisp.org>
36894
36895         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36896         unused variable.
36897
36898 2007-03-17  Bruno Haible  <bruno@clisp.org>
36899
36900         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36901         * tests/test-c-strncasecmp.c: Likewise.
36902
36903 2007-03-17  Bruno Haible  <bruno@clisp.org>
36904
36905         * modules/stdlib (Depends-on): Add unistd.
36906         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36907         Needed for MacOS X 10.3.
36908
36909 2007-03-17  Bruno Haible  <bruno@clisp.org>
36910
36911         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36912
36913 2007-03-17  Bruno Haible  <bruno@clisp.org>
36914
36915         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36916
36917 2007-03-17  Bruno Haible  <bruno@clisp.org>
36918
36919         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36920         to reflect files copied from gnulib (with or without modifications).
36921         Suggested by Jim Meyering.
36922
36923 2007-03-17  Eric Blake  <ebb9@byu.net>
36924
36925         * NEWS: Document stdlib change from 2007-02-18.
36926
36927 2007-03-17  Jim Meyering  <jim@meyering.net>
36928
36929         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36930         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36931         someone uses a name containing shell meta-characters.
36932         Reported by Alfred M. Szmidt.
36933
36934         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36935
36936 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36937
36938         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36939         and copy gettext configuration files only if configure.ac contains
36940         a use of AM_GNU_GETTEXT_VERSION.
36941
36942 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36943
36944         * build-aux/bootstrap (gnulib_name): New variable.
36945         (gnulib_tool_options): Use it.
36946
36947 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36948
36949         * tests/test-des.c: Use new namespace.
36950
36951 2007-03-15  Bruno Haible  <bruno@clisp.org>
36952
36953         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36954         Reported by James Youngman <jay@gnu.org>.
36955
36956 2007-03-15  Bruno Haible  <bruno@clisp.org>
36957
36958         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36959         declared prototype. Needed with cc on OSF/1 5.1.
36960
36961 2007-03-15  Bruno Haible  <bruno@clisp.org>
36962
36963         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36964         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36965         (struct gl_list_implementation): Add dispose_fn argument to the
36966         'create_empty', 'create' methods.
36967         (struct gl_list_impl_base): Add field 'dispose_fn'.
36968         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36969         argument.
36970         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36971         dispose_fn argument.
36972         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36973         dispose_fn on the dropped values.
36974         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36975         dispose_fn argument.
36976         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36977         dropped values.
36978         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36979         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36980         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36981         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36982         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36983         argument.
36984         (gl_tree_list_free): Call dispose_fn on the dropped values.
36985         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36986         the dropped values.
36987         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36988         Add dispose_fn argument.
36989         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36990         Call dispose_fn on the dropped values.
36991         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36992         Add dispose_fn argument.
36993         (gl_sublist_create): Initialize the 'dispose_fn' field.
36994         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36995         * tests/test-array_list.c (main): Update.
36996         * tests/test-carray_list.c (main): Update.
36997         * tests/test-avltree_list.c (main): Update.
36998         * tests/test-rbtree_list.c (main): Update.
36999         * tests/test-avltreehash_list.c (main): Update.
37000         * tests/test-rbtreehash_list.c (main): Update.
37001         * tests/test-linked_list.c (main): Update.
37002         * tests/test-linkedhash_list.c (main): Update.
37003         * tests/test-array_oset.c (main): Update.
37004
37005 2007-03-15  Bruno Haible  <bruno@clisp.org>
37006
37007         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37008         (gl_oset_create_empty): Add dispose_fn argument.
37009         (struct gl_oset_implementation): Add dispose_fn argument to
37010         'create_empty' method.
37011         (struct gl_oset_impl_base): Add dispose_fn field.
37012         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37013         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37014         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37015         values.
37016         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37017         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37018         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37019         dropped value.
37020         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37021         dropped value.
37022         * tests/test-array_oset.c (main): Update.
37023         * tests/test-avltree_oset.c (main): Update.
37024         * tests/test-rbtree_oset.c (main): Update.
37025         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37026
37027 2007-03-13  Bruno Haible  <bruno@clisp.org>
37028
37029         * tests/test-stdbool.c (i): Update after last patch.
37030
37031 2007-03-12  Bruno Haible  <bruno@clisp.org>
37032
37033         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37034         the iswprint macro. Needed on Solaris 2.5.1.
37035
37036 2007-03-12  Bruno Haible  <bruno@clisp.org>
37037
37038         * tests/test-printf-frexp.c (main): Declare x as volatile.
37039
37040 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37041
37042         * doc/gnulib.texi (Build robot for gnulib): New section.
37043
37044 2007-03-12  Jim Meyering  <jim@meyering.net>
37045
37046         * build-aux/bootstrap: New file.
37047         * build-aux/bootstrap.conf: New file, from coreutils.
37048
37049 2007-03-11  Bruno Haible  <bruno@clisp.org>
37050
37051         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37052
37053 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37054
37055         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37056         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37057         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37058
37059 2007-03-11  Bruno Haible  <bruno@clisp.org>
37060
37061         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37062         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37063
37064 2007-03-11  Bruno Haible  <bruno@clisp.org>
37065
37066         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37067         formula. Needed for SunPRO C 5.0.
37068
37069 2007-03-11  Bruno Haible  <bruno@clisp.org>
37070
37071         * modules/long-options (Depends-on): Add getopt.
37072
37073 2007-03-11  Bruno Haible  <bruno@clisp.org>
37074
37075         * modules/modechange (Depends-on): Add stdbool.
37076
37077 2007-03-11  Bruno Haible  <bruno@clisp.org>
37078
37079         * modules/i-ring (Depends-on): Add stdbool.
37080
37081 2007-03-11  Bruno Haible  <bruno@clisp.org>
37082
37083         * modules/gc-des (Depends-on): Add stdbool.
37084
37085 2007-03-11  Bruno Haible  <bruno@clisp.org>
37086
37087         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37088
37089 2007-03-11  Bruno Haible  <bruno@clisp.org>
37090
37091         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37092
37093 2007-03-11  Bruno Haible  <bruno@clisp.org>
37094
37095         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37096
37097 2007-03-11  Bruno Haible  <bruno@clisp.org>
37098
37099         * lib/vasnprintf.c (sprintf): Undefine.
37100
37101 2007-03-11  Bruno Haible  <bruno@clisp.org>
37102
37103         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37104         initializers in SunPRO C and Compaq C compilers.
37105
37106 2007-03-11  Bruno Haible  <bruno@clisp.org>
37107
37108         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37109         decrementing code ANSI C compliant.
37110
37111 2007-03-11  Bruno Haible  <bruno@clisp.org>
37112
37113         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37114         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37115
37116 2007-03-11  Bruno Haible  <bruno@clisp.org>
37117
37118         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37119         <stdbool.h> substitute doesn't pass.
37120
37121 2007-03-11  Bruno Haible  <bruno@clisp.org>
37122
37123         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37124
37125 2007-03-11  Bruno Haible  <bruno@clisp.org>
37126
37127         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37128         script, for submission to autobuild.josefsson.org.
37129
37130 2007-03-10  Bruno Haible  <bruno@clisp.org>
37131
37132         * modules/canonicalize-lgpl-tests: New file.
37133         * tests/test-canonicalize-lgpl.sh: New file.
37134         * tests/test-canonicalize-lgpl.c: New file.
37135
37136         * modules/c-strcase-tests: New file.
37137         * tests/test-c-strcase.sh: New file.
37138         * tests/test-c-strcasecmp.c: New file.
37139         * tests/test-c-strncasecmp.c: New file.
37140
37141         * modules/atexit-tests: New file.
37142         * tests/test-atexit.sh: New file.
37143         * tests/test-atexit.c: New file.
37144
37145 2007-03-10  Bruno Haible  <bruno@clisp.org>
37146
37147         * tests/test-binary-io.sh: Use temporary filenames that are not so
37148         likely to clash with those of other tests (in a parallel make).
37149         * tests/test-binary-io.c: Likewise.
37150
37151 2007-03-10  Bruno Haible  <bruno@clisp.org>
37152
37153         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37154         fallback; use #error instead.
37155         Suggested by Simon Josefsson.
37156
37157 2007-03-10  Bruno Haible  <bruno@clisp.org>
37158
37159         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37160         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37161         first and the last.
37162
37163 2007-03-10  Bruno Haible  <bruno@clisp.org>
37164
37165         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37166
37167 2007-03-10  Bruno Haible  <bruno@clisp.org>
37168
37169         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37170         "make distcheck".
37171         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37172         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37173         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37174
37175 2007-03-10  Bruno Haible  <bruno@clisp.org>
37176
37177         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37178         variable.
37179         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37180         variable.
37181
37182 2007-03-09  Eric Blake  <ebb9@byu.net>
37183         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37184
37185         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37186         types are not being provided by gnulib.
37187         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37188         types are supported.
37189
37190 2007-03-10  Bruno Haible  <bruno@clisp.org>
37191
37192         * lib/stdio_.h (__attribute__): New macro.
37193         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37194         vsprintf): Specify __attribute__ __format__ for GCC.
37195         Suggested by Eric Blake.
37196
37197 2007-03-09  Bruno Haible  <bruno@clisp.org>
37198
37199         * modules/printf-posix-tests: New file.
37200         * tests/test-printf-posix.sh: New file.
37201         * tests/test-printf-posix.c: New file.
37202
37203         * modules/printf-posix: New file.
37204         * lib/printf.c: New file.
37205         * m4/printf-posix-rpl.m4: New file.
37206         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37207         REPLACE_PRINTF.
37208         * lib/stdio_.h (printf): New declaration.
37209         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37210         ____strfmon____): New macros.
37211         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37212         REPLACE_PRINTF.
37213
37214 2007-03-09  Bruno Haible  <bruno@clisp.org>
37215
37216         * tests/test-vasnprintf-posix2.sh: New file.
37217         * tests/test-vasnprintf-posix2.c: New file.
37218         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37219         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37220         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37221
37222         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37223         a locale dependent decimal point, rather than always '.'.
37224
37225 2007-03-09  Eric Blake  <ebb9@byu.net>
37226
37227         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37228         spite of platforms like Tandem/NSK that define it to -1.
37229
37230 2007-03-08  Bruno Haible  <bruno@clisp.org>
37231
37232         * modules/vprintf-posix-tests: New file.
37233         * tests/test-vprintf-posix.sh: New file.
37234         * tests/test-vprintf-posix.c: New file.
37235         * tests/test-printf-posix.h: New file.
37236
37237         * modules/vprintf-posix: New file.
37238         * lib/vprintf.c: New file.
37239         * m4/vprintf-posix.m4: New file.
37240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37241         REPLACE_VPRINTF.
37242         * lib/stdio_.h (vprintf): New declaration.
37243         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37244         REPLACE_VPRINTF.
37245
37246 2007-03-08  Bruno Haible  <bruno@clisp.org>
37247
37248         * modules/fprintf-posix-tests: New file.
37249         * tests/test-fprintf-posix.sh: New file.
37250         * tests/test-fprintf-posix.c: New file.
37251
37252         * modules/fprintf-posix: New file.
37253         * lib/fprintf.c: New file.
37254         * m4/fprintf-posix.m4: New file.
37255         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37256         REPLACE_FPRINTF.
37257         * lib/stdio_.h (fprintf): New declaration.
37258         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37259         REPLACE_FPRINTF.
37260
37261 2007-03-08  Bruno Haible  <bruno@clisp.org>
37262
37263         * modules/vfprintf-posix-tests: New file.
37264         * tests/test-vfprintf-posix.sh: New file.
37265         * tests/test-vfprintf-posix.c: New file.
37266         * tests/test-fprintf-posix.h: New file.
37267         * tests/test-fprintf-posix.out: New file.
37268
37269         * modules/vfprintf-posix: New file.
37270         * lib/vfprintf.c: New file.
37271         * m4/vfprintf-posix.m4: New file.
37272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37273         REPLACE_VFPRINTF.
37274         * lib/stdio_.h (vfprintf): New declaration.
37275         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37276         REPLACE_VFPRINTF.
37277
37278 2007-03-08  Bruno Haible  <bruno@clisp.org>
37279
37280         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37281
37282 2007-03-08  Bruno Haible  <bruno@clisp.org>
37283
37284         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37285         instead of 'expr' invocations.
37286         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37287         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37288         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37289         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37290         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37291         Suggested by Paul Eggert.
37292
37293 2007-03-08  Bruno Haible  <bruno@clisp.org>
37294
37295         * modules/fseterr-tests: New file.
37296         * tests/test-fseterr.c: New file.
37297
37298         * modules/fseterr: New file.
37299         * lib/fseterr.h: New file.
37300         * lib/fseterr.c: New file.
37301
37302 2007-03-08  Bruno Haible  <bruno@clisp.org>
37303
37304         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37305         * lib/getopt_.h: Likewise.
37306         * lib/mbswidth.h: Likewise.
37307         * lib/setenv.h: Likewise.
37308         * lib/vasnprintf.h: Likewise.
37309         * lib/vasprintf.h: Likewise.
37310         * lib/verror.h: Likewise.
37311         * lib/xsetenv.h: Likewise.
37312         * lib/xvasprintf.h: Likewise.
37313
37314 2007-03-08  Jim Meyering  <jim@meyering.net>
37315
37316         * users.txt: Add parted.
37317
37318         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37319
37320 2007-03-07  Bruno Haible  <bruno@clisp.org>
37321
37322         * m4/printf.m4: Make the shell script snippets copy&pastable.
37323
37324 2007-03-02  Bruno Haible  <bruno@clisp.org>
37325
37326         * lib/netinet_in_.h: New file.
37327         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37328         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37329         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37330         (Depends-on): Add absolute-header.
37331         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37332         into netinet/in.h.
37333
37334 2007-03-03  Bruno Haible  <bruno@clisp.org>
37335
37336         * lib/sys_select_.h: New file.
37337         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37338         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37339         * modules/sys_select (Files): Add lib/sys_select_.h.
37340         (Depends-on): Add absolute-header.
37341         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37342         into sys/select.h.
37343
37344 2007-03-02  Bruno Haible  <bruno@clisp.org>
37345
37346         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37347         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37348         values.
37349         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37350         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37351         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37352         * modules/sys_socket (Depends-on): Add absolute-header.
37353         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37354         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37355         (Include): Remove requirement of inclusion of <sys/types.h>.
37356
37357 2007-03-02  Bruno Haible  <bruno@clisp.org>
37358
37359         * lib/byteswap_.h (bswap_32): Fix formula.
37360
37361 2007-03-06  Bruno Haible  <bruno@clisp.org>
37362
37363         * modules/sprintf-posix-tests: New file.
37364         * tests/test-sprintf-posix.c: New file.
37365
37366         * modules/sprintf-posix: New file.
37367         * lib/sprintf.c: New file.
37368         * m4/sprintf-posix.m4: New file.
37369         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37370         REPLACE_SPRINTF.
37371         * lib/stdio_.h (sprintf): New declaration.
37372         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37373         REPLACE_SPRINTF.
37374
37375 2007-03-06  Bruno Haible  <bruno@clisp.org>
37376
37377         * modules/vsprintf-posix-tests: New file.
37378         * tests/test-vsprintf-posix.c: New file.
37379         * tests/test-sprintf-posix.h: New file.
37380
37381         * modules/vsprintf-posix: New file.
37382         * lib/vsprintf.c: New file.
37383         * m4/vsprintf-posix.m4: New file.
37384         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37385         REPLACE_VSPRINTF.
37386         * lib/stdio_.h (vsprintf): New declaration.
37387         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37388         REPLACE_VSPRINTF.
37389
37390 2007-03-06  Bruno Haible  <bruno@clisp.org>
37391
37392         * modules/vsnprintf (Depend-on): Remove minmax.
37393
37394 2007-03-06  Bruno Haible  <bruno@clisp.org>
37395
37396         * modules/snprintf-posix-tests: New file.
37397         * tests/test-snprintf-posix.c: New file.
37398
37399         * modules/snprintf-posix: New file.
37400         * m4/snprintf-posix.m4: New file.
37401         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37402         gl_FUNC_SNPRINTF.
37403         (gl_FUNC_SNPRINTF): Invoke it.
37404         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37405         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37406         is set.
37407         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37408
37409 2007-03-06  Bruno Haible  <bruno@clisp.org>
37410
37411         * modules/vsnprintf-posix-tests: New file.
37412         * tests/test-vsnprintf-posix.c: New file.
37413         * tests/test-snprintf-posix.h: New file.
37414
37415         * modules/vsnprintf-posix: New file.
37416         * m4/vsnprintf-posix.m4: New file.
37417         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37418         gl_FUNC_VSNPRINTF.
37419         (gl_FUNC_VSNPRINTF): Invoke it.
37420         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37421         * lib/stdio_.h (vsnprintf): Define as a replacement if
37422         REPLACE_VSNPRINTF is set.
37423         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37424
37425 2007-03-06  Bruno Haible  <bruno@clisp.org>
37426
37427         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37428         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37429
37430 2007-03-06  Bruno Haible  <bruno@clisp.org>
37431
37432         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37433         (asinl): Declare also if HAVE_DECL_ASINL is set.
37434         (atanl): Declare also if HAVE_DECL_ATANL is set.
37435         (ceill): Declare also if HAVE_DECL_CEILL is set.
37436         (cosl): Declare also if HAVE_DECL_COSL is set.
37437         (expl): Declare also if HAVE_DECL_EXPL is set.
37438         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37439         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37440         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37441         (logl): Declare also if HAVE_DECL_LOGL is set.
37442         (sinl): Declare also if HAVE_DECL_SINL is set.
37443         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37444         (tanl): Declare also if HAVE_DECL_TANL is set.
37445         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37446         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37447         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37448         declaration of frexpl, ldexpl.
37449         * modules/printf-frexpl (Depends-on): Add math.
37450         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37451
37452 2007-03-05  Bruno Haible  <bruno@clisp.org>
37453
37454         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37455         frexpl and ldexpl are declared.
37456         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37457
37458 2007-03-05  Bruno Haible  <bruno@clisp.org>
37459
37460         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37461         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37462
37463 2007-03-05  Bruno Haible  <bruno@clisp.org>
37464
37465         * lib/stdio_.h: Include <stddef.h>.
37466
37467 2007-03-05  Bruno Haible  <bruno@clisp.org>
37468
37469         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37470
37471 2007-03-05  Bruno Haible  <bruno@clisp.org>
37472
37473         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37474         NetBSD 4, from Ralf Wildenhues.
37475
37476 2007-03-04  Bruno Haible  <bruno@clisp.org>
37477
37478         * lib/vasprintf.h: Update #if logic for the case when the functions
37479         exist but are overridden.
37480
37481 2007-03-04  Bruno Haible  <bruno@clisp.org>
37482
37483         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37484         implementations: glibc-2.4 and MacOS X 10.3.
37485         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37486         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37487         * tests/test-vasprintf-posix.c (test_function): Likewise.
37488
37489 2007-03-04  Bruno Haible  <bruno@clisp.org>
37490
37491         * modules/vasprintf-posix-tests: New file.
37492         * tests/test-vasprintf-posix.c: New file.
37493
37494         * modules/vasprintf-posix: New file.
37495         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37496         defined.
37497         * m4/vasprintf-posix.m4: New file.
37498         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37499         gl_FUNC_VASPRINTF.
37500         (gl_FUNC_VASPRINTF): Invoke it.
37501         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37502         here.
37503         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37504
37505 2007-03-04  Bruno Haible  <bruno@clisp.org>
37506
37507         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37508         REPLACE_GETTIMEOFDAY.
37509         * modules/sys_time (Makefile.am): Likewise.
37510         * m4/sys_time_h.m4: Likewise.
37511         * m4/gettimeofday.m4: Likewise.
37512
37513 2007-03-04  Bruno Haible  <bruno@clisp.org>
37514
37515         * modules/vasnprintf-posix-tests: New file.
37516         * tests/test-vasnprintf-posix.c: New file.
37517
37518         * modules/vasnprintf-posix: New file.
37519         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37520         printf-frexpl.h.
37521         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37522         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37523         REPLACE_VASNPRINTF is defined.
37524         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37525         gl_FUNC_VASNPRINTF.
37526         (gl_FUNC_VASNPRINTF): Invoke it.
37527         * m4/vasnprintf-posix.m4: New file.
37528         * m4/printf.m4: New file.
37529
37530 2007-03-04  Bruno Haible  <bruno@clisp.org>
37531
37532         Compile progreloc.c only if --enable-relocatable is specified.
37533         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37534         if --enable-relocatable was specified.
37535         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37536         lib_SOURCES.
37537
37538 2007-03-04  Jim Meyering  <jim@meyering.net>
37539
37540         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37541         Use it consistently, rather than enumerating errno constants.
37542
37543 2007-03-04  Bruno Haible  <bruno@clisp.org>
37544
37545         * modules/xvasprintf-tests: New file.
37546         * tests/test-xvasprintf.c: New file.
37547
37548         * modules/vasprintf-tests: New file.
37549         * tests/test-vasprintf.c: New file.
37550
37551         * modules/vasnprintf-tests: New file.
37552         * tests/test-vasnprintf.c: New file.
37553
37554         * modules/vsnprintf-tests: New file.
37555         * tests/test-vsnprintf.c: New file.
37556
37557         * modules/snprintf-tests: New file.
37558         * tests/test-snprintf.c: New file.
37559
37560 2007-03-04  Bruno Haible  <bruno@clisp.org>
37561
37562         Compile relocatable.c only if --enable-relocatable is specified.
37563         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37564         gl_RELOCATABLE_LIBRARY.
37565         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37566         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37567         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37568         gl_RELOCATABLE_LIBRARY.
37569         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37570         (Makefile.am): Remove lib_SOURCES.
37571         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37572         gl_RELOCATABLE_LIBRARY.
37573         (Makefile.am): Remove lib_SOURCES.
37574         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37575         always.
37576         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37577         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37578
37579 2007-03-04  Bruno Haible  <bruno@clisp.org>
37580
37581         * modules/argmatch-tests: New file.
37582         * tests/test-argmatch.c: New file.
37583
37584         * tests/test-allocsa.c (main): Halve the number of loop runs.
37585
37586         * modules/alloca-opt-tests: New file.
37587         * tests/test-alloca-opt.c: New file.
37588
37589 2007-03-04  Jim Meyering  <jim@meyering.net>
37590
37591         Work around difference between Linux ACLs and Solaris 10 ZFS.
37592         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37593         for EINVAL.
37594
37595 2007-03-03  Bruno Haible  <bruno@clisp.org>
37596
37597         * modules/relocatable-prog (Depends-on): Add back progreloc's
37598         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37599
37600 2007-03-03  Bruno Haible  <bruno@clisp.org>
37601
37602         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37603         * modules/relocatable-lib: New file.
37604
37605 2007-03-03  Bruno Haible  <bruno@clisp.org>
37606
37607         * modules/relocatable-prog: Renamed from modules/relocatable.
37608         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37609
37610 2007-03-03  Bruno Haible  <bruno@clisp.org>
37611
37612         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37613         m4/relocatable-lib.m4.
37614         (Depends-on): Remove 'relocatable'.
37615         (configure.ac): Add gl_RELOCATABLE_NOP.
37616
37617 2007-03-03  Bruno Haible  <bruno@clisp.org>
37618
37619         * modules/relocatable-prog-wrapper: New file.
37620         * modules/relocatable (Depends-on): Add it. Remove all other
37621         dependencies except progname.
37622         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37623
37624         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37625         (gl_FUNC_STRERROR): Nop.
37626         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37627
37628         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37629         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37630
37631         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37632         (gl_FUNC_READLINK): Update.
37633
37634         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37635
37636 2007-03-03  Bruno Haible  <bruno@clisp.org>
37637
37638         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37639         * modules/xreadlink (Depends-on): Add unistd.
37640         * modules/xreadlink-with-size (Depends-on): Likewise.
37641
37642 2007-03-03  Bruno Haible  <bruno@clisp.org>
37643
37644         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37645         extracted from gt_FUNC_SETENV.
37646         (gt_FUNC_SETENV): Remove macro.
37647         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37648         remove gt_FUNC_SETENV.
37649
37650 2007-03-03  Bruno Haible  <bruno@clisp.org>
37651
37652         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37653         ENABLE_RELOCATABLE here.
37654         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37655
37656 2007-03-03  Bruno Haible  <bruno@clisp.org>
37657
37658         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37659         * tests/test-rbtreehash_list.c: Include progname.h.
37660         (main): Call set_program_name.
37661
37662         * modules/rbtree-oset-tests (Depends-on): Add progname.
37663         * tests/test-rbtree_oset.c: Include progname.h.
37664         (main): Call set_program_name.
37665
37666         * modules/rbtree-list-tests (Depends-on): Add progname.
37667         * tests/test-rbtree_list.c: Include progname.h.
37668         (main): Call set_program_name.
37669
37670         * modules/linked-list-tests (Depends-on): Add progname.
37671         * tests/test-linked_list.c: Include progname.h.
37672         (main): Call set_program_name.
37673
37674 2007-03-03  Bruno Haible  <bruno@clisp.org>
37675
37676         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37677         All uses of __restrict changed to _Restrict_.
37678         * lib/glob_.h (__restrict): Remove macro.
37679
37680 2007-03-02  Bruno Haible  <bruno@clisp.org>
37681
37682         * modules/gettext (configure.ac): Require gettext infrastructure
37683         from version 0.16.1.
37684
37685 2007-03-02  Bruno Haible  <bruno@clisp.org>
37686
37687         * modules/linkedhash-list-tests (Depends-on): Add progname.
37688         * tests/test-linkedhash_list.c: Include progname.h.
37689         (main): Call set_program_name.
37690
37691         * modules/carray-list-tests (Depends-on): Add progname.
37692         * tests/test-carray_list.c: Include progname.h.
37693         (main): Call set_program_name.
37694
37695         * modules/avltreehash-list-tests (Depends-on): Add progname.
37696         * tests/test-avltreehash_list.c: Include progname.h.
37697         (main): Call set_program_name.
37698
37699         * modules/avltree-oset-tests (Depends-on): Add progname.
37700         * tests/test-avltree_oset.c: Include progname.h.
37701         (main): Call set_program_name.
37702
37703         * modules/avltree-list-tests (Depends-on): Add progname.
37704         * tests/test-avltree_list.c: Include progname.h.
37705         (main): Call set_program_name.
37706
37707         * modules/array-oset-tests (Depends-on): Add progname.
37708         * tests/test-array_oset.c: Include progname.h.
37709         (main): Call set_program_name.
37710
37711         * modules/array-list-tests (Depends-on): Add progname.
37712         * tests/test-array_list.c: Include progname.h.
37713         (main): Call set_program_name.
37714
37715         * modules/argp-tests (Depends-on): Add progname.
37716         * tests/test-argp.c: Include argp.h first. Include progname.h.
37717         (main): Call set_program_name.
37718
37719 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37720
37721         * doc/gnulib-tool.texi (Initial import): Reword description of
37722         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37723         limited effect even if defined after the first system include.
37724
37725 2007-03-01  Bruno Haible  <bruno@clisp.org>
37726
37727         * build-aux/config.libpath: Update to libtool-1.5.22.
37728         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37729
37730 2007-03-01  Bruno Haible  <bruno@clisp.org>
37731
37732         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37733         foo_CFLAGS.
37734         Reported by Ralf Wildenhues.
37735
37736 2007-03-01  Bruno Haible  <bruno@clisp.org>
37737
37738         * build-aux/install-reloc: Remove object files left over by some
37739         compilers.
37740         Reported by Ralf Wildenhues.
37741
37742 2007-03-01  Bruno Haible  <bruno@clisp.org>
37743
37744         * build-aux/install-reloc: Break long lines.
37745
37746 2007-03-01  Bruno Haible  <bruno@clisp.org>
37747
37748         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37749         Reported by Ralf Wildenhues.
37750
37751 2007-03-01  Bruno Haible  <bruno@clisp.org>
37752
37753         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37754         include ordering constraints.
37755
37756 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37757
37758         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37759         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37760         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37761         as another example.
37762         * lib/time_.h: Fix misspelling.
37763         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37764         Require gl_HEADER_TIME_H_DEFAULTS.
37765         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37766         * m4/time_r.m4 (gl_TIME_R): Likewise.
37767         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37768
37769 2007-03-01  Bruno Haible  <bruno@clisp.org>
37770
37771         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37772         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37773
37774 2007-03-01  Jim Meyering  <jim@meyering.net>
37775
37776         * modules/xreadlink (Maintainer): Add my name.
37777         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37778
37779 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37780             Bruno Haible  <bruno@clisp.org>
37781
37782         * build-aux/install-reloc: Compile also c-ctype.c.
37783         * build-aux/relocatable.sh.in: New file.
37784         * doc/relocatable.texi: New file.
37785         * doc/relocatable-maint.texi: New file.
37786         * doc/gnulib.texi: Include relocatable-maint.texi.
37787         * lib/progreloc.c: Include unistd.h unconditionally.
37788         * lib/relocwrapper.c: Include unistd.h unconditionally.
37789         Include c-ctype.h.
37790         (add_dotbin): Use c_tolower.
37791         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37792         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37793         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37794         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37795         to m4/relocatable-lib.m4.
37796         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37797         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37798         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37799         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37800         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37801         * modules/relocatable: New file.
37802         * modules/relocatable-lib: New file.
37803         * modules/relocatable-script: New file.
37804
37805 2007-02-28  Bruno Haible  <bruno@clisp.org>
37806
37807         Import --enable-relocatable infrastructure.
37808         * build-aux/config.libpath: New file, from GNU gettext.
37809         * build-aux/install-reloc: New file, from GNU gettext.
37810         * build-aux/reloc-ldflags: New file, from GNU gettext.
37811         * lib/relocatable.h: New file, from GNU gettext.
37812         * lib/relocatable.c: New file, from GNU gettext.
37813         * lib/relocwrapper.c: New file, from GNU gettext.
37814         * m4/relocatable.m4: New file, from GNU gettext.
37815
37816 2007-02-28  Bruno Haible  <bruno@clisp.org>
37817
37818         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37819
37820         * modules/xreadlink: New file, from GNU gettext with modifications.
37821         * lib/xreadlink.c: New file, from GNU gettext.
37822         * lib/xreadlink.h: Add comments.
37823         (xreadlink): New declaration.
37824
37825         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37826         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37827         lib/xreadlink-with-size.c.
37828         (configure.ac): Remove gl_XREADLINK invocation.
37829         (Makefile.am): Augment lib_SOURCES.
37830         * m4/xreadlink.m4: Remove file.
37831         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37832         (xreadlink_with_size): Renamed from xreadink.
37833         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37834         * modules/canonicalize (Depends-on): Replace xreadlink with
37835         xreadlink-with-size.
37836         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37837
37838 2007-02-25  Jim Meyering  <jim@meyering.net>
37839
37840         * build-aux/announce-gen: When complaining about excess arguments,
37841         list them.
37842
37843 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37844
37845         * README: Document signed integer overflow situation more
37846         accurately.
37847
37848 2007-02-25  Bruno Haible  <bruno@clisp.org>
37849
37850         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37851         'a' or 'A' conversion.
37852
37853 2007-02-25  Bruno Haible  <bruno@clisp.org>
37854
37855         * modules/filename: Renamed from modules/pathname.
37856         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37857         lib/concatpath.c with lib/concat-filename.c.
37858         (Makefile.am): Update.
37859         (Include): Replace pathname.h with filename.h.
37860         * lib/filename.h: Renamed from lib/pathname.h.
37861         (concatenated_filename): Renamed from concatenated_pathname.
37862         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37863         (concatenated_filename): Renamed from concatenated_pathname.
37864         * lib/findprog.c: Include filename.h instead of pathname.h.
37865         (find_in_path): Update.
37866         * lib/javacomp.c: Include filename.h instead of pathname.h.
37867         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37868         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37869         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37870         is_oldgcj_14_13_usable, is_javac_usable): Update.
37871         * lib/javaexec.c: Include filename.h instead of pathname.h.
37872         (execute_java_class): Update.
37873         * modules/findprog: Update.
37874         * modules/javacomp: Update.
37875         * modules/javaexec: Update.
37876         * MODULES.html.sh (File system functions): Add 'filename', remove
37877         'pathname'.
37878
37879 2007-02-25  Bruno Haible  <bruno@clisp.org>
37880
37881         * modules/printf-frexpl-tests: New file.
37882         * tests/test-printf-frexpl.c: New file.
37883
37884         * modules/printf-frexpl: New file.
37885         * lib/printf-frexpl.h: New file.
37886         * lib/printf-frexpl.c: New file.
37887         * m4/printf-frexpl.m4: New file.
37888
37889 2007-02-25  Bruno Haible  <bruno@clisp.org>
37890
37891         * modules/printf-frexp-tests: New file.
37892         * tests/test-printf-frexp.c: New file.
37893
37894         * modules/printf-frexp: New file.
37895         * lib/printf-frexp.h: New file.
37896         * lib/printf-frexp.c: New file.
37897         * m4/printf-frexp.m4: New file.
37898
37899 2007-02-25  Bruno Haible  <bruno@clisp.org>
37900
37901         Assume automake >= 1.10 for the tests.
37902         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37903         * modules/arctwo-tests: Likewise.
37904         * modules/argp-tests: Likewise.
37905         * modules/avltree-list-tests: Likewise.
37906         * modules/avltree-oset-tests: Likewise.
37907         * modules/avltreehash-list-tests: Likewise.
37908         * modules/carray-list-tests: Likewise.
37909         * modules/crc-tests: Likewise.
37910         * modules/des-tests: Likewise.
37911         * modules/gc-arcfour-tests: Likewise.
37912         * modules/gc-arctwo-tests: Likewise.
37913         * modules/gc-des-tests: Likewise.
37914         * modules/gc-hmac-md5-tests: Likewise.
37915         * modules/gc-hmac-sha1-tests: Likewise.
37916         * modules/gc-md2-tests: Likewise.
37917         * modules/gc-md4-tests: Likewise.
37918         * modules/gc-md5-tests: Likewise.
37919         * modules/gc-pbkdf2-sha1-tests: Likewise.
37920         * modules/gc-rijndael-tests: Likewise.
37921         * modules/gc-sha1-tests: Likewise.
37922         * modules/gc-tests: Likewise.
37923         * modules/getaddrinfo-tests: Likewise.
37924         * modules/hmac-md5-tests: Likewise.
37925         * modules/hmac-sha1-tests: Likewise.
37926         * modules/linked-list-tests: Likewise.
37927         * modules/linkedhash-list-tests: Likewise.
37928         * modules/lock-tests: Likewise.
37929         * modules/md2-tests: Likewise.
37930         * modules/md4-tests: Likewise.
37931         * modules/md5-tests: Likewise.
37932         * modules/rbtree-list-tests: Likewise.
37933         * modules/rbtree-oset-tests: Likewise.
37934         * modules/rbtreehash-list-tests: Likewise.
37935         * modules/read-file-tests: Likewise.
37936         * modules/rijndael-tests: Likewise.
37937         * modules/stdint-tests: Likewise.
37938         * modules/tls-tests: Likewise.
37939
37940 2007-02-24  Bruno Haible  <bruno@clisp.org>
37941
37942         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37943         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37944         function; instead check whether isnan with a double argument links.
37945         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37946         function; instead check whether isnan with a 'long double' argument
37947         links.
37948         Reported by Eric Blake <ebb9@byu.net>.
37949
37950 2007-02-24  Bruno Haible  <bruno@clisp.org>
37951
37952         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37953         defined.
37954         * lib/isnanl.c: Remove all code. Just include isnan.c.
37955         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37956
37957 2007-02-25  Jim Meyering  <jim@meyering.net>
37958
37959         Avoid conflicting types for 'unsetenv' on FreeBSD.
37960         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37961         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37962         in stdlib.h.
37963
37964 2007-02-24  Bruno Haible  <bruno@clisp.org>
37965
37966         * modules/isnanl-nolibm-tests: New file.
37967         * tests/test-isnanl.c: New file.
37968
37969         * modules/isnanl-nolibm: New file.
37970         * lib/isnanl.h: New file.
37971         * lib/isnanl.c: New file.
37972         * m4/isnanl.m4: New file.
37973
37974 2007-02-24  Bruno Haible  <bruno@clisp.org>
37975
37976         * modules/isnan-nolibm-tests: New file.
37977         * tests/test-isnan.c: New file.
37978
37979         * modules/isnan-nolibm: New file.
37980         * lib/isnan.h: New file.
37981         * lib/isnan.c: New file.
37982         * m4/isnan.m4: New file.
37983
37984 2007-02-24  Bruno Haible  <bruno@clisp.org>
37985
37986         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37987         assume that an exponent fits in 20 bits.
37988
37989 2007-02-24  Jim Meyering  <jim@meyering.net>
37990
37991         * m4/regex.m4: Update the description of the configure-time option,
37992         --without-included-regex, to state accurately what the defaults are,
37993         and perhaps to give people an idea why using this option is risky.
37994
37995 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37996
37997         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37998         loops on small arguments.  This attempts to avoid the problem
37999         Bruno Haible reported for AIX 4.3.2 in
38000         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38001
38002 2007-02-23  Bruno Haible  <bruno@clisp.org>
38003
38004         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38005         Needed for help2man.
38006
38007 2007-02-23  Karl Berry  <karl@gnu.org>
38008
38009         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38010         exists, foo.h should be cvs-ignored, not committed.
38011
38012 2007-02-23  Eric Blake  <ebb9@byu.net>
38013
38014         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38015         * lib/stat-time.h (includes): Likewise.
38016         * lib/utimecmp.c (includes): Likewise.
38017         * lib/utimens.h (includes): Likewise.
38018         * lib/getdate.y (includes): Also include "timespec.h" for use
38019         internal to the module.
38020         * modules/utimens (Depends-on): Revert yesterday's patch.
38021         * modules/nanosleep (Depends-on): Add missing dependency.
38022
38023 2007-02-22  Bruno Haible  <bruno@clisp.org>
38024
38025         * lib/glob.c: Don't include getlogin_r.h.
38026
38027 2007-02-22  Jim Meyering  <jim@meyering.net>
38028
38029         * modules/utimens (Depends-on): Add timespec, required for
38030         utimens.h's inclusion of timespec.h.
38031
38032 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38033
38034         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38035         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38036         Schwab in
38037         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38038         I'll try to think of a better way to fix the Solaris problem.
38039
38040         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38041         like glibc; on Solaris 10, it fails with errno == EINVAL.
38042         POSIX says the behavior is unspecified if the first argument is NULL,
38043         so play it safe and never pass NULL to the system getcwd.
38044
38045 2007-02-21  Jim Meyering  <jim@meyering.net>
38046
38047         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38048         of gettimeofday.  It would conflict with the one now always
38049         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38050         an IRIX 6.5 build failure.
38051
38052 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38053
38054         Minor fixups to port to Solaris 10 with Sun C 5.8.
38055         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38056         * modules/getcwd (Depends-on): Add dirfd.
38057         * lib/putenv.c (putenv): #undef it.
38058         (rpl_putenv): New decl.
38059         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38060
38061 2007-02-20  Bruno Haible  <bruno@clisp.org>
38062
38063         * modules/stdio-tests: New file.
38064         * tests/test-stdio.c: New file.
38065
38066         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38067         (Depends-on): Add stdio.
38068         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38069         (Include): Use <stdio.h> instead of vsnprintf.h.
38070         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38071         HAVE_DECL_VSNPRINTF.
38072         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38073
38074         * modules/snprintf (Files): Remove lib/snprintf.h.
38075         (Depends-on): Add stdio.
38076         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38077         (Include): Use <stdio.h> instead of snprintf.h.
38078         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38079         HAVE_DECL_SNPRINTF.
38080         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38081         * lib/getaddrinfo.c: Likewise.
38082
38083         * modules/stdio: New file.
38084         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38085         * lib/snprintf.h: Remove file.
38086         * lib/vsnprintf.h: Remove file.
38087         * lib/.cppi-disable: Remove snprintf.h.
38088         * m4/stdio_h.m4: New file.
38089         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38090
38091 2007-02-20  Jim Meyering  <jim@meyering.net>
38092
38093         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38094         used by e.g., mingw.  From Bruno Haible.
38095
38096 2007-02-19  Bruno Haible  <bruno@clisp.org>
38097
38098         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38099         warnings.
38100         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38101
38102 2007-02-19  Bruno Haible  <bruno@clisp.org>
38103
38104         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38105         from mingw users.
38106
38107 2007-02-19  Bruno Haible  <bruno@clisp.org>
38108
38109         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38110         warnings.
38111         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38112
38113 2007-02-19  Jim Meyering  <jim@meyering.net>
38114
38115         Don't use FD after a successful "fdopendir (fd)".
38116         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38117         Reset it by calling dirfd on the just-obtained DIR*.
38118
38119         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38120         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38121
38122 2007-02-18  Bruno Haible  <bruno@clisp.org>
38123
38124         * lib/readlink.c: Include <unistd.h>.
38125         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38126         HAVE_READLINK.
38127         * modules/readlink (Depends-on): Add unistd.
38128         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38129         (Include): Add <unistd.h>.
38130
38131         * lib/getlogin_r.h: Remove file.
38132         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38133         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38134         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38135         HAVE_DECL_GETLOGIN_R.
38136         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38137         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38138         (Include): Use <unistd.h> instead of getlogin_r.h.
38139
38140         * lib/getcwd.h: Remove file.
38141         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38142         * lib/xgetcwd.c: Likewise.
38143         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38144         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38145         * modules/getcwd (Files): Remove lib/getcwd.h.
38146         (Depends-on): Add unistd.
38147         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38148         (Include): Use <unistd.h> instad of getcwd.h.
38149
38150         * lib/ftruncate.c: Include <unistd.h> first.
38151         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38152         Set HAVE_FTRUNCATE.
38153         * modules/ftruncate (Depends-on): Add unistd.
38154         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38155
38156         * lib/fchdir.c: Include <unistd.h> first.
38157         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38158         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38159         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38160         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38161         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38162
38163         * lib/dup2.c: Include <unistd.h> first.
38164         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38165         HAVE_DUP2.
38166         * modules/dup2 (Depends-on): Add unistd.
38167         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38168
38169         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38170         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38171         REPLACE_CHOWN. Don't define chown as a macro here.
38172         * modules/chown (Depends-on): Add unistd.
38173         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38174
38175         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38176         Add definition for GL_LINK_WARNING.
38177         (chown, dup2): New declarations.
38178         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38179         link warning.
38180         (ftruncate): New declaration.
38181         (getcwd): New declaration, taken from old getcwd.h.
38182         (getlogin_r): New declaration, taken from old getlogin_r.h.
38183         (readlink): New declaration.
38184         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38185         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38186         (gl_PREREQ_UNISTD): Remove macro.
38187         (gl_UNISTD_MODULE_INDICATOR): New macro.
38188         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38189         many new variables. Don't set UNISTD_H.
38190         * modules/unistd (Description): Change.
38191         (Depends-on): Add link-warning.
38192         (configure.ac): Update.
38193         (Makefile.am): Create unistd.h always. Substitute many new variables
38194         into it.
38195
38196 2007-02-18  Bruno Haible  <bruno@clisp.org>
38197
38198         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38199         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38200         HAVE_GETSUBOPT.
38201         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38202         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38203         * lib/getsubopt.h: Remove file.
38204         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38205         (Depends-on): Add stdlib.
38206         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38207         (Includes): Use <stdlib.h> instead of getsubopt.h.
38208         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38209         Set HAVE_GETSUBOPT.
38210         * lib/getsubopt.c: Don't include getsubopt.h.
38211
38212 2007-02-18  Bruno Haible  <bruno@clisp.org>
38213
38214         * modules/fchdir (Depends-on): Add dup2.
38215
38216 2007-02-18  Bruno Haible  <bruno@clisp.org>
38217
38218         * lib/stdlib_.h: Handle glibc's special invocation convention
38219         specially.
38220
38221 2007-02-18  Bruno Haible  <bruno@clisp.org>
38222
38223         * modules/stdlib-tests: New file.
38224         * tests/test-stdlib.c: New file.
38225
38226         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38227         (Depends-on): Add stdlib.
38228         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38229         (Includes): Use <stdlib.h> instead of mkstemp.h.
38230         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38231         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38232         * lib/mkstemp.c: Don't include mkstemp.h.
38233         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38234         * lib/stdlib--.h: Don't include mkstemp.h.
38235
38236         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38237         (Depends-on): Add stdlib.
38238         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38239         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38240         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38241         HAVE_MKDTEMP.
38242         * lib/mkdtemp.c: Don't include mkdtemp.h.
38243         * lib/clean-temp.c: Don't include mkdtemp.h.
38244
38245         * modules/exit (Files): Remove lib/exit.h.
38246         (Depends-on): Add stdlib.
38247         (Makefile.am): Remove lib_SOURCES.
38248         (Include): Use <stdlib.h> instead of exit.h.
38249         * lib/argmatch.c: Don't include exit.h.
38250         * lib/execute.c: Likewise.
38251         * lib/pagealign_alloc.c: Likewise.
38252         * lib/pipe.c: Likewise.
38253         * lib/wait-process.c: Likewise.
38254         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38255         * lib/exitfail.c: Likewise.
38256         * lib/savewd.c: Likewise.
38257         * lib/xsetenv.c: Likewise.
38258
38259         * modules/stdlib: New file.
38260         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38261         and extra comments about mkstemp().
38262         * lib/exit.h: Remove file.
38263         * lib/mkdtemp.h: Remove file.
38264         * lib/mkstemp.h: Remove file.
38265         * m4/stdlib_h.m4: New file.
38266         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38267
38268 2007-02-18  Bruno Haible  <bruno@clisp.org>
38269
38270         * modules/math-tests: New file.
38271         * tests/test-math.c: New file.
38272
38273         * modules/math: New file.
38274         * modules/mathl (Files): Remove lib/mathl.h.
38275         (Depends-on): Add math.
38276         (Makefile.am): Don't mention mathl.h.
38277         (Include): Use <math.h> instead of mathl.h.
38278         * lib/math_.h: New file.
38279         * lib/mathl.h: Remove file.
38280         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38281         mathl.h.
38282         * lib/asinl.c: Likewise.
38283         * lib/atanl.c: Likewise.
38284         * lib/ceill.c: Likewise.
38285         * lib/cosl.c: Likewise.
38286         * lib/expl.c: Likewise.
38287         * lib/floorl.c: Likewise.
38288         * lib/frexpl.c: Likewise.
38289         * lib/ldexpl.c: Likewise.
38290         * lib/logl.c: Likewise.
38291         * lib/sincosl.c: Likewise.
38292         * lib/sinl.c: Likewise.
38293         * lib/sqrtl.c: Likewise.
38294         * lib/tanl.c: Likewise.
38295         * lib/trigl.c: Likewise.
38296         * m4/math_h.m4: New file.
38297         * MODULES.html.sh (Mathematics): Add math.
38298
38299 2007-02-17  Bruno Haible  <bruno@clisp.org>
38300
38301         * modules/wctype-tests: New file.
38302         * tests/test-wctype.c: New file.
38303
38304         * modules/wchar-tests: New file.
38305         * tests/test-wchar.c: New file.
38306
38307         * modules/unistd-tests: New file.
38308         * tests/test-unistd.c: New file.
38309
38310         * modules/time-tests: New file.
38311         * tests/test-time.c: New file.
38312
38313         * modules/sysexits-tests: New file.
38314         * tests/test-sysexits.c: New file.
38315
38316         * modules/sys_time-tests: New file.
38317         * tests/test-sys_time.c: New file.
38318
38319         * modules/sys_stat-tests: New file.
38320         * tests/test-sys_stat.c: New file.
38321
38322         * modules/sys_socket-tests: New file.
38323         * tests/test-sys_socket.c: New file.
38324
38325         * modules/sys_select-tests: New file.
38326         * tests/test-sys_select.c: New file.
38327
38328         * modules/string-tests: New file.
38329         * tests/test-string.c: New file.
38330
38331         * modules/stdbool-tests: New file.
38332         * tests/test-stdbool.c: New file.
38333
38334         * modules/netinet_in-tests: New file.
38335         * tests/test-netinet_in.c: New file.
38336
38337         * modules/inttypes-tests: New file.
38338         * tests/test-inttypes.c: New file.
38339
38340         * modules/fcntl-tests: New file.
38341         * tests/test-fcntl.c: New file.
38342
38343         * modules/byteswap-tests: New file.
38344         * tests/test-byteswap.c: New file.
38345
38346         * modules/arpa_inet-tests: New file.
38347         * tests/test-arpa_inet.c: New file.
38348
38349 2007-02-17  Bruno Haible  <bruno@clisp.org>
38350
38351         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38352         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38353         if the corresponding module is not enabled. Emit link warnings if
38354         the function is used nevertheless.
38355         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38356         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38357         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38358         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38359         * modules/inttypes (Depends-on): Add link-warning.
38360         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38361         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38362         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38363         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38364         * modules/imaxdiv (configure.ac): Likewise.
38365         * modules/strtoimax (configure.ac): Likewise.
38366         * modules/strtoumax (configure.ac): Likewise.
38367
38368 2007-02-17  Bruno Haible  <bruno@clisp.org>
38369
38370         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38371         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38372         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38373         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38374
38375 2007-02-17  Bruno Haible  <bruno@clisp.org>
38376
38377         * modules/link-warning: New file.
38378         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38379         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38380         * modules/string (Depends-on): Add link-warning.
38381         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38382         string.h.
38383         * MODULES.html.sh (Support for building libraries and executables): Add
38384         link-warning.
38385
38386 2007-02-17  Bruno Haible  <bruno@clisp.org>
38387
38388         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38389         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38390         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38391         long lines.
38392
38393 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38394             Bruno Haible  <bruno@clisp.org>
38395
38396         * modules/tmpfile: New file.
38397         * lib/tmpfile.c: New file.
38398         * m4/tmpfile.m4: New file.
38399         * MODULES.html.sh (func_all_modules): New section "Input/output".
38400
38401 2007-02-15  Bruno Haible  <bruno@clisp.org>
38402
38403         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38404         (supports_delete_on_close): New function.
38405         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38406
38407 2007-02-14  Bruno Haible  <bruno@clisp.org>
38408
38409         * modules/mbspcasecmp-tests: New file.
38410         * tests/test-mbspcasecmp.sh: New file.
38411         * tests/test-mbspcasecmp.c: New file.
38412
38413         New module mbspcasecmp.
38414         * modules/mbspcasecmp: New file.
38415         * lib/mbspcasecmp.c: New file.
38416         * lib/string_.h (strncasecmp): Change warning message.
38417         (mbspcasecmp): New declaration.
38418         * m4/mbspcasecmp.m4: New file.
38419         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38420         GNULIB_MBSPCASECMP.
38421         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38422         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38423
38424 2007-02-14  Bruno Haible  <bruno@clisp.org>
38425
38426         * modules/mbsncasecmp-tests: New file.
38427         * tests/test-mbsncasecmp.sh: New file.
38428         * tests/test-mbsncasecmp.c: New file.
38429
38430         New module mbsncasecmp.
38431         * modules/mbsncasecmp: New file.
38432         * lib/mbsncasecmp.c: New file.
38433         * lib/string_.h (mbsncasecmp): New declaration.
38434         * m4/mbsncasecmp.m4: New file.
38435         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38436         GNULIB_MBSNCASECMP.
38437         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38438         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38439
38440 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38441
38442         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38443         Verify that it doesn't overlap with our flags.
38444         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38445         do not have the desired effect in multibyte locales; instead, use
38446         mbscasecmp.
38447         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38448         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38449         we don't require GNU fnmatch ourselves (if our users require it, they
38450         should do so explicitly).
38451
38452         Fix regex code so it doesn't rely on strcasecmp.
38453         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38454         Otherwise, include gnulib's langinfo.h.
38455         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38456         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38457         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38458         * modules/regex (FILES): Remove m4/codeset.m4.
38459         (Depends-on): Add localcharset.  Remove strcase.
38460
38461 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38462
38463         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38464         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38465
38466 2007-02-13  Bruno Haible  <bruno@clisp.org>
38467
38468         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38469         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38470
38471 2007-02-12  Bruno Haible  <bruno@clisp.org>
38472
38473         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38474         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38475         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38476         time warning rather than a link error.
38477
38478 2007-02-12  Bruno Haible  <bruno@clisp.org>
38479
38480         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38481         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38482         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38483
38484 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38485
38486         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38487         args, not 2.
38488
38489 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38490
38491         New module 'time', so that apps can include <time.h> as per
38492         POSIX and GNU instead of separate include files like time_r.h
38493         and timegm.h.  This implementation tries out a simpler approach
38494         for replacing decls in standard include files (as compared to
38495         the string module), somewhat as an experiment.
38496
38497         * config/srclist.txt: Comment out mktime.c for now.
38498         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38499         since it doesn't apply any more.  Use generic wording instead.
38500         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38501         'time'.
38502         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38503         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38504         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38505         Don't include <sys/types.h>; no longer needed since we assume C89.
38506         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38507         * lib/strftime.c: Likewise.
38508         * lib/time_r.c: Likewise.
38509         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38510         * lib/nanosleep.c: Include <time.h> first, to check interface.
38511         * lib/strptime.c: Likewise.
38512         * lib/time_r.c: Likewise.
38513         * lib/timegm.c: Likewise.
38514         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38515         needed.
38516         * lib/timegm.c: Don't include timegm.h; no longer needed.
38517         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38518         time.h now handles any problems in that area.
38519         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38520         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38521         that time.h defines struct timespec.
38522         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38523         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38524         handles that.
38525         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38526         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38527         needed.  Set REPLACE_LOCALTIME.
38528         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38529         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38530         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38531         nanosleep; time_h.m4 now does that.  Don't require
38532         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38533         module handles this now.
38534         * modules/getdate (Depends-on): Remove timespec.  Add time.
38535         * modules/nanosleep (Depends-on): Likewise.
38536         * modules/stat-time (Depends-on): Likewise.
38537         * modules/nanosleep (Include): Include time.h, not timespec.h.
38538         * modules/strptime (Files): Remove lib/strptime.h.
38539         (Depends-on): Add extensions, time.
38540         (Include): Include time.h, not strptime.h.
38541         * modules/time_r (Files): Remove lib/time_r.h.
38542         (Depends-on): Add time.
38543         (Include): Include time.h, not time_r.h.
38544         * modules/timegm: Likewise.
38545         * modules/timespec (Description): Now does timespec-related decls
38546         of our own, instead of struct timespec itself.
38547         (Depends-on): Add time; remove extensions.
38548         (Maintainer): Add self.
38549         * modules/utimecmp (Depends-on): Add time; remove timespec.
38550         * modules/utimens (Depends-on): Likewise.
38551         * modules/xnanosleep (Depends-on): Likewise.
38552
38553 2007-02-11  Bruno Haible  <bruno@clisp.org>
38554
38555         * lib/c-strstr.c: Include allocsa.h.
38556         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38557         * lib/c-strcasestr.c: Include allocsa.h.
38558         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38559         * lib/strcasestr.c: Include allocsa.h.
38560         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38561         * lib/mbsstr.c: Include allocsa.h.
38562         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38563         allocsa/freesa instead of malloc/free.
38564         * lib/mbscasestr.c: Include allocsa.h.
38565         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38566         allocsa/freesa instead of malloc/free.
38567         * modules/c-strstr (Depends-on): Add allocsa.
38568         * modules/c-strcasestr (Depends-on): Likewise.
38569         * modules/strcasestr (Depends-on): Likewise.
38570         * modules/mbsstr (Depends-on): Likewise.
38571         * modules/mbscasestr (Depends-on): Likewise.
38572
38573 2007-02-11  Bruno Haible  <bruno@clisp.org>
38574
38575         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38576
38577         * modules/mbsspn-tests: New file.
38578         * tests/test-mbsspn.sh: New file.
38579         * tests/test-mbsspn.c: New file.
38580
38581 2007-02-11  Bruno Haible  <bruno@clisp.org>
38582
38583         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38584
38585         * modules/mbspbrk-tests: New file.
38586         * tests/test-mbspbrk.sh: New file.
38587         * tests/test-mbspbrk.c: New file.
38588
38589 2007-02-11  Bruno Haible  <bruno@clisp.org>
38590
38591         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38592         unneeded cast.
38593
38594         * modules/mbscspn-tests: New file.
38595         * tests/test-mbscspn.sh: New file.
38596         * tests/test-mbscspn.c: New file.
38597
38598 2007-02-11  Bruno Haible  <bruno@clisp.org>
38599
38600         * modules/mbscasecmp-tests: New file.
38601         * tests/test-mbscasecmp.sh: New file.
38602         * tests/test-mbscasecmp.c: New file.
38603
38604 2007-02-11  Bruno Haible  <bruno@clisp.org>
38605
38606         Ensure O(n) worst-case complexity of mbscasestr.
38607         * lib/mbscasestr.c: Include stdbool.h.
38608         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38609         functions.
38610         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38611         the bookkeeping indicates that it's worth it.
38612         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38613
38614         * modules/mbscasestr-tests: New file.
38615         * tests/test-mbscasestr1.c: New file.
38616         * tests/test-mbscasestr2.sh: New file.
38617         * tests/test-mbscasestr2.c: New file.
38618         * tests/test-mbscasestr3.sh: New file.
38619         * tests/test-mbscasestr3.c: New file.
38620         * tests/test-mbscasestr4.sh: New file.
38621         * tests/test-mbscasestr4.c: New file.
38622         * m4/locale-tr.m4: New file.
38623
38624 2007-02-11  Bruno Haible  <bruno@clisp.org>
38625
38626         Ensure O(n) worst-case complexity of mbsstr.
38627         * lib/mbsstr.c: Include stdbool.h.
38628         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38629         functions.
38630         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38631         bookkeeping indicates that it's worth it.
38632         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38633
38634         * modules/mbsstr-tests: New file.
38635         * tests/test-mbsstr1.c: New file.
38636         * tests/test-mbsstr2.sh: New file.
38637         * tests/test-mbsstr2.c: New file.
38638         * tests/test-mbsstr3.sh: New file.
38639         * tests/test-mbsstr3.c: New file.
38640         * m4/locale-fr.m4: New file.
38641
38642 2007-02-11  Bruno Haible  <bruno@clisp.org>
38643
38644         * lib/mbsrchr.c (mbsrchr): Fix bug.
38645
38646         * modules/mbsrchr-tests: New file.
38647         * tests/test-mbsrchr.sh: New file.
38648         * tests/test-mbsrchr.c: New file.
38649
38650 2007-02-11  Bruno Haible  <bruno@clisp.org>
38651
38652         * lib/mbschr.c (mbschr): Fix bug.
38653
38654         * modules/mbschr-tests: New file.
38655         * tests/test-mbschr.sh: New file.
38656         * tests/test-mbschr.c: New file.
38657         * m4/locale-zh.m4: New file.
38658
38659 2007-02-11  Bruno Haible  <bruno@clisp.org>
38660
38661         Support for copying multibyte string iterators.
38662         * lib/mbiter.h: Include <string.h>.
38663         (mbiter_multi_copy): New function.
38664         (mbi_copy): New macro.
38665         * lib/mbuiter.h: Include <string.h>.
38666         (mbuiter_multi_copy): New function.
38667         (mbui_copy): New macro.
38668
38669 2007-02-11  Bruno Haible  <bruno@clisp.org>
38670
38671         New module mbslen.
38672         * modules/mbslen: New file.
38673         * lib/mbslen.c: New file.
38674         * lib/string_.h (mbslen): New declaration.
38675         * m4/mbslen.m4: New file.
38676         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38677         GNULIB_MBSLEN.
38678         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38679         * MODULES.html.sh (Internationalization functions): Add mbslen.
38680
38681 2007-02-11  Bruno Haible  <bruno@clisp.org>
38682
38683         Ensure O(n) worst-case complexity of strcasestr substitute.
38684         * lib/strcasestr.c: Include stdbool.h.
38685         (knuth_morris_pratt): New function.
38686         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38687         bookkeeping indicates that it's worth it.
38688         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38689
38690         * modules/strcasestr-tests: New file.
38691         * tests/test-strcasestr.c: New file.
38692
38693 2007-02-11  Bruno Haible  <bruno@clisp.org>
38694
38695         Ensure O(n) worst-case complexity of c_strcasestr.
38696         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38697         (knuth_morris_pratt): New function.
38698         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38699         the bookkeeping indicates that it's worth it.
38700         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38701
38702         * modules/c-strcasestr-tests: New file.
38703         * tests/test-c-strcasestr.c: New file.
38704
38705 2007-02-11  Bruno Haible  <bruno@clisp.org>
38706
38707         Ensure O(n) worst-case complexity of c_strstr.
38708         * lib/c-strstr.c: Include stdbool.h, string.h.
38709         (knuth_morris_pratt): New function.
38710         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38711         bookkeeping indicates that it's worth it.
38712         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38713
38714         * lib/c-strstr.c: Complete rewrite for maintainability.
38715
38716         * modules/c-strstr-tests: New file.
38717         * tests/test-c-strstr.c: New file.
38718
38719 2007-02-11  Bruno Haible  <bruno@clisp.org>
38720
38721         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38722         5.2.1 and earlier, whereby \055 was treated just like the range
38723         delimiter '-'.
38724         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38725
38726 2007-02-08  Bruno Haible  <bruno@clisp.org>
38727
38728         * modules/regex (Depends-on): Add stdbool.
38729         Reported by Dalibor Topic <robilad@kaffe.org>.
38730
38731 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38732
38733         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38734         Prefer returning from main to exiting from it.
38735         Remove unnecessary parens after sizeof.
38736
38737 2007-02-05  Bruno Haible  <bruno@clisp.org>
38738
38739         New module mbssep.
38740         * modules/mbssep: New file.
38741         * lib/mbssep.c: New file.
38742         * lib/string_.h (strsep): Add a conditional link warning.
38743         (mbssep): New declaration.
38744         * m4/mbssep.m4: New file.
38745         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38746         GNULIB_MBSSEP.
38747         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38748         * MODULES.html.sh (Internationalization functions): Add mbssep.
38749
38750 2007-02-05  Bruno Haible  <bruno@clisp.org>
38751
38752         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38753         Optimize search in case of 1 delimiter.
38754
38755 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38756
38757         * lib/acl.h: Include sys/types.h before sys/acl.h.
38758
38759 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38760
38761         Merge upstream fix for glibc bugzilla #3957:
38762
38763         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38764
38765         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38766         bit for RE_HAT_LISTS_NOT_NEWLINE.
38767         (build_charclass_op): Remove bogus comment.
38768
38769 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38770
38771         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38772
38773 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38774
38775         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38776         * lib/memmem.c [!defined _LIBC]: Include config.h.
38777
38778 2007-02-04  Bruno Haible  <bruno@clisp.org>
38779
38780         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38781         warning message.
38782
38783 2007-02-04  Bruno Haible  <bruno@clisp.org>
38784
38785         New module mbstok_r.
38786         * modules/mbstok_r: New file.
38787         * lib/mbstok_r.c: New file.
38788         * lib/string_.h (strtok_r): Change argument names to match the
38789         comments. Add a conditional link warning.
38790         (mbstok_r): New declaration.
38791         * m4/mbstok_r.m4: New file.
38792         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38793         GNULIB_MBSTOK_R.
38794         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38795         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38796
38797 2007-02-04  Bruno Haible  <bruno@clisp.org>
38798
38799         New module mbsspn.
38800         * modules/mbsspn: New file.
38801         * lib/mbsspn.c: New file.
38802         * lib/string_.h (strspn): Add a conditional link warning.
38803         (mbsspn): New declaration.
38804         * m4/mbsspn.m4: New file.
38805         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38806         GNULIB_MBSSPN.
38807         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38808         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38809
38810 2007-02-04  Bruno Haible  <bruno@clisp.org>
38811
38812         New module mbspbrk.
38813         * modules/mbspbrk: New file.
38814         * lib/mbspbrk.c: New file.
38815         * lib/string_.h (strpbrk): Add a conditional link warning.
38816         (mbspbrk): New declaration.
38817         * m4/mbspbrk.m4: New file.
38818         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38819         GNULIB_MBSPBRK.
38820         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38821         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38822
38823 2007-02-04  Bruno Haible  <bruno@clisp.org>
38824
38825         New module mbscspn.
38826         * modules/mbscspn: New file.
38827         * lib/mbscspn.c: New file.
38828         * lib/string_.h (strcspn): Add a conditional link warning.
38829         (mbscspn): New declaration.
38830         * m4/mbscspn.m4: New file.
38831         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38832         GNULIB_MBSCSPN.
38833         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38834         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38835
38836 2007-02-04  Bruno Haible  <bruno@clisp.org>
38837
38838         New module mbscasestr, reduced goal of strcasestr.
38839         * modules/mbscasestr: New file.
38840         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38841         (mbscasestr): Renamed from strcasestr.
38842         * lib/strcasestr.c: Don't include mbuiter.h.
38843         (strcasestr): Remove support for multibyte locales.
38844         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38845         Change the conditional link warning.
38846         (mbscasestr): New declaration.
38847         * m4/mbscasestr.m4: New file.
38848         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38849         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38850         REPLACE_STRCASESTR.
38851         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38852         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38853         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38854         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38855         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38856         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38857         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38858         (Depends-on): Remove mbuiter.
38859         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38860
38861 2007-02-04  Bruno Haible  <bruno@clisp.org>
38862
38863         Simplify handling of strncasecmp.
38864         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38865         the conditional link warning.
38866         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38867         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38868         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38869         * modules/strcase (configure.ac): Don't invoke
38870         gl_STRING_MODULE_INDICATOR.
38871         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38872
38873 2007-02-04  Bruno Haible  <bruno@clisp.org>
38874
38875         New module mbscasecmp, reduced goal of strcasecmp.
38876         * modules/mbscasecmp: New file.
38877         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38878         (mbscasecmp): Renamed from strcasecmp.
38879         * lib/strcasecmp.c: Don't include mbuiter.h.
38880         (strcasecmp): Remove support for multibyte locales.
38881         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38882         Change the conditional link warning.
38883         (mbscasecmp): New declaration.
38884         * m4/mbscasecmp.m4: New file.
38885         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38886         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38887         REPLACE_STRCASECMP.
38888         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38889         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38890         GNULIB_MBSCASECMP.
38891         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38892         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38893         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38894         (Depends-on): Remove mbuiter.
38895         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38896
38897 2007-02-04  Bruno Haible  <bruno@clisp.org>
38898
38899         New module mbsstr. Remove module strstr.
38900         * modules/mbsstr: New file.
38901         * modules/strstr: Remove file.
38902         * lib/mbsstr.c: Renamed from lib/strstr.c.
38903         (mbsstr): Renamed from strstr.
38904         * lib/string_.h (strstr): Remove declaration. Change the conditional
38905         link warning.
38906         (mbsstr): New declaration.
38907         * m4/mbsstr.m4: New file.
38908         * m4/strstr.m4: Remove file.
38909         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38910         REPLACE_STRSTR.
38911         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38912         Don't initialize GNULIB_STRSTR.
38913         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38914         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38915         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38916         (Support for systems lacking ANSI C 89): Remove strstr.
38917
38918 2007-02-04  Bruno Haible  <bruno@clisp.org>
38919
38920         New module mbsrchr.
38921         * modules/mbsrchr: New file.
38922         * lib/mbsrchr.c: New file.
38923         * lib/string_.h (strrchr): Add a conditional link warning.
38924         (mbsrchr): New declaration.
38925         * m4/mbsrchr.m4: New file.
38926         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38927         GNULIB_MBSRCHR.
38928         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38929         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38930
38931 2007-02-04  Bruno Haible  <bruno@clisp.org>
38932
38933         New module mbschr.
38934         * modules/mbschr: New file.
38935         * lib/mbschr.c: New file.
38936         * lib/string_.h (strchr): Add a conditional link warning.
38937         (mbschr): New declaration.
38938         * m4/mbschr.m4: New file.
38939         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38940         GNULIB_MBSCHR.
38941         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38942         * MODULES.html.sh (Internationalization functions): Add mbschr.
38943
38944 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38945
38946         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38947
38948         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38949
38950 2007-02-04  Bruno Haible  <bruno@clisp.org>
38951
38952         New module description section 'configure.ac-early'.
38953         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38954         (func_get_autoconf_early_snippet): New function.
38955         (func_import, func_create_testdir): Use it. Remove special cases for
38956         modules 'extensions' and 'lock'.
38957         * modules/extensions (configure.ac-early): Require
38958         gl_USE_SYSTEM_EXTENSIONS.
38959         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38960
38961 2007-02-04  Bruno Haible  <bruno@clisp.org>
38962
38963         Make use of gcj-4.3's -fsource and -ftarget option.
38964         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38965         and if so try the options -fsource and -ftarget.
38966         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38967         source_version, ftarget_option, target_version arguments.
38968         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38969         (is_envjavac_oldgcj_14_14_usable): Renamed from
38970         is_envjavac_gcj_14_14_usable.
38971         (is_envjavac_oldgcj_14_13_usable): Renamed from
38972         is_envjavac_gcj_14_13_usable.
38973         (is_gcj_present): Update.
38974         (is_gcj_43, is_gcj43_usable): New functions.
38975         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38976         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38977         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38978         try the options -fsource and -ftarget.
38979
38980 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38981
38982         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38983         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38984         larger value.
38985
38986 2007-02-03  Jim Meyering  <jim@meyering.net>
38987
38988         Give tools a better chance to allocate space for very large buffers.
38989         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38990
38991         Make pwd and readlink work also when run with an unreadable parent dir
38992         on systems with openat support.
38993         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38994         provided getcwd function, even when we have openat support.
38995         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38996
38997 2007-02-02  Bruno Haible  <bruno@clisp.org>
38998
38999         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39000         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39001         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39002         portability problems if one of these functions is only used on specific
39003         platforms.
39004         Reported by Paul Eggert.
39005
39006 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39007
39008         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39009         is causing more trouble than it's curing.
39010         * lib/regex_internal.h (__mempcpy): Remove.
39011         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39012         (and make the code a tad smaller to boot).
39013         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39014
39015 2007-02-02  Jim Meyering  <jim@meyering.net>
39016
39017         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39018         section, not in the Makefile.am: one.
39019
39020 2007-02-02  Eric Blake  <ebb9@byu.net>
39021
39022         * lib/strchrnul.c: Always include config.h first.
39023
39024         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39025         gnulib strstr is not necessary here.
39026
39027 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39028
39029         * m4/socklen.m4: Fix typo.
39030
39031 2007-02-02  Eric Blake  <ebb9@byu.net>
39032
39033         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39034         * modules/netinet_in (Makefile.am): Likewise.
39035
39036 2007-02-01  Bruno Haible  <bruno@clisp.org>
39037
39038         * lib/string_.h (GL_LINK_WARNING): New macro.
39039         (strcasecmp, strstr, strcasestr): If provided by the system,
39040         conditionally define as a macro that leads to a warning instead of to
39041         an error.
39042         (strncasecmp): Conditionally define as a macro that leads to a warning.
39043
39044 2007-02-01  Karl Berry  <karl@gnu.org>
39045
39046         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39047
39048 2007-02-01  Bruno Haible  <bruno@clisp.org>
39049
39050         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39051         renamings.
39052
39053 2007-02-01  Eric Blake  <ebb9@byu.net>
39054
39055         * modules/regex (Depends-on): Revert dependence on mempcpy.
39056         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39057         module's definition of mempcpy.
39058         Reported by Paul Eggert.
39059
39060 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39061
39062         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39063         the symbol XYZ before redefining it.  This fixes a problem with
39064         programs that don't use XYZ, when compiled on systems that define
39065         XYZ to something else.
39066
39067 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39068
39069         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39070         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39071         writeable to group or other and (2) is intended to have a special
39072         mode bit that is set or cleared.  In such a case, the directory
39073         should be neither group- nor other-writeable until the special
39074         mode bits are right.
39075
39076 2007-01-31  Eric Blake  <ebb9@byu.net>
39077
39078         * modules/mountlist (Depends-on): Add strstr.
39079
39080         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39081         bug.
39082         * modules/string (Makefile.am): Remove redundant replacement.
39083         * modules/regex (Depends-on): Add mempcpy.
39084
39085 2007-01-31  Bruno Haible  <bruno@clisp.org>
39086
39087         New module description field 'Link'.
39088         * gnulib-tool (func_usage): Document --extract-link-directive.
39089         (sed_extract_prog): Recognize 'Link' directive.
39090         (func_get_link_directive): New function.
39091         (func_import): Show summary of link directives.
39092         Handle --extract-link-directive option.
39093         * modules/acl (Link): New section.
39094         * modules/clock-time (Link): New section.
39095         * modules/euidaccess (Link): New section.
39096         * modules/gettext (Link): New section.
39097         * modules/iconv (Link): New section.
39098         * modules/lock (Link): New section.
39099         * modules/nanosleep (Link): New section.
39100         * modules/readline (Link): New section.
39101
39102 2007-01-27  Bruno Haible  <bruno@clisp.org>
39103
39104         Enforce the use of gnulib modules for unportable <string.h> functions.
39105         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39106         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39107         (gl_HEADER_STRING_H_BODY): Require it.
39108         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39109         the symbol XYZ to one that gives a link error.
39110         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39111         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39112         * modules/mempcpy (configure.ac): Likewise.
39113         * modules/memrchr (configure.ac): Likewise.
39114         * modules/stpcpy (configure.ac): Likewise.
39115         * modules/stpncpy (configure.ac): Likewise.
39116         * modules/strcase (configure.ac): Likewise.
39117         * modules/strcasestr (configure.ac): Likewise.
39118         * modules/strchrnul (configure.ac): Likewise.
39119         * modules/strdup (configure.ac): Likewise.
39120         * modules/strndup (configure.ac): Likewise.
39121         * modules/strnlen (configure.ac): Likewise.
39122         * modules/strpbrk (configure.ac): Likewise.
39123         * modules/strsep (configure.ac): Likewise.
39124         * modules/strstr (configure.ac): Likewise.
39125         * modules/strtok_r (configure.ac): Likewise.
39126
39127 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39128
39129         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39130
39131 2007-01-30  Jim Meyering  <jim@meyering.net>
39132
39133         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39134
39135 2007-01-29  Bruno Haible  <bruno@clisp.org>
39136
39137         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39138         * lib/execute.c: Likewise.
39139         * lib/pipe.c: Likewise.
39140         * lib/printf-args.h: Likewise.
39141         * lib/printf-args.c: Likewise.
39142         * lib/printf-parse.c: Likewise.
39143         * lib/vasnprintf.c: Likewise.
39144
39145 2007-01-29  Eric Blake  <ebb9@byu.net>
39146
39147         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39148         declaration.
39149
39150 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39151
39152         * lib/strptime.h (strptime): Use 'restrict' for args where
39153         POSIX requires this.
39154         * lib/strptime.c (strptime): Likewise.
39155         Change license notice from LGPL to GPL, since gnulib-tool will
39156         change this as needed.
39157         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39158         defined.
39159         Include "strptime.h" first, to check interface.
39160         Do not #undef _LIBC and _NL_CURRENT.
39161         Do not include <stdlib.h>; no longer needed.
39162         Include "time_r.h" and declare ptime_locale_status
39163         only if _LIBC is not defined.
39164         (__P): Remove unused macro.
39165         (match_string): Bring back glibc version, but use it only if _LIBC
39166         is defined.
39167         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39168         Remove unnecessary assertion and abort() call.
39169         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39170         * m4/strptime.m4: Fix serial number comment.
39171         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39172         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39173         (Depends-on): Add time_r.
39174
39175 2007-01-29  Bruno Haible  <bruno@clisp.org>
39176
39177         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39178         strptime.
39179         * modules/strptime (Depends-on): Add stdbool.
39180         * lib/strptime.h: Include <time.h> always. Add comments.
39181
39182 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39183
39184         * modules/strptime: New file.
39185         * lib/strptime.h: New file.
39186         * lib/strptime.c: New file.
39187         * m4/strptime.m4: New file.
39188
39189 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39190
39191         * MODULES.html.sh: New module mpsort.
39192         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39193
39194         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39195         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39196         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39197         All uses changed.
39198         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39199         All uses changed.
39200         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39201         to _Restrict_.
39202         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39203         the parameter matches the prototype.
39204
39205 2007-01-28  Jim Meyering  <jim@meyering.net>
39206
39207         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39208         sys/time.h here, reverting that part of the previous patch:
39209         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39210
39211 2007-01-28  Bruno Haible  <bruno@clisp.org>
39212
39213         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39214         value of $(SYS_TIME_H).
39215         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39216         remove it conditionally, too. [added by Jim Meyering]
39217         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39218         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39219         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39220         GETTIMEOFDAY_REPLACEMENT to 1.
39221
39222 2007-01-28  Bruno Haible  <bruno@clisp.org>
39223
39224         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39225         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39226         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39227         Set UNISTD_H instead of UNISTD_H2.
39228         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39229
39230 2007-01-28  Bruno Haible  <bruno@clisp.org>
39231
39232         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39233         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39234
39235 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39236
39237         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39238         (func_create_testdir): Ensure C locale for `grep' and `tr'
39239         character ranges.
39240         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39241         ACLOCAL_AMFLAGS parsing state machine.
39242
39243 2007-01-27  Bruno Haible  <bruno@clisp.org>
39244
39245         * modules/unistr/base: Update.
39246
39247 2007-01-27  Bruno Haible  <bruno@clisp.org>
39248
39249         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39250         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39251         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39252         modules/unistr/u32-mbtouc.
39253         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39254         * lib/unistr.h: Update.
39255         * lib/linebreak.c: Update.
39256         * modules/unistr/u32-mbtouc: Renamed from
39257         modules/unistr/u32-mbtouc-safe.
39258         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39259         * lib/unistr.h: Update.
39260         * lib/unistr/u32-to-u8.c: Update.
39261         * lib/unistr/u32-to-u16.c: Update.
39262
39263 2007-01-27  Bruno Haible  <bruno@clisp.org>
39264
39265         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39266         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39267         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39268         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39269         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39270         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39271         modules/unistr/u16-mbtouc.
39272         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39273         * lib/unistr.h: Update.
39274         * lib/linebreak.c: Update.
39275         * modules/linebreak: Update.
39276         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39277         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39278         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39279         * modules/unistr/u16-mbtouc: Renamed from
39280         modules/unistr/u16-mbtouc-safe.
39281         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39282         * lib/unistr.h: Update.
39283         * lib/unistr/u16-to-u8.c: Update.
39284         * modules/unistr/u16-to-u8: Update.
39285         * lib/unistr/u16-to-u32.c: Update.
39286         * modules/unistr/u16-to-u32: Update.
39287
39288 2007-01-27  Bruno Haible  <bruno@clisp.org>
39289
39290         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39291         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39292         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39293         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39294         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39295         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39296         modules/unistr/u8-mbtouc.
39297         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39298         * lib/unistr.h: Update.
39299         * lib/striconveh.c: Update.
39300         * modules/striconveh: Update.
39301         * lib/linebreak.c: Update.
39302         * modules/linebreak: Update.
39303         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39304         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39305         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39306         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39307         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39308         * lib/unistr.h: Update.
39309         * lib/striconveh.c: Update.
39310         * modules/striconveh: Update.
39311         * lib/unistr/u8-to-u16.c: Update.
39312         * modules/unistr/u8-to-u16: Update.
39313         * lib/unistr/u8-to-u32.c: Update.
39314         * modules/unistr/u8-to-u32: Update.
39315
39316 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39317
39318         Sync from Libtool.
39319         * lib/argz.c: Do not include strings.h nor memory.h, include
39320         string.h unconditionally.  Patch by Simon Josefsson.
39321
39322 2007-01-27  Bruno Haible  <bruno@clisp.org>
39323
39324         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39325         from gl_HEADER_STRING_H_BODY.
39326         (gl_HEADER_STRING_H_BODY): Require it.
39327         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39328         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39329         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39330         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39331         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39332         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39333         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39334         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39335         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39336         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39337         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39338         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39339         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39340         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39341         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39342
39343 2007-01-27  Bruno Haible  <bruno@clisp.org>
39344
39345         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39346         check_PROGRAMS into noinst_PROGRAMS.
39347         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39348         check_PROGRAMS in this case.
39349         (func_import): Set for_test to false.
39350         (func_create_testdir): Set for_test to true.
39351
39352 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39353             Bruno Haible  <bruno@clisp.org>
39354
39355         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39356         (Depends-on): Add string.
39357         (Includes): Use <string.h> instead of strcasestr.h.
39358         * modules/string (Makefile.am): Also substitute the value of
39359         REPLACE_STRCASESTR.
39360         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39361         assume strcasestr is declared in <string.h> not <strings.h>. Also
39362         set REPLACE_STRCASESTR.
39363         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39364         REPLACE_STRCASESTR.
39365         * lib/strcasestr.h: Remove file.
39366         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39367         * lib/string_.h (strcasestr): New declaration.
39368
39369 2007-01-27  Bruno Haible  <bruno@clisp.org>
39370
39371         * lib/string_.h: Use 'extern'.
39372
39373 2007-01-27  Jim Meyering  <jim@meyering.net>
39374
39375         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39376         of set-but-not-used local, "q".
39377
39378         * lib/mempcpy.c: Include <config.h> before <string.h>.
39379         This fixes a compilation error on HP-UX, due to the system's
39380         "restrict"-using mempcpy prototype.
39381
39382 2007-01-26  Bruno Haible  <bruno@clisp.org>
39383
39384         Small optimization.
39385         * lib/javacomp.c: Include c-strstr.h.
39386          (is_envjavac_gcj): Use c_strstr instead of strstr.
39387         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39388
39389 2007-01-26  Bruno Haible  <bruno@clisp.org>
39390
39391         * MODULES.html.sh (Unicode string functions): Add the new modules.
39392
39393         * modules/uniconv/u32-strconv-to-locale: New file.
39394         * lib/uniconv/u32-strconv-to-locale.c: New file.
39395
39396         * modules/uniconv/u16-strconv-to-locale: New file.
39397         * lib/uniconv/u16-strconv-to-locale.c: New file.
39398
39399         * modules/uniconv/u8-strconv-to-locale: New file.
39400         * lib/uniconv/u8-strconv-to-locale.c: New file.
39401
39402         * modules/uniconv/u32-strconv-from-locale: New file.
39403         * lib/uniconv/u32-strconv-from-locale.c: New file.
39404
39405         * modules/uniconv/u16-strconv-from-locale: New file.
39406         * lib/uniconv/u16-strconv-from-locale.c: New file.
39407
39408         * modules/uniconv/u8-strconv-from-locale: New file.
39409         * lib/uniconv/u8-strconv-from-locale.c: New file.
39410
39411         * modules/uniconv/u32-strconv-to-enc: New file.
39412         * lib/uniconv/u32-strconv-to-enc.c: New file.
39413         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39414         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39415
39416         * modules/uniconv/u16-strconv-to-enc: New file.
39417         * lib/uniconv/u16-strconv-to-enc.c: New file.
39418         * lib/uniconv/u-strconv-to-enc.h: New file.
39419         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39420         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39421
39422         * modules/uniconv/u8-strconv-to-enc: New file.
39423         * lib/uniconv/u8-strconv-to-enc.c: New file.
39424         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39425         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39426
39427         * modules/uniconv/u32-strconv-from-enc: New file.
39428         * lib/uniconv/u32-strconv-from-enc.c: New file.
39429         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39430         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39431
39432         * modules/uniconv/u16-strconv-from-enc: New file.
39433         * lib/uniconv/u16-strconv-from-enc.c: New file.
39434         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39435         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39436
39437         * modules/uniconv/u8-strconv-from-enc: New file.
39438         * lib/uniconv/u8-strconv-from-enc.c: New file.
39439         * lib/uniconv/u-strconv-from-enc.h: New file.
39440         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39441         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39442
39443         * modules/uniconv/u32-conv-from-enc: New file.
39444         * lib/uniconv/u32-conv-from-enc.c: New file.
39445         * modules/uniconv/u32-conv-from-enc-tests: New file.
39446         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39447
39448         * modules/uniconv/u16-conv-from-enc: New file.
39449         * lib/uniconv/u16-conv-from-enc.c: New file.
39450         * lib/uniconv/u-conv-from-enc.h: New file.
39451         * modules/uniconv/u16-conv-from-enc-tests: New file.
39452         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39453
39454         * modules/uniconv/u8-conv-from-enc: New file.
39455         * lib/uniconv/u8-conv-from-enc.c: New file.
39456         * modules/uniconv/u8-conv-from-enc-tests: New file.
39457         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39458
39459         * modules/uniconv/base: New file.
39460         * lib/uniconv.h: New file.
39461
39462 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39463
39464         * doc/gnulib-tool.texi (Initial import): Update to match current
39465         behavior with strdup module.
39466         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39467         * lib/memmem.h: Remove; all uses removed.  This is now done
39468         by <string.h>.
39469         * lib/mempcpy.h: Likewise.
39470         * lib/memrchr.h: Likewise.
39471         * lib/stpcpy.h: Likewise.
39472         * lib/stpncpy.h: Likewise.
39473         * lib/strcase.h: Likewise.
39474         * lib/strchrnul.h: Likewise.
39475         * lib/strdup.h: Likewise.
39476         * lib/strndup.h: Likewise.
39477         * lib/strnlen.h: Likewise.
39478         * lib/strpbrk.h: Likewise.
39479         * lib/strsep.h: Likewise.
39480         * lib/strstr.h: Likewise.
39481         * lib/strtok_r.h: Likewise.
39482         * lib/string_.h: New file.
39483         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39484         Rely on <string.h> instead.
39485         * lib/canon-host.c: Likewise.
39486         * lib/chdir-long.c: Likewise.
39487         * lib/concatpath.c: Likewise.
39488         * lib/exclude.c: Likewise.
39489         * lib/fchdir.c: Likewise.
39490         * lib/getaddrinfo.c: Likewise.
39491         * lib/getcwd.c: Likewise.
39492         * lib/getsubopt.c: Likewise.
39493         * lib/glob.c: Likewise.
39494         * lib/hard-locale.c: Likewise.
39495         * lib/iconvme.c: Likewise.
39496         * lib/javacomp.c: Likewise.
39497         * lib/mempcpy.c: Likewise.
39498         * lib/memrchr.c: Likewise.
39499         * lib/regex_internal.h: Likewise.
39500         * lib/stpncpy.c: Likewise.
39501         * lib/strcasecmp.c: Likewise.
39502         * lib/strchrnul.c: Likewise.
39503         * lib/strdup.c: Likewise.
39504         * lib/striconv.c: Likewise.
39505         * lib/striconveh.c: Likewise.
39506         * lib/striconveha.c: Likewise.
39507         * lib/strncasecmp.c: Likewise.
39508         * lib/strndup.c: Likewise.
39509         * lib/strnlen.c: Likewise.
39510         * lib/strsep.c: Likewise.
39511         * lib/strstr.c: Likewise.
39512         * lib/strtok_r.c: Likewise.
39513         * lib/userspec.c: Likewise.
39514         * lib/w32spawn.h: Likewise.
39515         * lib/xstrndup.c: Likewise.
39516         * lib/mountlist.c (strstr): Remove decl.
39517         * m4/string_h.m4: New file.
39518         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39519         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39520         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39521         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39522         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39523         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39524         Set REPLACE_STRCASECMP if necessary.
39525         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39526         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39527         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39528         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39529         HAVE_DECL_STRDUP if necessary.
39530         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39531         since gl_FUNC_STRNDUP does that now.
39532         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39533         Check for decl here...
39534         (gl_PREREQ_STRNLEN): ... not here.
39535         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39536         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39537         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39538         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39539         necessary.
39540         * modules/string: New file.
39541         * modules/memmem (Files): Remove special-purpose include file.
39542         (Depends-on): Add string.
39543         (Include): Include <string.h>, not the removed file.
39544         * modules/mempcpy: Likewise.
39545         * modules/memrchr: Likewise.
39546         * modules/stpcpy: Likewise.
39547         * modules/stpncpy: Likewise.
39548         * modules/strcase: Likewise.
39549         * modules/strchrnul: Likewise.
39550         * modules/strdup: Likewise.
39551         * modules/strndup: Likewise.
39552         * modules/strnlen: Likewise.
39553         * modules/strpbrk: Likewise.
39554         * modules/strsep: Likewise.
39555         * modules/strstr: Likewise.
39556         * modules/strtok_r: Likewise.
39557         * tests/test-dirname.c: Don't include "strdup.h", since
39558         <string.h> now suffices.
39559         * tests/test-memmem.c: Don't include "memmem.h", since
39560         <string.h> now suffices.
39561
39562 2007-01-25  Bruno Haible  <bruno@clisp.org>
39563
39564         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39565         *resultp is 0.
39566
39567         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39568         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39569         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39570         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39571
39572         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39573         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39574         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39575         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39576         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39577         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39578
39579 2007-01-24  Bruno Haible  <bruno@clisp.org>
39580
39581         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39582         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39583         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39584         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39585         gl_FUNC_FTS_CORE.
39586         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39587         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39588         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39589         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39590         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39591         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39592         gl_FUNC_FCHOWNAT.
39593         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39594         gl_FUNC_STRFTIME.
39595         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39596         Reported by Ralf Wildenhues.
39597
39598 2007-01-24  Bruno Haible  <bruno@clisp.org>
39599
39600         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39601         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39602         gl_GETADDRINFO.
39603         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39604         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39605         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39606
39607 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39608
39609         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39610         Don't use 'exit'; just return from 'main'.
39611         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39612
39613         * lib/fnmatch_.h: Readjust white space and comments to match
39614         glibc, to avoid spurious diffs.
39615
39616 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39617
39618         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39619         2004-12-01 change by Jakub Jelinek, since this code won't compile
39620         if !LIBC.  Problem reported by Bob Proulx.
39621
39622 2007-01-23  Bruno Haible  <bruno@clisp.org>
39623
39624         * lib/striconveh.c: Include c-strcaseeq.h.
39625         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39626         * modules/striconveh (Depends-on): Add c-strcaseeq.
39627
39628 2007-01-23  Bruno Haible  <bruno@clisp.org>
39629
39630         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39631
39632         * modules/c-strcaseeq: New file.
39633         * lib/c-strcaseeq.h: New file.
39634
39635         * modules/streq: New file.
39636         * lib/streq.h: New file.
39637
39638 2007-01-23  Bruno Haible  <bruno@clisp.org>
39639
39640         * modules/striconveha-tests: New file.
39641         * tests/test-striconveha.c: New file.
39642
39643         * lib/striconveha.h: Include <stdbool.h>.
39644         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39645         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39646         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39647         (mem_iconveha): New function.
39648         (str_iconveha_notranslit): Renamed from str_iconveha.
39649         (str_iconveha): New function.
39650         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39651         c-strcase.
39652
39653 2007-01-23  Bruno Haible  <bruno@clisp.org>
39654
39655         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39656         encodings without forgiving before trying any encoding with handler.
39657         (str_iconveha): Try all encodings without forgiving before trying any
39658         encoding with handler.
39659
39660 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39661
39662         Import the following changes from libc.
39663
39664         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39665
39666         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39667
39668         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39669
39670         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39671         normal_bracket label.
39672
39673         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39674
39675         [BZ #361]
39676         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39677         to normal_bracket after fetching the next character.
39678
39679 2007-01-22  Bruno Haible  <bruno@clisp.org>
39680
39681         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39682         argument.
39683         * lib/striconveh.c (iconv_carefully_1): New function.
39684         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39685         argument.
39686         (str_cd_iconveh): Update.
39687         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39688         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39689         * tests/test-striconveh.c (MAGIC): New macro.
39690         (new_offsets): New function.
39691         (main): Test call with and without offsets.
39692
39693 2007-01-22  Bruno Haible  <bruno@clisp.org>
39694
39695         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39696         * modules/sys_select (Makefile.am): Likewise.
39697         * modules/sys_socket (Makefile.am): Likewise.
39698         * modules/sys_time (Makefile.am): Likewise.
39699
39700 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39701
39702         * modules/gettimeofday (License): Change from GPL to LGPL, since
39703         gettimeofday is a library function.
39704
39705 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39706
39707         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39708
39709 2007-01-21  Bruno Haible  <bruno@clisp.org>
39710
39711         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39712
39713 2007-01-21  Bruno Haible  <bruno@clisp.org>
39714
39715         * modules/striconveha: New file.
39716         * lib/striconveha.h: New file.
39717         * lib/striconveha.c: New file.
39718         * MODULES.html.sh (Internationalization functions): Add striconveha.
39719         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39720         string.
39721         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39722
39723 2007-01-21  Bruno Haible  <bruno@clisp.org>
39724
39725         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39726         * lib/striconveh.c (str_iconveh): Likewise.
39727
39728 2007-01-21  Bruno Haible  <bruno@clisp.org>
39729
39730         * lib/striconveh.h (mem_iconveh): New declaration.
39731         * lib/striconveh.c (mem_iconveh): New function.
39732         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39733
39734 2007-01-21  Bruno Haible  <bruno@clisp.org>
39735
39736         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39737
39738         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39739         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39740         original result buffer.
39741         (str_cd_iconveh): Update.
39742         * tests/test-striconveh.c (main): Update.
39743
39744         * lib/striconv.h (mem_cd_iconv): Change specification.
39745         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39746         result buffer.
39747         (str_cd_iconv): Update.
39748         * tests/test-striconv.c (main): Update.
39749
39750 2007-01-21  Bruno Haible  <bruno@clisp.org>
39751
39752         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39753
39754 2007-01-20  Jim Meyering  <jim@meyering.net>
39755
39756         * lib/userspec.c (parse_with_separator): If a user or group string
39757         starts with "+", skip the corresponding name-to-ID look-up, since
39758         such a look-up must fail: user and group names may not include "+".
39759
39760 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39761
39762         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39763         since we now assume the sys_time module.
39764         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39765         check for sys/time.h; no longer needed.
39766         * modules/poll (Depends-on): Depend on sys_time.
39767
39768 2007-01-18  Bruno Haible  <bruno@clisp.org>
39769
39770         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39771         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39772
39773         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39774         gettimeofday.
39775
39776         * tests/test-gettimeofday.c: Include <time.h>.
39777         (dummy): Remove variable.
39778
39779         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39780         gl_HEADER_SYS_TIME_H.
39781         (gl_HEADER_SYS_TIME_H): New macro.
39782
39783         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39784         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39785         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39786         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39787         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39788         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39789         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39790         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39791         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39792         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39793         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39794
39795         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39796         last change; it caused a compilation error when cross-compiling to
39797         Cygwin.
39798
39799 2007-01-18  Jim Meyering  <jim@meyering.net>
39800
39801         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39802         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39803         than the race-prone "test -d sys || mkdir sys".
39804         (configure.ac): Use AC_PROG_MKDIR_P.
39805         * modules/sys_select: Likewise.
39806         * modules/sys_socket: Likewise.
39807         * modules/sys_time: Likewise.
39808
39809 2007-01-18  Eric Blake  <ebb9@byu.net>
39810
39811         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39812         replace gettimeofday.
39813         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39814         name, to avoid infinite recursion.
39815
39816 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39817
39818         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39819         module sys_time.
39820         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39821         assume timespec.h defines struct timeval.
39822         * lib/settime.c: Likewise.
39823         * lib/utimens.c: Likewise.
39824         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39825         since we now assume the gettimeofday module.
39826         * lib/tempname.c (__gen_tempname): Likewise.
39827         * lib/gettimeofday.h: Remove.
39828         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39829         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39830         Include <time.h>, for 'time()'.
39831         (localtime_buffer_addr): Also use this workaround if
39832         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39833         to simplify the uses.  All uses changed.
39834         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39835         that #undef is inside {}, and 'const' follows type name consistently.
39836         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39837         (gettimeofday): Do not use the maximum possible value for
39838         tv->tv_usec, since that might break usages other than ls.c.
39839         Instead, we'll leave ls.c alone.  This undoes today's patch
39840         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39841         we've never observed the problem but might as well keep the
39842         canary.
39843         * lib/nanosleep.c: Include timespec.h first, for interface check.
39844         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39845         now assume the sys_time module.
39846         * lib/tempname.c: Likewise.
39847         * lib/timespec.h: Likewise.
39848         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39849         needed.
39850         * lib/strftime.c: Likewise.
39851         * lib/timespec.h: Likewise.
39852         * lib/posixtm.c: Include posixtm.h first, for interface check.
39853         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39854         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39855         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39856         * lib/sys_time_.h: New file.
39857         * lib/timespec.h (struct timespec): Use long int, not long.
39858         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39859         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39860         Remove obsolescent call to AC_HEADER_TIME.
39861         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39862         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39863         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39864         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39865         Likewise.
39866         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39867         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39868         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39869         into the sys_time module.  Check for gettimeofday just once.
39870         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39871         for gettimeofday signature to just check the signature.  Merely
39872         compile it, since linking doesn't test signature.  Improve test for
39873         whether gettimeofday.o is actually needed.
39874         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39875         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39876         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39877         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39878         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39879         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39880         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39881         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39882         than worrying about sys/time.h.
39883         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39884         Don't bother worrying about TIME_WITH_SYS_TIME.
39885         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39886         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39887         * m4/sys_time_h.m4: New file.
39888         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39889         Don't include sys/time.h.  Return from main rather than exiting.
39890         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39891         all uses changed.
39892         * modules/gethrxtime (Depends-on): Add sys_time.
39893         * modules/gettime (Depends-on): Likewise.
39894         * modules/gettimeofday (Depends-on): Likewise.
39895         * modules/nanosleep (Depends-on): Likewise.
39896         * modules/settime (Depends-on): Likewise.
39897         * modules/tempname (Depends-on): Likewise.
39898         * modules/utimens (Depends-on): Likewise.
39899         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39900         (Include:) Change back to <sys/time.h>.
39901         (Maintainer:) Add self.
39902         * modules/sys_time: New file.
39903         * modules/tempname (Depends-on): Add gettimeofday.
39904         * tests/test-gettimeofday.c: Include <sys/time.h>
39905         rather than gettimeofday.h.
39906
39907 2007-01-17  Bruno Haible  <bruno@clisp.org>
39908
39909         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39910         the license default to GPL.
39911         (func_create_testdir): Don't complain if a module is LGPL and its
39912         tests module depends on GPLed modules.
39913
39914 2007-01-17  Bruno Haible  <bruno@clisp.org>
39915
39916         * lib/gettimeofday.c (gettimeofday): Add code for the case
39917         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39918         maximum possible value for tv->tv_usec, rather than the minimum one.
39919
39920 2005-10-08  Martin Lambers  <marlam@marlam.de>
39921 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39922 2007-01-16  Bruno Haible  <bruno@clisp.org>
39923
39924         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39925         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39926         gl_FUNC_GETTIMEOFDAY.
39927         (Include): Add gettimeofday.h.
39928         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39929         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39930         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39931         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39932         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39933         * lib/gettimeofday.h: New file.
39934         * lib/gettimeofday.c: Include <sys/timeb.h>.
39935         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39936         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39937         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39938         fall back on time().
39939
39940         * tests/test-gettimeofday.c: New file.
39941         * modules/gettimeofday-tests: New file.
39942
39943 2007-01-16  Eric Blake  <ebb9@byu.net>
39944
39945         * modules/fnmatch (Depends-on): Depend on wchar.
39946         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39947         * m4/fnmatch.m4: Likewise.
39948         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39949         * m4/mbchar.m4: Likewise.
39950         * modules/mbswidth (Depends-on): Depend on wchar.
39951         * lib/mbswidth.c: Assume <wchar.h>.
39952         * m4/mbswidth.m4: Likewise.
39953         * modules/quotearg (Depends-on): Depend on wchar.
39954         * lib/quotearg.c: Assume <wchar.h>.
39955         * m4/quotearg.m4: Likewise.
39956         * modules/regex (Depends-on): Depend on wchar.
39957         * lib/regex_internal.h: Assume <wchar.h>.
39958         * m4/regex.m4: Likewise.
39959         * modules/stdint (Depends-on): Depend on wchar.
39960         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39961         * m4/stdint.m4: Likewise.
39962         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39963         * modules/strftime (Depends-on): Depend on wchar.
39964         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39965         * modules/strtol (Depends-on): Depend on wchar.
39966         * lib/strtol.c: Assume <wchar.h>.
39967         * modules/wcwidth (Depends-on): Depend on wchar.
39968         * lib/wcwidth.h: Assume <wchar.h>.
39969         * m4/wcwidth.m4: Likewise.
39970
39971 2007-01-16  Bruno Haible  <bruno@clisp.org>
39972
39973         * modules/csharpexec-script: New, created from...
39974         * modules/csharpexec: ... this.
39975
39976 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39977
39978         * modules/javaexec-script: New, created from...
39979         * modules/javaexec: ... this.
39980
39981 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39982
39983         * modules/poll (Dependencies): Add sys_select.
39984
39985 2007-01-15  Jim Meyering  <jim@meyering.net>
39986
39987         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39988         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39989         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39990         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39991
39992 2007-01-15  Bruno Haible  <bruno@clisp.org>
39993
39994         * modules/striconveh: New file.
39995         * lib/striconveh.h: New file.
39996         * lib/striconveh.c: New file.
39997         * MODULES.html.sh (Internationalization functions): Add striconveh.
39998
39999         * modules/striconveh-tests: New file.
40000         * tests/test-striconveh.c: New file.
40001
40002 2007-01-15  Bruno Haible  <bruno@clisp.org>
40003
40004         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40005         not from GNU libiconv or GNU libc.
40006
40007 2007-01-15  Bruno Haible  <bruno@clisp.org>
40008
40009         * doc/gnulib-intro.texi (Copyright): Explain the different license
40010         terms for module descriptions, autoconf macros, tests, documentation.
40011
40012 2007-01-14  Bruno Haible  <bruno@clisp.org>
40013
40014         * modules/striconv-tests: New file.
40015         * tests/test-striconv.c: New file.
40016
40017 2007-01-14  Bruno Haible  <bruno@clisp.org>
40018
40019         * modules/iconv-tests: New file.
40020         * tests/test-iconv.c: New file.
40021
40022 2007-01-14  Bruno Haible  <bruno@clisp.org>
40023
40024         * gnulib-tool (func_get_license): For test modules, use the license of
40025         the main module.
40026
40027 2007-01-14  Bruno Haible  <bruno@clisp.org>
40028
40029         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40030         if iconv is found to exist.
40031
40032 2007-01-14  Bruno Haible  <bruno@clisp.org>
40033
40034         * modules/c-ctype-tests: New file.
40035         * tests/test-c-ctype.c: New file.
40036
40037 2007-01-14  Bruno Haible  <bruno@clisp.org>
40038
40039         * modules/binary-io-tests: New file.
40040         * tests/test-binary-io.sh: New file.
40041         * tests/test-binary-io.c: New file.
40042
40043 2007-01-14  Bruno Haible  <bruno@clisp.org>
40044
40045         * modules/array-oset-tests: New file.
40046         * tests/test-array_oset.c: New file.
40047
40048 2007-01-14  Bruno Haible  <bruno@clisp.org>
40049
40050         * modules/array-list-tests: New file.
40051         * tests/test-array_list.c: New file.
40052
40053 2007-01-14  Bruno Haible  <bruno@clisp.org>
40054
40055         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40056         and make.
40057         Reported by Simon Josefsson in
40058         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40059
40060 2007-01-14  Bruno Haible  <bruno@clisp.org>
40061
40062         * modules/allocsa-tests: New file.
40063         * tests/test-allocsa.c: New file.
40064
40065 2007-01-14  Bruno Haible  <bruno@clisp.org>
40066
40067         * modules/fchdir (Depends-on): Add absolute-header.
40068         * modules/unistd (Depends-on): Likewise.
40069
40070 2006-12-30  Bruno Haible  <bruno@clisp.org>
40071
40072         * modules/fchdir: New file.
40073         * modules/unistd (Files): Add lib/unistd_.h.
40074         (Makefile.am): Generate unistd.h from unistd_.h.
40075         * lib/fchdir.c: New file.
40076         * lib/dirent_.h: New file.
40077         * lib/unistd_.h: New file.
40078         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40079         * m4/fchdir.m4: New file.
40080         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40081         (gl_HEADER_UNISTD): Invoke it.
40082         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40083         function.
40084         * lib/backupfile.c (opendir, closedir): Undefine.
40085         * lib/chown.c (open, close): Undefine.
40086         * lib/clean-temp.c (open, close): Undefine.
40087         * lib/copy-file.c (open, close): Undefine.
40088         * lib/execute.c (open, close): Undefine.
40089         * lib/fsusage.c (open, close): Undefine.
40090         * lib/gc-gnulib.c (open, close): Undefine.
40091         * lib/getcwd.c (opendir, closedir): Undefine.
40092         * lib/glob.c (opendir, closedir): Undefine.
40093         * lib/javacomp.c (open, close): Undefine.
40094         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40095         * lib/openat-proc.c (open, close): Undefine.
40096         * lib/pagealign_alloc.c (open, close): Undefine.
40097         * lib/pipe.c (open, close): Undefine.
40098         * lib/progreloc.c (open, close): Undefine.
40099         * lib/savedir.c (opendir, closedir): Undefine.
40100         * lib/utime.c (open, close): Undefine.
40101         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40102
40103 2007-01-10  Bruno Haible  <bruno@clisp.org>
40104
40105         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40106
40107 2007-01-12  Eric Blake  <ebb9@byu.net>
40108
40109         Provide a robust <wchar.h>.  Further simplifications are now
40110         possible in other modules, but not included here.
40111         * modules/wchar: New module.
40112         * m4/wchar.m4: New file.
40113         * lib/wchar_.h: Likewise.
40114         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40115         of the new module.
40116         * MODULES.html.sh (Extended multibyte and wide character utilities):
40117         New section.
40118
40119 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40120
40121         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40122         to a reasonable default for memory allocation.
40123         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40124         file system that reports garbage st_size values for symlinks.
40125         Problem reported by Liyang Hu.
40126
40127 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40128
40129         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40130         Emacs .#* auto-save files).
40131
40132 2007-01-11  Bruno Haible  <bruno@clisp.org>
40133
40134         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40135         directory.
40136
40137 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40138
40139         Use @...@ consistently in lib/wctype_.h.
40140         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40141         on it being set to 1 or 0.
40142         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40143         go back to AC_SUBSTing it.
40144         * modules/wctype (Makefile.am): Undo previous change.
40145
40146 2007-01-10  Eric Blake  <ebb9@byu.net>
40147
40148         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40149         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40150         * modules/wctype (Makefile.am): Likewise.
40151         Reported by Chris McGuire.
40152
40153 2007-01-10  Jim Meyering  <jim@meyering.net>
40154
40155         fts.c: a small readability/maintainability improvement
40156         * lib/fts.c (fts_read): Make this code slightly more readable and
40157         maintainable by hoisting the "sp->fts_cur = p" assignments to
40158         immediately follow the statements that set P.  Derived from
40159         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40160
40161 2007-01-10  Eric Blake  <ebb9@byu.net>
40162
40163         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40164         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40165         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40166         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40167         Reported by Chris McGuire.
40168
40169 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40170
40171         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40172         in sed script.
40173
40174 2007-01-09  Bruno Haible  <bruno@clisp.org>
40175
40176         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40177         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40178         variables.
40179         (func_module): Use them.
40180
40181 2007-01-09  Bruno Haible  <bruno@clisp.org>
40182
40183         * modules/unistr/base: New file.
40184         * lib/unistr.h: New file.
40185
40186         * modules/unistr/u8-to-u16: New file.
40187         * lib/unistr/u8-to-u16.c: New file.
40188
40189         * modules/unistr/u8-to-u32: New file.
40190         * lib/unistr/u8-to-u32.c: New file.
40191
40192         * modules/unistr/u16-to-u8: New file.
40193         * lib/unistr/u16-to-u8.c: New file.
40194
40195         * modules/unistr/u16-to-u32: New file.
40196         * lib/unistr/u16-to-u32.c: New file.
40197
40198         * modules/unistr/u32-to-u8: New file.
40199         * lib/unistr/u32-to-u8.c: New file.
40200
40201         * modules/unistr/u32-to-u16: New file.
40202         * lib/unistr/u32-to-u16.c: New file.
40203
40204         * modules/unistr/u8-check: New file.
40205         * modules/unistr/u16-check: New file.
40206         * modules/unistr/u32-check: New file.
40207         * lib/unistr/u8-check.c: New file.
40208         * lib/unistr/u16-check.c: New file.
40209         * lib/unistr/u32-check.c: New file.
40210
40211         * modules/unistr/u8-chr: New file.
40212         * modules/unistr/u16-chr: New file.
40213         * modules/unistr/u32-chr: New file.
40214         * lib/unistr/u8-chr.c: New file.
40215         * lib/unistr/u16-chr.c: New file.
40216         * lib/unistr/u32-chr.c: New file.
40217
40218         * modules/unistr/u8-cmp: New file.
40219         * modules/unistr/u16-cmp: New file.
40220         * modules/unistr/u32-cmp: New file.
40221         * lib/unistr/u8-cmp.c: New file.
40222         * lib/unistr/u16-cmp.c: New file.
40223         * lib/unistr/u32-cmp.c: New file.
40224
40225         * modules/unistr/u8-cpy: New file.
40226         * modules/unistr/u16-cpy: New file.
40227         * modules/unistr/u32-cpy: New file.
40228         * lib/unistr/u8-cpy.c: New file.
40229         * lib/unistr/u16-cpy.c: New file.
40230         * lib/unistr/u32-cpy.c: New file.
40231         * lib/unistr/u-cpy.h: New file.
40232
40233         * modules/unistr/u8-cpy-alloc: New file.
40234         * modules/unistr/u16-cpy-alloc: New file.
40235         * modules/unistr/u32-cpy-alloc: New file.
40236         * lib/unistr/u8-cpy-alloc.c: New file.
40237         * lib/unistr/u16-cpy-alloc.c: New file.
40238         * lib/unistr/u32-cpy-alloc.c: New file.
40239         * lib/unistr/u-cpy-alloc.h: New file.
40240
40241         * modules/unistr/u8-endswith: New file.
40242         * modules/unistr/u16-endswith: New file.
40243         * modules/unistr/u32-endswith: New file.
40244         * lib/unistr/u8-endswith.c: New file.
40245         * lib/unistr/u16-endswith.c: New file.
40246         * lib/unistr/u32-endswith.c: New file.
40247         * lib/unistr/u-endswith.h: New file.
40248
40249         * modules/unistr/u8-mblen: New file.
40250         * modules/unistr/u16-mblen: New file.
40251         * modules/unistr/u32-mblen: New file.
40252         * lib/unistr/u8-mblen.c: New file.
40253         * lib/unistr/u16-mblen.c: New file.
40254         * lib/unistr/u32-mblen.c: New file.
40255
40256         * modules/unistr/u8-mbtouc: New file.
40257         * modules/unistr/u16-mbtouc: New file.
40258         * modules/unistr/u32-mbtouc: New file.
40259         * lib/unistr/u8-mbtouc.c: New file.
40260         * lib/unistr/u16-mbtouc.c: New file.
40261         * lib/unistr/u32-mbtouc.c: New file.
40262
40263         * modules/unistr/u8-mbtouc-safe: New file.
40264         * modules/unistr/u16-mbtouc-safe: New file.
40265         * modules/unistr/u32-mbtouc-safe: New file.
40266         * lib/unistr/u8-mbtouc-safe.c: New file.
40267         * lib/unistr/u16-mbtouc-safe.c: New file.
40268         * lib/unistr/u32-mbtouc-safe.c: New file.
40269
40270         * modules/unistr/u8-move: New file.
40271         * modules/unistr/u16-move: New file.
40272         * modules/unistr/u32-move: New file.
40273         * lib/unistr/u8-move.c: New file.
40274         * lib/unistr/u16-move.c: New file.
40275         * lib/unistr/u32-move.c: New file.
40276         * lib/unistr/u-move.h: New file.
40277
40278         * modules/unistr/u8-next: New file.
40279         * modules/unistr/u16-next: New file.
40280         * modules/unistr/u32-next: New file.
40281         * lib/unistr/u8-next.c: New file.
40282         * lib/unistr/u16-next.c: New file.
40283         * lib/unistr/u32-next.c: New file.
40284
40285         * modules/unistr/u8-prev: New file.
40286         * modules/unistr/u16-prev: New file.
40287         * modules/unistr/u32-prev: New file.
40288         * lib/unistr/u8-prev.c: New file.
40289         * lib/unistr/u16-prev.c: New file.
40290         * lib/unistr/u32-prev.c: New file.
40291
40292         * modules/unistr/u8-set: New file.
40293         * modules/unistr/u16-set: New file.
40294         * modules/unistr/u32-set: New file.
40295         * lib/unistr/u8-set.c: New file.
40296         * lib/unistr/u16-set.c: New file.
40297         * lib/unistr/u32-set.c: New file.
40298         * lib/unistr/u-set.h: New file.
40299
40300         * modules/unistr/u8-startswith: New file.
40301         * modules/unistr/u16-startswith: New file.
40302         * modules/unistr/u32-startswith: New file.
40303         * lib/unistr/u8-startswith.c: New file.
40304         * lib/unistr/u16-startswith.c: New file.
40305         * lib/unistr/u32-startswith.c: New file.
40306         * lib/unistr/u-startswith.h: New file.
40307
40308         * modules/unistr/u8-stpcpy: New file.
40309         * modules/unistr/u16-stpcpy: New file.
40310         * modules/unistr/u32-stpcpy: New file.
40311         * lib/unistr/u8-stpcpy.c: New file.
40312         * lib/unistr/u16-stpcpy.c: New file.
40313         * lib/unistr/u32-stpcpy.c: New file.
40314         * lib/unistr/u-stpcpy.h: New file.
40315
40316         * modules/unistr/u8-stpncpy: New file.
40317         * modules/unistr/u16-stpncpy: New file.
40318         * modules/unistr/u32-stpncpy: New file.
40319         * lib/unistr/u8-stpncpy.c: New file.
40320         * lib/unistr/u16-stpncpy.c: New file.
40321         * lib/unistr/u32-stpncpy.c: New file.
40322         * lib/unistr/u-stpncpy.h: New file.
40323
40324         * modules/unistr/u8-strcat: New file.
40325         * modules/unistr/u16-strcat: New file.
40326         * modules/unistr/u32-strcat: New file.
40327         * lib/unistr/u8-strcat.c: New file.
40328         * lib/unistr/u16-strcat.c: New file.
40329         * lib/unistr/u32-strcat.c: New file.
40330         * lib/unistr/u-strcat.h: New file.
40331
40332         * modules/unistr/u8-strchr: New file.
40333         * modules/unistr/u16-strchr: New file.
40334         * modules/unistr/u32-strchr: New file.
40335         * lib/unistr/u8-strchr.c: New file.
40336         * lib/unistr/u16-strchr.c: New file.
40337         * lib/unistr/u32-strchr.c: New file.
40338
40339         * modules/unistr/u8-strcmp: New file.
40340         * modules/unistr/u16-strcmp: New file.
40341         * modules/unistr/u32-strcmp: New file.
40342         * lib/unistr/u8-strcmp.c: New file.
40343         * lib/unistr/u16-strcmp.c: New file.
40344         * lib/unistr/u32-strcmp.c: New file.
40345
40346         * modules/unistr/u8-strcpy: New file.
40347         * modules/unistr/u16-strcpy: New file.
40348         * modules/unistr/u32-strcpy: New file.
40349         * lib/unistr/u8-strcpy.c: New file.
40350         * lib/unistr/u16-strcpy.c: New file.
40351         * lib/unistr/u32-strcpy.c: New file.
40352         * lib/unistr/u-strcpy.h: New file.
40353
40354         * modules/unistr/u8-strcspn: New file.
40355         * modules/unistr/u16-strcspn: New file.
40356         * modules/unistr/u32-strcspn: New file.
40357         * lib/unistr/u8-strcspn.c: New file.
40358         * lib/unistr/u16-strcspn.c: New file.
40359         * lib/unistr/u32-strcspn.c: New file.
40360         * lib/unistr/u-strcspn.h: New file.
40361
40362         * modules/unistr/u8-strdup: New file.
40363         * modules/unistr/u16-strdup: New file.
40364         * modules/unistr/u32-strdup: New file.
40365         * lib/unistr/u8-strdup.c: New file.
40366         * lib/unistr/u16-strdup.c: New file.
40367         * lib/unistr/u32-strdup.c: New file.
40368         * lib/unistr/u-strdup.h: New file.
40369
40370         * modules/unistr/u8-strlen: New file.
40371         * modules/unistr/u16-strlen: New file.
40372         * modules/unistr/u32-strlen: New file.
40373         * lib/unistr/u8-strlen.c: New file.
40374         * lib/unistr/u16-strlen.c: New file.
40375         * lib/unistr/u32-strlen.c: New file.
40376         * lib/unistr/u-strlen.h: New file.
40377
40378         * modules/unistr/u8-strmblen: New file.
40379         * modules/unistr/u16-strmblen: New file.
40380         * modules/unistr/u32-strmblen: New file.
40381         * lib/unistr/u8-strmblen.c: New file.
40382         * lib/unistr/u16-strmblen.c: New file.
40383         * lib/unistr/u32-strmblen.c: New file.
40384
40385         * modules/unistr/u8-strmbtouc: New file.
40386         * modules/unistr/u16-strmbtouc: New file.
40387         * modules/unistr/u32-strmbtouc: New file.
40388         * lib/unistr/u8-strmbtouc.c: New file.
40389         * lib/unistr/u16-strmbtouc.c: New file.
40390         * lib/unistr/u32-strmbtouc.c: New file.
40391
40392         * modules/unistr/u8-strncat: New file.
40393         * modules/unistr/u16-strncat: New file.
40394         * modules/unistr/u32-strncat: New file.
40395         * lib/unistr/u8-strncat.c: New file.
40396         * lib/unistr/u16-strncat.c: New file.
40397         * lib/unistr/u32-strncat.c: New file.
40398         * lib/unistr/u-strncat.h: New file.
40399
40400         * modules/unistr/u8-strncmp: New file.
40401         * modules/unistr/u16-strncmp: New file.
40402         * modules/unistr/u32-strncmp: New file.
40403         * lib/unistr/u8-strncmp.c: New file.
40404         * lib/unistr/u16-strncmp.c: New file.
40405         * lib/unistr/u32-strncmp.c: New file.
40406
40407         * modules/unistr/u8-strncpy: New file.
40408         * modules/unistr/u16-strncpy: New file.
40409         * modules/unistr/u32-strncpy: New file.
40410         * lib/unistr/u8-strncpy.c: New file.
40411         * lib/unistr/u16-strncpy.c: New file.
40412         * lib/unistr/u32-strncpy.c: New file.
40413         * lib/unistr/u-strncpy.h: New file.
40414
40415         * modules/unistr/u8-strnlen: New file.
40416         * modules/unistr/u16-strnlen: New file.
40417         * modules/unistr/u32-strnlen: New file.
40418         * lib/unistr/u8-strnlen.c: New file.
40419         * lib/unistr/u16-strnlen.c: New file.
40420         * lib/unistr/u32-strnlen.c: New file.
40421         * lib/unistr/u-strnlen.h: New file.
40422
40423         * modules/unistr/u8-strpbrk: New file.
40424         * modules/unistr/u16-strpbrk: New file.
40425         * modules/unistr/u32-strpbrk: New file.
40426         * lib/unistr/u8-strpbrk.c: New file.
40427         * lib/unistr/u16-strpbrk.c: New file.
40428         * lib/unistr/u32-strpbrk.c: New file.
40429         * lib/unistr/u-strpbrk.h: New file.
40430
40431         * modules/unistr/u8-strrchr: New file.
40432         * modules/unistr/u16-strrchr: New file.
40433         * modules/unistr/u32-strrchr: New file.
40434         * lib/unistr/u8-strrchr.c: New file.
40435         * lib/unistr/u16-strrchr.c: New file.
40436         * lib/unistr/u32-strrchr.c: New file.
40437
40438         * modules/unistr/u8-strspn: New file.
40439         * modules/unistr/u16-strspn: New file.
40440         * modules/unistr/u32-strspn: New file.
40441         * lib/unistr/u8-strspn.c: New file.
40442         * lib/unistr/u16-strspn.c: New file.
40443         * lib/unistr/u32-strspn.c: New file.
40444         * lib/unistr/u-strspn.h: New file.
40445
40446         * modules/unistr/u8-strstr: New file.
40447         * modules/unistr/u16-strstr: New file.
40448         * modules/unistr/u32-strstr: New file.
40449         * lib/unistr/u8-strstr.c: New file.
40450         * lib/unistr/u16-strstr.c: New file.
40451         * lib/unistr/u32-strstr.c: New file.
40452         * lib/unistr/u-strstr.h: New file.
40453
40454         * modules/unistr/u8-strtok: New file.
40455         * modules/unistr/u16-strtok: New file.
40456         * modules/unistr/u32-strtok: New file.
40457         * lib/unistr/u8-strtok.c: New file.
40458         * lib/unistr/u16-strtok.c: New file.
40459         * lib/unistr/u32-strtok.c: New file.
40460         * lib/unistr/u-strtok.h: New file.
40461
40462         * modules/unistr/u8-uctomb: New file.
40463         * modules/unistr/u16-uctomb: New file.
40464         * modules/unistr/u32-uctomb: New file.
40465         * lib/unistr/u8-uctomb.c: New file.
40466         * lib/unistr/u16-uctomb.c: New file.
40467         * lib/unistr/u32-uctomb.c: New file.
40468
40469         * MODULES.html.sh (Unicode string functions): Add the new modules.
40470
40471 2007-01-08  Bruno Haible  <bruno@clisp.org>
40472
40473         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40474         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40475         subdirectories.
40476
40477 2007-01-08  Karl Berry  <karl@gnu.org>
40478
40479         * doc/error.texi: mention that main() fns must set program_name
40480         when progname is used.
40481
40482 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40483
40484         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40485         WCTYPE_H is empty, for the benefit of builds from non-distclean
40486         directories.  Problem reported by Eric Blake in
40487         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40488
40489 2007-01-08  Bruno Haible  <bruno@clisp.org>
40490
40491         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40492         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40493         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40494         PROVIDE_CANONICALIZE_FILENAME_MODE.
40495         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40496
40497 2007-01-08  Bruno Haible  <bruno@clisp.org>
40498
40499         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40500         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40501         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40502         * lib/fts.c: Likewise.
40503         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40504
40505 2006-12-25  Bruno Haible  <bruno@clisp.org>
40506
40507         * modules/utf8-ucs4-safe: New file.
40508         * lib/utf8-ucs4-safe.h: New file.
40509         * lib/unistr/utf8-ucs4-safe.c: New file.
40510
40511         * modules/utf16-ucs4-safe: New file.
40512         * lib/utf16-ucs4-safe.h: New file.
40513         * lib/unistr/utf16-ucs4-safe.c: New file.
40514
40515         * MODULES.html.sh (Unicode string functions): Add the new modules.
40516
40517 2007-01-08  Bruno Haible  <bruno@clisp.org>
40518
40519         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40520         (Depends-on): Add unitypes.
40521         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40522         (u8_mbtouc_aux): Move out to separate file.
40523         (u8_mbtouc): Use ucs4_t, uint8_t types.
40524         * lib/unistr/utf8-ucs4.c: New file.
40525
40526         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40527         (Depends-on): Add unitypes.
40528         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40529         (u16_mbtouc_aux): Move out to separate file.
40530         (u16_mbtouc): Use ucs4_t, uint16_t types.
40531         * lib/unistr/utf16-ucs4.c: New file.
40532
40533         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40534         (Depends-on): Add unitypes.
40535         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40536         (u8_uctomb_aux): Move out to separate file.
40537         (u8_uctomb): Use ucs4_t, uint8_t types.
40538         * lib/unistr/ucs4-utf8.c: New file.
40539
40540         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40541         (Depends-on): Add unitypes.
40542         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40543         (u16_uctomb_aux): Move out to separate file.
40544         (u16_uctomb): Use ucs4_t, uint16_t types.
40545         * lib/unistr/ucs4-utf16.c: New file.
40546
40547 2006-12-25  Bruno Haible  <bruno@clisp.org>
40548
40549         * modules/unitypes: New file.
40550         * lib/unitypes.h: New file.
40551         * MODULES.html.sh (func_all_modules): New section "Unicode string
40552         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40553         this section. Add unitypes.
40554
40555 2007-01-08  Bruno Haible  <bruno@clisp.org>
40556
40557         Avoid variable names that conflict with those from libtool.
40558         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40559         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40560         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40561         library_names_spec to acl_library_names_spec, hardcode_* to
40562         acl_hardcode_*.
40563         Reported by Ralf Wildenhues.
40564
40565 2007-01-08  Bruno Haible  <bruno@clisp.org>
40566
40567         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40568         definition.
40569         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40570         definition.
40571         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40572         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40573         definition.
40574         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40575         definition.
40576         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40577         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40578         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40579         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40580         definition.
40581         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40582         definition.
40583         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40584         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40585         GC_USE_<algorithm>.
40586         * lib/gc-libgcrypt.c: Likewise.
40587         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40588         * modules/gc-arctwo (configure.ac): Likewise.
40589         * modules/gc-des (configure.ac): Likewise.
40590         * modules/gc-hmac-md5 (configure.ac): Likewise.
40591         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40592         * modules/gc-md2 (configure.ac): Likewise.
40593         * modules/gc-md4 (configure.ac): Likewise.
40594         * modules/gc-md5 (configure.ac): Likewise.
40595         * modules/gc-random (configure.ac): Likewise.
40596         * modules/gc-rijndael (configure.ac): Likewise.
40597         * modules/gc-sha1 (configure.ac): Likewise.
40598
40599 2007-01-08  Bruno Haible  <bruno@clisp.org>
40600
40601         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40602         macro definition.
40603         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40604         definition.
40605         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40606         definition.
40607         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40608         * modules/fcntl-safer (configure.ac): Likewise.
40609         * modules/fopen-safer (configure.ac): Likewise.
40610         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40611         GNULIB_FWRITEERROR macro definition.
40612
40613 2007-01-08  Bruno Haible  <bruno@clisp.org>
40614
40615         * m4/gnulib-common.m4: New file.
40616         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40617         (func_get_filelist): Add m4/gnulib-common.m4.
40618
40619 2007-01-08  Bruno Haible  <bruno@clisp.org>
40620
40621         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40622         command.
40623
40624 2007-01-08  Jim Meyering  <jim@meyering.net>
40625
40626         Use a more robust test for a "can't happen" condition.
40627         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40628         narrowed the st_size value.  Presuming the "can't happen" condition
40629         is true, that narrowing could conceivably convert an invalid st_size
40630         value into a valid one.  Instead, use a change based on Matthew
40631         Woehlke's original patch.
40632
40633         Slight readability improvement: use an assert-like macro
40634         in place of literal "abort ()" uses.
40635         * lib/fts.c (fts_assert): Define.
40636         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40637         Use this macro instead of a bare 'abort'.
40638
40639 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40640
40641         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40642         simply work around them.
40643         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40644         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40645         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40646         declaring.
40647         Don't bother to define as macros, since the standard doesn't require it.
40648         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40649         longer worry about IRIX 5.3.
40650         (HAVE_WCTYPE_CTMP_BUG): Remove.
40651
40652 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40653
40654         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40655         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40656         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40657         Problems reported by Georg Schwarz for IRIX 5.3.
40658
40659         * gnulib-tool (autoconf_minversion): Take the maximum version number
40660         found, not the minimum.  Problem reported by James Youngman.
40661
40662 2007-01-03  Karl Berry  <karl@gnu.org>
40663
40664         * doc/error.texi: new file, explaining interaction with progname.
40665         * doc/gnulib.texi: include it.  Update copyright.
40666
40667 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40668
40669         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40670         AC_CANONICAL_HOST, to improve autobuild outputs.
40671
40672 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40673             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40674
40675         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40676         sockets, server sockets, and other file descriptors.  Count errors
40677         to compute the return value.  Reorder the code a bit to be easier
40678         to follow.  Don't set event bits that were not requested (except
40679         POLLERR and POLLHUP).
40680
40681 2007-01-01  Bruno Haible  <bruno@clisp.org>
40682
40683         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40684
40685 2007-01-03  Jim Meyering  <jim@meyering.net>
40686
40687         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40688
40689 2007-01-02  Bruno Haible  <bruno@clisp.org>
40690
40691         * modules/settime (Include): Require timespec.h.
40692         * modules/nanosleep (Include): Likewise.
40693
40694 2007-01-01  Bruno Haible  <bruno@clisp.org>
40695
40696         * gnulib-tool (func_emit_copyright_notice): Bump year.
40697         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40698
40699 2007-01-01  Bruno Haible  <bruno@clisp.org>
40700
40701         Improve support for OpenBSD.
40702         * build-aux/config.rpath (libname_spec): Export.
40703         (library_names_spec): New variable. Export.
40704         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40705         library_names_spec from the config.rpath output. Locate shared library
40706         through the name pattern in library_names_spec.
40707
40708 2007-01-01  Eric Blake  <ebb9@byu.net>
40709
40710         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40711
40712 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40713
40714         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40715         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40716         assume the C locale, and avoid an "eval" that could cause trouble.
40717         Problem with SORT reported by Bob Proulx.
40718
40719         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40720         Define.  Trivial patch from Henning Nielsen Lund, originally
40721         sent to bug-grep@gnu.org today.
40722
40723 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40724
40725         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40726         struct stat.  Problem reported by Henning Nielsen Lund.
40727         * lib/acl.c: Include acl.h first, to check interface.  Don't
40728         bother to include sys/types.h and sys/stat.h again.
40729
40730 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40731
40732         Import the following change from libc; problem reported by
40733         Sven Verdoolaege.
40734
40735         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40736
40737         [BZ #1373]
40738         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40739
40740 2006-12-28  Jim Meyering  <jim@meyering.net>
40741
40742         * build-aux/announce-gen: Do not assume that the package
40743         builds any of tar.gz, tar.bz2, and .xdelta files.
40744         Suggestion from Simon Josefsson.
40745
40746 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40747
40748         * modules/announce-gen: New file.
40749
40750 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40751
40752         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40753         handles its gotchas now.
40754         * lib/mbswidth.c: Likewise.
40755         * lib/wcwidth.h: Likewise.
40756         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40757         and iswcntrl; the wctype module does this stuff now.
40758         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40759         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40760         * modules/mbchar (Depends-on): Add wctype.
40761         * modules/mbswidth (Depends-on): Likewise.
40762         * modules/wcwidth (Depends-on): Likewise.
40763
40764 2006-12-27  Eric Blake  <ebb9@byu.net>
40765
40766         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40767         module uses more than what <wctype.h> is required to provide.
40768
40769 2006-12-26  Eric Blake  <ebb9@byu.net>
40770
40771         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40772
40773 2006-12-26  Eric Blake  <ebb9@byu.net>
40774
40775         * modules/absolute-header: New module.
40776         * modules/fcntl (Depends-on): Depend on it.
40777         * modules/inttypes (Depends-on): Likewise.
40778         * modules/stdint (Depends-on): Likewise.
40779         * modules/sys_stat (Depends-on): Likewise.
40780         * modules/wctype (Depends-on): Likewise.
40781         * MODULES.html.sh (Support for building libraries and
40782         executables): Document it.
40783
40784 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40785
40786         * gnulib-tool (SED): Remove, undoing previous change.
40787         The problem was that it broke coreutils on Solaris, because
40788         "sed --posix" leaked into a makefile.
40789         (sed): New alias, if 'alias' and GNU sed.
40790
40791 2006-12-24  Jim Meyering  <jim@meyering.net>
40792
40793         Work around an fchownat bug in glibc-2.4:
40794         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40795         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40796         in spite of the -P option.
40797         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40798         New macros.
40799         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40800         * modules/openat (Files): Add lib/fchownat.c.
40801         * lib/openat.c (fchownat): Don't define here.  Move to...
40802         * lib/fchownat.c: ...this new file.
40803
40804 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40805
40806         Fix bug reported by Bruno Haible in
40807         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40808         where quotearg.c didn't compile on Mac OS X 10.2 because it
40809         lacks <wchar.h> and wint_t.
40810         * lib/wctype_.h (__wctype_wint_t): New type.
40811         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40812         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40813         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40814         Arg is now of type __wctype_wint_t, not wint_t.
40815         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40816         substitute HAVE_WINT_T.
40817         * modules/wctype (Files): Add m4/wint_t.m4.
40818         (wctype.h): Substitute HAVE_WINT_T.
40819
40820 2006-12-23  Bruno Haible  <bruno@clisp.org>
40821
40822         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40823
40824 2006-12-23  Bruno Haible  <bruno@clisp.org>
40825
40826         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40827         S_ISLNK.
40828         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40829         mingw.
40830
40831 2006-12-22  Bruno Haible  <bruno@clisp.org>
40832
40833         * lib/copy-file.c: Include acl.h.
40834         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40835         Close the file descriptors only after being done with copy_acl.
40836         * modules/copy-file (Depends-on): Add acl.
40837
40838 2006-12-22  Bruno Haible  <bruno@clisp.org>
40839
40840         * gnulib-tool (SED): New variable.
40841         Use $SED instead of sed everywhere.
40842
40843 2006-12-22  Bruno Haible  <bruno@clisp.org>
40844
40845         * modules/no-c++: New file.
40846         * m4/no-c++.m4: New file.
40847         * MODULES.html.sh (Support for building libraries and executables):
40848         Add no-c++.
40849
40850 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40851
40852         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40853         Include <limits.h>, and use its INT_MAX to rewrite the
40854         j loop so that it does not overflow 'int'.  Problem reported by
40855         Ralf Wildenhues in
40856         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40857         Play it safe by shifting left by 1 rather than multiplying by 2,
40858         as GCC is less likely to optimize this away when the value
40859         is signed (when it assumes overflow leads to undefined behavior).
40860         Also, don't assume time_t uses two's complement.
40861
40862 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40863
40864         * MODULES.html.sh: New module wctype.
40865         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40866         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40867         <wctype.h>, since the new wctype module should fix this.
40868         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40869         the wctype module should arrange for it.
40870         * lib/regex_internal.h: Likewise.
40871         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40872         since the wctype module should handle this now.
40873         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40874         * modules/fnmatch (Depends-on): Add wctype.
40875         * modules/quotearg (Depends-on): Likewise.
40876         * modules/regex (Depends-on): Likewise.
40877
40878 2006-12-19  Bruno Haible  <bruno@clisp.org>
40879
40880         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40881         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40882
40883 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40884
40885         * modules/savewd (Depends-on): Fix dependency on fcntl.
40886
40887 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40888
40889         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40890         conforms to C99, rather than relying on the user's environment
40891         setting of STDINT_H.
40892
40893 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40894         and Eric Blake  <ebb9@byu.net>
40895
40896         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40897         This is more consistent with the other defines here.
40898         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40899         Port to z/OS.  Problem reported by Paul Gilmartin.
40900         Change local vars to use gl_ prefix rather than ac_.
40901         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40902         with other defines.
40903         * modules/double-slash-root: New module.
40904         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40905         (Depends-on): Add double-slash-root.
40906         * MODULES.html.sh (File system functions): Mention new module.
40907
40908 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40909
40910         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40911         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40912         This is for the benefit of gzip, which doesn't do i18n.
40913
40914 2006-12-12  Jim Meyering  <jim@meyering.net>
40915
40916         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40917         Reported by Andreas Schwab <schwab@suse.de>.
40918
40919 2006-12-12  Bruno Haible  <bruno@clisp.org>
40920
40921         Merge these changes.
40922         2006-09-05  Bruno Haible  <bruno@clisp.org>
40923         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40924         iconv_alloc succeeded.
40925         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40926         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40927         test for " && dest " at the end - dest is always != NULL there. Call
40928         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40929         with 2xNULL arguments, also to flush the state storage. Handle the
40930         IRIX iconv behaviour. Realloc the final result, to throw away unused
40931         memory.
40932
40933 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40934
40935         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40936         and fchmodat unconditionally, since glibc 2.4 has them.
40937         Problem reported by Arkadiusz Miskiewicz.
40938
40939 2006-12-10  Bruno Haible  <bruno@clisp.org>
40940
40941         * gnulib-tool (func_import): Show the include files only for those
40942         modules that are copied and specified.
40943         Reported by Karl Berry.
40944
40945 2006-12-08  Jim Meyering  <jim@meyering.net>
40946
40947         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40948         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40949
40950         * build-aux/announce-gen: Add two new options, both optional:
40951         --bootstrap-tools=TOOL_LIST
40952               a comma-separated list of tools, e.g.,
40953               autoconf,automake,bison,gnulib
40954         --gnulib-snapshot-date=DATE
40955               if gnulib is in the bootstrap tool list,
40956               then report this as the snapshot date.
40957               If not specified, use the current date/time.
40958               If you specify a date here, be sure it's UTC.
40959
40960 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40961
40962         * tests/test-argp-2.sh: Fix test to match actual output.
40963         (func_compare): Fix sed script to be portable.
40964
40965 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40966
40967         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40968         workaround for this case.  It is not autoconfigured now; offhand
40969         it's hard to see how to autoconfigure it.
40970
40971 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40972
40973         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40974         a directory that is about to be chowned.  Such a directory's
40975         initial file permissions should permit the owner only and this
40976         should not be changed until after the chown, since the group and
40977         other bits would be incorrect if they granted permission before
40978         the chown.
40979
40980         Fix porting problem for iswctype reported by Georg Schwarz in:
40981         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40982         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40983         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40984         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40985         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40986
40987 2006-12-03  Jim Meyering  <jim@meyering.net>
40988
40989         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40990         p->fts_statp may not yet be defined.
40991         (fts_read): Instead, set it in the caller, once p->fts_statp is
40992         sure to be defined, and corresponds to a top-level directory.
40993         This bug made du -x fail.  Here's the coreutils test case:
40994         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40995         Reported by Mike Frysinger.
40996
40997 2006-12-01  Jim Meyering  <jim@meyering.net>
40998
40999         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41000         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41001         Reported by Simon Josefsson.
41002
41003 2006-11-30  Jim Meyering  <jim@meyering.net>
41004
41005         * m4/warning.m4: Use the all-permissive copyright notice
41006         recommended by RMS (rather than LGPL).
41007         * m4/vararrays.m4: Likewise.
41008         * m4/flexmember.m4: Likewise.
41009
41010 2006-11-29  Bruno Haible  <bruno@clisp.org>
41011
41012         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41013         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41014         using +=.
41015         Reported by Simon Josefsson <simon@josefsson.org>.
41016
41017 2006-11-28  James Youngman <jay@gnu.org>
41018
41019         * README: Advise users that they might find the bug-gnulib@gnu.org
41020         and autotools-announce@gnu.org mailing lists useful.
41021
41022 2006-11-28  Bruno Haible  <bruno@clisp.org>
41023
41024         * m4/ptrdiff_max.m4: Remove file.
41025
41026 2006-11-21  Bruno Haible  <bruno@clisp.org>
41027
41028         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41029         _AC_COMPUTE_INT.
41030         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41031         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41032         _AC_COMPUTE_INT.
41033         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41034         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41035         _AC_COMPUTE_INT.
41036         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41037
41038 2006-11-28  Jim Meyering  <jim@meyering.net>
41039
41040         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41041         warning from "gcc -Wshadow" about shadowing the builtin.
41042
41043 2006-11-27  Bruno Haible  <bruno@clisp.org>
41044
41045         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41046         _AC_COMPUTE_INT.
41047         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41048
41049 2006-11-27  Bruno Haible  <bruno@clisp.org>
41050             Paul Eggert  <eggert@cs.ucla.edu>
41051
41052         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41053
41054 2006-11-26  Bruno Haible  <bruno@clisp.org>
41055
41056         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41057         noinst_LTLIBRARIES.
41058
41059 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41060             Bruno Haible  <bruno@clisp.org>
41061
41062         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41063         if compiling with "gcc -ansi".
41064
41065 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41066
41067         Fix some incompatibilities with gcc -ansi -pedantic.
41068         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41069         if compiling pedantically with GCC, unless it's C99 or later.
41070         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41071         it mishandles gcc -ansi -pedantic as well.
41072         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41073         if gcc -pedantic.
41074         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41075         initializers for struct if -pedantic, unless it's C99 or later.
41076
41077 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41078
41079         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41080         Don't close an fd more than once. Identical atimes indicate
41081         success, not failure.
41082
41083 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41084
41085         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41086
41087 2006-11-23  Jim Meyering  <jim@meyering.net>
41088
41089         * build-aux/announce-gen: New file.  From coreutils.
41090
41091 2006-11-22  Jim Meyering  <jim@meyering.net>
41092
41093         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41094         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41095         (fts_read): Use a temporary to narrow the overused st_size member
41096         before using it in a switch statement.  Reported by Matthew Woehlke.
41097
41098         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41099         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41100
41101 2006-11-20  Bruno Haible  <bruno@clisp.org>
41102
41103         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41104         changequote instead of pairs of brackets.
41105         Reported by Andreas Schwab <schwab@suse.de>.
41106
41107 2006-11-21  Jim Meyering  <jim@meyering.net>
41108
41109         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41110         so as to remain compatible with older compilers.
41111         Patch from Michael Deutschmann.
41112
41113 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41114
41115         * MODULES.html.sh (File system functions): Add openat.
41116
41117         * lib/openat.h (rpl_fstatat): New macro, if
41118         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41119         (fstatat): Define to rpl_fstatat under the same conditions,
41120         unless COMPILING_FSTATAT.
41121         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41122         seems to have the bug.
41123         * lib/fstatat.c: New file.
41124         * modules/openat (Files): Add it.
41125
41126 2006-11-20  Bruno Haible  <bruno@clisp.org>
41127
41128         * Makefile: New file.
41129
41130 2006-11-20  Jim Meyering  <jim@meyering.net>
41131
41132         The beginnings of syntax-related checks for gnulib.
41133         * lib/Makefile: New file.
41134         * lib/t-idcache: New script.  Ensure that the two halves of
41135         idcache.c stay in sync.
41136
41137         * lib/idcache.c: Adjust comments in user- and group- portions to
41138         be more accurate, and to be consistent with one another.
41139
41140 2006-11-20  Jim Meyering  <jim@meyering.net>
41141
41142         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41143         continue using the flexible array member (thus, this module performs
41144         half as many malloc calls), with the addition that...
41145         (getgroup, getuser): Consistently record a non-match via an empty
41146         "name" string, and map an empty string match to a NULL return value.
41147         * modules/idcache (Depends-on): Re-add flexmember.
41148
41149         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41150         (getuidbyname, getgroup, getgidbyname): Likewise.
41151
41152         Use cleaner syntax: NULL rather than 0.
41153         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41154
41155 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41156
41157         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41158         It mishandled the case where the group was missing.
41159         Problem reported by Greg Schafer.
41160         * modules/idcache: Likewise.
41161
41162 2006-11-18  Jim Meyering  <jim@meyering.net>
41163
41164         * check-module (%exempt_header): Add exception for some
41165         conditionally-included headers.
41166
41167         * modules/i-ring (Depends-on): Add verify.
41168         (License): Change to LGPL.
41169
41170 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41171
41172         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41173         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41174         and inttostr.h.  Use snprintf rather than uinttostr, so that
41175         LGPLed code doesn't depend on GPLed.
41176
41177 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41178
41179         * modules/inline (License): Change from GPL to LGPL.
41180
41181 2006-11-17  Jim Meyering  <jim@meyering.net>
41182
41183         * modules/d-type (License): Switch to LGPL.
41184
41185 2006-11-15  Bruno Haible  <bruno@clisp.org>
41186
41187         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41188
41189 2006-11-15  Eric Blake  <ebb9@byu.net>
41190
41191         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41192         the module dependency.
41193
41194 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41195             Bruno Haible  <bruno@clisp.org>
41196
41197         * gnulib-tool (func_create_testdir): Add license consistency check.
41198
41199 2006-11-15  Eric Blake  <ebb9@byu.net>
41200
41201         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41202         random "(cached)" in configure output.
41203
41204 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41205
41206         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41207         test for conforming inttypes.h is both announced and cached.
41208
41209         * MODULES.html.sh (seen_modules, seen_files): New variables.
41210         (func_module): Rewrite to use a few less gnulib-tool and sed
41211         invocations.  Avoid a couple of quadratic algorithms for ...
41212         (missed_modules, missed_files): ... these, with ...
41213         (func_append, func_tmpdir): ... these new functions, from
41214         gnulib-tool.  Analogously, install traps for cleanup.
41215
41216         * tests/test-gc.c (main): Remove unused variables.
41217         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41218
41219 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41220
41221         * modules/inttostr (License): Change to LGPL.
41222
41223 2006-11-14  Eric Blake  <ebb9@byu.net>
41224
41225         * modules/tempname (License): Change to LGPL.
41226
41227 2006-11-14  Eric Blake  <ebb9@byu.net>
41228
41229         * doc/functions.texi (Function Portability): *printf functions on
41230         Cygwin now understand all POSIX size specifiers.
41231
41232 2006-11-14  Bruno Haible  <bruno@clisp.org>
41233
41234         * modules/c-ctype (License): Change to LGPL.
41235
41236 2006-11-12  Bruno Haible  <bruno@clisp.org>
41237
41238         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41239         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41240         for GNOME libraries, for which the include files are installed in
41241         subdirectories of $prefix/include.
41242
41243 2006-11-12  Bruno Haible  <bruno@clisp.org>
41244
41245         * m4/lib-link.m4: Require at least autoconf-2.54.
41246         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41247         name to underscores for the --with option.
41248
41249 2006-11-13  Bruno Haible  <bruno@clisp.org>
41250
41251         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41252         the tests directory.
41253         Reported by Ralf Wildenhues.
41254
41255 2006-11-13  Bruno Haible  <bruno@clisp.org>
41256
41257         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41258         (func_emit_initmacro_end): Undo the override here.
41259         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41260         Works around the famous automake error in coreutils.
41261
41262 2006-11-13  Eric Blake  <ebb9@byu.net>
41263
41264         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41265         element, not its node.
41266
41267 2006-11-12  Bruno Haible  <bruno@clisp.org>
41268
41269         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41270         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41271
41272 2006-11-12  Bruno Haible  <bruno@clisp.org>
41273
41274         * gnulib-tool: New option --local-symlink.
41275         (func_usage): Document it.
41276         (lsymbolic): New variable.
41277         (func_import, func_create_testdir): If --symlink was not specified,
41278         test whether --local-symlink was specified and the file comes from
41279         the local_gnulib_dir.
41280
41281 2006-11-12  Bruno Haible  <bruno@clisp.org>
41282
41283         * gnulib-tool (func_ln): New function.
41284         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41285
41286 2006-11-12  Bruno Haible  <bruno@clisp.org>
41287
41288         Finish support for source files in subdirectories.
41289         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41290         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41291         AUTOMAKE_OPTIONS.
41292         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41293
41294 2006-11-12  Bruno Haible  <bruno@clisp.org>
41295
41296         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41297         EXTRA_lib_SOURCES augmentation.
41298         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41299
41300 2006-11-12  Jim Meyering  <jim@meyering.net>
41301
41302         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41303         file descriptors.  This also averts a failure on systems with
41304         native openat support when a traversed directory lacks "x" access.
41305         * lib/fts_.h: Include "i-ring.h"
41306         (struct FTS) [fts_fd_ring]: New member.
41307         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41308         (FCHDIR): Add parentheses.
41309         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41310         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41311         When descending, rather than simply closing the previous
41312         fts_cwd_fd value, push that file descriptor onto the ring.
41313         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41314         (fts_open): Initialize the new fd_ring member.
41315         (fts_close): Clear the ring.
41316         (fts_safe_changedir): When possible, use our new fd_ring to skip
41317         the diropen and fstat and dev/ino comparison that would normally
41318         accompany a virtual `chdir ("..")'.
41319
41320         * modules/fts (Depends-on): Add i-ring.
41321         * modules/i-ring: New module.
41322         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41323         * m4/i-ring.m4: New file.
41324
41325 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41326
41327         * gnulib-tool (func_create_testdir): Fix replacement of
41328         `build-aux' in configure.ac.  Run autotools in gltests
41329         subdirectory.
41330         (func_create_testdir, func_create_megatestdir, test): There is
41331         no need for '--force' in most autotool invocations in a new
41332         tree.  Actually fail the whole test if any of the tools, or the
41333         configure or make stages fail.
41334
41335         Sync from Automake.
41336         * build-aux/gnupload: Revert last change.  Add pointer to upload
41337         instructions of the GNU Maintenance Instructions.
41338         Suggestion by Karl Berry.
41339
41340 2006-11-10  Jim Meyering  <jim@meyering.net>
41341
41342         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41343
41344 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41345
41346         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41347         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41348         (bind_textdomain_codeset) [! ENABLE_NLS]:
41349         Evaluate all the arguments.  That way, callers get compatible behavior
41350         if the arguments have side effects.  Also, it avoids some GCC
41351         diagnostics in some cases; Joel E. Denny reported problems when Bison
41352         was configured with --enable-gcc-warnigs.
41353
41354 2006-11-10  Jim Meyering  <jim@meyering.net>
41355
41356         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41357         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41358         account.
41359
41360 2006-11-10  Jim Meyering  <jim@meyering.net>
41361
41362         * modules/inline: New file/module.
41363         * modules/xalloc (Files): Remove m4/inline.m4.
41364         (Depends-on): Add inline, instead.
41365         * modules/oset: Likewise.
41366         * modules/list: Likewise.
41367
41368 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41369
41370         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41371         Problem reported by Matthew Woehlke.
41372
41373 2006-11-09  Bruno Haible  <bruno@clisp.org>
41374
41375         * lib/tempname.c (gen_tempname): Remove variant that invokes
41376         __gen_tempname.
41377         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41378         __gen_tempname.
41379
41380 2006-11-08  Bruno Haible  <bruno@clisp.org>
41381
41382         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41383         to 'yes' instead of 'cross-compiling'.
41384
41385 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41386
41387         * lib/quotearg.h (quotearg_free): New decl.
41388         * lib/quotearg.c (quotearg_free): New function.
41389         (slot0, nslots, slotvec0, slotvec):
41390         Now file-scope so that quotearg_free can get at them.
41391
41392 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41393
41394         Sync from Automake.
41395         * build-aux/gnupload: Add missing 'gnu' to example URL.
41396         Report by Karl Berry.
41397
41398 2006-11-08  Bruno Haible  <bruno@clisp.org>
41399
41400         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41401         Suggested by Paul Eggert.
41402
41403 2006-11-08  Jim Meyering  <jim@meyering.net>
41404
41405         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41406         It's already included if !_LIBC.
41407         (fts_safe_changedir): Add a comment.
41408
41409 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41410
41411         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41412         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41413         Matthew Woehlke.
41414
41415         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41416         definitions up, to avoid colliding with change below.
41417         (static_inline) [HAVE_INLINE]: New macro.
41418         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41419         Provide extern decls when !HAVE_INLINE.  Do not define unless
41420         static_inline is defined, either by us or by xmalloc.c.  Use
41421         static_inline rather than static inline.
41422         (XCALLOC): Optimize sizeof(T) = 1 case.
41423         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41424
41425 2006-11-07  Bruno Haible  <bruno@clisp.org>
41426
41427         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41428         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41429         AC_C_INLINE.
41430         * modules/xalloc (Files): Add m4/inline.m4.
41431
41432 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41433
41434         * README: Fix typo.
41435         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41436         (Miscellanous Notes): ...from this.
41437
41438 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41439
41440         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41441         Mention that offsetof should be used instead of sizeof.
41442         From Bruno Haible.
41443
41444 2006-11-07  Bruno Haible  <bruno@clisp.org>
41445
41446         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41447
41448 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41449
41450         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41451         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41452         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41453         (gl_tree_add_before, gl_tree_add_after):
41454         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41455         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41456         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41457         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41458         (gl_linked_add_after, gl_linked_add_at): Likewise.
41459         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41460         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41461         (gl_tree_add_before, gl_tree_add_after): Likewise.
41462         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41463         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41464         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41465
41466 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41467
41468         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41469
41470 2006-11-06  Bruno Haible  <bruno@clisp.org>
41471
41472         * m4/inline.m4: New file.
41473         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41474         * modules/list (Files): Add m4/inline.m4.
41475         * modules/oset (Files): Likewise.
41476
41477 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41478
41479         * lib/idcache.c: Include <stddef.h>, for offsetof.
41480         (struct userid.name): Change from char * to a flexible array member.
41481         All uses changed.
41482         * modules/idcache (Depends-on): Add flexmember.
41483
41484         * MODULES.html.sh (Core language properties): New module flexmember.
41485         * modules/flexmember, m4/flexmember.m4: New files.
41486
41487         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41488         inline functions that are identical with the old xnmalloc_inline,
41489         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41490         that we can avoid some unnecessary integer multiplications and
41491         divisions in the common case where the element size is known at
41492         compile time.
41493         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41494         needed.
41495         (xnboundedmalloc): Remove.
41496         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41497         arguments, for consistency with rest of this header.
41498         (xcharalloc): Rewrite using XNMALLOC.
41499         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41500         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41501         versions have been moved to lib/xalloc.h and renamed to be the
41502         non-*_inline versions.
41503         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41504         and xnrealloc functions, since those functions are now inline and
41505         now call us.
41506         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41507         renaming described above.
41508         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41509         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41510         captures the dependency in AC_C_INLINE.
41511
41512         New module canonicalize-lgpl, proposed by Charles Wilson in
41513         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41514         with a few small changes afterwards.
41515         * MODULES.html.sh (File system functions): New module
41516         canonicalize-lgpl.
41517         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41518         and canonicalize_file_name.
41519         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41520         * modules/canonicalize-lgpl: New files.
41521
41522 2006-11-05  Bruno Haible  <bruno@clisp.org>
41523
41524         * gnulib-tool (func_import, func_create_testdir): Create directories
41525         also for files in subdirectories of lib/.
41526
41527 2006-11-05  Bruno Haible  <bruno@clisp.org>
41528
41529         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41530         ANSI C compliant.
41531
41532 2006-11-03  Bruno Haible  <bruno@clisp.org>
41533
41534         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41535         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41536         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41537         (xnboundedmalloc): New inline function.
41538         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41539         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41540         xmalloc.
41541         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41542         xmalloc.
41543         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41544         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41545         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41546         xmalloc.
41547         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41548         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41549         xmalloc.
41550         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41551         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41552         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41553         xmalloc.
41554         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41555         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41556         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41557         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41558         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41559         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41560         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41561
41562 2006-11-03  Bruno Haible  <bruno@clisp.org>
41563
41564         * lib/c-ctype.h [C++]: Define functions without name mangling.
41565         * lib/fwriteerror.h [C++]: Likewise.
41566         * lib/gcd.h [C++]: Likewise.
41567         * lib/linebreak.h [C++]: Likewise.
41568
41569 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41570
41571         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41572         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41573         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41574         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41575         Check for functions and headers just once.
41576         Check for declaration of canonicalize_file_name.
41577         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41578
41579 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41580
41581         * gnulib-tool (func_import): Fix typo in actioncmd.
41582
41583 2006-11-02  Bruno Haible  <bruno@clisp.org>
41584
41585         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41586         newline sequence in the Makefile.am snippet as a space, like "make"
41587         does.
41588         Reported by Roger Persson <perrog@gmail.com>.
41589
41590 2006-11-01  Bruno Haible  <bruno@clisp.org>
41591
41592         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41593         already declared in <string.h>.
41594         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41595
41596 2006-11-01  Bruno Haible  <bruno@clisp.org>
41597
41598         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41599         * lib/strcase.h: Include <string.h>.
41600         (strcasecmp): Define to rpl_strcasecmp here.
41601
41602 2006-11-01  Bruno Haible  <bruno@clisp.org>
41603
41604         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41605
41606 2006-11-01  Eric Blake  <ebb9@byu.net>
41607
41608         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41609
41610         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41611
41612 2006-10-29  Bruno Haible  <bruno@clisp.org>
41613
41614         Make it compile in C++ mode.
41615         * lib/full-write.c (full_rw): Add a cast.
41616
41617 2006-11-01  Bruno Haible  <bruno@clisp.org>
41618
41619         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41620         be POSIX compliant.
41621         Reported by Roger Persson <perrog@gmail.com>.
41622
41623 2006-11-01  Eric Blake  <ebb9@byu.net>
41624
41625         * lib/getopt_.h: Fix comments.
41626
41627 2006-10-31  Eric Blake  <ebb9@byu.net>
41628
41629         * modules/tmpdir (Depends-on): Add sys_stat.
41630         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41631         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41632         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41633         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41634         tempname.
41635
41636 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41637
41638         Avoid some C++ diagnostics reported by Bruno Haible.
41639         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41640         xmalloc.
41641         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41642         (struct slotvec): Move to top level.
41643         (quotearg_n_options): Rewrite to avoid xmalloc.
41644         * lib/xalloc.h (xcharalloc): New function.
41645         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41646         [defined __cplusplus]: Add function template that provides result
41647         type propagation.  This part of the change is from Bruno Haible.
41648
41649 2006-10-29  Bruno Haible  <bruno@clisp.org>
41650
41651         Make it compile in C++ mode.
41652         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41653         * lib/strnlen1.c (strnlen1): Cast memchr result.
41654         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41655         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41656         (create_temp_dir): Rename local variable 'template'.
41657         (compile_csharp_using_sscli): Add cast.
41658         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41659         * lib/findprog.c (find_in_path): Likewise.
41660         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41661         * lib/wait-process.c (register_slave_subprocess): Likewise.
41662
41663 2006-10-22  Bruno Haible  <bruno@clisp.org>
41664
41665         * modules/tsearch: New file.
41666         * lib/tsearch.h: New file.
41667         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41668         * m4/tsearch.m4: New file.
41669         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41670
41671 2006-10-29  Eric Blake  <ebb9@byu.net>
41672
41673         * lib/arcfour.c: Assume config.h.
41674         * lib/arctwo.c: Likewise.
41675         * lib/base64.c: Likewise.
41676         * lib/check-version.c: Likewise.
41677         * lib/crc.c: Likewise.
41678         * lib/des.c: Likewise.
41679         * lib/gc-gnulib.c: Likewise.
41680         * lib/gc-libgcrypt.c: Likewise.
41681         * lib/gc-pbkdf2-sha1.c: Likewise.
41682         * lib/getaddrinfo.c: Likewise.
41683         * lib/getdelim.c: Likewise.
41684         * lib/getline.c: Likewise.
41685         * lib/hmac-md5.c: Likewise.
41686         * lib/hmac-sha1.c: Likewise.
41687         * lib/iconvme.c: Likewise.
41688         * lib/md2.c: Likewise.
41689         * lib/md4.c: Likewise.
41690         * lib/memxor.c: Likewise.
41691         * lib/read-file.c: Likewise.
41692         * lib/readline.c: Likewise.
41693         * lib/rijndael-alg-fst.c: Likewise.
41694         * lib/rijndael-api-fst.c: Likewise.
41695         * lib/xgetdomainname.c: Likewise.
41696
41697 2006-10-28  Eric Blake  <ebb9@byu.net>
41698
41699         * lib/xstrndup.c: Assume config.h.
41700
41701 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41702
41703         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41704         stat-macros.h is now for our own macros, whereas stat_h is for
41705         macros in the <sys/stat.h> name space.
41706         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41707         (STAT_MACROS_H): Remove.
41708         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41709         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41710         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41711         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41712         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41713         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41714         Move these macros to ...
41715         * lib/stat_.h: here.  Don't include stat-macros.h.
41716         * lib/canonicalize.c: Don't include stat-macros.h.
41717         * lib/chown.c: Likewise.
41718         * lib/euidaccess.c: Likewise.
41719         * lib/file-type.c: Likewise.
41720         * lib/filemode.c: Likewise.
41721         * lib/glob.c: Likewise.
41722         * lib/isapipe.c: Likewise.
41723         * lib/lchown.c: Likewise.
41724         * lib/lstat.c: Likewise.
41725         * lib/mkdir-p.c: Likewise.
41726         * lib/rmdir.c: Likewise.
41727         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41728         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41729         unless mkdir isn't declared, to speed up 'configure'.
41730         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41731         would define all the S_* symbols.
41732         * modules/canonicalize (Depends-on):
41733         Depend on sys_stat, not stat-macros.
41734         * modules/chown: Likewise.
41735         * modules/euidaccess: Likewise.
41736         * modules/filemode: Likewise.
41737         * modules/file-type: Likewise.
41738         * modules/glob: Likewise.
41739         * modules/isapipe: Likewise.
41740         * modules/lchown: Likewise.
41741         * modules/lstat: Likewise.
41742         * modules/mkancesdirs: Likewise.
41743         * modules/rmdir: Likewise.
41744         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41745         * modules/modechange: Likewise.
41746         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41747         (configure.ac): Remove gl_STAT_MACROS.
41748         * modules/sys_stat (Depends-on): Remove stat-macros.
41749
41750 2006-10-27  Bruno Haible  <bruno@clisp.org>
41751
41752         * m4/signed.m4: Remove file.
41753         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41754         invocation.
41755         * modules/vasnprintf (Files): Remove m4/signed.m4.
41756
41757 2006-10-27  Bruno Haible  <bruno@clisp.org>
41758
41759         Update to GNU gettext 0.16.
41760         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41761         m4/inttypes-h.m4, m4/signed.m4.
41762         * m4/gettext.m4: Update to GNU gettext 0.16.
41763         * m4/intl.m4: New file, from GNU gettext.
41764         * m4/intldir.m4: New file, from GNU gettext.
41765         * config/srclist.txt: Update
41766
41767 2006-10-27  Eric Blake  <ebb9@byu.net>
41768
41769         * MODULES.html.sh: Document tempname.
41770         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41771         dependencies.
41772         (Files): Move lib/tempname.c...
41773         * modules/tempname: ...to this new module.
41774         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41775         (gl_PREREQ_TEMPNAME): Move...
41776         * m4/tempname.m4: ...to this new file.
41777         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41778         * modules/sys_stat (Depends-on): Add stat-macros.
41779         * lib/stat_.h (includes): Pick up stat macros.
41780         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41781         if stat macros are broken.
41782         * lib/tempname.c (includes): No need to include "stat-macros.h".
41783         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41784         (direxists, __path_search) [!_LIBC]: Don't compile these in
41785         gnulib; the tmpdir module covers that.
41786         * lib/tempname.h: New file.
41787
41788 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41789
41790         * COPYING: Explain how gnulib-tool converts licence headers.
41791         Almost all wording by Eric Blake.
41792
41793 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41794
41795         * lib/mbchar.h (is_basic_table): Make read-only.
41796         * lib/mbchar.c (is_basic_table): Likewise.
41797         Reported by John Darrington.
41798
41799 2006-10-25  Bruno Haible  <bruno@clisp.org>
41800
41801         * lib/progname.h (set_program_name): Undefine before defining.
41802
41803 2006-10-25  Bruno Haible  <bruno@clisp.org>
41804
41805         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41806         false for non-gcc C++ compilers.
41807         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41808
41809 2006-10-24  Bruno Haible  <bruno@clisp.org>
41810
41811         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41812         iconv implementations like Irix iconv.
41813
41814 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41815
41816         * modules/vararrays: New file.
41817         * m4/vararrays.m4: New file, taken from diffutils.
41818         * MODULES.html.sh: New module vararrays.
41819
41820 2006-10-24  Karl Berry  <karl@gnu.org>
41821
41822         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41823         Don't call GNU Unix.
41824
41825 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41826
41827         * users.txt: Add Libtool.
41828
41829         Sync from Libtool:
41830
41831         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41832
41833         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41834         to gnulib's policy of including config.h unconditionally.
41835
41836 2006-10-24  Bruno Haible  <bruno@clisp.org>
41837
41838         * modules/wcwidth (Files): Add m4/wint_t.m4.
41839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41840         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41841
41842 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41843
41844         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41845         to pacify GCC with some -W flags enabled.  Problem reported by
41846         Bruno Haible.
41847
41848 2006-10-24  Jim Meyering  <jim@meyering.net>
41849
41850         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41851         Reported by Karl Berry.
41852
41853 2006-10-23  Bruno Haible  <bruno@clisp.org>
41854
41855         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41856
41857 2006-10-24  Bruno Haible  <bruno@clisp.org>
41858
41859         * lib/gl_list.h: Use C comment style, not C++ comment style.
41860
41861 2006-10-23  Eric Blake  <ebb9@byu.net>
41862
41863         * lib/getaddrinfo.c (includes): Add missing include.
41864
41865 2006-10-23  Bruno Haible  <bruno@clisp.org>
41866             Paul Eggert  <eggert@cs.ucla.edu>
41867
41868         Ability to rename obstack_free.
41869         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41870         obstack_free.
41871         (obstack_free): Invoke the __obstack_free macro.
41872         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41873
41874 2006-10-23  Bruno Haible  <bruno@clisp.org>
41875             Paul Eggert  <eggert@cs.ucla.edu>
41876
41877         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41878         __argc, __argv from the declaration. (They are defined as macros on
41879         mingw.)
41880
41881 2006-10-22  Bruno Haible  <bruno@clisp.org>
41882
41883         * doc/gnulib-intro.texi: New file.
41884         * doc/gnulib.texi: Include it.
41885
41886 2006-10-21  Bruno Haible  <bruno@clisp.org>
41887
41888         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41889         "Introduction", "Miscellanous Notes", "Particular Modules".
41890
41891 2006-10-21  Bruno Haible  <bruno@clisp.org>
41892
41893         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41894         Change mostlyclean-local rule to avoid sh syntax error from bash
41895         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41896
41897 2006-10-23  Jim Meyering  <jim@meyering.net>
41898
41899         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41900         in place of snprintf.
41901
41902         * modules/inttostr (Files): Add lib/uinttostr.c.
41903         * lib/uinttostr.c (inttostr): New file/function.
41904         * lib/inttostr.h (uinttostr): Declare.
41905         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41906         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41907         Add uinttostr.
41908         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41909
41910 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41911
41912         * lib/canonicalize.c (ELOOP): Define if not already defined.
41913         Problem reported by Bruno Haible in
41914         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41915
41916 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41917
41918         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41919         Problem reported by Perry Smith and Ville Laurikari.
41920
41921         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41922         uses.
41923
41924 2006-10-19  Bruno Haible  <bruno@clisp.org>
41925
41926         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41927         for mingw.
41928
41929 2006-10-19  Bruno Haible  <bruno@clisp.org>
41930
41931         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41932         Needed for mingw.
41933
41934 2006-10-19  Bruno Haible  <bruno@clisp.org>
41935
41936         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41937
41938 2006-10-19  Bruno Haible  <bruno@clisp.org>
41939
41940         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41941         it.
41942
41943 2006-10-19  Bruno Haible  <bruno@clisp.org>
41944
41945         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41946         invocation.
41947
41948 2006-10-19  Bruno Haible  <bruno@clisp.org>
41949
41950         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41951         mountlist by default.
41952
41953 2006-10-16  Bruno Haible  <bruno@clisp.org>
41954
41955         * lib/c-strstr.c: Include c-strstr.h.
41956
41957 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41958
41959         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41960         in a slash.
41961
41962 2006-10-18  Bruno Haible  <bruno@clisp.org>
41963
41964         * lib/lock.h [C++]: Wrap definitions in extern "C".
41965
41966 2006-10-18  Bruno Haible  <bruno@clisp.org>
41967
41968         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41969         gl_LIBOBJS list.
41970
41971 2006-10-18  Bruno Haible  <bruno@clisp.org>
41972
41973         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41974
41975 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41976
41977         * lib/xstrtol.h: Include gettext.h.
41978         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41979         Problem reported by Eric Blake.
41980         * modules/xstrtol (Depends-on): Add gettext-h.
41981
41982 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41983
41984         * lib/strftime.c (advance): New macro.
41985         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41986         incomplete type, so you can't add 0 to it.  Problem and patch
41987         reported by Eelco Dolstra for dietlibc.
41988
41989 2006-10-18  Jim Meyering  <jim@meyering.net>
41990
41991         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41992         type for a local, and rename it: s/up/user_proc/.
41993
41994 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41995
41996         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41997         READ_UTMP_USER_PROCESS.
41998         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41999
42000 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42001
42002         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42003         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42004
42005 2006-10-17  Eric Blake  <ebb9@byu.net>
42006
42007         * lib/sigprocmask.c (sigprocmask): Fix typo.
42008
42009         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42010
42011         * modules/clean-temp (Makefile.am): Don't add to make output...
42012         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42013         config.h.
42014
42015 2006-10-17  Bruno Haible  <bruno@clisp.org>
42016
42017         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42018         differently if DEFAULT_TEXT_DOMAIN is set.
42019
42020 2006-10-16  Bruno Haible  <bruno@clisp.org>
42021
42022         * lib/clean-temp.c: Include fwriteerror.h.
42023
42024 2006-10-16  Bruno Haible  <bruno@clisp.org>
42025
42026         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42027
42028 2006-10-16  Bruno Haible  <bruno@clisp.org>
42029
42030         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42031         * lib/sigprocmask.h: Include <sys/types.h>.
42032         (sigset_t): Use the system's definition if present.
42033
42034 2006-10-17  Eric Blake  <ebb9@byu.net>
42035
42036         * lib/xvasprintf.c (includes): Assume config.h.
42037         * lib/xasprintf.c (includes): Likewise.
42038
42039 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42040
42041         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42042         at least as wide as intmax_t.
42043
42044 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42045
42046         (Imported from Automake.)
42047         * build-aux/gnupload: Update to version 1.1 of directive file.
42048
42049 2006-10-16  Eric Blake  <ebb9@byu.net>
42050
42051         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42052         match Automake 1.10a.
42053
42054 2006-10-14  Bruno Haible  <bruno@clisp.org>
42055
42056         * modules/sigprocmask: New file.
42057         * lib/sigprocmask.h: New file.
42058         * lib/sigprocmask.c: New file.
42059         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42060         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42061         request sigprocmask.o.
42062         (gl_PREREQ_SIGPROCMASK): New macro.
42063         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42064         (Depends-on): Add sigprocmask.
42065         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42066         gt_SIGNALBLOCKING. Test for 'raise' only once.
42067         * lib/fatal-signal.c: Include sigprocmask.h.
42068         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42069         unblock_fatal_signals): Define always.
42070         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42071         sigprocmask.
42072
42073 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42074
42075         Sync from Automake.
42076         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42077         which incorrectly sets the mode of an existing destination
42078         directory.  In some cases the unpatched install-sh could do the
42079         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42080         system.  We hope this is rare in practice, but it's clearly worth
42081         fixing.  Problem reported by Alex Unleashed in
42082         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42083         Also, don't bother to check for -m bugs unless we're using -m;
42084         suggested by Stepan Kasal.
42085
42086 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42087
42088         Sync from Automake.
42089         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42090         `-c' flag, so they appear at the same position as in %FASTDEP%
42091         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42092         which ignores unknown options only after the first non-option.
42093         Bug report against M4 by Nelson H. F. Beebe.
42094
42095 2006-10-13  Jim Meyering  <jim@meyering.net>
42096
42097         Fix a bug in yesterday's change.
42098         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42099         p->fts_statp->st_dev would be used uninitialized.
42100         Ensures that we always call fts_stat on the very first entry.
42101         Miklos Szeredi reported that find -xdev stopped working.
42102
42103 2006-10-12  Bruno Haible  <bruno@clisp.org>
42104
42105         * gnulib-tool (func_get_automake_snippet): Append an automatically
42106         computed EXTRA_DIST augmentation.
42107         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42108         * modules/alloca-opt (Makefile.am): Likewise.
42109         * modules/allocsa (Makefile.am): Likewise.
42110         * modules/arcfour (Makefile.am): Likewise.
42111         * modules/arctwo (Makefile.am): Likewise.
42112         * modules/argmatch (Makefile.am): Likewise.
42113         * modules/argz (Makefile.am): Likewise.
42114         * modules/atexit (Makefile.am): Likewise.
42115         * modules/backupfile (Makefile.am): Likewise.
42116         * modules/byteswap (Makefile.am): Likewise.
42117         * modules/c-strtod (Makefile.am): Likewise.
42118         * modules/c-strtold (Makefile.am): Likewise.
42119         * modules/calloc (Makefile.am): Likewise.
42120         * modules/canon-host (Makefile.am): Likewise.
42121         * modules/canonicalize (Makefile.am): Likewise.
42122         * modules/chdir-long (Makefile.am): Likewise.
42123         * modules/chdir-safer (Makefile.am): Likewise.
42124         * modules/check-version (Makefile.am): Likewise.
42125         * modules/chown (Makefile.am): Likewise.
42126         * modules/cloexec (Makefile.am): Likewise.
42127         * modules/close-stream (Makefile.am): Likewise.
42128         * modules/closeout (Makefile.am): Likewise.
42129         * modules/crc (Makefile.am): Likewise.
42130         * modules/csharpexec (Makefile.am): Likewise.
42131         * modules/cycle-check (Makefile.am): Likewise.
42132         * modules/des (Makefile.am): Likewise.
42133         * modules/dev-ino (Makefile.am): Likewise.
42134         * modules/dirfd (Makefile.am): Likewise.
42135         * modules/dirname (Makefile.am): Likewise.
42136         * modules/dup2 (Makefile.am): Likewise.
42137         * modules/eealloc (Makefile.am): Likewise.
42138         * modules/error (Makefile.am): Likewise.
42139         * modules/euidaccess (Makefile.am): Likewise.
42140         * modules/exclude (Makefile.am): Likewise.
42141         * modules/exitfail (Makefile.am): Likewise.
42142         * modules/fcntl-safer (Makefile.am): Likewise.
42143         * modules/fcntl (Makefile.am): Likewise.
42144         * modules/file-type (Makefile.am): Likewise.
42145         * modules/fileblocks (Makefile.am): Likewise.
42146         * modules/filemode (Makefile.am): Likewise.
42147         * modules/filenamecat (Makefile.am): Likewise.
42148         * modules/fnmatch (Makefile.am): Likewise.
42149         * modules/fopen-safer (Makefile.am): Likewise.
42150         * modules/fpending (Makefile.am): Likewise.
42151         * modules/fprintftime (Makefile.am): Likewise.
42152         * modules/free (Makefile.am): Likewise.
42153         * modules/fsusage (Makefile.am): Likewise.
42154         * modules/ftruncate (Makefile.am): Likewise.
42155         * modules/fts (Makefile.am): Likewise.
42156         * modules/gc-arcfour (Makefile.am): Likewise.
42157         * modules/gc-des (Makefile.am): Likewise.
42158         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42159         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42160         * modules/gc-md4 (Makefile.am): Likewise.
42161         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42162         * modules/gc-sha1 (Makefile.am): Likewise.
42163         * modules/gc (Makefile.am): Likewise.
42164         * modules/getaddrinfo (Makefile.am): Likewise.
42165         * modules/getcwd (Makefile.am): Likewise.
42166         * modules/getdelim (Makefile.am): Likewise.
42167         * modules/getdomainname (Makefile.am): Likewise.
42168         * modules/getgroups (Makefile.am): Likewise.
42169         * modules/gethostname (Makefile.am): Likewise.
42170         * modules/gethrxtime (Makefile.am): Likewise.
42171         * modules/getline (Makefile.am): Likewise.
42172         * modules/getloadavg (Makefile.am): Likewise.
42173         * modules/getlogin_r (Makefile.am): Likewise.
42174         * modules/getndelim2 (Makefile.am): Likewise.
42175         * modules/getopt (Makefile.am): Likewise.
42176         * modules/getpagesize (Makefile.am): Likewise.
42177         * modules/getpass-gnu (Makefile.am): Likewise.
42178         * modules/getpass (Makefile.am): Likewise.
42179         * modules/getsubopt (Makefile.am): Likewise.
42180         * modules/gettime (Makefile.am): Likewise.
42181         * modules/gettimeofday (Makefile.am): Likewise.
42182         * modules/getugroups (Makefile.am): Likewise.
42183         * modules/getusershell (Makefile.am): Likewise.
42184         * modules/glob (Makefile.am): Likewise.
42185         * modules/group-member (Makefile.am): Likewise.
42186         * modules/hard-locale (Makefile.am): Likewise.
42187         * modules/hash (Makefile.am): Likewise.
42188         * modules/hmac-md5 (Makefile.am): Likewise.
42189         * modules/hmac-sha1 (Makefile.am): Likewise.
42190         * modules/human (Makefile.am): Likewise.
42191         * modules/idcache (Makefile.am): Likewise.
42192         * modules/imaxabs (Makefile.am): Likewise.
42193         * modules/imaxdiv (Makefile.am): Likewise.
42194         * modules/inet_ntop (Makefile.am): Likewise.
42195         * modules/inet_pton (Makefile.am): Likewise.
42196         * modules/intprops (Makefile.am): Likewise.
42197         * modules/inttostr (Makefile.am): Likewise.
42198         * modules/inttypes (Makefile.am): Likewise.
42199         * modules/isapipe (Makefile.am): Likewise.
42200         * modules/javaversion (Makefile.am): Likewise.
42201         * modules/lchmod (Makefile.am): Likewise.
42202         * modules/lchown (Makefile.am): Likewise.
42203         * modules/localcharset (Makefile.am): Likewise.
42204         * modules/long-options (Makefile.am): Likewise.
42205         * modules/lstat (Makefile.am): Likewise.
42206         * modules/malloc (Makefile.am): Likewise.
42207         * modules/mathl (Makefile.am): Likewise.
42208         * modules/mbchar (Makefile.am): Likewise.
42209         * modules/md2 (Makefile.am): Likewise.
42210         * modules/md4 (Makefile.am): Likewise.
42211         * modules/md5 (Makefile.am): Likewise.
42212         * modules/memcasecmp (Makefile.am): Likewise.
42213         * modules/memchr (Makefile.am): Likewise.
42214         * modules/memcmp (Makefile.am): Likewise.
42215         * modules/memcoll (Makefile.am): Likewise.
42216         * modules/memcpy (Makefile.am): Likewise.
42217         * modules/memmem (Makefile.am): Likewise.
42218         * modules/memmove (Makefile.am): Likewise.
42219         * modules/mempcpy (Makefile.am): Likewise.
42220         * modules/memrchr (Makefile.am): Likewise.
42221         * modules/memset (Makefile.am): Likewise.
42222         * modules/memxor (Makefile.am): Likewise.
42223         * modules/mkancesdirs (Makefile.am): Likewise.
42224         * modules/mkdir-p (Makefile.am): Likewise.
42225         * modules/mkdir (Makefile.am): Likewise.
42226         * modules/mkdtemp (Makefile.am): Likewise.
42227         * modules/mkstemp (Makefile.am): Likewise.
42228         * modules/mktime (Makefile.am): Likewise.
42229         * modules/modechange (Makefile.am): Likewise.
42230         * modules/mountlist (Makefile.am): Likewise.
42231         * modules/nanosleep (Makefile.am): Likewise.
42232         * modules/obstack (Makefile.am): Likewise.
42233         * modules/openat (Makefile.am): Likewise.
42234         * modules/pagealign_alloc (Makefile.am): Likewise.
42235         * modules/pathmax (Makefile.am): Likewise.
42236         * modules/physmem (Makefile.am): Likewise.
42237         * modules/poll (Makefile.am): Likewise.
42238         * modules/posixtm (Makefile.am): Likewise.
42239         * modules/posixver (Makefile.am): Likewise.
42240         * modules/putenv (Makefile.am): Likewise.
42241         * modules/quote (Makefile.am): Likewise.
42242         * modules/quotearg (Makefile.am): Likewise.
42243         * modules/raise (Makefile.am): Likewise.
42244         * modules/read-file (Makefile.am): Likewise.
42245         * modules/readline (Makefile.am): Likewise.
42246         * modules/readlink (Makefile.am): Likewise.
42247         * modules/readtokens (Makefile.am): Likewise.
42248         * modules/readutmp (Makefile.am): Likewise.
42249         * modules/realloc (Makefile.am): Likewise.
42250         * modules/regex (Makefile.am): Likewise.
42251         * modules/rename-dest-slash (Makefile.am): Likewise.
42252         * modules/rename (Makefile.am): Likewise.
42253         * modules/rijndael (Makefile.am): Likewise.
42254         * modules/rmdir (Makefile.am): Likewise.
42255         * modules/rpmatch (Makefile.am): Likewise.
42256         * modules/safe-read (Makefile.am): Likewise.
42257         * modules/safe-write (Makefile.am): Likewise.
42258         * modules/same-inode (Makefile.am): Likewise.
42259         * modules/same (Makefile.am): Likewise.
42260         * modules/save-cwd (Makefile.am): Likewise.
42261         * modules/savedir (Makefile.am): Likewise.
42262         * modules/setenv (Makefile.am): Likewise.
42263         * modules/settime (Makefile.am): Likewise.
42264         * modules/sha1 (Makefile.am): Likewise.
42265         * modules/sig2str (Makefile.am): Likewise.
42266         * modules/snprintf (Makefile.am): Likewise.
42267         * modules/stat-macros (Makefile.am): Likewise.
42268         * modules/stat-time (Makefile.am): Likewise.
42269         * modules/stdbool (Makefile.am): Likewise.
42270         * modules/stdint (Makefile.am): Likewise.
42271         * modules/stdlib-safer (Makefile.am): Likewise.
42272         * modules/stpcpy (Makefile.am): Likewise.
42273         * modules/stpncpy (Makefile.am): Likewise.
42274         * modules/strcase (Makefile.am): Likewise.
42275         * modules/strcasestr (Makefile.am): Likewise.
42276         * modules/strchrnul (Makefile.am): Likewise.
42277         * modules/strcspn (Makefile.am): Likewise.
42278         * modules/strdup (Makefile.am): Likewise.
42279         * modules/strerror (Makefile.am): Likewise.
42280         * modules/strftime (Makefile.am): Likewise.
42281         * modules/strndup (Makefile.am): Likewise.
42282         * modules/strnlen (Makefile.am): Likewise.
42283         * modules/strpbrk (Makefile.am): Likewise.
42284         * modules/strsep (Makefile.am): Likewise.
42285         * modules/strstr (Makefile.am): Likewise.
42286         * modules/strtod (Makefile.am): Likewise.
42287         * modules/strtoimax (Makefile.am): Likewise.
42288         * modules/strtok_r (Makefile.am): Likewise.
42289         * modules/strtol (Makefile.am): Likewise.
42290         * modules/strtoll (Makefile.am): Likewise.
42291         * modules/strtoul (Makefile.am): Likewise.
42292         * modules/strtoull (Makefile.am): Likewise.
42293         * modules/strtoumax (Makefile.am): Likewise.
42294         * modules/strverscmp (Makefile.am): Likewise.
42295         * modules/sys_socket (Makefile.am): Likewise.
42296         * modules/sys_stat (Makefile.am): Likewise.
42297         * modules/sysexits (Makefile.am): Likewise.
42298         * modules/time_r (Makefile.am): Likewise.
42299         * modules/timegm (Makefile.am): Likewise.
42300         * modules/timespec (Makefile.am): Likewise.
42301         * modules/tmpfile-safer (Makefile.am): Likewise.
42302         * modules/trim (Makefile.am): Likewise.
42303         * modules/unistd-safer (Makefile.am): Likewise.
42304         * modules/unlinkdir (Makefile.am): Likewise.
42305         * modules/unlocked-io (Makefile.am): Likewise.
42306         * modules/userspec (Makefile.am): Likewise.
42307         * modules/utime (Makefile.am): Likewise.
42308         * modules/utimecmp (Makefile.am): Likewise.
42309         * modules/utimens (Makefile.am): Likewise.
42310         * modules/vasnprintf (Makefile.am): Likewise.
42311         * modules/vasprintf (Makefile.am): Likewise.
42312         * modules/vsnprintf (Makefile.am): Likewise.
42313         * modules/xalloc (Makefile.am): Likewise.
42314         * modules/xgetcwd (Makefile.am): Likewise.
42315         * modules/xnanosleep (Makefile.am): Likewise.
42316         * modules/xreadlink (Makefile.am): Likewise.
42317         * modules/xstrtod (Makefile.am): Likewise.
42318         * modules/xstrtol (Makefile.am): Likewise.
42319         * modules/xstrtold (Makefile.am): Likewise.
42320         * modules/yesno (Makefile.am): Likewise.
42321         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42322
42323 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42324
42325         * modules/error (Makefile.am): Distribute files through
42326         EXTRA_DIST, not lib_SOURCES.
42327
42328 2006-10-12  Eric Blake  <ebb9@byu.net>
42329
42330         * modules/error (Makefile.am): Distribute files in /lib.
42331         * modules/obstack (Makefile.am): Likewise.
42332
42333 2006-10-12  Bruno Haible  <bruno@clisp.org>
42334
42335         * modules/acl (Makefile.am): Distribute all files in lib/ through
42336         EXTRA_DIST.
42337         * modules/arcfour (Makefile.am): Likewise.
42338         * modules/arctwo (Makefile.am): Likewise.
42339         * modules/argmatch (Makefile.am): Likewise.
42340         * modules/argz (Makefile.am): Likewise.
42341         * modules/atexit (Makefile.am): Likewise.
42342         * modules/backupfile (Makefile.am): Likewise.
42343         * modules/c-strtod (Makefile.am): Likewise.
42344         * modules/c-strtold (Makefile.am): Likewise.
42345         * modules/calloc (Makefile.am): Likewise.
42346         * modules/canon-host (Makefile.am): Likewise.
42347         * modules/canonicalize (Makefile.am): Likewise.
42348         * modules/chdir-long (Makefile.am): Likewise.
42349         * modules/chdir-safer (Makefile.am): Likewise.
42350         * modules/check-version (Makefile.am): Likewise.
42351         * modules/chown (Makefile.am): Likewise.
42352         * modules/cloexec (Makefile.am): Likewise.
42353         * modules/close-stream (Makefile.am): Likewise.
42354         * modules/closeout (Makefile.am): Likewise.
42355         * modules/crc (Makefile.am): Likewise.
42356         * modules/cycle-check (Makefile.am): Likewise.
42357         * modules/des (Makefile.am): Likewise.
42358         * modules/dirfd (Makefile.am): Likewise.
42359         * modules/dirname (Makefile.am): Likewise.
42360         * modules/dup2 (Makefile.am): Likewise.
42361         * modules/euidaccess (Makefile.am): Likewise.
42362         * modules/exclude (Makefile.am): Likewise.
42363         * modules/exitfail (Makefile.am): Likewise.
42364         * modules/fcntl-safer (Makefile.am): Likewise.
42365         * modules/file-type (Makefile.am): Likewise.
42366         * modules/fileblocks (Makefile.am): Likewise.
42367         * modules/filemode (Makefile.am): Likewise.
42368         * modules/filenamecat (Makefile.am): Likewise.
42369         * modules/fnmatch (Makefile.am): Likewise.
42370         * modules/fopen-safer (Makefile.am): Likewise.
42371         * modules/fpending (Makefile.am): Likewise.
42372         * modules/fprintftime (Makefile.am): Likewise.
42373         * modules/free (Makefile.am): Likewise.
42374         * modules/fsusage (Makefile.am): Likewise.
42375         * modules/ftruncate (Makefile.am): Likewise.
42376         * modules/fts (Makefile.am): Likewise.
42377         * modules/gc (Makefile.am): Likewise.
42378         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42379         * modules/getaddrinfo (Makefile.am): Likewise.
42380         * modules/getcwd (Makefile.am): Likewise.
42381         * modules/getdelim (Makefile.am): Likewise.
42382         * modules/getdomainname (Makefile.am): Likewise.
42383         * modules/getgroups (Makefile.am): Likewise.
42384         * modules/gethostname (Makefile.am): Likewise.
42385         * modules/gethrxtime (Makefile.am): Likewise.
42386         * modules/getline (Makefile.am): Likewise.
42387         * modules/getloadavg (Makefile.am): Likewise.
42388         * modules/getlogin_r (Makefile.am): Likewise.
42389         * modules/getopt (Makefile.am): Likewise.
42390         * modules/getpass (Makefile.am): Likewise.
42391         * modules/getpass-gnu (Makefile.am): Likewise.
42392         * modules/getsubopt (Makefile.am): Likewise.
42393         * modules/gettime (Makefile.am): Likewise.
42394         * modules/gettimeofday (Makefile.am): Likewise.
42395         * modules/getugroups (Makefile.am): Likewise.
42396         * modules/getusershell (Makefile.am): Likewise.
42397         * modules/glob (Makefile.am): Likewise.
42398         * modules/group-member (Makefile.am): Likewise.
42399         * modules/hard-locale (Makefile.am): Likewise.
42400         * modules/hash (Makefile.am): Likewise.
42401         * modules/hmac-md5 (Makefile.am): Likewise.
42402         * modules/hmac-sha1 (Makefile.am): Likewise.
42403         * modules/human (Makefile.am): Likewise.
42404         * modules/idcache (Makefile.am): Likewise.
42405         * modules/imaxabs (Makefile.am): Likewise.
42406         * modules/imaxdiv (Makefile.am): Likewise.
42407         * modules/inet_ntop (Makefile.am): Likewise.
42408         * modules/inet_pton (Makefile.am): Likewise.
42409         * modules/inttostr (Makefile.am): Likewise.
42410         * modules/isapipe (Makefile.am): Likewise.
42411         * modules/lchown (Makefile.am): Likewise.
42412         * modules/long-options (Makefile.am): Likewise.
42413         * modules/lstat (Makefile.am): Likewise.
42414         * modules/malloc (Makefile.am): Likewise.
42415         * modules/mathl (Makefile.am): Likewise.
42416         * modules/mbchar (Makefile.am): Likewise.
42417         * modules/md2 (Makefile.am): Likewise.
42418         * modules/md4 (Makefile.am): Likewise.
42419         * modules/md5 (Makefile.am): Likewise.
42420         * modules/memcasecmp (Makefile.am): Likewise.
42421         * modules/memchr (Makefile.am): Likewise.
42422         * modules/memcmp (Makefile.am): Likewise.
42423         * modules/memcoll (Makefile.am): Likewise.
42424         * modules/memcpy (Makefile.am): Likewise.
42425         * modules/memmem (Makefile.am): Likewise.
42426         * modules/memmove (Makefile.am): Likewise.
42427         * modules/mempcpy (Makefile.am): Likewise.
42428         * modules/memrchr (Makefile.am): Likewise.
42429         * modules/memset (Makefile.am): Likewise.
42430         * modules/memxor (Makefile.am): Likewise.
42431         * modules/mkancesdirs (Makefile.am): Likewise.
42432         * modules/mkdir (Makefile.am): Likewise.
42433         * modules/mkdir-p (Makefile.am): Likewise.
42434         * modules/mkdtemp (Makefile.am): Likewise.
42435         * modules/mkstemp (Makefile.am): Likewise.
42436         * modules/mktime (Makefile.am): Likewise.
42437         * modules/modechange (Makefile.am): Likewise.
42438         * modules/mountlist (Makefile.am): Likewise.
42439         * modules/nanosleep (Makefile.am): Likewise.
42440         * modules/openat (Makefile.am): Likewise.
42441         * modules/pagealign_alloc (Makefile.am): Likewise.
42442         * modules/physmem (Makefile.am): Likewise.
42443         * modules/poll (Makefile.am): Likewise.
42444         * modules/posixtm (Makefile.am): Likewise.
42445         * modules/posixver (Makefile.am): Likewise.
42446         * modules/putenv (Makefile.am): Likewise.
42447         * modules/quote (Makefile.am): Likewise.
42448         * modules/quotearg (Makefile.am): Likewise.
42449         * modules/raise (Makefile.am): Likewise.
42450         * modules/read-file (Makefile.am): Likewise.
42451         * modules/readline (Makefile.am): Likewise.
42452         * modules/readlink (Makefile.am): Likewise.
42453         * modules/readtokens (Makefile.am): Likewise.
42454         * modules/readutmp (Makefile.am): Likewise.
42455         * modules/realloc (Makefile.am): Likewise.
42456         * modules/regex (Makefile.am): Likewise.
42457         * modules/rename (Makefile.am): Likewise.
42458         * modules/rename-dest-slash (Makefile.am): Likewise.
42459         * modules/rijndael (Makefile.am): Likewise.
42460         * modules/rmdir (Makefile.am): Likewise.
42461         * modules/rpmatch (Makefile.am): Likewise.
42462         * modules/safe-read (Makefile.am): Likewise.
42463         * modules/safe-write (Makefile.am): Likewise.
42464         * modules/same (Makefile.am): Likewise.
42465         * modules/save-cwd (Makefile.am): Likewise.
42466         * modules/savedir (Makefile.am): Likewise.
42467         * modules/setenv (Makefile.am): Likewise.
42468         * modules/settime (Makefile.am): Likewise.
42469         * modules/sha1 (Makefile.am): Likewise.
42470         * modules/sig2str (Makefile.am): Likewise.
42471         * modules/snprintf (Makefile.am): Likewise.
42472         * modules/stdlib-safer (Makefile.am): Likewise.
42473         * modules/stpcpy (Makefile.am): Likewise.
42474         * modules/stpncpy (Makefile.am): Likewise.
42475         * modules/strcase (Makefile.am): Likewise.
42476         * modules/strcasestr (Makefile.am): Likewise.
42477         * modules/strchrnul (Makefile.am): Likewise.
42478         * modules/strcspn (Makefile.am): Likewise.
42479         * modules/strdup (Makefile.am): Likewise.
42480         * modules/strerror (Makefile.am): Likewise.
42481         * modules/strftime (Makefile.am): Likewise.
42482         * modules/strndup (Makefile.am): Likewise.
42483         * modules/strnlen (Makefile.am): Likewise.
42484         * modules/strpbrk (Makefile.am): Likewise.
42485         * modules/strsep (Makefile.am): Likewise.
42486         * modules/strstr (Makefile.am): Likewise.
42487         * modules/strtod (Makefile.am): Likewise.
42488         * modules/strtoimax (Makefile.am): Likewise.
42489         * modules/strtok_r (Makefile.am): Likewise.
42490         * modules/strtol (Makefile.am): Likewise.
42491         * modules/strtoll (Makefile.am): Likewise.
42492         * modules/strtoul (Makefile.am): Likewise.
42493         * modules/strtoull (Makefile.am): Likewise.
42494         * modules/strtoumax (Makefile.am): Likewise.
42495         * modules/strverscmp (Makefile.am): Likewise.
42496         * modules/time_r (Makefile.am): Likewise.
42497         * modules/timegm (Makefile.am): Likewise.
42498         * modules/tmpfile-safer (Makefile.am): Likewise.
42499         * modules/unistd-safer (Makefile.am): Likewise.
42500         * modules/unlinkdir (Makefile.am): Likewise.
42501         * modules/userspec (Makefile.am): Likewise.
42502         * modules/utime (Makefile.am): Likewise.
42503         * modules/utimecmp (Makefile.am): Likewise.
42504         * modules/utimens (Makefile.am): Likewise.
42505         * modules/vasnprintf (Makefile.am): Likewise.
42506         * modules/vasprintf (Makefile.am): Likewise.
42507         * modules/vsnprintf (Makefile.am): Likewise.
42508         * modules/xalloc (Makefile.am): Likewise.
42509         * modules/xgetcwd (Makefile.am): Likewise.
42510         * modules/xnanosleep (Makefile.am): Likewise.
42511         * modules/xreadlink (Makefile.am): Likewise.
42512         * modules/xstrtod (Makefile.am): Likewise.
42513         * modules/xstrtol (Makefile.am): Likewise.
42514         * modules/xstrtold (Makefile.am): Likewise.
42515         * modules/yesno (Makefile.am): Likewise.
42516
42517 2006-10-12  Jim Meyering  <jim@meyering.net>
42518
42519         * m4/getloadavg.m4: Revert the change below.
42520
42521         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42522         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42523         fail with a symlink, which is what coreutils' ./bootstrap now
42524         creates by default.
42525
42526 2006-10-12  Bruno Haible  <bruno@clisp.org>
42527
42528         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42529         mingw.
42530         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42531         MSVC and mingw explicitly.
42532
42533 2006-10-11  Simon Josefsson  <jas@extundo.com>
42534             Bruno Haible  <bruno@clisp.org>
42535
42536         Add support for multiple gnulib-tool invocations in the scope of a
42537         single configure.ac file.
42538         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42539         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42540         with the same contents as the _LIBADD variable.
42541         (func_emit_initmacro_start, func_emit_initmacro_end,
42542         func_emit_initmacro_done): New functions.
42543         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42544         gl_LIBOBJS and gl_LTLIBOBJS.
42545
42546 2006-10-11  Bruno Haible  <bruno@clisp.org>
42547
42548         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42549         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42550         autoreconf. Instead, invoke autopoint explicitly but move back the
42551         *.m4 files from gnulib.
42552
42553 2006-10-11  Bruno Haible  <bruno@clisp.org>
42554
42555         * gnulib-tool (func_usage): Make module names after --create-testdir
42556         optional.
42557         (func_create_testdir): If no module was specified, use nearly all
42558         modules.
42559
42560 2006-10-12  Jim Meyering  <jim@meyering.net>
42561
42562         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42563         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42564         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42565         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42566         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42567         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42568         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42569         (fts_set_stat_required): New function.
42570         (fts_open): Defer the calls to fts_stat, if possible or requested.
42571         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42572         into fts_stat itself.
42573         (fts_read): Perform any required (deferred) fts_stat call.
42574         (fts_build): Likewise, for the directory we're about to open and read.
42575         In the readdir loop, carefully decide whether each entry will require
42576         an eventual call to fts_stat, using dirent.d_type info if available.
42577         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42578         a command line argument into this function.  Update all callers.
42579         Map a return value of FTS_DOT to FTS_D for a command line argument.
42580         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42581         Thanks to Miklos Szeredi for his tenacity and for the initial
42582         bug report about "find" failing on a FUSE-based file system.
42583
42584         * lib/fts.c (fts_open): Use consistent indentation.
42585
42586 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42587
42588         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42589         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42590         reported by Jim Meyering.  All uses of cache variables renamed
42591         to match Autoconf's.
42592         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42593         the other one.
42594
42595         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42596         Fix misspelling in diagnostic.
42597
42598 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42599
42600         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42601         defined.  Problem reported by Matthew Woehlke.
42602
42603         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42604         Add support for Tandem NonStop R series.
42605         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42606         Use new macro.
42607
42608         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42609         (has_trailing_slash): Omit size arg; all callers changed.
42610         Omit 'inline', since it doesn't help performance and we'd
42611         need to configure it.
42612         Don't count //, ///, etc. as having a trailing slash.
42613         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42614         (rpl_rename_dest_slash): On failure, use rename's errno rather
42615         than (in some cases) an incorrect or junk errno.
42616         Simplify code by removing need to compute length; this does
42617         cause it to make two passes instead of one over the file name,
42618         but it's worth it.
42619
42620         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42621         change, since Autoconf's version may no longer be appropriate now
42622         that we are using CVS Autoconf's version.  Add support for Tandem.
42623
42624 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42625             Bruno Haible  <bruno@clisp.org>
42626
42627         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42628         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42629         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42630         gl_AC_TYPE_LONG_LONG.
42631
42632         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42633         instead of HAVE_LONG_LONG.
42634         * lib/printf-args.c (printf_fetchargs): Likewise.
42635         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42636         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42637         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42638         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42639         gl_AC_TYPE_LONG_LONG.
42640
42641 2006-10-11  Bruno Haible  <bruno@clisp.org>
42642
42643         * m4/longlong.m4: Add comments.
42644         * m4/ulonglong.m4: Likewise.
42645
42646 2006-10-10  Bruno Haible  <bruno@clisp.org>
42647
42648         Make it possible to #define stpcpy, strdup to aliases.
42649         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42650         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42651
42652 2006-10-10  Bruno Haible  <bruno@clisp.org>
42653
42654         Make it possible to #define gcd to an alias.
42655         * lib/gcd.c: Include config.h.
42656
42657 2006-10-10  Bruno Haible  <bruno@clisp.org>
42658
42659         Make it possible to #define c_isascii to an alias.
42660         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42661         defined. Undefine the macros before defining them, to avoid gcc
42662         warnings.
42663         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42664         define NO_C_CTYPE_MACROS early.
42665
42666 2006-10-10  Bruno Haible  <bruno@clisp.org>
42667
42668         Make it possible to #define set_program_name to an alias.
42669         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42670         ENABLE_RELOCATABLE early.
42671
42672 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42673
42674         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42675         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42676         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42677         More generally, don't assume that 64-bit signed int is available
42678         if unsigned int is, and vice versa.
42679         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42680         unsigned symbols, not on their signed counterparts.
42681         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42682         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42683         (UINT64_C, UINTMAX_C):
42684         Likewise.
42685         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42686         unsigned counterparts.
42687         (Have_long_long, Unsigned): New macros.
42688         (Int): Renamed from INT.
42689         (strtoimax): Use the new macros.
42690         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42691         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42692         * modules/inttypes (inttypes.h): Substitute
42693         HAVE_UNSIGNED_LONG_LONG_INT.
42694         * modules/stdint (stdint.h): Likewise.
42695         (Files): Add m4/ulonglong.m4.
42696
42697 2006-10-10  Bruno Haible  <bruno@clisp.org>
42698
42699         Fix a gcc -Wshadow warning.
42700         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42701         to 'bucket'.
42702         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42703         gl_linked_indexof_from_to): Likewise.
42704         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42705         Likewise.
42706         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42707         Likewise.
42708         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42709         Reported by Eric Blake.
42710
42711 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42712
42713         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42714         for NetBSD.  Problem reported by Bruno Haible.
42715
42716 2006-10-09  Jim Meyering  <jim@meyering.net>
42717
42718         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42719         Patch from Bruno Haible.
42720
42721 2006-10-09  Jim Meyering  <jim@meyering.net>
42722
42723         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42724         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42725         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42726
42727 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42728
42729         Don't include <config.h> twice; this doesn't work in some cases,
42730         e.g., when config.h has "#define intmax_t long long int" and
42731         we include <config.h>, <inttypes.h>, <config.h> in that order.
42732         Problem reported by Matthew Woehlke in:
42733         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42734         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42735         * lib/fts-cycle.c: Don't include config.h.
42736         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42737         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42738         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42739         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42740         inttypes.h.
42741         * lib/xstrtoumax.c: Likewise.
42742         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42743         __strtol and the like, so that this module is more like its siblings.
42744         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42745         Remove; no longer needed now that we assume gnulib inttypes.h.
42746
42747 2006-10-08  Bruno Haible  <bruno@clisp.org>
42748
42749         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42750         option.
42751
42752 2006-10-07  Jim Meyering  <jim@meyering.net>
42753
42754         * modules/inttypes (inttypes.h): Revert what seems to have been
42755         an inadvertent part of today's change: use "|", not "/" in the
42756         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42757
42758 2006-10-07  Bruno Haible  <bruno@clisp.org>
42759
42760         * modules/sublist: New file.
42761
42762 2006-10-07  Bruno Haible  <bruno@clisp.org>
42763
42764         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42765         * modules/argz (argz.h): Likewise.
42766         * modules/arpa_inet (arpa/inet.h): Likewise.
42767         * modules/byteswap (byteswap.h): Likewise.
42768         * modules/configmake (configmake.h): Likewise.
42769         * modules/fcntl (fcntl.h): Likewise.
42770         * modules/fnmatch (fnmatch.h): Likewise.
42771         * modules/getopt (getopt.h): Likewise.
42772         * modules/glob (glob.h): Likewise.
42773         * modules/inttypes (inttypes.h): Likewise.
42774         * modules/netinet_in (netinet/in.h): Likewise.
42775         * modules/poll (poll.h): Likewise.
42776         * modules/stdbool (stdbool.h): Likewise.
42777         * modules/stdint (stdint.h): Likewise.
42778         * modules/sys_select (sys/select.h): Likewise.
42779         * modules/sys_socket (sys/socket.h): Likewise.
42780         * modules/sys_stat (sys/stat.h): Likewise.
42781         * modules/sysexits (sysexits.h): Likewise.
42782         * modules/unistd (unistd.h): Likewise.
42783         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42784         Add a "DO NOT EDIT" comment to the generated file.
42785         (func_import): Likewise for gnulib-comp.m4.
42786
42787 2006-10-07  Bruno Haible  <bruno@clisp.org>
42788
42789         * lib/gl_sublist.h: New file.
42790         * lib/gl_sublist.c: New file.
42791
42792 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42793
42794         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42795         name (relative to the original working directory) and the file
42796         name component (relative to the temporary working directory).  All
42797         callers changed.
42798         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42799         * lib/mkdir-p.c (make_dir_parents): Likewise.
42800         * lib/mkdir-p.h (make_dir_parents): Likewise.
42801
42802 2006-10-06  Eric Blake  <ebb9@byu.net>
42803
42804         Define several macros for use by the clean-temp module.
42805         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42806         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42807         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42808
42809         * lib/clean-temp.h (close_stream_temp): New declaration.
42810         * lib/clean-temp.c (includes): Pull in headers according to what
42811         other modules are in use.
42812         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42813
42814 2006-10-06  Bruno Haible  <bruno@clisp.org>
42815
42816         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42817         instead of fopen, fwriteerror.
42818
42819 2006-10-06  Bruno Haible  <bruno@clisp.org>
42820
42821         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42822         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42823         int.
42824         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42825         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42826         Return an error indicator.
42827         Suggested by Eric Blake.
42828
42829 2006-10-06  Bruno Haible  <bruno@clisp.org>
42830
42831         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42832         Reported by Eric Blake.
42833
42834 2006-10-06  Bruno Haible  <bruno@clisp.org>
42835
42836         * modules/closeout (Description): Mention stderr too.
42837
42838 2006-10-06  Bruno Haible  <bruno@clisp.org>
42839         and Paul Eggert  <eggert@cs.ucla.edu>
42840
42841         * lib/closeout.c (close_stdout): Also close stderr.
42842         * lib/closeout.h: Update comment.
42843
42844 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42845
42846         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42847         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42848         * lib/dirchownmod.c: Include lchown.h.
42849         * lib/lchown.c: Don't include files that lchown.h now includes.
42850         Don't declare chown, since lchown.h now does that.
42851         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42852         (lchown): Define to rpl_chown if lchown is declared but
42853         does not exist.  Declare using a prototype if lchown is not
42854         declared.  Add a copyright notice.
42855         * lib/mkstemp.h: Include <unistd.h>.
42856         * lib/openat.c: Include lchown.h.
42857
42858         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42859         we now test for that separately.
42860         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42861         rather than O_NOFOLLOW, when testing whether it's possible to
42862         avoid a race condition reliably.
42863         * lib/savewd.c (savewd_chdir): Likewise.
42864
42865         Remove macros that are no longer needed now that stdint.h is
42866         reliable.
42867         * lib/fsusage.c (UINTMAX_MAX): Remove.
42868         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42869         * lib/utimecmp.c (SIZE_MAX): Remove.
42870
42871         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42872
42873         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42874         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42875         O_NOATIME works.
42876
42877 2006-10-05  Bruno Haible  <bruno@clisp.org>
42878
42879         * lib/gl_list.h (gl_sortedlist_search_from_to,
42880         gl_sortedlist_indexof_from_to): New declarations.
42881         (gl_list_implementation): New fields sortedlist_search_from_to,
42882         sortedlist_indexof_from_to.
42883         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42884         inline functions.
42885         * lib/gl_list.c (gl_sortedlist_search_from_to,
42886         gl_sortedlist_indexof_from_to): New functions.
42887         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42888         function.
42889         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42890         (gl_array_sortedlist_search_from_to): New function.
42891         (gl_array_list_implementation): Update.
42892         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42893         function.
42894         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42895         (gl_carray_sortedlist_search_from_to): New function.
42896         (gl_carray_list_implementation): Update.
42897         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42898         gl_linked_sortedlist_indexof_from_to): New functions.
42899         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42900         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42901         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42902         gl_tree_sortedlist_indexof_from_to): New functions.
42903         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42904         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42905         Update.
42906         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42907         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42908         Update.
42909
42910 2006-10-05  Bruno Haible  <bruno@clisp.org>
42911
42912         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42913         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42914         (struct gl_list_implementation): Add fields search_from_to,
42915         indexof_from_to. Remove fields search, indexof.
42916         (gl_list_search): Use the search_from_to method.
42917         (gl_list_search_from, gl_list_search_from_to): New functions.
42918         (gl_list_indexof): Use the indexof_from_to method.
42919         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42920         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42921         (gl_list_search_from, gl_list_search_from_to): New functions.
42922         (gl_list_indexof): Use the indexof_from_to method.
42923         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42924         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42925         gl_array_indexof. Add start_index, end_index arguments.
42926         (gl_array_search_from_to): Renamed from gl_array_search. Add
42927         start_index, end_index arguments.
42928         (gl_array_remove, gl_array_list_implementation): Update.
42929         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42930         gl_carray_indexof. Add start_index, end_index arguments.
42931         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42932         start_index, end_index arguments.
42933         (gl_carray_remove, gl_carray_list_implementation): Update.
42934         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42935         gl_linked_search. Add start_index, end_index arguments.
42936         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42937         start_index, end_index arguments.
42938         (gl_linked_remove): Update.
42939         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42940         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42941         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42942         field to 'size_t'.
42943         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42944         gl_tree_search. Add start_index, end_index arguments.
42945         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42946         start_index, end_index arguments.
42947         (gl_tree_remove): Update.
42948         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42949         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42950         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42951         function.
42952         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42953         gl_tree_search. Add start_index, end_index arguments.
42954         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42955         start_index, end_index arguments.
42956         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42957         Update.
42958         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42959
42960 2006-10-05  Bruno Haible  <bruno@clisp.org>
42961
42962         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42963
42964         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42965         fwriteerror_temp): New declarations.
42966         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42967         (descriptors): New variable.
42968         (cleanup): First, close the descriptors.
42969         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42970         fclose_temp, fwriteerror_temp): New functions.
42971
42972 2006-10-04  Jim Meyering  <jim@meyering.net>
42973
42974         * lib/fts.c (fts_open): Tiny comment change.
42975
42976 2006-10-04  Bruno Haible  <bruno@clisp.org>
42977
42978         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42979         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42980         gl_LOCK_BODY.
42981         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42982         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42983         gl_LOCK_EARLY_BODY.
42984         (gl_LOCK): Require gl_LOCK_BODY.
42985
42986 2006-10-04  Bruno Haible  <bruno@clisp.org>
42987
42988         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42989         (gl_oset_search_atleast): New declaration.
42990         (struct gl_oset_implementation): Add field 'search_atleast'.
42991         (gl_oset_search_atleast): New inline function.
42992         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42993         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42994         (gl_array_oset_implementation): Update.
42995         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42996         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42997         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42998
42999 2006-10-04  Bruno Haible  <bruno@clisp.org>
43000
43001         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43002
43003 2006-10-03  Bruno Haible  <bruno@clisp.org>
43004
43005         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43006         from gl_avltreehash_list_implementation.
43007
43008 2006-10-03  Bruno Haible  <bruno@clisp.org>
43009
43010         * lib/gl_oset.c (gl_oset_add): Fix return type.
43011
43012 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43013
43014         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43015
43016 2006-10-02  Eric Blake  <ebb9@byu.net>
43017
43018         * modules/strnlen (Depends-on): Add extensions.
43019
43020 2006-10-02  Eric Blake  <ebb9@byu.net>
43021
43022         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43023         definition in 2.60+.
43024
43025 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43026
43027         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43028         checks.
43029
43030 2006-10-02  Bruno Haible  <bruno@clisp.org>
43031
43032         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43033         to the AUTOMAKE_OPTIONS.
43034         Reported by Jim Meyering.
43035
43036 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43037
43038         Work around bug in Solaris 10 /proc file system:
43039         /proc/self/fd/NNN/.. isn't the parent directory of
43040         the directory whose file descriptor is NNN.  This needs to
43041         be worked around at run time, not compile time, since a
43042         program might be built on Solaris 8, where things work, and
43043         run on Solaris 10.
43044         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43045         to use the following interface instead:
43046         (OPENAT_BUFFER_SIZE): New macro.
43047         (openat_proc_name): New function.
43048         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43049         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43050         Likewise.
43051         * lib/openat-proc.c: New file.
43052         * modules/openat (Files): Add lib/openat-proc.c.
43053         (Depends-on): Add same-inode, stdbool.
43054         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43055
43056 2006-09-29  Bruno Haible  <bruno@clisp.org>
43057
43058         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43059         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43060         argument. Set stdout_closed before testing for ferror, not after.
43061         (fwriteerror, fwriteerror_no_ebadf): New functions.
43062
43063 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43064
43065         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43066
43067 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43068
43069         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43070         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43071
43072 2006-09-28  Jim Meyering  <jim@meyering.net>
43073
43074         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43075         Include <unistd.h>.
43076
43077 2006-09-28  Bruno Haible  <bruno@clisp.org>
43078
43079         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43080         * modules/linkedhash-list (Depends-on): Likewise.
43081         * modules/rbtreehash-list (Depends-on): Likewise.
43082
43083 2006-09-28  Bruno Haible  <bruno@clisp.org>
43084
43085         * lib/strndup.h: Simplify the redefinition of strndup.
43086         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43087         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43088
43089 2006-09-28  Bruno Haible  <bruno@clisp.org>
43090
43091         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43092         * lib/gl_linkedhash_list.c: Likewise.
43093         * lib/gl_rbtreehash_list.c: Likewise.
43094
43095 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43096
43097         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43098         getaddrinfo.
43099
43100         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43101         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43102         it causes <stdio_ext.h> to cause a compile-time error.
43103         Problem reported by Nelson H. F. Beebe.
43104         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43105         of HAVE_DECL___PENDING.
43106
43107         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43108         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43109         declaration.
43110
43111 2006-09-27  Jim Meyering  <jim@meyering.net>
43112
43113         This file could end up with a definition for a function
43114         named __strndup, rather than rpl_strndup on a system with
43115         incomplete weak_alias support.
43116         * lib/strndup.c (strndup): Rename from __strndup.
43117         Remove #defines that used to map __strndup to strndup.
43118         Don't use K&R prototypes.
43119         Remove LIBC-related code, since this file is not sync'd with glibc.
43120         * lib/strndup.h: Revamp, accordingly.
43121         * m4/strndup.m4: Modernize.
43122
43123 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43124
43125         * modules/savewd (Depends-on): Add 'raise'.
43126         * lib/savewd.c: Include <signal.h>, for 'raise'.
43127
43128 2006-09-26  Jim Meyering  <jim@meyering.net>
43129
43130         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43131         when we detect Darwin 8.7.0's acl_get_file bug.
43132         Rearrange to perform the new (below) run-test while $LIBS
43133         contains any acl-related library.  Set USE_ACL at the end.
43134         (gl_ACL_GET_FILE): New function.
43135
43136 2006-09-26  Eric Blake  <ebb9@byu.net>
43137
43138         * lib/verror.c: Include <config.h> unconditionally.
43139
43140 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43141
43142         * modules/clock-time (Maintainer): Add self.
43143         * modules/getlogin_r (Depends-on): Add extensions.
43144
43145 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43146
43147         * modules/clock-time: New module.
43148         * modules/nanosleep (Depends-on): Add clock-time.
43149         * modules/gethrxtime (Depends-on): Likewise.
43150         * modules/gettime (Depends-on): Likewise.
43151         * modules/settime (Depends-on): Likewise.
43152
43153         * modules/fts-lgpl: Depend on openat.
43154         * modules/mkancesdirs: Depend on savewd.
43155         * modules/mkdir-p: Likewise.
43156
43157 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43158
43159         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43160
43161         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43162         `gl_have_arbitrary_file_name_length_limit' to
43163         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43164         actually works between configure runs.
43165
43166 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43167             Bruno Haible  <bruno@clisp.org>
43168
43169         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43170
43171 2006-09-25  Jim Meyering  <jim@meyering.net>
43172
43173         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43174         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43175
43176 2006-09-25  Eric Blake  <ebb9@byu.net>
43177
43178         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43179         exec's in 2006-09-18 patch when shuffling fds.
43180
43181 2006-09-25  Bruno Haible  <bruno@clisp.org>
43182
43183         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43184         Reported by Jim Meyering.
43185
43186 2006-09-24  Jim Meyering  <jim@meyering.net>
43187
43188         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43189         compare a pointer against a literal "0".  That caused failures with
43190         at least HP-UX's hpcc.
43191
43192 2006-09-22  Simon Josefsson  <jas@extundo.com>
43193
43194         * modules/gc-sha1:
43195         * modules/gc-md4:
43196         * modules/gc-hmac-sha1:
43197         * modules/gc-hmac-md5:
43198         * modules/gc-des:
43199         * modules/gc-arcfour: Distribute more files.
43200
43201 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43202
43203         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43204         (gl_linked_iterator_from_to): Initialize struct completely.
43205         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43206         (gl_tree_iterator_from_to): Likewise
43207         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43208         * lib/gl_array_list.c [lint] (gl_array_iterator)
43209         (gl_array_iterator_from_to): Likewise.
43210         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43211         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43212         (gl_carray_iterator_from_to): Likewise.
43213
43214         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43215         * lib/md4.c (md4_process_block): Remove unused variable.
43216         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43217         parentheses for clarity.
43218
43219 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43220
43221         * modules/bison-i18n (Depends-on): Add gettext.
43222
43223 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43224
43225         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43226         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43227         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43228         also add missing comma that caused broken test.
43229         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43230         stdlib.h, for `abort'.
43231         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43232         variables.
43233         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43234         include unistd.h if present, for `rmdir'.
43235         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43236         variables.
43237         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43238         in the process include standard headers for prototypes.
43239         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43240         gets declared on GNU/Linux.
43241         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43242         unistd.h, for `rmdir'.
43243         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43244
43245         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43246         always true.
43247         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43248
43249         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43250
43251 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43252
43253         * gnulib-tool (func_version): Create output all at once.  This
43254         may help avoid triggering unnecessary SIGPIPEs, and at any
43255         rate it doesn't hurt.
43256
43257 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43258             Bruno Haible  <bruno@clisp.org>
43259
43260         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43261         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43262         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43263
43264         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43265         (gl_FUNC_VASPRINTF): Invoke it.
43266
43267 2006-09-22  Bruno Haible  <bruno@clisp.org>
43268
43269         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43270         getloadavg.c as first argument.
43271
43272 2006-09-22  Bruno Haible  <bruno@clisp.org>
43273
43274         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43275         at the beginning of the gl_INIT macro.
43276         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43277         gl_GETLOADAVG.
43278
43279 2006-09-22  Bruno Haible  <bruno@clisp.org>
43280
43281         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43282         module.
43283         Suggested by Ralf Wildenhues.
43284
43285 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43286
43287         Import this patch from libc:
43288
43289         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43290
43291         * lib/regex_internal.c (re_string_reconstruct): Handle
43292         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43293         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43294         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43295         re_string_context_at.
43296
43297         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43298         now requires it.
43299         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43300         gl_REGEX now does it for us.
43301         (gl_REGEX): Add test taken from
43302         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43303
43304         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43305         Check that large offsets work.  Modernize Autoconf usages.
43306         Prefer "yes" to mean a good thing rather than a bad.
43307         Don't put "#define mkstemp" in config.h, as this might interfere
43308         with standard system headers that "#define mkstemp mkstemp64".
43309
43310         * modules/mkstemp (Depends-on): Add extensions, so that
43311         mkstemp is visible on some platforms.
43312         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43313         (Include): Change to "mkstemp.h" from <stdlib.h>.
43314         (Files): Add mkstemp.h.
43315
43316         * lib/mkstemp.h: New file, since some standard headers
43317         #define mkstemp.
43318         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43319         Include "mkstemp.h".
43320         Make the _LIBC code resemble glibc original more,
43321         e.g., use K&R style.
43322         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43323         (mkstemp): Remove, since mkstemp.h does this for us.
43324         * lib/stdlib--.h: Include mkstemp.h.
43325
43326         Import this patch from libc:
43327
43328         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43329
43330         * lib/tempname.c (__gen_tempname): Change attempts_min
43331         into a macro.  Use preprocessor to decide how to initialize
43332         attempts [Coverity CID 67].
43333
43334 2006-09-20  Bruno Haible  <bruno@clisp.org>
43335
43336         * lib/mkdtemp.c: Import from libc.
43337         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43338                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43339                 attempts_min into a macro.  Use preprocessor to decide how to
43340                 initialize attempts [Coverity CID 67].
43341         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43342                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43343                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43344
43345 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43346
43347         * gnulib-tool (func_exit): New function, to allow to pass the
43348         exit status portably through the trap.  Use everywhere.
43349         (--help, --version): Signal a write error.
43350         (trap): catch SIGPIPE, for write errors.
43351         Exit at the end of the trap, with the correct exit status.
43352
43353 2006-09-19  Karl Berry  <karl@gnu.org>
43354
43355         * doc/gnulib.texi: note about the license texinfo files.
43356
43357 2006-09-19  Eric Blake  <ebb9@byu.net>
43358
43359         * gnulib-tool: Avoid space-tab.
43360
43361 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43362
43363         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43364         that prevented coreutils 6.1 from building.  Problem reported
43365         by Petter Reinholdtsen.
43366
43367 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43368
43369         * gnulib-tool (avoidlist): Fix typo that broke options like
43370         --avoid=lock that are used by coreutils bootstrap.
43371
43372 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43373
43374         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43375         more systematically.
43376
43377 2006-09-18  Jim Meyering  <jim@meyering.net>
43378
43379         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43380
43381 2006-09-18  Bruno Haible  <bruno@clisp.org>
43382
43383         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43384
43385 2006-09-18  Bruno Haible  <bruno@clisp.org>
43386
43387         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43388         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43389         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43390         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43391         * m4/gettext.m4: Require autoconf >= 2.52.
43392         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43393         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43394         of gl_cv_header_inttypes_h.
43395
43396 2006-09-18  Bruno Haible  <bruno@clisp.org>
43397
43398         * lib/javaversion.c: Include configmake.h.
43399
43400 2006-09-18  Bruno Haible  <bruno@clisp.org>
43401
43402         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43403         avoid that the while loops be executed in a subshell.
43404
43405 2006-09-18  Bruno Haible  <bruno@clisp.org>
43406
43407         * MODULES.html.sh (func_module): Break long lines.
43408         Suggested by Bruce Korb <bkorb@gnu.org>.
43409
43410 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43411
43412         Speed up by a factor of 1.12.
43413         * gnulib-tool (nl): New variable.
43414         (func_import): Rewrite include directive extraction to only read each
43415         directive once.
43416
43417 2006-09-17  Bruno Haible  <bruno@clisp.org>
43418
43419         * modules/javaversion (Makefile.am): Remove DEFS setting.
43420         (Depends-on): Add configmake, for PKGDATADIR definition.
43421
43422 2006-09-17  Bruno Haible  <bruno@clisp.org>
43423
43424         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43425
43426 2006-09-17  Bruno Haible  <bruno@clisp.org>
43427
43428         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43429         (func_modules_transitive_closure, func_modules_add_dummy,
43430         func_modules_to_filelist, func_import, func_create_testdir,
43431         func_create_megatestdir, ...): Use it wherever possible.
43432         Suggested by Ralf Wildenhues.
43433
43434 2006-09-16  Karl Berry  <karl@gnu.org>
43435
43436         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43437         to avoid sectioning errors.
43438         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43439         [ifinfo]: blank line after @center-ed titles.
43440         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43441         Spell FSF address consistently with others.
43442         (These changes approved by rms.)
43443
43444 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43445
43446         Speed up by a factor of 1.61.
43447         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43448         already checked module names again.
43449
43450 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43451
43452         Speed up by a factor of 1.13.
43453         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43454         for new_files, and the input to func_add_or_update.
43455
43456 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43457
43458         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43459         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43460
43461 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43462
43463         * modules/mkancesdirs (Depends-on): Add fcntl.
43464         * modules/savewd: New file.
43465         * MODULES.html.sh (File system functions): Add savewd.
43466
43467         * modules/configmake (Makefile.am): Add support for the
43468         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43469
43470 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43471
43472         * m4/savewd.m4: New file.
43473
43474 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43475
43476         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43477         (dirchownmod): New arg FD.  All callers changed.
43478         Use FD rather than opening the directory ourself, as opening is
43479         now the caller's responsibility.
43480         * lib/dirchownmod.h: Likewise.
43481         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43482         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43483         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43484         (test_dir): Remove.
43485         (mkancesdirs): Return length of prefix of FILE that has already
43486         been made, or -2 if there is a child doing the work.  Redo
43487         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43488         ".", and treat ".." specially since it might stray back into
43489         already-created areas.  Use a subprocess if necessary.  New arg
43490         WD; all users changed.  MAKE_DIR function should now return 1
43491         if it creates a directory that is not readable.  Return -2 if
43492         a child process is spun off.
43493         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43494         Adjust signature to match code.
43495         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43496         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43497         all users changed.
43498         * lib/savewd.c, lib/savewd.h: New files.
43499
43500 2006-09-15  Jim Meyering  <jim@meyering.net>
43501
43502         * modules/rename-dest-slash: New module.
43503         * MODULES.html.sh (posix_compat): Add it here.
43504
43505         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43506
43507 2006-09-15  Jim Meyering  <jim@meyering.net>
43508
43509         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43510         file.
43511
43512         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43513
43514 2006-09-15  Jim Meyering  <jim@meyering.net>
43515
43516         * lib/rename-dest-slash.c (has_trailing_slash): Use
43517         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43518         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43519         test before testing whether SRC is a directory.
43520         Suggestions from Bruno Haible.
43521
43522         Avoid a warning about an unused variable.
43523         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43524         into the #ifdef block where it's used.
43525
43526         * lib/rename-dest-slash.c: New file.
43527
43528 2006-09-14  Bruno Haible  <bruno@clisp.org>
43529
43530         * lib/allocsa.c: Include <config.h> unconditionally.
43531         * lib/asnprintf.c: Likewise.
43532         * lib/asprintf.c: Likewise.
43533         * lib/c-strcasecmp.c: Likewise.
43534         * lib/c-strcasestr.c: Likewise.
43535         * lib/c-strncasecmp.c: Likewise.
43536         * lib/c-strstr.c: Likewise.
43537         * lib/classpath.c: Likewise.
43538         * lib/clean-temp.c: Likewise.
43539         * lib/concatpath.c: Likewise.
43540         * lib/copy-file.c: Likewise.
43541         * lib/csharpcomp.c: Likewise.
43542         * lib/csharpexec.c: Likewise.
43543         * lib/execute.c: Likewise.
43544         * lib/fatal-signal.c: Likewise.
43545         * lib/findprog.c: Likewise.
43546         * lib/fwriteerror.c: Likewise.
43547         * lib/gl_array_list.c: Likewise.
43548         * lib/gl_array_oset.c: Likewise.
43549         * lib/gl_avltree_list.c: Likewise.
43550         * lib/gl_avltree_oset.c: Likewise.
43551         * lib/gl_avltreehash_list.c: Likewise.
43552         * lib/gl_carray_list.c: Likewise.
43553         * lib/gl_linked_list.c: Likewise.
43554         * lib/gl_linkedhash_list.c: Likewise.
43555         * lib/gl_list.c: Likewise.
43556         * lib/gl_oset.c: Likewise.
43557         * lib/gl_rbtree_list.c: Likewise.
43558         * lib/gl_rbtree_oset.c: Likewise.
43559         * lib/gl_rbtreehash_list.c: Likewise.
43560         * lib/imaxabs.c: Likewise.
43561         * lib/imaxdiv.c: Likewise.
43562         * lib/javacomp.c: Likewise.
43563         * lib/javaexec.c: Likewise.
43564         * lib/javaversion.c: Likewise.
43565         * lib/linebreak.c: Likewise.
43566         * lib/localcharset.c: Likewise.
43567         * lib/lock.c: Likewise.
43568         * lib/mbchar.c: Likewise.
43569         * lib/mbswidth.c: Likewise.
43570         * lib/mkdtemp.c: Likewise.
43571         * lib/pipe.c: Likewise.
43572         * lib/printf-args.c: Likewise.
43573         * lib/printf-parse.c: Likewise.
43574         * lib/progname.c: Likewise.
43575         * lib/progreloc.c: Likewise.
43576         * lib/readlink.c: Likewise.
43577         * lib/sh-quote.c: Likewise.
43578         * lib/stpcpy.c: Likewise.
43579         * lib/stpncpy.c: Likewise.
43580         * lib/strcasecmp.c: Likewise.
43581         * lib/strcasestr.c: Likewise.
43582         * lib/strcspn.c: Likewise.
43583         * lib/striconv.c: Likewise.
43584         * lib/strncasecmp.c: Likewise.
43585         * lib/strnlen1.c: Likewise.
43586         * lib/strstr.c: Likewise.
43587         * lib/strtok_r.c: Likewise.
43588         * lib/tls.c: Likewise.
43589         * lib/tmpdir.c: Likewise.
43590         * lib/unicodeio.c: Likewise.
43591         * lib/unsetenv.c: Likewise.
43592         * lib/vasnprintf.c: Likewise.
43593         * lib/vasprintf.c: Likewise.
43594         * lib/wait-process.c: Likewise.
43595         * lib/xallocsa.c: Likewise.
43596         * lib/xsetenv.c: Likewise.
43597         * lib/xstriconv.c: Likewise.
43598
43599 2006-09-13  Simon Josefsson  <jas@extundo.com>
43600
43601         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43602         that internally, suggested by Ralf Wildenhues
43603         <Ralf.Wildenhues@gmx.de>.
43604
43605 2006-09-13  Simon Josefsson  <jas@extundo.com>
43606
43607         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43608         @LIBOBJS@.
43609         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43610
43611 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43612
43613         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43614         longer worry about uses that don't define HAVE_CONFIG_H.
43615         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43616         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43617         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43618         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43619         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43620         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43621         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43622         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43623         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43624         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43625         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43626         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43627         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43628         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43629         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43630         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43631         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43632         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43633         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43634         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43635         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43636         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43637         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43638         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43639         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43640         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43641         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43642         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43643         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43644         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43645         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43646         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43647         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43648         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43649         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43650         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43651         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43652         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43653         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43654         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43655         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43656         Likewise.
43657
43658 2006-09-13  Eric Blake  <ebb9@byu.net>
43659
43660         * lib/getopt.c: Fix typo in last commit.
43661
43662 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43663
43664         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43665         dgettext.
43666
43667 2006-09-12  Jim Meyering  <jim@meyering.net>
43668
43669         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43670         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43671         Reported by Nelson H. F. Beebe.
43672
43673 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43674
43675         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43676         program_invocation_name and program_invocation_short_name are
43677         initialized.
43678         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43679         and program_invocation_short_name to argp.h, so they are visible
43680         to user programs.
43681         * lib/argp.h: Likewise
43682
43683 2006-09-10  Bruno Haible  <bruno@clisp.org>
43684
43685         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43686         m4/inttypes_h.m4, m4/uintmax_t.m4.
43687
43688 2006-09-10  Bruno Haible  <bruno@clisp.org>
43689
43690         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43691         gl_AC_TYPE_UINTMAX_T.
43692
43693 2006-09-10  Bruno Haible  <bruno@clisp.org>
43694
43695         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43696
43697 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43698
43699         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43700         convention.  Text proposed by Bruno Haible.
43701         (struct argp_option): Document the use of N_() wrappers.
43702
43703         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43704         '\v', and translate the two parts separately, instead of feeding
43705         the whole string to gettext.  This allows to exclude
43706         '\v' from the strings visible to the translator by writing doc
43707         strings as N_("..") "\v" N_("..").
43708
43709 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43710
43711         * config/srclist.txt: Undo latest change; the bug was fixed.
43712
43713 2006-09-09  Bruno Haible  <bruno@clisp.org>
43714
43715         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43716         assignments if building a library without libtool.
43717         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43718         in func_emit_lib_Makefile_am.
43719         (func_import): When building a static library libfoo.a, arrange to
43720         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43721         (func_create_testdir): Likewise.
43722         * modules/gc (configure.ac, Makefile.am): If building statically,
43723         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43724         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43725         * modules/striconv (configure.ac, Makefile.am): Likewise.
43726         Based on a suggestion by Ralf Wildenhues.
43727
43728 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43729
43730         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43731         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43732         Also:
43733
43734         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43735         Add year_2050_test to catch glibc bug 2821
43736         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43737
43738         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43739         Prefer #ifdef to #if.
43740
43741         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43742         Return from 'main' instead of calling 'exit'.
43743
43744 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43745
43746         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43747         returned the maximum time_t value rather than (time_t) -1.
43748         Problem originally reported by William Bardwell
43749         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43750
43751         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43752         Moved to here ...
43753         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43754         ... from here.
43755
43756 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43757
43758         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43759         2821 is fixed.
43760
43761 2006-09-08  Jim Meyering  <jim@meyering.net>
43762
43763         Don't make generated files read-only.  That would bother too many
43764         people.  However, do retain the ability to work when targets are
43765         read-only: remove the destination and temporary files before writing
43766         them (when generated via sed or echo), or by using the -f option for
43767         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43768         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43769         * modules/byteswap, modules/configmake, modules/fcntl:
43770         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43771         * modules/localcharset, modules/netinet_in, modules/poll:
43772         * modules/stdbool, modules/stdint, modules/sys_select:
43773         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43774
43775 2006-09-08  Jim Meyering  <jim@meyering.net>
43776
43777         Avoid new build failure on FreeBSD 6.0.
43778         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43779         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43780         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43781
43782 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43783
43784         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43785
43786 2006-09-07  Jim Meyering  <jim@meyering.net>
43787
43788         Fix global typo in last change: use chmod u-w, not chmod u-x.
43789         Spotted by Paul Eggert and Bruce Korb.
43790         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43791         * modules/byteswap, modules/configmake, modules/fcntl:
43792         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43793         * modules/localcharset, modules/netinet_in, modules/poll:
43794         * modules/stdbool, modules/stdint, modules/sys_select:
43795         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43796
43797 2006-09-06  Jim Meyering  <jim@meyering.net>
43798
43799         Make generated files be read-only.
43800         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43801         Ensure that each generated file is now read-only.
43802         * modules/argz: Likewise.
43803         * modules/arpa_inet: Likewise.
43804         * modules/byteswap: Likewise.
43805         * modules/configmake: Likewise.
43806         * modules/fcntl: Likewise.
43807         * modules/fnmatch: Likewise.
43808         * modules/getopt: Likewise.
43809         * modules/glob: Likewise.
43810         * modules/inttypes: Likewise.
43811         * modules/netinet_in: Likewise.
43812         * modules/poll: Likewise.
43813         * modules/stdbool: Likewise.
43814         * modules/stdint: Likewise.
43815         * modules/sys_select: Likewise.
43816         * modules/sys_socket: Likewise.
43817         * modules/sys_stat: Likewise.
43818         * modules/sysexits: Likewise.
43819         * modules/localcharset: Same as above, but continue using temporary
43820         file named "t-$@" (why different?) rather than the "$@-t" used
43821         everywhere else.
43822
43823         * modules/sysexits (Makefile.am): Replace literal occurrences
43824         of "sysexit.h" more readable, and more consistent, "$@".
43825
43826 2006-09-06  Bruno Haible  <bruno@clisp.org>
43827
43828         * modules/striconv: New file.
43829         * modules/xstriconv: New file.
43830         * MODULES.html.sh (Internationalization functions): Add striconv,
43831         xstriconv.
43832
43833 2006-09-06  Bruno Haible  <bruno@clisp.org>
43834
43835         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43836         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43837         not using libtool correctly.
43838
43839 2006-09-06  Bruno Haible  <bruno@clisp.org>
43840
43841         * lib/striconv.h: New file.
43842         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43843         iconvstring.c.
43844         * lib/xstriconv.h: New file.
43845         * lib/xstriconv.c: New file.
43846
43847 2006-09-06  Bruno Haible  <bruno@clisp.org>
43848
43849         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43850         lib_..._LDFLAGS.
43851
43852 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43853
43854         * lib/argz_.h: Sync from Libtool.
43855
43856         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43857                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43858
43859         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43860
43861 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43862
43863         * modules/trim: New file.
43864
43865 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43866
43867         * lib/trim.h: New file.
43868         * lib/trim.c: New file.
43869
43870 2006-09-05  Bruno Haible  <bruno@clisp.org>
43871
43872         * MODULES.html.sh (String handling): Add trim.
43873
43874 2006-09-04  Karl Berry  <karl@gnu.org>
43875
43876         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43877         until next release.
43878
43879 2006-09-03  Bruno Haible  <bruno@clisp.org>
43880
43881         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43882         correctly.
43883
43884 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43885
43886         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43887         not gl_GETLOADAVG.  Omit unneeded semicolons.
43888         Problems reported by Ralf Wildenhues in
43889         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43890         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43891         at the end, which is the usual gnulib style.
43892
43893         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43894         of doing all the work ourselves.
43895         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43896         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43897
43898 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43899
43900         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43901         Problem reported by Ralf Wildenhues in
43902         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43903
43904         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43905         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43906
43907 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43908
43909         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43910         yesterday's patch by changing test -n to test -z.
43911
43912 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43913
43914         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43915         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43916         the former is now obsolescent.
43917
43918         * modules/chdir-long (Depends-on): Add fcntl.
43919
43920 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43921
43922         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43923         obsolescent, and programs should use gnulib instead.
43924         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43925         but with prefixes changed.
43926
43927 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43928
43929         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43930         or stdbool.h, because they might not exist while configuring.
43931
43932         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43933         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43934         does that for us.
43935         (O_DIRECTORY): Remove.
43936
43937 2006-08-31  Eric Blake  <ebb9@byu.net>
43938
43939         * gnulib-tool: Don't let emacs change spaces to TAB.
43940
43941 2006-08-31  Bruno Haible  <bruno@clisp.org>
43942
43943         * gnulib-tool: When calling func_import more than once, do it in a
43944         subshell.
43945         Reported by Eric Blake <ebb9@byu.net>.
43946
43947 2006-08-31  Bruno Haible  <bruno@clisp.org>
43948
43949         * gnulib-tool (nl): Remove variable.
43950         (sed_transform_lib_file): Use more robust test for config-h module.
43951         (func_import): Fix typo in 2006-08-25 patch.
43952
43953 2006-08-31  Bruno Haible  <bruno@clisp.org>
43954
43955         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43956         specified, augment Makefile.am variables instead of assigning them.
43957
43958 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43959
43960         Work around a bug in both the Linux and SunOS 64-bit kernels:
43961         nanosleep mishandles sleeps for longer than 2**31 seconds.
43962         Problem reported by Frank v Waveren in
43963         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43964         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43965         Check for nanosleep bug.
43966         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43967
43968 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43969
43970         Work around a bug in both the Linux and SunOS 64-bit kernels:
43971         nanosleep mishandles sleeps for longer than 2**31 seconds.
43972         Problem reported by Frank v Waveren in
43973         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43974         * lib/nanosleep.c (BILLION): New constant.
43975         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43976         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43977         implementation.
43978
43979 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43980
43981         * modules/nanosleep (Depends-on): Add gettime.
43982
43983 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43984         and Simon Josefsson  <jas@extundo.com>
43985         and Oskar Liljeblad  <oskar@osk.mine.nu>
43986
43987         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43988         * gnulib-tool (func_import): New license type 'unmodifiable license
43989         text'.
43990         * modules/fdl: Use it.  Longer description.
43991         * module/gpl, module/lgpl: New files.
43992
43993 2006-08-30  Jim Meyering  <jim@meyering.net>
43994
43995         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43996         shadowing the parameter.
43997
43998 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43999
44000         Sync from Libtool:
44001
44002         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44003
44004         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44005         sharing with gnulib.  Report by Eric Blake.
44006
44007 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44008
44009         * modules/isapipe: New file.
44010         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44011
44012 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44013
44014         * modules/configmake (Makefile.am): Add a comment, and omit
44015         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44016         by Bruno Haible.
44017
44018 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44019
44020         * m4/isapipe.m4: New file.
44021
44022 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44023
44024         * lib/isapipe.c, lib/isapipe.h: New files.
44025
44026 2006-08-29  Jim Meyering  <jim@meyering.net>
44027
44028         * modules/configmake (Makefile.am): Make configmake.h depend on
44029         Makefile.  Otherwise, a stale configmake.h could hang around.
44030
44031 2006-08-29  Eric Blake  <ebb9@byu.net>
44032
44033         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44034         resolution of upstream bug 3044.
44035
44036 2006-08-29  Bruno Haible  <bruno@clisp.org>
44037
44038         * modules/localcharset (Depends-on): Add configmake.
44039         (Makefile.am): Remove setting of LIBDIR through DEFS.
44040
44041 2006-08-29  Bruno Haible  <bruno@clisp.org>
44042
44043         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44044         defined.
44045
44046 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44047
44048         * modules/fcntl: New file.
44049         * modules/chdir-safer (Depends-on): Add fcntl.
44050         * modules/fts: Likewise.
44051         * modules/mkdir-p: Likewise.
44052
44053         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44054         This undoes the most recent change, since we're now addressing the
44055         problem in a different way.
44056
44057         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44058         into output, since the output might be called Makefile.am even
44059         if $makefile_name is something different.
44060         (func_import): Use $makefile_am rather than
44061         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44062         empty.
44063
44064         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44065
44066 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44067
44068         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44069         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44070         recent change to stdint.m4, since we're now addressing the problem in a
44071         different way.
44072
44073 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44074
44075         * m4/fcntl_h.m4: New file.
44076
44077 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44078
44079         * lib/fcntl_.h: New file.
44080         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44081         the fcntl module.
44082         * lib/dirchownmod.c: Likewise.
44083         * lib/fts.c: Likewise.
44084
44085         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44086         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44087         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44088         just before including <inttypes.h>, to avoid circular inclusion.
44089
44090 2006-08-28  Jim Meyering  <jim@meyering.net>
44091
44092         * doc/visibility.texi: Actually read and correct the grammar of the
44093         sentence affected by yesterday's change.
44094
44095 2006-08-28  Eric Blake  <ebb9@byu.net>
44096
44097         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44098         needs wrapper.
44099
44100 2006-08-28  Eric Blake  <ebb9@byu.net>
44101
44102         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44103
44104 2006-08-28  Eric Blake  <ebb9@byu.net>
44105
44106         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44107
44108 2006-08-28  Bruno Haible  <bruno@clisp.org>
44109
44110         * modules/c-strstr: New file, from GNU gettext.
44111         * MODULES.html.sh (String handling): Add c-strstr.
44112
44113 2006-08-28  Bruno Haible  <bruno@clisp.org>
44114
44115         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44116         macros.
44117         Reported by Eric Blake.
44118
44119 2006-08-28  Bruno Haible  <bruno@clisp.org>
44120
44121         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44122         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44123         * lib/vasprintf.c: Include errno.h, limits.h.
44124         (EOVERFLOW): New fallback definition.
44125         (vasprintf): Test here whether the string length is > INT_MAX.
44126         * lib/vsnprintf.c: Include errno.h, limits.h.
44127         (EOVERFLOW): New fallback definition.
44128         (vsnprintf): Fix bug when generated string was too long for the buffer.
44129         Test here whether the string length is > INT_MAX.
44130
44131 2006-08-28  Bruno Haible  <bruno@clisp.org>
44132
44133         * lib/inttypes_.h (SCNX*): Remove definitions.
44134         Reported by Eric Blake.
44135
44136 2006-08-28  Bruno Haible  <bruno@clisp.org>
44137
44138         * lib/c-strstr.h: New file, from GNU gettext.
44139         * lib/c-strstr.c: New file, from GNU gettext.
44140
44141 2006-08-28  Bruno Haible  <bruno@clisp.org>
44142
44143         * gnulib-tool: Reorder some statements.
44144
44145 2006-08-28  Bruno Haible  <bruno@clisp.org>
44146
44147         * gnulib-tool: New option --makefile-name.
44148         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44149         $makefile_name.
44150         (func_import): Write $makefile_name to the cache file, and read it from
44151         there unless explicitly specified. Use $makefile_name as file name
44152         instead of Makefile.am. Adjust the recommendations accordingly.
44153
44154 2006-08-28  Bruno Haible  <bruno@clisp.org>
44155
44156         * gnulib-tool (func_verify_module): Check against misapplying patch.
44157
44158 2006-08-28  Bruno Haible  <bruno@clisp.org>
44159
44160         * gnulib-tool (func_relativize, func_relconcat): New functions.
44161         Give an error if --local-dir is given with --update.
44162         Remove trailing slashes from $local_gnulib_dir.
44163         (func_import): Store the relativized $local_gnulib_dir in
44164         gnulib-cache.m4, and read it from there if not specified explicitly.
44165
44166 2006-08-28  Bruno Haible  <bruno@clisp.org>
44167
44168         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44169         is the current directory. Respect also $local_gnulib_dir.
44170
44171 2006-08-28  Bruno Haible  <bruno@clisp.org>
44172             Simon Josefsson  <jas@extundo.com>
44173
44174         BeOS portability.
44175         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44176
44177 2006-08-27  Jim Meyering  <jim@meyering.net>
44178
44179         * doc/visibility.texi: Remove duplicate word: "pointer".
44180
44181 2006-08-26  Bruno Haible  <bruno@clisp.org>
44182
44183         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44184         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44185         (Makefile.am): Create inttypes.h from inttypes_.h.
44186         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44187
44188         * modules/imaxabs: New file.
44189
44190         * modules/imaxdiv: New file.
44191
44192 2006-08-26  Bruno Haible  <bruno@clisp.org>
44193
44194         * m4/inttypes.m4: New file.
44195         * m4/_inttypes_h.m4: Remove file.
44196         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44197         PRI_MACROS_BROKEN.
44198         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44199
44200         * m4/imaxabs.m4: New file.
44201
44202         * m4/imaxdiv.m4: New file.
44203
44204 2006-08-26  Bruno Haible  <bruno@clisp.org>
44205
44206         * lib/inttypes_.h: New file.
44207         * lib/inttypes.h: Remove file.
44208         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44209
44210         * lib/imaxabs.c: New file.
44211
44212         * lib/imaxdiv.c: New file.
44213
44214 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44215
44216         New config-h module, so that "make" output needn't be cluttered
44217         by -DHAVE_CONFIG_H.
44218         * MODULES.html.sh (Support for building libraries and executables):
44219         Add config-h.
44220         * modules/config-h: New file.
44221         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44222         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44223         the config-h module is used.
44224
44225         New configmake module, so that "make" output needn't be cluttered
44226         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44227         * MODULES.html.sh (Support for building libraries and executables):
44228         Add configmake.
44229         * modules/configmake: New file.
44230
44231 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44232
44233         * m4/config-h.m4: New file.
44234
44235 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44236
44237         * config/srclist.txt: Add elisp-comp.
44238
44239 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44240
44241         * MODULES.html.sh (Support for building libraries and executables):
44242         Add elisp-comp.
44243         * build-aux/elisp-comp: New file.
44244         * modules/elisp-comp: New file.
44245
44246 2006-08-24  Bruno Haible  <bruno@clisp.org>
44247
44248         * gnulib-tool (func_create_testdir): Use non-default values of
44249         sourcebase and m4base.
44250
44251 2006-08-24  Bruno Haible  <bruno@clisp.org>
44252
44253         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44254         HTML structure.
44255
44256 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44257
44258         * modules/openat (Depends-on): Add lchown.
44259
44260 2006-08-23  Bruno Haible  <bruno@clisp.org>
44261
44262         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44263         of gl_LOCK_EARLY instead of gl_LOCK.
44264
44265 2006-08-23  Bruno Haible  <bruno@clisp.org>
44266
44267         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44268         on OSF/1 to no.
44269         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44270
44271 2006-08-23  Bruno Haible  <bruno@clisp.org>
44272
44273         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44274         as unusable.
44275
44276         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44277         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44278         (gl_LOCK): New macro.
44279
44280 2006-08-22  Simon Josefsson  <jas@extundo.com>
44281
44282         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44283         to md5 module.
44284
44285 2006-08-22  Simon Josefsson  <jas@extundo.com>
44286
44287         * MODULES.html.sh: Add "Support for maintaining and release
44288         projects".
44289
44290         * build-aux/gnupload: New file, from coreutils.
44291
44292 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44293
44294         Avoid the need for AC_LIBSOURCES in m4 macros.
44295         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44296         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44297         * modules/check-version (EXTRA_DIST): Add check-version.h.
44298         * modules/crc (EXTRA_DIST): Add crc.h.
44299         * modules/des (EXTRA_DIST): Add des.h.
44300         * modules/gc (EXTRA_DIST): Add gc.h.
44301         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44302         * modules/getline (EXTRA_DIST): Add getline.h.
44303         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44304         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44305         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44306         * modules/md2 (EXTRA_DIST): Add md2.h.
44307         * modules/md4 (EXTRA_DIST): Add md4.h.
44308         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44309         * modules/read-file (EXTRA_DIST): Add read-file.h.
44310         * modules/readline (EXTRA_DIST): Add readline.h.
44311         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44312         rijndael-api-fst.h.
44313
44314 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44315
44316         * m4/rijndael.m4 (gl_ARCFOUR):
44317         * m4/arctwo.m4 (gl_ARCTWO):
44318         * m4/check-version.m4 (gl_CHECK_VERSION):
44319         * m4/crc.m4 (gl_CRC):
44320         * m4/des.m4 (gl_DES):
44321         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44322         * m4/gc.m4 (gl_GC):
44323         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44324         * m4/getline.m4 (gl_FUNC_GETLINE):
44325         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44326         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44327         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44328         * m4/md2.m4 (gl_MD2):
44329         * m4/md4.m4 (gl_MD4):
44330         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44331         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44332         * m4/readline.m4 (gl_FUNC_READLINE):
44333         * m4/rijndael.m4 (gl_RIJNDAEL):
44334         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44335         to get the necessary .h files and whatnot.
44336
44337 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44338
44339         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44340         gnulib rather than the other way around.
44341         * config/srclistvars.sh (COREUTILS): Remove.
44342
44343 2006-08-22  Jim Meyering  <jim@meyering.net>
44344
44345         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44346
44347         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44348
44349 2006-08-22  Eric Blake  <ebb9@byu.net>
44350
44351         * modules/regexprops-generic: New file.
44352         * MODULES.html.sh (Support for building documentation): List it.
44353
44354 2006-08-22  Eric Blake  <ebb9@byu.net>
44355
44356         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44357         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44358         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44359         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44360
44361 2006-08-22  Bruno Haible  <bruno@clisp.org>
44362
44363         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44364         and lib_LTLIBRARIES like the other lib_* variables.
44365
44366 2006-08-22  Bruno Haible  <bruno@clisp.org>
44367
44368         * build-aux/x-to-1.in: New file, from GNU gettext.
44369
44370 2006-08-22  Bruno Haible  <bruno@clisp.org>
44371
44372         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44373         <utmpx.h> exists.
44374
44375 2006-08-22  Bruno Haible  <bruno@clisp.org>
44376
44377         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44378         <utmpx.h> exists.
44379
44380 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44381
44382         BeOS portability.
44383         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44384         exist.
44385         Problem reported by Bruno Haible.
44386
44387 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44388
44389         Avoid the need for AC_LIBSOURCES in m4 macros.
44390         * modules/acl (EXTRA_DIST): Add acl.h.
44391         * modules/argmatch (Files): Add m4/argmatch.m4.
44392         (configure.ac): Add gl_ARGMATCH.
44393         (EXTRA_DIST): Renamed from lib_SOURCES, for
44394         consistency with the other modules.  Remove argmatch.c.
44395         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44396         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44397         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44398         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44399         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44400         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44401         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44402         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44403         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44404         * modules/closeout (EXTRA_DIST): Add closeout.h.
44405         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44406         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44407         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44408         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44409         dirname.h; remove basename.c and stripslash.c.
44410         * modules/exclude (EXTRA_DIST): Add exclude.h.
44411         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44412         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44413         * modules/file-type (EXTRA_DIST): Add file-type.h.
44414         * modules/filemode (EXTRA_DIST): Add filemode.h.
44415         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44416         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44417         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44418         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44419         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44420         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44421         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44422         * modules/getdate (EXTRA_DIST): Add getdate.c.
44423         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44424         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44425         * modules/getpass (EXTRA_DIST): Add getpass.h.
44426         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44427         * modules/group-member (EXTRA_DIST): Add group-member.h.
44428         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44429         * modules/hash (EXTRA_DIST): Add hash.h.
44430         * modules/human (EXTRA_DIST): Add human.h.
44431         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44432         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44433         * modules/lchown (EXTRA_DIST): Add lchown.h.
44434         * modules/long-options (EXTRA_DIST): Add long-options.h.
44435         * modules/lstat (EXTRA_DIST): Add lstat.h.
44436         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44437         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44438         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44439         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44440         * modules/memxor (EXTRA_DIST): Add memxor.h.
44441         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44442         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44443         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44444         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44445         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44446         * modules/physmem (EXTRA_DIST): Add physmem.h.
44447         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44448         * modules/posixver (EXTRA_DIST): Add posixver.h.
44449         * modules/quote (EXTRA_DIST): Add quote.h.
44450         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44451         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44452         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44453         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44454         regex_internal.h regexec.c.
44455         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44456         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44457         * modules/same (EXTRA_DIST): Add same.h.
44458         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44459         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44460         * modules/savedir (EXTRA_DIST): Add savedir.h.
44461         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44462         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44463         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44464         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44465         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44466         * modules/strdup (EXTRA_DIST): Add strdup.h.
44467         * modules/strftime (EXTRA_DIST): Add strftime.h.
44468         * modules/strndup (EXTRA_DIST): Add strndup.h.
44469         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44470         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44471         * modules/time_r (EXTRA_DIST): Add time_r.h.
44472         * modules/timespec (EXTRA_DIST): Add timespec.h.
44473         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44474         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44475         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44476         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44477         * modules/userspec (EXTRA_DIST): Add userspec.h.
44478         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44479         * modules/utimens (EXTRA_DIST): Add utimens.h.
44480         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44481         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44482         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44483         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44484         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44485         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44486         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44487         * modules/yesno (EXTRA_DIST): Add yesno.h.
44488
44489 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44490
44491         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44492
44493         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44494         * m4/dev-ino.m4, same-inode.m4: Remove.
44495
44496         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44497         * m4/acl.m4 (AC_FUNC_ACL):
44498         * m4/backupfile.m4 (gl_BACKUPFILE):
44499         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44500         * m4/canon-host.m4 (gl_CANON_HOST):
44501         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44502         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44503         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44504         * m4/cloexec.m4 (gl_CLOEXEC):
44505         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44506         * m4/closeout.m4 (gl_CLOSEOUT):
44507         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44508         * m4/dirname.m4 (gl_DIRNAME):
44509         * m4/exclude.m4 (gl_EXCLUDE):
44510         * m4/exitfail.m4 (gl_EXITFAIL):
44511         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44512         * m4/file-type.m4 (gl_FILE_TYPE):
44513         * m4/filemode.m4 (gl_FILEMODE):
44514         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44515         * m4/fpending.m4 (gl_FUNC_FPENDING):
44516         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44517         * m4/fts.m4 (gl_FUNC_FTS):
44518         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44519         * m4/getdate.m4 (gl_GETDATE):
44520         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44521         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44522         * m4/getpass.m4 (gl_FUNC_GETPASS):
44523         * m4/gettime.m4 (gl_GETTIME):
44524         * m4/getugroups.m4 (gl_GETUGROUPS):
44525         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44526         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44527         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44528         * m4/hash.m4 (gl_HASH):
44529         * m4/idcache.m4 (gl_IDCACHE):
44530         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44531         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44532         * m4/long-options.m4 (gl_LONG_OPTIONS):
44533         * m4/lstat.m4 (gl_FUNC_LSTAT):
44534         * m4/md5.m4 (gl_MD5):
44535         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44536         * m4/memcoll.m4 (gl_MEMCOLL):
44537         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44538         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44539         * m4/memxor.m4 (gl_MEMXOR):
44540         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44541         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44542         * m4/modechange.m4 (gl_MODECHANGE):
44543         * m4/mountlist.m4 (gl_MOUNTLIST):
44544         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44545         * m4/openat.m4 (gl_FUNC_OPENAT):
44546         * m4/pathmax.m4 (gl_PATHMAX):
44547         * m4/physmem.m4 (gl_PHYSMEM):
44548         * m4/posixtm.m4 (gl_POSIXTM):
44549         * m4/posixver.m4 (gl_POSIXVER):
44550         * m4/quote.m4 (gl_QUOTE):
44551         * m4/quotearg.m4 (gl_QUOTEARG):
44552         * m4/readtokens.m4 (gl_READTOKENS):
44553         * m4/readutmp.m4 (gl_READUTMP):
44554         * m4/regex.m4 (gl_REGEX):
44555         * m4/safe-read.m4 (gl_SAFE_READ):
44556         * m4/safe-write.m4 (gl_SAFE_WRITE):
44557         * m4/same.m4 (gl_SAME):
44558         * m4/save-cwd.m4 (gl_SAVE_CWD):
44559         * m4/savedir.m4 (gl_SAVEDIR):
44560         * m4/settime.m4 (gl_SETTIME):
44561         * m4/sha1.m4 (gl_SHA1):
44562         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44563         * m4/stat-macros.m4 (gl_STAT_MACROS):
44564         * m4/stat-time.m4 (gl_STAT_TIME):
44565         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44566         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44567         * m4/strdup.m4 (gl_FUNC_STRDUP):
44568         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44569         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44570         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44571         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44572         * m4/time_r.m4 (gl_TIME_R):
44573         * m4/timespec.m4 (gl_TIMESPEC):
44574         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44575         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44576         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44577         * m4/userspec.m4 (gl_USERSPEC):
44578         * m4/utimecmp.m4 (gl_UTIMECMP):
44579         * m4/utimens.m4 (gl_UTIMENS):
44580         * m4/xalloc.m4 (gl_XALLOC):
44581         * m4/xgetcwd.m4 (gl_XGETCWD):
44582         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44583         * m4/xreadlink.m4 (gl_XREADLINK):
44584         * m4/xstrtod.m4 (gl_XSTRTOD):
44585         * m4/yesno.m4 (gl_YESNO):
44586         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44587         to get the necessary .h files and whatnot.
44588
44589 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44590             Bruno Haible  <bruno@clisp.org>
44591
44592         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44593         /bin/sh understanding of '!' conditional negation.
44594
44595 2006-08-21  Jim Meyering  <jim@meyering.net>
44596
44597         * modules/openat (Depends-on): Really alphabetize.
44598
44599         * modules/acl (Depends-on): Add error and quote.
44600
44601         * check-module (find_included_lib_files): Add at-func.c to the
44602         ok-to-include-more-than-once white list.
44603
44604         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44605
44606 2006-08-21  Bruno Haible  <bruno@clisp.org>
44607
44608         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44609         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44610         Reported by Martin Lambers <marlam@marlam.de>.
44611
44612 2006-08-21  Bruno Haible  <bruno@clisp.org>
44613
44614         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44615         specify an installation location, don't emit a noinst_LIBRARIES or
44616         noinst_LTLIBRARIES assignment.
44617
44618 2006-08-21  Bruno Haible  <bruno@clisp.org>
44619
44620         BeOS portability.
44621         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44622         BeOS has mbrtowc() but no <wctype.h>.
44623
44624 2006-08-21  Bruno Haible  <bruno@clisp.org>
44625
44626         BeOS portability.
44627         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44628         exist.
44629
44630 2006-08-21  Bruno Haible  <bruno@clisp.org>
44631
44632         BeOS portability.
44633         * lib/mbchar.h: Include <wctype.h> only if it exists.
44634
44635 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44636
44637         Remove files that are no longer needed by their respective modules.
44638         * m4/obstack.m4: Remove.
44639         * m4/strerror_r.m4: Remove.
44640         * m4/uint32_t.m4: Remove.
44641         * m4/uintptr_t.m4: Remove.
44642         * m4/ullong_max.m4: Remove.
44643         * m4/xstrtoimax.m4: Remove.
44644         * m4/xstrtoumax.m4: Remove.
44645
44646         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44647         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44648         dependencies now capture this.
44649
44650         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44651         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44652         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44653         * m4/human.m4 (gl_HUMAN): Likewise.
44654         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44655         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44656
44657         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44658
44659         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44660         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44661         stdint.
44662         * m4/human.m4 (gl_HUMAN): Likewise.
44663         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44664         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44665         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44666         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44667         * m4/xstrtol (gl_XSTRTOL): Likewise.
44668
44669         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44670         AC_TYPE_LONG_LONG_INT.
44671         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44672         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44673         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44674         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44675
44676         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44677         on stdbool.
44678
44679         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44680         (gl_PREREQ_XSTRTOUL): Remove.
44681
44682         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44683
44684         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44685         mode.
44686
44687 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44688
44689         Add and change modules to make it easier for coreutils to use
44690         gnulib-tool.
44691         * modules/backupfile (Files): Remove m4/d-ino.m4.
44692         (Depends-on): Add d-ino.
44693         * modules/cycle-check (Depends-on): Add stdint.
44694         (lib_SOURCES): Add cycle-check.h.
44695         * modules/d-ino: New module.
44696         * modules/d-type: New module.
44697         * modules/error (Files): Remove m4/strerror_r.m4.
44698         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44699         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44700         m4/inttypes_h.m4, m4/uintmax_t.m4.
44701         (Depends-on): Add stdint.
44702         (lib_SOURCES): Add fsusage.h.
44703         * modules/getcwd (Files): Remove d-ino.m4.
44704         (Depends-on): Add d-ino.
44705         * modules/getndelim2 (Depends-on): Add stdint.
44706         * modules/glob (Files): Remove m4/d-type.m4.
44707         (Depends-on): Add d-type.
44708         * modules/host-os: New module.
44709         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44710         m4/inttypes_h.m4, m4/uintmax_t.m4.
44711         * Depends-on: Add stdint.
44712         (lib_SOURCES): Add human.h.
44713         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44714         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44715         m4/uintmax_t.m4, m4/ulonglong.m4.
44716         (Depends-on): Add stdint.
44717         (EXTRA_DIST): Add inttostr.h.
44718         * modules/lchmod: New module.
44719         * modules/link-follow: New module.
44720         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44721         (Depends-on): Add lchmod.
44722         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44723         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44724         (Depends-on): Add stdint.
44725         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44726         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44727         (Depends-on): Add stdint.
44728         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44729         * modules/perl: New module.
44730         * modules/regex (Depends-on): Add stdint.
44731         * modules/rmdir-errno: New module.
44732         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44733         m4/intmax_t.m4.
44734         (Depends-on): Add stdint.
44735         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44736         m4/uintmax_t.m4.
44737         (Depends-on): Add stdint.
44738         * modules/unlink-busy: New module.
44739         * modules/utimecmp (Depends-on): Add stdint.
44740         * modules/uptime: New module.
44741         * modules/winsz-ioctl: New module.
44742         * modules/winsz-termios: New module.
44743         * modules/xnanosleep (Depends-on): Add nanosleep.
44744         * modules/ullong_max: Remove.
44745         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44746         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44747         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44748         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44749         (Depends-on): Add inttypes.
44750         (lib_SOURCES): Add xstrtol.h.
44751         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44752         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44753         * MODULES.html.sh: Move 'assert' into the assert section.
44754         Move 'dummy' into the linking section.
44755         Remove ullong_max.
44756         Add section for compatibility checks for POSIX:2001 functions,
44757         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44758         winsz-ioctl, and winsz-termios into it.
44759         Add lchmod.
44760         Add top-level Misc section and put host-os, perl, and uptime
44761         into it.
44762
44763 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44764
44765         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44766         now assume the stdint module.  Do not include inttypes.h.
44767         * lib/fsusage.h: Likewise.
44768         * lib/getndelim2.c: Likewise.
44769         * lib/human.h: Likewise.
44770         * lib/inttostr.h: Likewise.
44771         * lib/obstack.c: Likewise.
44772         * lib/regex_internal.h: Likewise.
44773         * lib/tempname.c: Likewise.
44774         * lib/utimecmp.c: Likewise.
44775         * lib/xstrtol.h: Likewise.
44776
44777         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44778
44779         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44780         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44781         * lib/xtime.h: Likewise.
44782
44783 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44784
44785         * modules/openat (Files): Add lib/fchmodat.c.
44786         Fixes problem reported by Jay Youngman.
44787
44788 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44789
44790         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44791         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44792
44793 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44794             Bruno Haible  <bruno@clisp.org>
44795
44796         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44797         and is a script that invokes bison. Tighten the code. Add comments.
44798
44799 2006-08-18  Jim Meyering  <jim@meyering.net>
44800
44801         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44802         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44803         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44804         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44805
44806 2006-08-18  Bruno Haible  <bruno@clisp.org>
44807
44808         * modules/bison-i18n: New file.
44809         * MODULES.html.sh (Internationalization functions): Add it.
44810
44811 2006-08-18  Bruno Haible  <bruno@clisp.org>
44812
44813         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44814         sys/statvfs.h. When getmntinfo was found, check its declaration and
44815         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44816
44817 2006-08-18  Bruno Haible  <bruno@clisp.org>
44818
44819         * m4/bison-i18n.m4: New file, from bison.
44820
44821 2006-08-18  Bruno Haible  <bruno@clisp.org>
44822
44823         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44824         (ME_DUMMY): Treat "kernfs" as a dummy.
44825         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44826
44827 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44828
44829         Update from coreutils.
44830
44831         2006-08-15  Jim Meyering  <jim@meyering.net>
44832
44833         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44834
44835         2006-01-17  Jim Meyering  <jim@meyering.net>
44836
44837         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44838
44839         2006-01-11  Jim Meyering  <jim@meyering.net>
44840
44841         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44842         Check for the lchmod function.
44843
44844 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44845
44846         Update from coreutils.
44847
44848         * lib/__fpending.h: Add copyright notice.
44849         * lib/fprintftime.h: Likewise.
44850         * lib/savedir.c: Use (C) in copyright notice.
44851         * lib/savedir.h: Likewise.
44852
44853         2006-08-15  Jim Meyering  <jim@meyering.net>
44854
44855         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44856         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44857         in support of the EXPECTED_ERRNO macro.
44858         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44859         definitions.  Instead, define the appropriate symbols and include
44860         "at-func.c".
44861         * lib/mkdirat.c (mkdirat): Likewise.
44862         * lib/fchmodat.c (fchmodat): Likewise.
44863         (ENOSYS): Remove definition.
44864         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44865         it.  Don't include "unistd--.h" -- it wasn't ever used.
44866
44867         2006-01-17  Jim Meyering  <jim@meyering.net>
44868
44869         Rewrite fts.c not to change the current working directory,
44870         by using openat, fstatat, fdopendir, etc..
44871
44872         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44873         (HAVE_OPENAT_SUPPORT): Define.
44874         [_LIBC] (fchdir): Don't undef or define; no longer used.
44875         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44876         Now, this `function' always succeeds, and consumes its file descriptor
44877         parameter -- so callers must not close such FDs.  Update callers.
44878         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44879         (diropen): Add parameter, SP.  Adjust all callers.
44880         Implement using diropen_fd, rather than open.
44881         (fts_open): Initialize new member, fts_cwd_fd.
44882         Remove fts_rft-setting code.
44883         (fts_close): Close fts_cwd_fd, if necessary.
44884         (__opendir2): Define in terms of opendir or opendirat,
44885         depending on whether the FST_NOCHDIR flag is set.
44886         (fts_build): Since fts_safe_changedir consumes its FD, and since
44887         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44888         and close the dup'd file descriptor upon failure.
44889         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44890         (fts_safe_changedir): Tweak semantics to reflect that this function
44891         now calls cwd_advance_fd and hence consumes its FD argument.
44892         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44893         [struct FTS] (fts_rft): Remove now-unused member.
44894         [struct FTS] (fts_cycle.state): Improve comment.
44895
44896         * lib/openat.c (openat_needs_fchdir): New function.
44897         * lib/openat.h (openat_needs_fchdir): Declare it.
44898
44899 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44900
44901         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44902         Problem and fix reported by Pádraig Brady in
44903         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44904
44905 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44906
44907         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44908
44909 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44910
44911         * lib/memcoll.c (memcoll): Optimize for the common case where the
44912         arguments are bytewise equal.
44913
44914 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44915
44916         * doc/regexprops-generic.texi: Add a copyright notice.
44917
44918 2006-08-15  Bruno Haible  <bruno@clisp.org>
44919
44920         * modules/tmpdir (License): Change to LGPL.
44921
44922 2006-08-15  Bruno Haible  <bruno@clisp.org>
44923
44924         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44925         module.
44926
44927 2006-08-14  Simon Josefsson  <jas@extundo.com>
44928
44929         * config/srclist.txt: Add gnupload.
44930
44931 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44932
44933         Change copyright notice from LGPL 2 to GPL 2, since that's the
44934         standard form used in the gnulib repository.
44935         * tests/test-lock.c: Likewise.
44936         * tests/test-stdint.c: Likewise.
44937         * tests/test-tls.c: Likewise.
44938
44939         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44940         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44941         Add copyright notice.
44942
44943         * check-module: Add copyright notice.  Output a copyright
44944         notice if "--version" is specified.
44945         * modules/COPYING: New file.
44946         * tests/test-getaddrinfo.c: Add copyright notice.
44947         * tests/test-verify.c: Likewise.
44948
44949 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44950
44951         Change copyright notice from LGPL 2 to GPL 2, since that's the
44952         standard form used in the gnulib repository.
44953         * lib/lock.c: LGPL -> GPL.
44954         * lib/lock.h: Likewise.
44955         * lib/strnlen1.c: Likewise.
44956         * lib/strnlen1.h: Likewise.
44957         * lib/tls.c: Likewise.
44958         * lib/tls.h: Likewise.
44959         * lib/tmpdir.c: Likewise.
44960
44961         * lib/TODO: Remove; this belongs only in coreutils.
44962
44963 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44964
44965         Add copyright notices to long-enough files that lack them, since
44966         otherwise the files aren't clearly free.  Use the same notice that
44967         getdate.texi already uses.
44968         * doc/alloca-opt.texi: Add copyright notice.
44969         * doc/alloca.texi: Likewise.
44970         * doc/ctime.texi: Likewise.
44971         * doc/functions.texi: Likewise.
44972         * doc/gcd.texi: Likewise.
44973         * doc/gnulib-tool.texi: Likewise.
44974         * doc/inet_ntoa.texi: Likewise.
44975         * doc/visibility.texi: Likewise.
44976
44977         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44978         * doc/quote.texi: Add copyright notice.
44979
44980         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44981         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44982         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44983         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44984         is now obsolete, and give a pointer to the Sun list.
44985         Add copyright notice.
44986
44987 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44988
44989         * config/srclistvars.sh: Add copyright notice.
44990
44991 2006-08-14  Eric Blake  <ebb9@byu.net>
44992
44993         Import the following change from libc:
44994
44995         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44996
44997         Upstream bug 2997.
44998         * lib/misc/error.c: Add space between program name and message if file
44999         name is missing.
45000
45001 2006-08-12  Karl Berry  <karl@gnu.org>
45002
45003         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45004         remove, these originate in gnulib now.
45005
45006 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45007
45008         * doc/Makefile (standards.info standards.html standards.dvi):
45009         Also depend on make-stds.texi.
45010
45011 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45012
45013         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45014         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45015
45016         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45017         in wchar_t.  Problem reported by Eric Blake.
45018
45019         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45020         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45021         Also, help the compiler to keep LEN in a register.
45022
45023 2006-08-11  Eric Blake  <ebb9@byu.net>
45024
45025         * users.txt: Sort.  Add tar.
45026
45027 2006-08-11  Bruno Haible  <bruno@clisp.org>
45028
45029         * users.txt: New file.
45030
45031 2006-08-11  Bruno Haible  <bruno@clisp.org>
45032
45033         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45034         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45035
45036 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45037
45038         * modules/snprintf (Depends-on): Remove minmax.
45039         (Maintainer): Add self and Bruno.
45040
45041 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45042
45043         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45044         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45045         (EOVERFLOW): Define if the system does not.
45046         Do not include "minmax.h"; it wasn't used.
45047         (snprintf): Don't assume size_t promotes to an unsigned type.
45048         Fix bug when generated string was too long for the buffer: the
45049         buffer's contents are supposed to be the initial prefix of the
45050         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45051         exceeds INT_MAX; do the check ourselves.
45052
45053         Import the following changes from libc:
45054
45055         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45056
45057         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45058         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45059         set wc to the byte which couldn't be converted.
45060         (re_string_reconstruct): Don't clear valid_raw_len before calling
45061         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45062         tip_context using re_string_context_at.
45063
45064         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45065
45066         * lib/posix/regex.h: g++ still cannot handled [restrict].
45067
45068         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45069
45070         * lib/posix/regex.h: Remove special handling for VMS.
45071
45072 2006-08-10  Jim Meyering  <jim@meyering.net>
45073
45074         * modules/same-inode: New module.
45075         * modules/dev-ino: New module.
45076         * modules/cycle-check: Depend on these modules, rather than simply
45077         including their .h files.
45078         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45079         required via m4/cycle-check.m4.
45080         * modules/same: Depend on new same-inode module, rather than
45081         including same-inode.h.
45082         * modules/chdir-safer: New file.
45083
45084         * modules/chown (Depends-on): Add stat-macros.
45085
45086 2006-08-10  Jim Meyering  <jim@meyering.net>
45087
45088         * m4/cycle-check.m4: New file.
45089         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45090         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45091
45092 2006-08-10  Eric Blake  <ebb9@byu.net>
45093
45094         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45095         in from original proposal.
45096
45097 2006-08-10  Eric Blake  <ebb9@byu.net>
45098         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45099
45100         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45101         namespace.
45102
45103 2006-08-10  Bruno Haible  <bruno@clisp.org>
45104
45105         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45106         as well.
45107
45108 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45109
45110         Sync from coreutils.
45111
45112         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45113
45114         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45115         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45116
45117 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45118
45119         * modules/restrict: Remove; no longer needed now that we assume
45120         Autoconf 2.59 or later.
45121         * MODULES.html.sh: Remove 'restrict'.
45122         * modules/argp (Depends-on): Remove 'restrict'.
45123         * modules/base64 (Depends-on): Likewise.
45124         * modules/gc (Depends-on): Likewise.
45125         * modules/getaddrinfo (Depends-on): Likewise.
45126         * modules/glob (Depends-on): Likewise.
45127         * modules/inet_ntop (Depends-on): Likewise.
45128         * modules/inet_pton (Depends-on): Likewise.
45129         * modules/memxor (Depends-on): Likewise.
45130         * modules/regex (Depends-on): Likewise.
45131         * modules/strtok_r (Depends-on): Likewise.
45132         * modules/time_r (Depends-on): Likewise.
45133
45134 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45135
45136         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45137         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45138         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45139         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45140         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45141         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45142         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45143         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45144
45145         Merge from coreutils.
45146         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45147         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45148         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45149         * m4/time_r.m4 (gl_TIME_R): Likewise.
45150
45151 2006-08-09  Karl Berry  <karl@gnu.org>
45152
45153         * config/srclist.txt: no more gettext-tools, per Bruno.
45154
45155 2006-08-08  Eric Blake  <ebb9@byu.net>
45156
45157         * modules/verror: New module.
45158         * MODULES.html.sh: Document it.
45159
45160 2006-08-08  Eric Blake  <ebb9@byu.net>
45161
45162         * lib/verror.h, lib/verror.c: New files.
45163
45164 2006-08-08  Eric Blake  <ebb9@byu.net>
45165
45166         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45167         verror_at_line output complies with GNU Coding Standards even when
45168         file is NULL.
45169
45170 2006-08-07  Bruno Haible  <bruno@clisp.org>
45171
45172         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45173         versions of AIX.
45174         Reported by Ralf Wildenhues.
45175
45176 2006-08-07  Bruno Haible  <bruno@clisp.org>
45177
45178         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45179         in an AC_DEFUN. Needed so that the autoconf snippets can use
45180         AC_REQUIRE.
45181
45182 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45183
45184         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45185         Initialize pkgdata_DATA.
45186         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45187         overriding it.
45188
45189 2006-08-06  Eric Blake  <ebb9@byu.net>
45190
45191         * lib/error.h: Fold in some upstream changes from glibc.
45192         * lib/error.c: Likewise.
45193
45194 2006-08-04  Bruno Haible  <bruno@clisp.org>
45195
45196         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45197         Make the mostlyclean-local rule depend on mostlyclean-generic.
45198         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45199
45200 2006-07-31  Bruno Haible  <bruno@clisp.org>
45201
45202         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45203         <stdlib.h>, <string.h>.
45204
45205 2006-07-30  Bruno Haible  <bruno@clisp.org>
45206
45207         * modules/readlink (License): Change to LGPL.
45208
45209 2006-07-30  Bruno Haible  <bruno@clisp.org>
45210
45211         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45212         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45213         set PKGDATADIR to point to it.
45214
45215 2006-07-30  Bruno Haible  <bruno@clisp.org>
45216
45217         * modules/csharpexec (configure.ac): Comment out macro invocation.
45218         * modules/javaexec (configure.ac): Likewise.
45219         * modules/javacomp-script (configure.ac): Likewise.
45220
45221         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45222
45223 2006-07-30  Bruno Haible  <bruno@clisp.org>
45224
45225         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45226         linked-list.
45227
45228 2006-07-30  Bruno Haible  <bruno@clisp.org>
45229
45230         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45231
45232 2006-07-30  Bruno Haible  <bruno@clisp.org>
45233
45234         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45235         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45236         get removed.
45237
45238 2006-07-29  Bruno Haible  <bruno@clisp.org>
45239
45240         Make it possible for gnulib-tool to work with locally modified or
45241         augmented gnulib repositories.
45242         * gnulib-tool (func_usage): Document --local-dir option.
45243         (local_gnulib_dir): New variable.
45244         Handle --local-dir option.
45245         (func_lookup_file): New function.
45246         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45247         (func_get_description, func_get_filelist, func_get_description,
45248         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45249         func_get_automake_snippet, func_get_include_directive,
45250         func_get_license, func_get_maintainer): Use func_lookup_file.
45251         (func_import, func_create_testdir): Use func_lookup_file.
45252
45253 2006-07-29  Bruno Haible  <bruno@clisp.org>
45254
45255         * modules/setenv (Depends-on): Add unistd.
45256
45257 2006-07-29  Bruno Haible  <bruno@clisp.org>
45258
45259         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45260
45261 2006-07-29  Bruno Haible  <bruno@clisp.org>
45262
45263         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45264
45265 2006-07-29  Bruno Haible  <bruno@clisp.org>
45266
45267         * gnulib-tool (import, update): If there is no Makefile.am, look at
45268         aclocal.m4, instead of bailing out.
45269
45270 2006-07-29  Bruno Haible  <bruno@clisp.org>
45271
45272         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45273         Categorize the options by when they are useful.
45274
45275 2006-07-29  Bruno Haible  <bruno@clisp.org>
45276
45277         * gnulib-tool (func_usage): Document option --no-libtool.
45278         Handle option --no-libtool.
45279         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45280         for changed semantics of $libtool variable.
45281         (func_import): Likewise. If libtool is not used, show this through
45282         an option --no-libtool.
45283         (func_create_testdir): Update.
45284
45285 2006-07-29  Bruno Haible  <bruno@clisp.org>
45286
45287         * gnulib-tool (func_import): Extend error message about missing
45288         --doc-base.
45289
45290 2006-07-29  Bruno Haible  <bruno@clisp.org>
45291
45292         * gnulib-tool (func_import): Don't create the $docbase directory if
45293         there is no file to store there.
45294
45295 2006-07-29  Bruno Haible  <bruno@clisp.org>
45296
45297         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45298         relevant, look for configure.ac there, not in the current directory.
45299         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45300
45301 2006-07-29  Bruno Haible  <bruno@clisp.org>
45302
45303         * gnulib-tool (SORT): New variable.
45304         (func_usage): Undocument --assume-autoconf option.
45305         Remove --assume-autoconf option handling.
45306         (autoconf_minversion): Determine from the contents of configure.ac.
45307         (func_import): Remove autoconf_minversion handling.
45308         Suggested by Eric Blake.
45309
45310 2006-07-29  Bruno Haible  <bruno@clisp.org>
45311
45312         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45313
45314 2006-07-29  Bruno Haible  <bruno@clisp.org>
45315
45316         * config/srclist.txt (*setenv.[ch]): Remove rules.
45317
45318 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45319
45320         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45321
45322 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45323
45324         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45325         arpa/inet.h.
45326
45327 2006-07-28  Simon Josefsson  <jas@extundo.com>
45328
45329         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45330         * modules/inet_pton (Depends-on): Likewise.
45331
45332 2006-07-28  Simon Josefsson  <jas@extundo.com>
45333
45334         * m4/netinet_in_h.m4: New file.
45335
45336 2006-07-28  Simon Josefsson  <jas@extundo.com>
45337
45338         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45339         #include's.
45340
45341 2006-07-28  Simon Josefsson  <jas@extundo.com>
45342
45343         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45344         #include's.
45345
45346 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45347
45348         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45349         setgid on directories only if they set these bits.
45350         * lib/modechange.h: Remove obsolete comment about masks.
45351
45352 2006-07-28  Eric Blake  <ebb9@byu.net>
45353
45354         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45355         macro expansion.
45356
45357 2006-07-28  Bruno Haible  <bruno@clisp.org>
45358
45359         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45360
45361 2006-07-28  Bruno Haible  <bruno@clisp.org>
45362
45363         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45364
45365 2006-07-28  Bruno Haible  <bruno@clisp.org>
45366
45367         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45368         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45369         Define fallbacks.
45370         Avoids link error on FreeBSD 4.x.
45371         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45372
45373         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45374         encoding.
45375         * lib/mbswidth.c (iswcntrl): Likewise.
45376
45377 2006-07-27  Bruno Haible  <bruno@clisp.org>
45378
45379         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45380         test.
45381
45382 2006-07-27  Bruno Haible  <bruno@clisp.org>
45383
45384         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45385         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45386         defined.
45387
45388 2006-07-26  Eric Blake  <ebb9@byu.net>
45389
45390         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45391
45392 2006-07-26  Eric Blake  <ebb9@byu.net>
45393
45394         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45395         like mingw that lack mkstemp.
45396         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45397         avoid compilation warning on mingw.
45398
45399 2006-07-26  Bruno Haible  <bruno@clisp.org>
45400
45401         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45402         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45403         INT_FAST*_MIN, INTPTR_MIN.
45404
45405 2006-07-25  Bruno Haible  <bruno@clisp.org>
45406
45407         * modules/version-etc (Depends-on): Add stdarg.
45408
45409 2006-07-25  Bruno Haible  <bruno@clisp.org>
45410
45411         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45412         complex commands.
45413
45414 2006-07-25  Bruno Haible  <bruno@clisp.org>
45415
45416         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45417         defined in <stdarg.h> or config.h.
45418
45419 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45420
45421         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45422         (gl_STDIO_SAFER): Remove.
45423
45424 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45425
45426         * MODULES.html.sh (File stream based Input/Output):
45427         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45428         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45429         * modules/fopen-safer, modules/tmpfile-safer: New files.
45430         * modules/stdio-safer: Remove.
45431
45432 2006-07-24  Bruno Haible  <bruno@clisp.org>
45433
45434         * modules/tmpdir: New file.
45435         * MODULES.html.sh (File system functions): Add it.
45436
45437 2006-07-24  Bruno Haible  <bruno@clisp.org>
45438
45439         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45440         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45441
45442 2006-07-24  Bruno Haible  <bruno@clisp.org>
45443
45444         * modules/clean-temp: New file.
45445
45446 2006-07-24  Bruno Haible  <bruno@clisp.org>
45447
45448         * m4/tmpdir.m4: New file, from GNU gettext.
45449
45450 2006-07-24  Bruno Haible  <bruno@clisp.org>
45451
45452         * lib/tmpdir.h: New file, from GNU gettext.
45453         * lib/tmpdir.c: New file, from GNU gettext.
45454
45455 2006-07-24  Bruno Haible  <bruno@clisp.org>
45456
45457         * lib/clean-temp.h: New file, from GNU gettext.
45458         * lib/clean-temp.c: New file, from GNU gettext.
45459
45460 2006-07-23  Eric Blake  <ebb9@byu.net>
45461
45462         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45463         (Depends-on): Add binary-io.
45464
45465 2006-07-23  Eric Blake  <ebb9@byu.net>
45466
45467         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45468
45469 2006-07-23  Eric Blake  <ebb9@byu.net>
45470
45471         * lib/tmpfile-safer.c: New file.
45472         * lib/stdio-safer.h (fopen_safer): Add prototype.
45473         * lib/stdio--.h (tmpfile): Make safer.
45474
45475 2006-07-23  Bruno Haible  <bruno@clisp.org>
45476
45477         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45478         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45479         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45480         gl_linked_remove_at): Use it.
45481
45482 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45483         and Simon Josefsson <jas@extundo.com>
45484
45485         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45486
45487         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45488
45489 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45490
45491         * modules/close-stream: New file.
45492         * modules/closeout (Description): Make it clear that it exits
45493         with a diagnostic on error.
45494         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45495         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45496
45497 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45498
45499         * m4/close-stream.m4: New file.
45500
45501 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45502
45503         * lib/close-stream.c, lib/close-stream.h: New files.
45504
45505 2006-07-22  Bruno Haible  <bruno@clisp.org>
45506
45507         Merge from GNU gettext 0.15.
45508
45509         2006-05-01  Bruno Haible  <bruno@clisp.org>
45510
45511                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45512
45513         2006-07-22  Bruno Haible  <bruno@clisp.org>
45514
45515                 * modules/javaversion: New file.
45516                 * MODULES.html.sh (Java): Add javaversion.
45517
45518         2006-03-12  Bruno Haible  <bruno@clisp.org>
45519
45520                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45521
45522         2005-12-04  Bruno Haible  <bruno@clisp.org>
45523
45524                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45525                 (untested).
45526
45527         2006-06-21  Bruno Haible  <bruno@clisp.org>
45528
45529                 Avoid warnings from recent versions of mcs.
45530                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45531                 -o, -L, -r any more. Use options documented since mcs-1.0
45532                 instead. Similarly for -g.
45533
45534         2005-12-04  Bruno Haible  <bruno@clisp.org>
45535
45536                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45537                 .resources, not .resource.
45538
45539         2005-07-09  Bruno Haible  <bruno@clisp.org>
45540
45541                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45542                 add a .dll suffix.
45543                 Reported by Mark Junker <mjscod@gmx.de>.
45544
45545         2006-07-22  Bruno Haible  <bruno@clisp.org>
45546
45547                 * modules/gettext: Upgrade to gettext-0.15.
45548                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45549                 m4/visibility.m4.
45550                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45551
45552 2006-07-22  Bruno Haible  <bruno@clisp.org>
45553
45554         Merge from GNU gettext 0.15.
45555
45556         2006-03-25  Bruno Haible  <bruno@clisp.org>
45557
45558                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45559
45560         2006-07-21  Bruno Haible  <bruno@clisp.org>
45561
45562                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45563                 "1.1".
45564
45565         2006-05-09  Bruno Haible  <bruno@clisp.org>
45566
45567                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45568                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45569                 for the conftestver execution.
45570
45571         2006-05-01  Bruno Haible  <bruno@clisp.org>
45572
45573                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45574                 optional target-version argument. Verify that the compiler
45575                 groks source of the specified source-version, or add -source
45576                 option as necessary. Verify that the compiler produces
45577                 bytecode in the specified target-version, or add -target and
45578                 -source options as necessary. Make the result of the test
45579                 available as variable CONF_JAVAC. Also log error output in
45580                 config.log.
45581
45582         2006-03-11  Bruno Haible  <bruno@clisp.org>
45583
45584                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45585
45586         2006-05-09  Bruno Haible  <bruno@clisp.org>
45587
45588                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45589                 CLASSPATH_SEPARATOR to a semicolon.
45590
45591         2006-03-12  Bruno Haible  <bruno@clisp.org>
45592
45593                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45594                 available as variable CONF_JAVA, for subsequent autoconf
45595                 tests. Also log error output in config.log.
45596
45597         2006-07-19  Bruno Haible  <bruno@clisp.org>
45598
45599                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45600                 that getline works on glibc2 systems. Needed to avoid trouble
45601                 in relocatable.c.
45602                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45603
45604         2005-12-04  Bruno Haible  <bruno@clisp.org>
45605
45606                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45607                 launcher (untested).
45608
45609         2005-12-04  Bruno Haible  <bruno@clisp.org>
45610
45611                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45612
45613         2006-07-22  Bruno Haible  <bruno@clisp.org>
45614
45615                 * gettext.m4: Update from GNU gettext-0.15.
45616                 * nls.m4: Likewise.
45617                 * po.m4: Likewise.
45618                 * inttypes-pri.m4: Likewise.
45619                 * inttypes-h.m4: Renamed from inttypes.m4.
45620                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45621
45622 2006-07-22  Bruno Haible  <bruno@clisp.org>
45623
45624         Merge from GNU gettext 0.15.
45625
45626         2005-07-05  Bruno Haible  <bruno@clisp.org>
45627
45628                 * printf-args.c (printf_fetchargs): Work around broken
45629                 definition of wint_t on mingw.
45630
45631         2005-02-12  Bruno Haible  <bruno@clisp.org>
45632
45633                 * xallocsa.h: Add extern "C" for C++.
45634
45635         2006-05-17  Bruno Haible  <bruno@clisp.org>
45636
45637                 Cygwin portability.
45638                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45639
45640         2006-04-30  Bruno Haible  <bruno@clisp.org>
45641
45642                 * progreloc.c: Include <mach-o/dyld.h> if available.
45643                 (find_executable): Use _NSGetExecutablePath when possible.
45644
45645         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45646
45647                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45648                 function.
45649
45650         2005-12-29  Bruno Haible  <bruno@clisp.org>
45651
45652                 * progreloc.c (set_program_name_and_installdir): Fix
45653                 compilation error.
45654
45655         2005-12-04  Bruno Haible  <bruno@clisp.org>
45656
45657                 Cygwin portability.
45658                 * progreloc.c: Include <windows.h> also on Cygwin.
45659                 (find_executable): Add support for Cygwin.
45660                 (set_program_name_and_installdir): Handle also platforms with
45661                 nonempty EXEEXT.
45662
45663         2006-07-11  Bruno Haible  <bruno@clisp.org>
45664
45665                 * javacomp.c: Fix a comment.
45666                 Reported by Jim Meyering.
45667
45668         2006-04-30  Bruno Haible  <bruno@clisp.org>
45669
45670                 * javacomp.h (compile_java_class): Add source_version,
45671                 target_version arguments.
45672                 * javacomp.c: Rewritten to choose only a compiler that
45673                 respects the specified source_version and target_version.
45674
45675         2006-06-27  Bruno Haible  <bruno@clisp.org>
45676
45677                 Assume correct S_ISDIR macro.
45678                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45679
45680         2006-07-22  Bruno Haible  <bruno@clisp.org>
45681
45682                 * javaversion.h: New file, from GNU gettext.
45683                 * javaversion.c: New file, from GNU gettext.
45684                 * javaversion.java: New file, from GNU gettext.
45685                 * javaversion.class: New file, from GNU gettext.
45686
45687         2006-05-17  Bruno Haible  <bruno@clisp.org>
45688
45689                 Cygwin portability.
45690                 * javaexec.c (execute_java_class): Test for jview program
45691                 also on Cygwin.
45692
45693         2006-04-09  Bruno Haible  <bruno@clisp.org>
45694
45695                 * fatal-signal.c: Don't include string.h.
45696                 (at_fatal_signal): Use a copying loop instead of memcpy.
45697
45698         2005-12-04  Bruno Haible  <bruno@clisp.org>
45699
45700                 * csharpexec.c: Add support for 'clix' launcher (untested).
45701                 (execute_csharp_using_sscli): New function.
45702                 (execute_csharp_program): Call it.
45703
45704         2006-06-21  Bruno Haible  <bruno@clisp.org>
45705
45706                 Avoid warnings from recent versions of mcs.
45707                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45708                 -o, -L, -r any more. Use options documented since mcs-1.0
45709                 instead. Similarly for -g.
45710
45711         2005-07-09  Bruno Haible  <bruno@clisp.org>
45712
45713                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45714                 add a .dll suffix.
45715                 Reported by Mark Junker <mjscod@gmx.de>.
45716
45717         2006-06-17  Bruno Haible  <bruno@clisp.org>
45718
45719                 * config.charset: Update for NetBSD 3.0.
45720
45721         2006-05-17  Bruno Haible  <bruno@clisp.org>
45722
45723                 Cygwin portability.
45724                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45725
45726         2006-05-16  Bruno Haible  <bruno@clisp.org>
45727
45728                 * localcharset.c [CYGWIN]: Include <windows.h>.
45729                 (get_charset_aliases): For Cygwin, return the same CPxxx
45730                 aliases list as under WIN32.
45731                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45732                 the environment variables. Fall back to GetACP().
45733
45734         2006-04-05  Bruno Haible  <bruno@clisp.org>
45735
45736                 * config.charset: Update Juan Manuel Guerrero's address.
45737
45738         2005-02-12  Bruno Haible  <bruno@clisp.org>
45739
45740                 * allocsa.h: Add extern "C" for C++.
45741
45742         2005-02-10  Bruno Haible  <bruno@clisp.org>
45743
45744                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45745                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45746
45747         2006-07-22  Bruno Haible  <bruno@clisp.org>
45748
45749                 * gettext.h: Update to GNU gettext-0.15.
45750
45751 2006-07-22  Bruno Haible  <bruno@clisp.org>
45752
45753         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45754         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45755         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45756
45757 2006-07-21  Eric Blake  <ebb9@byu.net>
45758
45759         * modules/stdlib-safer: New file.
45760         * MODULES.html.sh (File stream based Input/Output): Add
45761         stdlib-safer.
45762
45763 2006-07-21  Eric Blake  <ebb9@byu.net>
45764
45765         * lib/stdlib-safer.h: New file from coreutils, required by
45766         stdlib--.h.
45767
45768 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45769
45770         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45771
45772 2006-07-20  Bruno Haible  <bruno@clisp.org>
45773
45774         * gnulib-tool: Recognize new option --assume-autoconf.
45775         (autoconf_minversion): New variable.
45776         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45777
45778 2006-07-20  Bruno Haible  <bruno@clisp.org>
45779
45780         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45781
45782 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45783
45784         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45785         Reindent and repaginate.
45786
45787 2006-07-19  Derek Price  <derek@ximbiot.com>
45788
45789         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45790         Correct grammar.
45791
45792 2006-07-17  Bruno Haible  <bruno@clisp.org>
45793
45794         * modules/list: New file.
45795         * modules/array-list: New file.
45796         * modules/carray-list, modules/carray-list-tests: New files.
45797         * modules/linked-list, modules/linked-list-tests: New files.
45798         * modules/avltree-list, modules/avltree-list-tests: New files.
45799         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45800         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45801         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45802         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45803         * modules/oset: New file.
45804         * modules/array-oset: New file.
45805         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45806         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45807         * tests/test-carray_list.c: New file.
45808         * tests/test-linked_list.c: New file.
45809         * tests/test-avltree_list.c: New file.
45810         * tests/test-rbtree_list.c: New file.
45811         * tests/test-linkedhash_list.c: New file.
45812         * tests/test-avltreehash_list.c: New file.
45813         * tests/test-rbtreehash_list.c: New file.
45814         * tests/test-avltree_oset.c: New file.
45815         * tests/test-rbtree_oset.c: New file.
45816         * MODULES.html.sh (Container data structures): New section.
45817
45818 2006-07-17  Bruno Haible  <bruno@clisp.org>
45819
45820         * m4/gl_list.m4: New file.
45821
45822 2006-07-17  Bruno Haible  <bruno@clisp.org>
45823
45824         * lib/gl_list.h: New file.
45825         * lib/gl_list.c: New file.
45826         * lib/gl_array_list.h: New file.
45827         * lib/gl_array_list.c: New file.
45828         * lib/gl_carray_list.h: New file.
45829         * lib/gl_carray_list.c: New file.
45830         * lib/gl_linked_list.h: New file.
45831         * lib/gl_linked_list.c: New file.
45832         * lib/gl_anylinked_list1.h: New file.
45833         * lib/gl_anylinked_list2.h: New file.
45834         * lib/gl_avltree_list.h: New file.
45835         * lib/gl_avltree_list.c: New file.
45836         * lib/gl_anyavltree_list1.h: New file.
45837         * lib/gl_anyavltree_list2.h: New file.
45838         * lib/gl_rbtree_list.h: New file.
45839         * lib/gl_rbtree_list.c: New file.
45840         * lib/gl_anyrbtree_list1.h: New file.
45841         * lib/gl_anyrbtree_list2.h: New file.
45842         * lib/gl_anytree_list1.h: New file.
45843         * lib/gl_anytree_list2.h: New file.
45844         * lib/gl_linkedhash_list.h: New file.
45845         * lib/gl_linkedhash_list.c: New file.
45846         * lib/gl_anyhash_list1.h: New file.
45847         * lib/gl_anyhash_list2.h: New file.
45848         * lib/gl_avltreehash_list.h: New file.
45849         * lib/gl_avltreehash_list.c: New file.
45850         * lib/gl_rbtreehash_list.h: New file.
45851         * lib/gl_rbtreehash_list.c: New file.
45852         * lib/gl_anytreehash_list1.h: New file.
45853         * lib/gl_anytreehash_list2.h: New file.
45854
45855         * lib/gl_oset.h: New file.
45856         * lib/gl_oset.c: New file.
45857         * lib/gl_array_oset.h: New file.
45858         * lib/gl_array_oset.c: New file.
45859         * lib/gl_avltree_oset.h: New file.
45860         * lib/gl_avltree_oset.c: New file.
45861         * lib/gl_rbtree_oset.h: New file.
45862         * lib/gl_rbtree_oset.c: New file.
45863         * lib/gl_anytree_oset.h: New file.
45864
45865 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45866
45867         * m4/mkancesdirs.m4: New file.
45868         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45869         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45870         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45871         it.
45872
45873 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45874
45875         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45876         * lib/mkancesdirs.h: New files.
45877         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45878         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45879         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45880         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45881         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45882         callers changed.  Revamp internals significantly, by not
45883         attempting to create directories that are temporarily more
45884         permissive than the final results.  Do not attempt to use
45885         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45886         This removes some race conditions, fixes some bugs, and simplifies
45887         things.  Use new dirchownmod function to do owner and mode changes.
45888         * lib/mkdir-p.h: Likewise.
45889         * lib/modechange.c (octal_to_mode): New function.
45890         (struct mode_change): New member mentioned.
45891         (make_node_op_equals): New arg mentioned.  All callers changed.
45892         (mode_compile): Keep track of which mode bits the user has explicitly
45893         mentioned.
45894         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45895         New arg PMODE_BITS, to keep track of which mode bits the user
45896         mentioned; it treats S_ISUID and S_ISGID speciall.
45897         All callers changed.
45898         * lib/modechange.h: Likewise.
45899
45900 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45901
45902         * MODULES.html.sh: Add mkancestors.
45903         * modules/mkancesdirs: New module.
45904         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45905         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45906         The chdir-safer and afs files are now orphans; I'll remove them
45907         unless someone speaks up.
45908         Add lib/dirchownmod.c, lib/dirchownmod.h.
45909         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45910         Add lchown, mkancesdirs.
45911         (Maintainer): Add self.
45912
45913 2006-07-15  Karl Berry  <karl@gnu.org>
45914
45915         * gnulib-tool: help message wording/arrangement.
45916
45917 2006-07-14  Simon Josefsson  <jas@extundo.com>
45918
45919         * doc/gnulib.texi (Libtool and Windows): New section.
45920
45921 2006-07-12  Simon Josefsson  <jas@extundo.com>
45922
45923         * modules/gendocs (License): Fix license, approved by Karl.
45924
45925 2006-07-12  Eric Blake  <ebb9@byu.net>
45926
45927         * MODULES.html.sh: Add gendocs.
45928
45929 2006-07-11  Eric Blake  <ebb9@byu.net>
45930
45931         * modules/fdl: New module, to install doc/fdl.texi.
45932         * MODULES.html.sh: Add new section for documentation modules.
45933         * gnulib-tool: Avoid space-tab.
45934         (--doc-base): New option, to manage files from doc.
45935
45936 2006-07-11  Eric Blake  <ebb9@byu.net>
45937
45938         * m4/absolute-header.m4: Fix comments to match recent change.
45939
45940 2006-07-11  Eric Blake  <ebb9@byu.net>
45941
45942         * gnulib-tool: List --doc-base before --tests-base.
45943
45944 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45945
45946         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45947
45948 2006-07-11  Bruno Haible  <bruno@clisp.org>
45949
45950         * README: Mention where to put documentation.
45951
45952 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45953
45954         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45955
45956 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45957
45958         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45959         to stdint.m4.
45960
45961 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45962
45963         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45964         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45965         "no/such/file/stdint.h" when there is no such file, so that
45966         the resulting C code can be parsed by dodgy compilers.
45967         Problems reported by Bob Proulx.
45968
45969 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45970
45971         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45972         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45973         macros into the GNU _D_EXACT_NAMLEN.
45974         * lib/savedir.c:  Likewise.
45975         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45976
45977 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45978         and Paul Eggert  <eggert@cs.ucla.edu>
45979
45980         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45981         * m4/savedir.m4:
45982         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45983         macros into the GNU _D_EXACT_NAMLEN.
45984
45985 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45986
45987         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45988         around the absolute name, to work around a problem with the HP-UX
45989         11.23 native C compiler, reported by Bob Proulx.
45990
45991 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45992
45993         * doc/maintain.texi, make-stds.texi: Sync from
45994         <http://savannah.gnu.org/projects/gnustandards>.
45995
45996 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45997
45998         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45999
46000 2006-07-09  Jim Meyering  <jim@meyering.net>
46001
46002         * m4/glob.m4: Remove a doubled word in a comment.
46003
46004 2006-07-09  Jim Meyering  <jim@meyering.net>
46005
46006         * lib/argp-pv.c: Remove a doubled word in a comment.
46007         * lib/check-version.c (check_version): Likewise.
46008         * lib/javacomp.c (compile_java_class): Likewise.
46009
46010 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46011
46012         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46013         for the benefit of people using Autoconf 2.60.  If you want to
46014         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46015         (or m4/onceonly.m4, if pre-2.57) manually.
46016
46017 2006-07-08  Jim Meyering  <jim@meyering.net>
46018
46019         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46020         comment.
46021         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46022         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46023         comment.
46024
46025 2006-07-08  Jim Meyering  <jim@meyering.net>
46026
46027         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46028
46029 2006-07-07  Simon Josefsson  <jas@extundo.com>
46030
46031         * tests/test-crc.c: Change expected crc value, the test vector
46032         were probably computed using the old broken crc.c?
46033
46034 2006-07-06  Simon Josefsson  <jas@extundo.com>
46035
46036         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46037         now the canonical place for the M4 file).
46038
46039         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46040         from the sys_socket dependency now.
46041
46042         * modules/inet_pton (Files): Ditto.
46043
46044         * modules/inet_ntop (Files): Ditto.
46045
46046 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46047
46048         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46049         not gl_PREREQ_GETUSERSHELL.
46050
46051 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46052
46053         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46054         with only one argument, for Autoconf 2.60.
46055         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46056         expand to nothing, so add a shell command to avoid syntax error.
46057         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46058
46059 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46060
46061         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46062
46063 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46064
46065         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46066         no longer needed.  Check for isblank decl.
46067         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46068         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46069         of existence.
46070
46071 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46072
46073         * lib/getloadavg.c: Use __VMS, not VMS.
46074         * lib/getopt.c: Likewise.
46075         * lib/getpagesize.h: Likewise.
46076         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46077         and probably does not work.
46078
46079 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46080
46081         * lib/.cppi-disable: Add wcwidth.
46082         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46083         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46084         (ISGRAPH): Remove.  All uses changed to isgraph.
46085         (FOLD) [!defined _LIBC]: Remove special case.
46086         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46087         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46088         HAVE_ISBLANK.
46089         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46090         case.
46091
46092 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46093
46094         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46095         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46096         brackets.  Other minor changes to suppress some compiler
46097         warnings.
46098
46099 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46100         and Paul Eggert  <eggert@cs.ucla.edu>
46101
46102         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46103         of invoking obsolescent AC_HEADER_DIRENT macro.
46104         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46105         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46106         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46107         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46108         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46109         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46110         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46111         * m4/readdir.m4: Remove; no longer needed.
46112
46113 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46114         and Paul Eggert  <eggert@cs.ucla.edu>
46115
46116         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46117         Don't worry about this obsolete case any more.
46118         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46119         directories.
46120         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46121         worry about this obsolete case any more.
46122         * lib/fts.c: Likewise.
46123         * lib/getcwd.c: Likewise.
46124         * lib/glob.h: Likewise.
46125         * lib/savedir.c: Likewise.
46126
46127 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46128
46129         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46130         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46131         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46132         needed.
46133         All uses removed.
46134         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46135         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46136         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46137         needed.
46138         * m4/getdate.m4 (gl_GETDATE): Likewise.
46139         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46140         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46141         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46142         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46143         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46144         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46145         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46146         needed.
46147
46148 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46149
46150         * lib/memcasecmp.c: Include <limits.h>.
46151         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46152         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46153         Don't assume isdigit succeeds only on '0' through '9'.
46154
46155 2006-07-05  Eric Blake  <ebb9@byu.net>
46156
46157         * modules/getaddrinfo (Depends-on): Add snprintf.
46158
46159 2006-07-05  Eric Blake  <ebb9@byu.net>
46160
46161         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46162         to avoid 'header present but could not be compiled' on cygwin.
46163
46164 2006-07-05  Eric Blake  <ebb9@byu.net>
46165
46166         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46167         missing from netdb.h.
46168         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46169
46170 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46171
46172         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46173         no longer needed.
46174         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46175         * m4/getdate.m4 (gl_GETDATE): Likewise.
46176         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46177         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46178         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46179         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46180         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46181
46182 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46183
46184         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46185         All uses of is_space replaced by isspace.
46186         * lib/exit.h: Don't talk about STDC_HEADERS.
46187         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46188         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46189         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46190         replaced by isprint etc.
46191         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46192         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46193         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46194         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46195         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46196         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46197
46198 2006-07-05  Bruno Haible  <bruno@clisp.org>
46199
46200         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46201         the function exists, before testing against AIX.
46202         Reported by Martin Lambers <marlam@marlam.de>.
46203
46204 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46205
46206         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46207         From Mark D. Baushke.
46208
46209 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46210
46211         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46212         to the absolute name, not just one, to bypass Sun C 5.8's
46213         "warning: #include of /usr/include/... may be non-portable".
46214
46215 2006-07-04  Eric Blake  <ebb9@byu.net>
46216
46217         * modules/dirname-tests: New test module.
46218         * tests/test-dirname.c: New file, replacing dirname.c
46219         TEST_DIRNAME section that was recently deleted.
46220
46221 2006-07-04  Bruno Haible  <bruno@clisp.org>
46222
46223         Assume ANSI C header files and <ctype.h> functions.
46224         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46225         (mbsnwidth): Use isprint, iscntrl instead.
46226
46227 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46228
46229         Merge from coreutils.
46230         * MODULES.html.sh: Add xstrtold.
46231         * modules/xstrtold: New file.
46232         * modules/cycle-check (Files): Add lib/same-inode.h.
46233         * modules/dirname (Files): Add m4/double-slash-root.m4.
46234         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46235         * modules/mkdir-p (Files): Add lib/same-inode.h.
46236         * modules/same (Files): Add lib/same-inode.h.
46237
46238 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46239
46240         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46241         This is to keep the terminology clean; POSIX talks about
46242         "absolute pathnames", not "full pathnames", but the GNU
46243         Coding Standards say to use "path" for something else;
46244         so use "absolute" to keep both sides happy.
46245         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46246         Set gl_absolute_header, not gl_full_header_path.
46247         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46248         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46249         All uses changed.
46250
46251         Merge from coreutils.
46252
46253         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46254
46255         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46256         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46257         want to require the building of c-strtod.o.
46258         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46259         needs -lm directly.
46260         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46261
46262         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46263
46264         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46265         --as-needed option if available.  Problem reported by Albert Chin in
46266         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46267         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46268         cc merely issues a bunch of annoying warnings for --as-needed
46269         (this problem was reported by Bob Proulx).  Also, try linking with
46270         -lm to detect a bug in binutils 2.16 (this problem was reported
46271         by Ralf Wildenhues).
46272
46273         2006-06-18  Jim Meyering  <jim@meyering.net>
46274
46275         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46276         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46277         macro.
46278         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46279         also check for glibc-2.4's abort-inducing bug.
46280
46281         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46282         Low-probability clean-up should be to use rmdir to get rid of
46283         the just-created directory, not unlink.
46284
46285         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46286         configure fail, and request a bug report to inform us about it.
46287         Add a comment that, barring reports to the contrary, in 2007 we'll
46288         assume ftruncate is universally available.
46289
46290         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46291
46292         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46293
46294         2006-03-12  Jim Meyering  <jim@meyering.net>
46295
46296         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46297         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46298         * m4/same.m4 (gl_SAME): Likewise.
46299         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46300
46301         2006-03-11  Eric Blake  <ebb9@byu.net>
46302
46303         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46304         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46305         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46306         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46307
46308 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46309
46310         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46311         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46312         reported by Mark D. Baushke, one in
46313         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46314
46315         Merge from coreutils.
46316
46317         * lib/.cppi-disable: Add stdint_.h.
46318         * lib/.cvsignore: Add stdint.h.
46319
46320         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46321
46322         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46323         both double and long double versions.
46324         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46325         * lib/xstrtold.c: New file.
46326         * lib/xstrtod.h (xstrtold): New decl.
46327
46328         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46329
46330         * lib/filemode.c (setst): Remove.
46331         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46332         (arguably) clearer, and the generated code is a bit smaller on my
46333         Debian GNU/Linux stable x86 host.
46334
46335         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46336
46337         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46338         Assume that filemode.h includes sys/types.h and sys/stat.h.
46339         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46340         (ftypelet): Reorder to put common cases first, for efficiency.
46341         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46342         to do 'M'.
46343         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46344         of 10, for compatibility with FreeBSD.  All callers changed.
46345         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46346         types that can't be deduced solely from st_mode.  First arg is now a
46347         const pointer.
46348         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46349         (strmode): Renamed from mode_string.
46350         (filemodestring): New decl.
46351         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46352         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46353         needed.
46354         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46355
46356         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46357
46358         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46359         fsusage.h now does that.  Include fsusage.h first, to test interface.
46360         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46361         at most one method (the old code could have generated decls that
46362         didn't conform to C89, not that this was ever exercised).
46363         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46364
46365         2006-03-19  Jim Meyering  <jim@meyering.net>
46366
46367         Work even in a chroot where d_ino values for entries in "/"
46368         don't match the stat.st_ino values for the same names.
46369         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46370         number, iterate through all entries again, using lstat instead.
46371         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46372         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46373
46374         * lib/getcwd.c (__getcwd): Clarify a comment.
46375         Use memcpy in place of a call to strcpy.
46376
46377         2006-03-12  Jim Meyering  <jim@meyering.net>
46378
46379         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46380         matches that of the current directory (which we're about to chdir ".."
46381         out of), then save the dev-ino of the parent, instead.
46382
46383         * lib/same-inode.h (SAME_INODE): New file/macro.
46384         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46385         Include "same-inode.h", instead.
46386         * lib/same.c: Likewise.
46387         * lib/cycle-check.h: Include "same-inode.h".
46388         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46389         * lib/cycle-check.c (SAME_INODE): Remove definition.
46390         * lib/root-dev-ino.h: Include "same-inode.h".
46391
46392         2006-03-11  Eric Blake  <ebb9@byu.net>
46393
46394         * lib/same.c (same_name): s/base_name/last_component/
46395         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46396         * lib/filenamecat.c (file_name_concat): Likewise.
46397
46398         2006-03-11  Eric Blake  <ebb9@byu.net>,
46399                     Paul Eggert  <eggert@cs.ucla.edu>
46400
46401         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46402         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46403         drive prefix.
46404         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46405         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46406         (last_component): New method.
46407         * lib/dirname.c (dir_len): Determine when drive letters need a
46408         subsequent slash.  Preserve // when it is special.
46409         (dir_name): Don't append dot when drive letter is absolute.
46410         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46411         * lib/basename.c (base_name): New semantics - malloc the result.
46412         Preserve // when it is special.  Preserve relative files that look
46413         like drive letters.
46414         (base_len): Preserve // when it is special.
46415         (last_component): New method, similar to old base_name semantics.
46416         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46417         base_name.  Strip redundant slashes from ///.
46418
46419 2006-07-03  Jim Meyering  <jim@meyering.net>
46420
46421         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46422         macro is used before the first cycle_check call.
46423
46424 2006-07-03  Eric Blake  <ebb9@byu.net>
46425
46426         * modules/dirname (Depends-on): Add xstrndup.
46427
46428 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46429
46430         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46431         test cases, so that config.log is a bit easier to follow.
46432
46433 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46434
46435         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46436         both are 64 bits, since this seems to be the tradition, and this
46437         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46438         we ever run into a host that prefers long long to long in this
46439         case, we'll need another configure-time test.  Problem reported by
46440         Jim Meyering.
46441
46442 2006-07-02  Eric Blake  <ebb9@byu.net>
46443
46444         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46445
46446 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46447
46448         * modules/inttypes (Depends-on): No longer depends on stdint.
46449         * modules/stdint (Description): Say more about assumptions.
46450         Say that the fast types might differ.  Say macros are used.
46451         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46452         (Makefile.am): Revise list of substituted symbols to match
46453         new stdint.m4.
46454         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46455         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46456         * tests/test-stdint.c (verify_same_types)
46457         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46458         the code conforms to C99/C89.
46459         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46460         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46461
46462 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46463
46464         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46465         but fix a bug, by requiring at least 64 bits.
46466         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46467         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46468         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46469         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46470
46471         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46472         changes.  Make 2.59 a prerequisite.  Check and substitute for
46473         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46474         inttypes.h.  Do not use special include files; just use the
46475         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46476         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46477         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46478         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46479         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46480         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46481         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46482         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46483         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46484         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46485         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46486         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46487         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46488         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46489         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46490         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46491         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46492         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46493         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46494         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46495         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46496         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46497         not check for things that C99 does not require, e.g., int8_t.  If
46498         a test isn't needed unless <stdint.h> isn't working, and is
46499         unlikely to be needed for any other reason, then don't do it
46500         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46501         size_t, since we assume C89 freestanding at least.  Do not check
46502         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46503         the right thing even if the types are not defined.  Instead use:
46504         (gl_STDINT_TYPE_PROPERTIES): New macro.
46505         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46506         testing whether <sys/types.h> clashes, as Autoconf does this for
46507         us now.  All uses removed.
46508         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46509         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46510         (gl_CHECK_TYPE_SAME):
46511         Remove; no longer needed.
46512         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46513         exists, since we'll return 0 anyway in that case.
46514         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46515
46516 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46517
46518         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46519         possible collision with system files.
46520         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46521         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46522         WCHAR_MIN and WCHAR_MAX in this case.
46523         (<stddef.h>): Do not include; no longer needed.
46524         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46525         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46526         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46527         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46528         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46529         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46530         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46531         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46532         !defined(__c99))]: Include in this case too, since it's harmless
46533         now.
46534         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46535         dangerous to do so.
46536         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46537         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46538         (_STDINT_MIN, _STDINT_MAX): New macros.
46539         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46540         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46541         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46542         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46543         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46544         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46545         macros, not typedefs; this simplifies things quite a bit.
46546         Use long int for all types narrower than int64_t.
46547         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46548         Define in terms of long long int or int64_t or long int,
46549         not int64_t or int32_t.  This saves some compile-time testing.
46550         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46551         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46552         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46553         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46554         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46555         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46556         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46557         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46558         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46559         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46560         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46561         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46562         undef any previous version and define our own version, for
46563         simplicity and consistency with the new macros for types.
46564         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46565         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46566         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46567         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46568         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46569         @WINT_T_SUFFIX@ to keep things simple here.
46570         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46571         Simplify by assuming typical 8/16/32/64 host, since we're
46572         already doing that elsewhere anyway.
46573         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46574         and assume long long int is 64 bits if available.  This
46575         speeds up 'configure'.
46576
46577 2006-07-01  Eric Blake  <ebb9@byu.net>
46578
46579         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46580         Reported by Andreas Buening.
46581
46582 2006-07-01  Eric Blake  <ebb9@byu.net>
46583
46584         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46585
46586 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46587
46588         * lib/getaddrinfo.c: fixed typo
46589
46590 2006-06-29  Jim Meyering  <jim@meyering.net>
46591
46592         * modules/strftime (Maintainer): Add my name, since with the
46593         FPRINTFTIME changes strftime.c has forked from glibc.
46594
46595 2006-06-29  Eric Blake  <ebb9@byu.net>
46596
46597         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46598
46599 2006-06-29  Eric Blake  <ebb9@byu.net>
46600
46601         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46602
46603 2006-06-29  Eric Blake  <ebb9@byu.net>
46604
46605         * lib/stat_.h: New file.
46606
46607 2006-06-29  Eric Blake  <ebb9@byu.net>
46608
46609         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46610         unused static function.
46611
46612 2006-06-29  Eric Blake  <ebb9@byu.net>
46613
46614         * doc/functions.texi (Function Portability): Document missing lstat
46615         on mingw.
46616
46617 2006-06-29  Eric Blake  <ebb9@byu.net>
46618
46619         * MODULES.html.sh: Add sys_stat.
46620         * modules/sys_stat: New module.
46621         * modules/mkstemp (Depends-on): Add sys_stat.
46622
46623 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46624
46625         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46626
46627 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46628
46629         * m4/c-bs-a.m4: Removed.
46630
46631 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46632
46633         * lib/strftime.c: Assume strftime() exists.
46634
46635 2006-06-29  Derek Price  <derek@ximbiot.com>
46636
46637         * modules/c-bs-a: Removed - \a is C89.
46638         * MODULES.html.sh: Remove c-bs-a.
46639
46640 2006-06-29  Bruno Haible  <bruno@clisp.org>
46641
46642         * modules/wcwidth (License): Change to LGPL.
46643
46644 2006-06-28  Simon Josefsson  <jas@extundo.com>
46645
46646         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46647         on _WIN32.
46648
46649         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46650         getnameinfo.
46651
46652 2006-06-28  Simon Josefsson  <jas@extundo.com>
46653
46654         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46655
46656 2006-06-28  Simon Josefsson  <jas@extundo.com>
46657
46658         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46659         functions there.  It will succeed on Windows XP, but on Windows
46660         2000 and (presumably) earlier, it will fail, and use the internal
46661         re-implementation.
46662         (use_win32_p): New function.
46663         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46664         Support AI_NUMERICSERV to disable getservbyname.
46665         (getnameinfo): New function, only supports
46666         NI_NUMERICHOST|NI_NUMERICSERV for now.
46667
46668         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46669         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46670         getnameinfo.
46671
46672 2006-06-28  Eric Blake  <ebb9@byu.net>
46673
46674         * modules/wcwidth: New file.
46675         * modules/mbchar (Depends-on): Add wcwidth.
46676         * modules/mbswidth (Depends-on): Add wcwidth.
46677         * MODULES.html.sh: Add wcwidth.
46678
46679 2006-06-28  Eric Blake  <ebb9@byu.net>
46680
46681         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46682         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46683
46684 2006-06-28  Eric Blake  <ebb9@byu.net>
46685
46686         * lib/xvasprintf.h: Fix comments.
46687
46688 2006-06-28  Eric Blake  <ebb9@byu.net>
46689
46690         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46691         * lib/mbswidth.c (wcwidth): Move from here...
46692         * lib/wcwidth.h: ...to this new file.
46693
46694 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46695
46696         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46697
46698         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46699         it's obsolete.
46700         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46701
46702 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46703
46704         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46705         Autoconf 2.60 says this stuff was obsolete.
46706
46707 2006-06-28  Bruno Haible  <bruno@clisp.org>
46708
46709         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46710
46711 2006-06-28  Bruno Haible  <bruno@clisp.org>
46712
46713         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46714         gt_TYPE_WCHAR_T.
46715
46716 2006-06-28  Bruno Haible  <bruno@clisp.org>
46717
46718         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46719         declaration for wcwidth.
46720         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46721
46722 2006-06-28  Bruno Haible  <bruno@clisp.org>
46723
46724         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46725         (mkdir): Define using _mkdir.
46726
46727 2006-06-28  Bruno Haible  <bruno@clisp.org>
46728
46729         * lib/getaddrinfo.h: Fix POSIX URL.
46730         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46731         _WIN32.
46732         (use_win32_p): Make static.
46733         (getaddrinfo): Reject service name if it is empty or does not consist
46734         solely of decimal digits, or if its value is > 65535.
46735         (getnameinfo): Remove useless casts.
46736
46737 2006-06-27  Simon Josefsson  <jas@extundo.com>
46738
46739         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46740         Eggert and Martin Lambers.
46741
46742 2006-06-27  Simon Josefsson  <jas@extundo.com>
46743
46744         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46745         Eggert and Martin Lambers.
46746
46747 2006-06-27  Bruno Haible  <bruno@clisp.org>
46748
46749         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46750         result to 0, not to empty.
46751         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46752
46753 2006-06-27  Bruno Haible  <bruno@clisp.org>
46754
46755         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46756
46757 2006-06-26  Simon Josefsson  <jas@extundo.com>
46758
46759         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46760         present.
46761
46762 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46763
46764         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46765         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46766         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46767
46768 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46769
46770         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46771
46772 2006-06-26  Bruno Haible  <bruno@clisp.org>
46773
46774         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46775
46776 2006-06-26  Bruno Haible  <bruno@clisp.org>
46777
46778         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46779
46780 2006-06-26  Bruno Haible  <bruno@clisp.org>
46781
46782         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46783         SGI C compiler in pre-C99 mode.
46784         Suggested by Mark D. Baushke and Larry Jones.
46785
46786 2006-06-26  Bruno Haible  <bruno@clisp.org>
46787
46788         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46789         WCHAR_MAX.
46790         Reported by Mark D. Baushke and Larry Jones.
46791
46792 2006-06-26  Bruno Haible  <bruno@clisp.org>
46793
46794         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46795         in pre-C99 mode.
46796         Suggested by Mark D. Baushke and Larry Jones.
46797
46798 2006-06-23  Simon Josefsson  <jas@extundo.com>
46799             Bruno Haible  <bruno@clisp.org>
46800
46801         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46802         Emit mostlyclean-local rule.
46803         (func_emit_tests_Makefile_am): Likewise.
46804         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46805
46806 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46807
46808         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46809
46810 2006-06-23  Bruno Haible  <bruno@clisp.org>
46811
46812         * tests/test-stdint.c: Update to match ISO C 99 Technical
46813         Corrigendum 1.
46814
46815 2006-06-23  Bruno Haible  <bruno@clisp.org>
46816
46817         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46818
46819 2006-06-23  Bruno Haible  <bruno@clisp.org>
46820
46821         * lib/stdint_.h: Treat IRIX like OpenBSD.
46822
46823 2006-06-23  Bruno Haible  <bruno@clisp.org>
46824
46825         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46826         ISO C 99 Technical Corrigendum 1.
46827
46828 2006-06-22  Simon Josefsson  <jas@extundo.com>
46829
46830         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46831         MinGW.
46832
46833 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46834
46835         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46836         needed.  Some compiler complained about some of them.  Problem reported
46837         by Larry Jones in
46838         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46839
46840 2006-06-21  Simon Josefsson  <jas@extundo.com>
46841
46842         * tests/test-getaddrinfo.c: New file.
46843
46844         * modules/getaddrinfo-tests: New file.
46845
46846         * MODULES.html.sh: Add inet_pton.
46847
46848         * modules/inet_pton: New file.
46849
46850 2006-06-21  Simon Josefsson  <jas@extundo.com>
46851
46852         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46853         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46854         of using the (limited) gnulib implementation on Windows XP.
46855
46856         * m4/inet_pton.m4: New file.
46857
46858 2006-06-21  Simon Josefsson  <jas@extundo.com>
46859
46860         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46861         variable.
46862
46863         * lib/socket_.h: Don't define WINVER.
46864
46865         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46866         slightly modified to work in gnulib.
46867
46868 2006-06-21  Simon Josefsson  <jas@extundo.com>
46869
46870         * doc/gnulib.texi (Windows sockets): Add.
46871
46872 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46873
46874         * lib/read-file.c (fread_file): Start with buffer allocation of
46875         0 bytes rather than 1 byte; this simplifies the code.
46876         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46877         code to free buffer and save/restore errno.
46878         (internal_read_file): Remove unused local.
46879
46880 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46881
46882         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46883         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46884         Problem reported by Denis Excoffier in
46885         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46886
46887 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46888
46889         * modules/sys_socket, modules/socklen: Include sys/types since
46890         FreeBSD 4.x's sys/socket.h needs it.
46891
46892 2006-06-19  Simon Josefsson  <jas@extundo.com>
46893
46894         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46895
46896 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46897
46898         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46899
46900 2006-06-19  Bruno Haible  <bruno@clisp.org>
46901
46902         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46903         and FULL_PATH_INTTYPES_H in angle brackets.
46904         Reported by Mark D. Baushke <mdb@gnu.org>.
46905
46906 2006-06-17  Eric Blake  <ebb9@byu.net>
46907
46908         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46909         errno.
46910
46911 2006-06-17  Bruno Haible  <bruno@clisp.org>
46912
46913         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46914         <sys/inttypes.h>.
46915
46916 2006-06-17  Bruno Haible  <bruno@clisp.org>
46917
46918         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46919         whether errno is declared. Assume <errno.h> declares errno.
46920
46921 2006-06-17  Bruno Haible  <bruno@clisp.org>
46922
46923         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46924
46925 2006-06-17  Bruno Haible  <bruno@clisp.org>
46926
46927         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46928         problem on Solaris 2.5.1.
46929
46930 2006-06-16  Eric Blake  <ebb9@byu.net>
46931
46932         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46933         * lib/unicodeio.c [!defined errno]: Likewise.
46934         * lib/strtol.c [!defined errno]: Likewise.
46935         * lib/strtod.c [!defined errno]: Likewise.
46936
46937 2006-06-15  Eric Blake  <ebb9@byu.net>
46938
46939         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46940
46941 2006-06-15  Eric Blake  <ebb9@byu.net>
46942
46943         * config/srclist.txt (ssize_t.m4): Lose sync.
46944
46945 2006-06-15  Bruno Haible  <bruno@clisp.org>
46946
46947         * modules/stdint (Files): Include m4/full-header-path.m4,
46948         m4/size_max.m4, m4/wchar_t.m4.
46949         (Makefile.am): Many more substitutions.
46950         * modules/stdint-tests: New file.
46951         * tests/test-stdint.c: New file.
46952
46953 2006-06-15  Bruno Haible  <bruno@clisp.org>
46954
46955         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46956         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46957         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46958         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46959         gl_CHECK_TYPE_SAME): New macros.
46960
46961 2006-06-15  Bruno Haible  <bruno@clisp.org>
46962
46963         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46964
46965 2006-06-15  Bruno Haible  <bruno@clisp.org>
46966
46967         * lib/stdint_.h: Rewritten to be fully auto-configured.
46968         Fixes bug on HP-UX/IA64.
46969
46970 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46971
46972         * lib/getdate.y (__attribute__): Don't define if already defined.
46973         Problem reported by Larry Jones.
46974         * lib/utimens.c (__attribute__): Likewise.
46975
46976 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46977
46978         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46979         reported by Andreas Schwab.
46980
46981 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46982             Bruno Haible  <bruno@clisp.org>
46983
46984         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46985         check for the declaration of strnlen and a run test that exposes the
46986         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46987         rpl_strndup.
46988
46989 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46990             Bruno Haible  <bruno@clisp.org>
46991
46992         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46993
46994 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46995
46996         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46997         compile test, for Tru64 4.0D.
46998
46999 2006-05-28  Karl Berry  <karl@gnu.org>
47000
47001         * config/srclist.txt (printf-args.c): lose sync.
47002
47003 2006-05-26  Martin Lambers  <marlam@marlam.de>
47004
47005         * lib/getpass.c: Updates the test for the native W32 API, and adds
47006         missing includes, thus fixing compilation warnings.
47007
47008 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47009
47010         * lib/exclude.c (exclude_fnmatch): New function.
47011         (excluded_file_name): Call exclude_fnmatch.
47012         * lib/exclude.h (excluded_file_name): New prototype
47013
47014 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47015
47016         * lib/tempname.c (small_open, large_open): New macros.
47017         (__open, __open64) [!_LIBC]: Remove.
47018         (__gen_tempname): Use small_open and large_open instead of __open
47019         and __open64.  This fixes a portability bug on HP-UX 11.11i
47020         reported by Simon Wing-Tang in
47021         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47022
47023 2006-05-24  Bruno Haible  <bruno@clisp.org>
47024
47025         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47026         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47027         Reported by Thorsten Maerz <torte@netztorte.de> via
47028         Aaron Stone <aaron@serendipity.cx>.
47029
47030 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47031
47032         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47033         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47034         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47035         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47036         not really conditional on the cache.
47037         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47038
47039 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47040
47041         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47042         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47043         (my_usleep): Don't mishandle maximum value.
47044
47045 2006-05-19  Jim Meyering  <jim@meyering.net>
47046
47047         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47048
47049 2006-05-17  Bruno Haible  <bruno@clisp.org>
47050
47051         Cygwin portability.
47052         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47053
47054 2006-05-17  Bruno Haible  <bruno@clisp.org>
47055
47056         * lib/stdint_.h: Fix recognition of Cygwin.
47057
47058 2006-05-15  Bruno Haible  <bruno@clisp.org>
47059
47060         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47061         on libtool patch by Ralf Wildenhues.
47062
47063 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47064
47065         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47066         test for C99 conformance; (bool) 0.5 is an integer constant
47067         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47068         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47069
47070 2006-05-11  Simon Josefsson  <jas@extundo.com>
47071
47072         * m4/xvasprintf.m4: Fix obvious typo.
47073
47074 2006-05-11  Jim Meyering  <jim@meyering.net>
47075
47076         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47077         James Lemley.
47078
47079 2006-05-10  Simon Josefsson  <jas@extundo.com>
47080
47081         * lib/md4.c: Typo fix, update copyright years.
47082         (K1, K2): Don't use L because it turn computations into 64-bit on
47083         64-bit platforms.
47084
47085 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47086
47087         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47088         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47089         unwanted sign propagation, e.g., on hosts with 64-bit int.
47090         There still are some problems with reeelly weird theoretical hosts
47091         (e.g., 33-bit int) but it's not worth worrying about now.
47092         * lib/sha1.c (rol): Likewise.
47093         (K1, K2, K3, K4): Remove unnecessary L suffix.
47094
47095 2006-05-10  Bruno Haible  <bruno@clisp.org>
47096
47097         * lib/des.c: Cast to avoid warnings.
47098
47099 2006-05-09  Bruno Haible  <bruno@clisp.org>
47100
47101         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47102         (Depends-on): Depend also on xsize, stdarg.
47103         (configure.ac): Add gl_XVASPRINTF.
47104
47105 2006-05-09  Bruno Haible  <bruno@clisp.org>
47106
47107         * m4/xvasprintf.m4: New file.
47108
47109 2006-05-09  Bruno Haible  <bruno@clisp.org>
47110
47111         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47112         (EOVERFLOW): Define fallback value.
47113         (xstrcat): New function.
47114         (xvasprintf): Recognize the special case of a string concatenation.
47115
47116 2006-05-08  Eric Blake  <ebb9@byu.net>
47117
47118         * gnulib-tool (func_version): Base copyright year on CVS date.
47119         (func_emit_copyright_notice): New function.
47120         (func_emit_lib_Makefile_am): Use it.
47121         (func_emit_tests_Makefile_am): Likewise.
47122         (func_import): Likewise.
47123
47124 2006-05-08  Bruno Haible  <bruno@clisp.org>
47125
47126         * modules/stdarg: New file.
47127         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47128
47129 2006-05-08  Bruno Haible  <bruno@clisp.org>
47130
47131         * m4/stdarg.m4: New file, from GNU gettext.
47132
47133 2006-05-08  Bruno Haible  <bruno@clisp.org>
47134
47135         * config/srclist.txt (build-aux/config.rpath): different from latest
47136         release.
47137
47138 2006-05-08  Bruno Haible  <bruno@clisp.org>
47139
47140         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47141
47142 2006-05-05  Jim Meyering  <jim@meyering.net>
47143
47144         * m4/warning.m4: New file, derived from bison's file by the same name.
47145
47146 2006-05-03  Bruno Haible  <bruno@clisp.org>
47147
47148         * lib/stdint_.h: Shorter URL.
47149         * lib/inttypes.h: Likewise.
47150
47151 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47152
47153         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47154
47155 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47156
47157         * lib/verify.h: Document the internals better.  Most of this change
47158         was written by Bruno Haible.
47159
47160 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47161
47162         * doc/verify.texi: New file, partly based on a proposal by
47163         Bruno Haible.
47164
47165 2006-05-02  Bruno Haible  <bruno@clisp.org>
47166
47167         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47168         test from here...
47169         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47170
47171 2006-04-29  Bruno Haible  <bruno@clisp.org>
47172
47173         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47174         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47175
47176 2006-04-29  Bruno Haible  <bruno@clisp.org>
47177
47178         * gnulib-tool: Make --update option actually work.
47179
47180 2006-04-29  Bruno Haible  <bruno@clisp.org>
47181
47182         * doc/gcd.texi: New file.
47183         * doc/gnulib.texi: Include it.
47184
47185 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47186
47187         * lib/getdate.y (get_date): When adding relative date, start with the
47188         initial time, not with the result of the first mktime call.
47189
47190 2006-04-25  Bruno Haible  <bruno@clisp.org>
47191
47192         * gnulib-tool (func_import): Output the include directives in three
47193         blocks, sorted separately.
47194         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47195
47196 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47197
47198         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47199         to define main with arguments, for C++.  Reported by Eric Blake.
47200         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47201         Prefer 'int main ()' to 'int main (void)', for C++.
47202         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47203         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47204         for 'main', for C99 and C++.
47205
47206 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47207
47208         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47209         Don't assume that exit status -1 is valid.
47210         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47211         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47212         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47213         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47214         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47215         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47216         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47217         functions can be used without declaring them, or that you can
47218         exit with status -1.
47219         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47220
47221 2006-04-24  Karl Berry  <karl@gnu.org>
47222
47223         * config/srclist.txt (longdouble.m4): sync lost.
47224
47225 2006-04-24  Eric Blake  <ebb9@byu.net>
47226
47227         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47228
47229 2006-04-24  Bruno Haible  <bruno@clisp.org>
47230
47231         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47232         poll() implementation in AIX.
47233         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47234
47235 2006-04-24  Bruno Haible  <bruno@clisp.org>
47236
47237         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47238         assigned exactly once.
47239
47240 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47241             Bruno Haible  <bruno@clisp.org>
47242
47243         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47244         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47245         for AM_CPPFLAGS.
47246
47247 2006-04-23  Bruno Haible  <bruno@clisp.org>
47248
47249         * modules/copy-file: Depend on unistd.
47250         * modules/execute: Likewise.
47251         * modules/fatal-signal: Likewise.
47252         * modules/findprog: Likewise.
47253         * modules/mkdtemp : Likewise.
47254         * modules/pipe: Likewise.
47255         * modules/wait-process: Likewise.
47256
47257 2006-04-23  Bruno Haible  <bruno@clisp.org>
47258
47259         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47260         condition was already detected.
47261         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47262
47263 2006-04-23  Bruno Haible  <bruno@clisp.org>
47264
47265         * lib/copy-file.c: Include <unistd.h> unconditionally.
47266         * lib/execute.c: Likewise.
47267         * lib/fatal-signal.c: Likewise.
47268         * lib/findprog.c: Likewise.
47269         * lib/mkdtemp.c: Likewise.
47270         * lib/pipe.h: Likewise.
47271         * lib/pipe.c: Likewise.
47272         * lib/wait-process.h: Likewise.
47273
47274 2006-04-23  Bruno Haible  <bruno@clisp.org>
47275
47276         * gnulib-tool (func_usage): Fix --import description. Document
47277         --update.
47278         (func_import): Create temporary file in a temporary directory, if
47279         --dry-run is specified. Silence errors from 'grep' when there are no
47280         m4 files in $m4dir.
47281         (func_create_testdir): Silence errors from 'grep' when there are no
47282         m4 files in $m4dir.
47283         Reported by Karl Berry <karl@freefriends.org>.
47284
47285 2006-04-20  Bruno Haible  <bruno@clisp.org>
47286
47287         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47288         one argument, so that the code will be portable to Autoconf 2.60.
47289         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47290         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47291         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47292
47293 2006-04-19  Derek Price  <derek@ximbiot.com>
47294             Eric Blake  <ebb9@byu.net>
47295
47296         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47297         rather than "/full/path.h".  Update comment to match.  Shorten &
47298         generalize m4_translit call via AS_TR_CPP.
47299
47300 2006-04-19  Derek Price  <derek@ximbiot.com>
47301             Eric Blake  <ebb9@byu.net>
47302
47303         * lib/inttypes.h: Correct grammar in comment.
47304
47305 2006-04-18  Derek Price  <derek@ximbiot.com>
47306             Paul Eggert  <eggert@cs.ucla.edu>
47307
47308         * modules/inttypes: New file.
47309         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47310
47311 2006-04-18  Derek Price  <derek@ximbiot.com>
47312             Paul Eggert  <eggert@cs.ucla.edu>
47313
47314         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47315         New files.
47316
47317 2006-04-18  Derek Price  <derek@ximbiot.com>
47318             Paul Eggert  <eggert@cs.ucla.edu>
47319
47320         * lib/inttypes.h: New file.
47321         * lib/strtoimax.c: Assume <inttypes.h>.
47322
47323 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47324
47325         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47326         isn't mounted.  Problem reported by Kir Kolyshkin.
47327
47328 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47329
47330         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47331         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47332         Derek R. Price.
47333         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47334         implementation.
47335
47336 2006-04-12  Eric Blake  <ebb9@byu.net>
47337
47338         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47339         is now done automatically by the corresponding Autoconf macro.
47340
47341 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47342
47343         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47344         time_r.h.
47345
47346 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47347
47348         Merge regex changes from libc, removing some of our
47349         POSIX-conformance changes that were rejected and redoing them in a
47350         less-intrusive way.
47351
47352         * lib/regcomp.c (re_compile_internal, init_dfa):
47353         Length arg is now size_t, not Idx.  All uses changed.
47354         (peek_token): Forward decl now says internal_function.
47355         (__re_error_msgid, __re_error_msgid_idx):
47356         Now static rather than extern with attribute_hidden.
47357         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47358         For some reason libc prefers K&R style defns for external functions.
47359         (regerror) [!defined _LIBC]: Likewise.
47360         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47361         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47362         (build_range_exp, build_collating_symbol):
47363         Use K&R-style defn.
47364         (re_compile_fastmap): Use '\0' to memset, not 0.
47365         (utf8_sb_map): Make the calculations more obvious.
47366         (init_dfa, parse_bracket_exp, build_charclass_op):
47367         Call calloc and cast result, as glibc does.
47368         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47369         (build_range_exp, build_collating_symbol):
47370         Now internal functions.
47371
47372         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47373
47374         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47375         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47376         Don't depend on VMS; depend on __VMS instead, for POSIX
47377         namespace cleanness.
47378         (regoff_t): Define to ssize_t, not long int.
47379
47380         Remove the REG_ macros named below.  Instead, make the old names
47381         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47382         __USE_GNU_REGEX.
47383         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47384         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47385         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47386         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47387         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47388         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47389         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47390         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47391         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47392         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47393         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47394         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47395         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47396         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47397         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47398         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47399         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47400         (REG_NREGS):
47401         Remove.  All uses replaced by the old RE_* names.
47402         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47403         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47404         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47405         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47406         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47407         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47408         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47409         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47410         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47411         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47412         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47413         Don't bother having these macros be independent of each others'
47414         values, since they no longer exist in the POSIX name space.
47415
47416         Rename the following member names back to their old names,
47417         unless !__USE_GNU_REGEX.  All uses changed back.
47418         (buffer): Renamed from re_buffer.
47419         (allocated): Renamed from re_allocated.
47420         (used): Renamed from re_used.
47421         (syntax): Renamed from re_syntax.
47422         (fastmap): Renamed from re_fastmap.
47423         (translate): Renamed from re_translate.
47424         (can_be_null): Renamed from re_can_be_null.
47425         (regs_allocated): Renamed from re_regs_allocated.
47426         (fastmap_accurate): Renamed from re_fastmap_accurate.
47427         (no_sub): Renamed from re_no_sub.
47428         (not_bol): Renamed from re_not_bol.
47429         (not_eol): Renamed from re_not_eol.
47430         (newline_anchor): Renamed from re_newline_anchor.
47431         (num_regs): Renamed from rm_num_regs.
47432         (start): Renamed from rm_start.
47433         (end): Renamed from rm_end.
47434
47435         (free_state): Move up a bit.
47436
47437         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47438         #define to be empty.
47439         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47440         when that is what is intended.
47441         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47442         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47443         (MAX): New macro.
47444         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47445         All uses changed back to re_malloc, etc.  It's now the caller's
47446         responsibility to check for overflow; all callers changed.
47447         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47448         (re_x2nrealloc): Remove.
47449         (free_state): Remove decl.
47450
47451         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47452         (re_set_registers, re_exec):
47453         Use K&R-style defn.
47454
47455         2006-01-31  Roland McGrath  <roland@redhat.com>
47456
47457         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47458         Reported by Mike Frysinger <vapier@gentoo.org>.
47459
47460         2006-01-15  Andreas Jaeger  <aj@suse.de>
47461
47462         [BZ #1950]
47463         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47464         build_wcs_upper_buffer change.
47465         (build_wcs_upper_buffer): Change return type.
47466
47467         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47468
47469         * lib/regex_internal.h: Include <stdint.h> if available.
47470
47471         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47472
47473         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47474
47475         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47476
47477         * lib/regcomp.c: Adjust for changed secondary hash function.
47478
47479         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47480
47481         * lib/regex.h: Pretty printing.
47482         Clean up namespace a bit.
47483
47484         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47485
47486         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47487         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47488
47489         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47490                     Ulrich Drepper  <drepper@redhat.com>
47491
47492         [BZ #1302]
47493         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47494         changed.
47495         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47496
47497         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47498
47499         [BZ #281]
47500         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47501         * lib/regcomp.c: Remove unnecessary uses of
47502         unsigned RE_TRANSLATE_TYPE.
47503         * lib/regex_internal.h: Likewise.
47504         * lib/regex_internal.c: Likewise.
47505         * lib/regexec.c: Likewise.
47506         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47507
47508         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47509
47510         * lib/regexec.c (find_recover_state): Remove unnecessary
47511         initialization.
47512         (transit_state_bkref): Make DFA a const pointer.
47513         (get_subexp): Likewise.
47514         (check_arrival): Likewise.
47515         (update_cur_sifted_state): Likewise.
47516         (re_search_internal): Likewise.
47517         (prune_impossible_nodes): Likewise.
47518         (acquire_init_state_context): Likewise.
47519         (proceed_next_node): Likewise.
47520         (set_regs): Likewise.
47521         (free_fail_stack_return): Likewise.
47522         (check_arrival_expand_ecl): Mark DFA parameter as const.
47523         (check_arrival_expand_ecl_sub): Likewise.
47524         (check_subexp_limits): Likewise.
47525         (sub_epsilon_src_nodes):  Likewise.
47526         (add_epsilon_src_nodes):  Likewise.
47527         (merge_state_array): Likewise.
47528         (update_regs): Likewise.
47529         (build_trtable): Likewise.
47530         (sift_states_backward): Mark MCTX parameter as const.
47531         (build_sifted_states): Likewise.
47532         (update_cur_sifted_state): Likewise.
47533         (sift_states_mkref): Likewise.
47534         (check_arrival_expand_ecl): Mark eclosure as const.
47535         (check_dst_limits_calc_pos_1): Likewise.
47536         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47537         pointer.
47538
47539         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47540
47541         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47542         (transit_state_sb): Likewise.
47543         (transit_state_mb): Likewise.
47544         (sift_states_iter_mb): Likewise.
47545         (check_arrival_add_next_nodes): Likewise.
47546         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47547         [_LIBC] (re_search_2_stub): Use mempcpy.
47548
47549         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47550         mbrtowc for very simple UTF-8 case.
47551
47552         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47553         a pointer-to-const.
47554         (re_acquire_state_context): Likewise.
47555         * lib/regex_internal.h: Adjust prototypes.
47556
47557         * lib/regex.c: Prevent using C++ compilers.
47558
47559         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47560         (re_acquire_state_context): Likewise.
47561
47562 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47563
47564         * modules/regex (Depends-on): Add ssize_t.
47565
47566 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47567
47568         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47569         translation table.
47570
47571 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47572
47573         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47574
47575 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47576             Bruno Haible  <bruno@clisp.org>
47577
47578         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47579         <sys/types.h> and <inttypes.h>.
47580
47581 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47582
47583         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47584         `__error_t_defined', so argp.h will not typedef the former.
47585
47586 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47587
47588         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47589         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47590         glibc names.  Even if glibc is changed to conform to POSIX, the
47591         traditional names will be available anyway, since regex depends on
47592         the extensions module.  Also, fix a longstanding typo in the
47593         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47594         reported by Emanuele Giaquinta.  Also, change sense of cached
47595         variable, so that the message makes sense.
47596
47597 2006-03-24  Simon Josefsson  <jas@extundo.com>
47598
47599         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47600         including some doc fixes.
47601         (base64_encode_alloc): Fix +1 bug on allocation failures.
47602
47603 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47604
47605         * lib/base64.c (base64_encode): Do not read past end of array with
47606         unsanitized input on systems with CHAR_BIT > 8.
47607
47608 2006-03-24  Eric Blake  <ebb9@byu.net>
47609
47610         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47611
47612 2006-03-22  Karl Berry  <karl@gnu.org>
47613
47614         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47615         * config/srclistvars.sh (COREUTILS): new var.
47616
47617 2006-03-17  Jim Meyering  <jim@meyering.net>
47618
47619         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47620         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47621
47622 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47623
47624         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47625         no longer needs it.  Instead, check that regoff_t is as least
47626         as wide as ptrdiff_t.
47627
47628         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47629         so that our regex.h stays compatible with the installed regex.
47630         This is helpful for installers who configure --without-included-regex.
47631         Problem reported by Emanuele Giaquinta.
47632
47633 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47634
47635         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47636         Typedef to long int, not to off_, as POSIX will likely change
47637         in that direction.
47638
47639 2006-03-15  Eric Blake  <ebb9@byu.net>
47640
47641         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47642
47643 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47644
47645         * lib/argp-help.c (validate_uparams): Fix typo
47646         * lib/argp-parse.c (argp_default_options): Consistently begin help
47647         messages with a lowercase letter.
47648
47649 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47650
47651         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47652         overrun buffers and shouldn't be used (much as gets shouldn't be
47653         used).
47654         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47655
47656 2006-03-08  Simon Josefsson  <jas@extundo.com>
47657
47658         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47659         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47660
47661 2006-03-08  Simon Josefsson  <jas@extundo.com>
47662
47663         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47664         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47665
47666 2006-03-08  Simon Josefsson  <jas@extundo.com>
47667
47668         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47669         signal that configure disabled the device.
47670
47671 2006-03-08  Simon Josefsson  <jas@extundo.com>
47672
47673         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47674         languages.
47675
47676 2006-03-07  Simon Josefsson  <jas@extundo.com>
47677
47678         * modules/getopt (Depends-on): Add unistd.
47679
47680         * modules/unistd: New file.
47681
47682 2006-03-07  Simon Josefsson  <jas@extundo.com>
47683
47684         * modules/gc-random: New file.
47685
47686 2006-03-07  Simon Josefsson  <jas@extundo.com>
47687
47688         * m4/unistd_h.m4: New file.
47689
47690 2006-03-07  Simon Josefsson  <jas@extundo.com>
47691
47692         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47693         test to be side-effect free by storing the result in the cache
47694         variable gl_cv_lib_readline, and moving the assignment of
47695         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47696         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47697
47698 2006-03-07  Simon Josefsson  <jas@extundo.com>
47699
47700         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47701         error on missing devices (the functions will return an error).
47702
47703         * m4/gc.m4: Move random stuff to gc-random.m4
47704
47705 2006-03-07  Simon Josefsson  <jas@extundo.com>
47706
47707         * lib/unistd_.h: New file.
47708
47709 2006-03-07  Simon Josefsson  <jas@extundo.com>
47710
47711         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47712
47713 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47714
47715         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47716         Problem reported by Juan Manuel Guerrero.
47717
47718 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47719
47720         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47721         the unistd module.
47722         * lib/getlogin_r.c: Likewise.
47723         * lib/getlogin_r.h: Likewise.
47724         * lib/glob.c: Likewise.
47725         * lib/pagealign_alloc.c: Likewise.
47726         * lib/unistd_.h: Remove; no longer needed.
47727
47728 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47729
47730         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47731         Add unistd.
47732         * modules/c-stack (Depends-on): Add unistd.
47733         * modules/getlogin_r: Likewise.
47734         * modules/glob: Likewise.
47735         * modules/pagealign_alloc: Likewise.
47736         * modules/unistd (Files): Remove lib/unistd_.h.
47737         (EXTRA_DIST): Remove.
47738         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47739         need unistd_.h.
47740         (MOSTLYCLEANFILES): Remove unistd.h-t.
47741
47742 2006-03-03  Simon Josefsson  <jas@extundo.com>
47743
47744         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47745
47746 2006-03-03  Simon Josefsson  <jas@extundo.com>
47747
47748         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47749         libidn and bison.
47750
47751 2006-03-03  Simon Josefsson  <jas@extundo.com>
47752
47753         * build-aux/maint.mk: Add indent target.
47754
47755 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47756
47757         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47758         our replacement poll.h in any case, to avoid a differing
47759         declaration from a system header.  Seen on AIX.
47760
47761 2006-03-01  Simon Josefsson  <jas@extundo.com>
47762
47763         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47764         <kasal@ucw.cz>.
47765
47766 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47767
47768         * modules/gettime (Depends-on): Add extensions module.
47769         * modules/nanosleep (Depends-on): Likewise.
47770         * modules/settime (Depends-on): Likewise.
47771
47772 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47773
47774         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47775         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47776         pedantically.
47777         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47778         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47779
47780         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47781         not "==".  Reported by Ralf Wildenhues.
47782
47783 2006-03-01  Karl Berry  <karl@gnu.org>
47784
47785         * doc/Copyright/request-*: new files, synced from gnuorg.
47786
47787 2006-03-01  Karl Berry  <karl@gnu.org>
47788
47789         * config/srclist.txt (Copyright/*): new entries.
47790
47791 2006-02-28  Simon Josefsson  <jas@extundo.com>
47792
47793         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47794
47795 2006-02-27  Simon Josefsson  <jas@extundo.com>
47796
47797         * lib/base64.h: Indent #define's.  From Jim Meyering
47798         <jim@meyering.net>.
47799
47800 2006-02-27  Jim Meyering  <jim@meyering.net>
47801
47802         Revert the change of 2006-02-24, so these files can continue
47803         to be sync'd from gettext.
47804         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47805         of `config.h'.
47806
47807 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47808
47809         * modules/intprops: New file.
47810         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47811         Add intprops.
47812         * modules/getloadavg (Files): Remove lib/intprops.h.
47813         (Depends-on): Add intprops.
47814         * modules/human: Likewise.
47815         * modules/inttostr: Likewise.
47816         * modules/openat: Likewise.
47817         * modules/sig2str: Likewise.
47818         * modules/userspec: Likewise.
47819         * modules/utimecmp: Likewise.
47820         * modules/xnanosleep: Likewise.
47821         * modules/xstrtol: Likewise.
47822
47823 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47824
47825         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47826         * modules/lock-tests (TESTS): Use $(EXEEXT).
47827         * modules/tls-tests: Likewise.
47828         * modules/argp-tests: Likewise.
47829         (check_PROGRAMS): New var, replacing...
47830         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47831
47832 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47833
47834         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47835         `config.h'.
47836
47837 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47838
47839         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47840
47841 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47842
47843         Sync from coreutils.
47844         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47845         gl_CHDIR_SAFER.
47846
47847 2006-02-22  Jim Meyering  <jim@meyering.net>
47848
47849         Sync from coreutils.
47850         * m4/chdir-safer.m4: New file.
47851
47852 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47853
47854         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47855         AT_FDCWD exceeds INT_MAX.
47856         * lib/openat.h (AT_FDCWD): Likewise.
47857
47858 2006-02-17  Eric Blake  <address@hidden>
47859
47860         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47861
47862 2006-02-16  Simon Josefsson  <jas@extundo.com>
47863
47864         * modules/getaddrinfo (Depends-on): Add sys_socket.
47865
47866 2006-02-15  Simon Josefsson  <jas@extundo.com>
47867
47868         * build-aux/maint.mk: Add dsyntax-check rule.
47869
47870 2006-02-15  Eric Blake  <ebb9@byu.net>
47871
47872         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47873         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47874         'present but cannot compile' warnings on cygwin.
47875         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47876         use ws2tcpip.h if sys/socket.h works.
47877         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47878         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47879
47880 2006-02-14  Simon Josefsson  <jas@extundo.com>
47881
47882         * modules/maintainer-makefile (Files): Rename.
47883
47884         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47885         and (the local) Makefile.cfg to maint-cfg.mk.
47886
47887         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47888         to the latter.
47889
47890         * modules/maintainer-makefile: New module.
47891
47892         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47893         severaly stripped to make it possible to build it up from scratch
47894         with reliable tests.
47895
47896         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47897         fixes to permit overriding the default actions when configure and
47898         makefile are not available.
47899
47900 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47901
47902         Sync from coreutils.
47903         * modules/lstat (Depends-on): Don't depend on xalloc.
47904         (License): Change from GPL to LGPL, since this is now simply a
47905         replacement for a libc function.
47906
47907 2006-02-14  Jim Meyering  <jim@meyering.net>
47908
47909         Sync from coreutils.
47910
47911         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47912         failure on deficient systems, and simplify gnulib lgpl dependencies.
47913         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47914         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47915
47916         * lib/xalloc-die.c: Remove unused definition of N_.
47917
47918 2006-02-14  Jim Meyering  <jim@meyering.net>
47919
47920         Sync from coreutils.
47921         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47922         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47923         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47924         double-quote uses of that variable, to accommodate the rare case in
47925         which getmntent is available in none of the libraries checked.  This
47926         happens at least on FreeBSD 5.0.
47927
47928 2006-02-13  Simon Josefsson  <jas@extundo.com>
47929
47930         * gnulib-tool (Usage): Fix --import, from
47931         karl@freefriends.org (Karl Berry).
47932
47933 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47934
47935         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47936
47937 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47938
47939         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47940         "autoupdate" on 2005-12-12.
47941
47942 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47943
47944         * modules/closeout (Depends-on): Remove atexit.
47945
47946 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47947
47948         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47949         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47950
47951 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47952
47953         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47954         __EXTENSIONS__ if this causes compilation to fail.  Problem
47955         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47956         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47957
47958 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47959
47960         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47961         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47962         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47963         All uses changed.
47964
47965 2006-01-26  Simon Josefsson  <jas@extundo.com>
47966
47967         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47968         prototype is visible on mingw32.
47969
47970         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47971         for mingw32.
47972
47973         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47974         mingw32).
47975
47976 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47977
47978         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47979         attempt to open for write; this always fails, at least on POSIX
47980         hosts.  This reinstates the 2006-01-09 change, which was
47981         inadvertently removed.
47982
47983 2006-01-26  Bruno Haible  <bruno@clisp.org>
47984
47985         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47986         Reported by Paul Eggert.
47987
47988 2006-01-26  Bruno Haible  <bruno@clisp.org>
47989             Paul Eggert  <eggert@cs.ucla.edu>
47990
47991         * lib/stdbool_.h (_Bool)
47992         [(! (defined __cplusplus || defined __BEOS__)
47993           && !defined __GNUC__
47994           && !(defined __HP_cc || defined __xlc__
47995                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47996                || defined __sgi))]:
47997         #define to signed char in these cases too; this simplifies
47998         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47999         etc., separately) and makes it more conservative.
48000
48001 2006-01-25  Simon Josefsson  <jas@extundo.com>
48002
48003         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48004         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48005         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48006
48007 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48008
48009         * lib/argp-namefrob.h: Bugfix. Remove stray #
48010
48011 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48012
48013         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48014         so that we test the test.
48015         Check for yet another HP-UX cc bug involving *bool |= bool.
48016
48017 2006-01-25  Karl Berry  <karl@gnu.org>
48018
48019         * config/srclist.txt (vasnprintf.c): sync lost.
48020
48021 2006-01-25  Jim Meyering  <jim@meyering.net>
48022
48023         Sync from the stable (b5) branch of coreutils:
48024
48025         * lib/fts.c (fts_children): Don't let close() clobber errno from
48026         failed fchdir().
48027
48028         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48029         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48030         a dangling symlink.  That can also happen at least for ELOOP.
48031         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48032         FYI, this bug predates the inclusion of fts.c in coreutils.
48033
48034         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48035         in their own block, so pre-c99 compilers don't object.
48036
48037         Avoid the double-free (first in fts_read, second in fts_close) that
48038         would occur when an `active' directory is made inaccessible (e.g.,
48039         via chmod a-x) during a traversal.
48040         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48041         before returning.  Reproduce this failure by
48042         mkdir -p a/b; cd a; chmod a-x . b
48043         Reported by Stavros Passas.
48044
48045 2006-01-25  Jim Meyering  <jim@meyering.net>
48046
48047         * lib/fileblocks.c: Remove more useless parentheses.
48048         * lib/readutmp.h: Likewise.
48049
48050 2006-01-25  Bruno Haible  <bruno@clisp.org>
48051
48052         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48053         warnings.
48054         Reported by Paul Eggert.
48055
48056 2006-01-25  Bruno Haible  <bruno@clisp.org>
48057
48058         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48059         rid of a trap command. For Solaris sh.
48060         Reported by Mark D. Baushke <mdb@gnu.org>.
48061
48062 2006-01-24  Simon Josefsson  <jas@extundo.com>
48063
48064         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48065         Bruno.
48066
48067 2006-01-24  Karl Berry  <karl@gnu.org>
48068
48069         * config/srclist.txt (argp-namefrob.h): sync lost.
48070
48071 2006-01-24  Jim Meyering  <jim@meyering.net>
48072
48073         * modules/openat (Files): Add lib/intprops.h.
48074         From Mark D. Baushke.
48075
48076 2006-01-24  Jim Meyering  <jim@meyering.net>
48077
48078         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48079         Reported by Mark D. Baushke.
48080
48081 2006-01-24  Jim Meyering  <jim@meyering.net>
48082
48083         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48084
48085 2006-01-24  Bruno Haible  <bruno@clisp.org>
48086
48087         * modules/strnlen (Maintainer): Change from glibc to all.
48088
48089 2006-01-24  Bruno Haible  <bruno@clisp.org>
48090
48091         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48092         Patch by Paul Eggert.
48093
48094 2006-01-24  Bruno Haible  <bruno@clisp.org>
48095
48096         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48097         already has it.
48098         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48099         2005-11-26.
48100
48101         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48102         'signed char' to avoid problems with the built-in _Bool type.
48103         Reported by Paul Eggert on 2005-11-26.
48104
48105 2006-01-24  Bruno Haible  <bruno@clisp.org>
48106
48107         * gnulib-tool (func_import): Avoid constructing complicated sed
48108         expressions inside backquote.
48109         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48110
48111 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48112
48113         These changes imported from libc.
48114         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48115         test and two separate function calls.
48116         * lib/strndup.c (__strndup): Add libc_hidden_def.
48117
48118 2006-01-23  Simon Josefsson  <jas@extundo.com>
48119
48120         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48121         Remove the test_*_SOURCES variable: automake infers it by default.
48122         * modules/tls-tests: Likewise.
48123
48124 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48125
48126         Work around porting bugs reported by Dieter in
48127         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48128         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48129         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48130         Include "getopt.h" first, to check interface.
48131         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48132         !HAVE_DECL_GETENV.
48133         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48134         (__strndup): Revert to K&R-style function dfns, the glibc style.
48135         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48136         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48137         Include strnlen.h first, to get prototype properly.
48138         (strnlen): Renamed from __strnlen.
48139         Remove weak alias.
48140
48141 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48142
48143         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48144
48145 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48146
48147         * config/srclist.txt: Adjust to reflect glibc reorganization.
48148         This affects only comments.
48149
48150 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48151
48152          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48153          Reported by Bruce Korb <bkorb@gnu.org>.
48154
48155 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48156
48157         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48158         to pacify gcc -Wswitch-default.
48159
48160 2006-01-22  Bruno Haible  <bruno@clisp.org>
48161
48162         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48163         temporary buffer for sprintf, take into account the precision also
48164         for 'd', 'i', 'u', 'o', 'x', 'X'.
48165
48166 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48167
48168         * modules/argp-tests: New module
48169         * tests/test-argp.c: New file
48170         * tests/test-argp-2.sh: New file
48171
48172 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48173
48174         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48175         (__argp_base_name): Removed
48176         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48177         typo.
48178         (__argp_base_name): Provide macro definition or extern declaration
48179         depending on the configuration
48180
48181 2006-01-20  Simon Josefsson  <jas@extundo.com>
48182
48183         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48184
48185 2006-01-20  Simon Josefsson  <jas@extundo.com>
48186
48187         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48188
48189 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48190
48191         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48192         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48193         Suggested by Bruno Haible.
48194
48195 2006-01-20  Karl Berry  <karl@gnu.org>
48196
48197         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48198         until changes propagate, I guess.
48199
48200 2006-01-19  Simon Josefsson  <jas@extundo.com>
48201
48202         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48203
48204 2006-01-19  Simon Josefsson  <jas@extundo.com>
48205
48206         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48207
48208 2006-01-19  Simon Josefsson  <jas@extundo.com>
48209
48210         * gnulib-tool: Set check_PROGRAMS.
48211
48212         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48213         modules/des-tests, modules/gc-arcfour-tests,
48214         modules/gc-arctwo-tests, modules/gc-des-tests,
48215         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48216         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48217         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48218         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48219         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48220         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48221         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48222         test_*_SOURCES.
48223
48224 2006-01-18  Simon Josefsson  <jas@extundo.com>
48225
48226         * modules/socklen (Depends-on): Depend on sys_socket.
48227
48228 2006-01-18  Simon Josefsson  <jas@extundo.com>
48229
48230         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48231         modules/des-tests, modules/gc-arcfour-tests,
48232         modules/gc-arctwo-tests, modules/gc-des-tests,
48233         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48234         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48235         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48236         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48237         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48238         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48239         $(EXEEXT) to automake TESTS variable, for mingw32.
48240
48241 2006-01-17  Simon Josefsson  <jas@extundo.com>
48242
48243         * modules/socklen (Include): Need sys/socket.h.
48244
48245 2006-01-17  Bruno Haible  <bruno@clisp.org>
48246
48247         * modules/ssize_t (Include): Add <sys/types.h>.
48248
48249 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48250
48251         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48252         it's not portable and it doesn't work with cross-compiles.
48253         Problem reported by Bruno Haible.  Fix missing-$ typo in
48254         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48255         -zignore from being used with Sun's C compiler.
48256
48257 2006-01-12  Simon Josefsson  <jas@extundo.com>
48258
48259         * lib/base64.c: Fix warning, reported by Bruno Haible
48260         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48261
48262 2006-01-12  Bruno Haible  <bruno@clisp.org>
48263
48264         * modules/ldd: New file.
48265         * build-aux/ldd.sh.in: New file.
48266         * MODULES.html.sh (Support for building libraries and executables): Add
48267         ldd.
48268
48269 2006-01-12  Bruno Haible  <bruno@clisp.org>
48270
48271         * m4/ldd.m4: New file.
48272
48273 2006-01-12  Bruno Haible  <bruno@clisp.org>
48274
48275         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48276         endless loop while replacing $auxdir with build-aux.
48277
48278 2006-01-11  Simon Josefsson  <jas@extundo.com>
48279
48280         * lib/stdint_.h (SIZE_MAX): Add missing (.
48281
48282 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48283
48284         Sync from coreutils.
48285         * lib/md5.c: Fix commentary typos.
48286         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48287         * lib/md5.h (__attribute__): Remove; unused.
48288         * lib/sha1.c: Fix commentary to match md5 better.
48289         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48290         so that we don't need to worry about alignment.  All uses changed.
48291         This merges the 2005-10-28 md5 change into sha1.
48292
48293 2006-01-11  Jim Meyering  <jim@meyering.net>
48294
48295         Sync from coreutils.
48296         * lib/md5.c (OP): Fix spacing.
48297
48298 2006-01-11  Bruno Haible  <bruno@clisp.org>
48299
48300         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48301         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48302         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48303
48304 2006-01-11  Bruno Haible  <bruno@clisp.org>
48305
48306         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48307         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48308         the "early" section as well.
48309
48310 2006-01-11  Bruno Haible  <bruno@clisp.org>
48311
48312         Avoid "ar: no archive members specified" error on MacOS X.
48313         * gnulib-tool (func_modules_add_dummy): New function.
48314         (func_import, func_create_testdir): Invoke it.
48315
48316 2006-01-11  Bruno Haible  <bruno@clisp.org>
48317
48318         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48319         with $auxdir in AC_CONFIG_FILES statements.
48320
48321 2006-01-11  Bruno Haible  <bruno@clisp.org>
48322
48323         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48324         Initialize also noinst_HEADERS to empty.
48325
48326 2006-01-11  Bruno Haible  <bruno@clisp.org>
48327
48328         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48329         variables.
48330         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48331         autoreconf.
48332
48333 2006-01-11  Bruno Haible  <bruno@clisp.org>
48334
48335         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48336         overridable by the user.
48337         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48338
48339 2006-01-10  Simon Josefsson  <jas@extundo.com>
48340
48341         * modules/sys_socket: New file.
48342
48343 2006-01-10  Simon Josefsson  <jas@extundo.com>
48344
48345         * m4/sys_socket_h.m4: New file.
48346
48347 2006-01-10  Simon Josefsson  <jas@extundo.com>
48348
48349         * lib/socket_.h: New file.
48350
48351 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48352
48353         * modules/readutmp (Maintainer): Add myself.
48354
48355 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48356
48357         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48358         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48359         People who are still concerned with buggy memcmp implementations
48360         can invoke gl_FUNC_MEMCMP themselves.
48361
48362 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48363
48364         * lib/regex_internal.h (BITSET_WORD_BITS):
48365         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48366         preprocessor mishandles large unsigned values as if they were signed.
48367         Problem reported by Claudio Fontana in
48368         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48369
48370 2006-01-10  Jim Meyering  <jim@meyering.net>
48371
48372         Avoid the double-free (first in fts_read, second in fts_close) that
48373         would occur when an `active' directory is made inaccessible (e.g.,
48374         via chmod a-x) during a traversal.
48375         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48376         before returning.  Reproduce this failure by
48377         mkdir -p a/b; cd a; chmod a-x . b
48378         Reported by Stavros Passas.
48379
48380         Sync from coreutils.
48381         * lib/sha1.c: Tweak grammar in a comment.
48382
48383 2006-01-10  Jim Meyering  <jim@meyering.net>
48384
48385         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48386         Patch by Joerg Sonnenberger.
48387
48388 2006-01-10  Bruno Haible  <bruno@clisp.org>
48389
48390         * modules/readutmp: Depend on module free.
48391         * modules/strtok_r: Depend on module restrict.
48392
48393 2006-01-10  Bruno Haible  <bruno@clisp.org>
48394
48395         * modules/gettext (configure.ac): Add an invocation of
48396         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48397
48398 2006-01-10  Bruno Haible  <bruno@clisp.org>
48399
48400         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48401         Reported by Werner Lemberg <wl@gnu.org>.
48402
48403 2006-01-10  Bruno Haible  <bruno@clisp.org>
48404
48405         * lib/localcharset.c: Update from GNU gettext.
48406
48407 2006-01-10  Bruno Haible  <bruno@clisp.org>
48408
48409         * lib/argp.h (__const): Remove macro. Use const instead.
48410         * lib/argp-fmtstream.h (__const): Likewise.
48411         * lib/glob_.h (__const): Remove macro.
48412         * lib/glob-libc.h: Use const instead of __const.
48413
48414 2006-01-10  Bruno Haible  <bruno@clisp.org>
48415
48416         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48417         variable.
48418         Needed to avoid an automake error regarding the 'gettext' module.
48419
48420 2006-01-09  Simon Josefsson  <jas@extundo.com>
48421
48422         * modules/inet_ntop (Depends-on): Add restrict.
48423
48424 2006-01-09  Simon Josefsson  <jas@extundo.com>
48425
48426         * modules/gc-rijndael-tests (License): Put under LGPL.
48427
48428         * modules/gc-des-tests (License): Likewise.
48429
48430         * modules/gc-arcfour-tests (License): Likewise.
48431
48432         * modules/gc-arctwo-tests (License): Likewise.
48433
48434         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48435
48436         * modules/gc-hmac-sha1-tests (Files): Likewise.
48437
48438         * modules/gc-hmac-md5-tests (License): Likewise.
48439
48440         * modules/gc-sha1-tests (License): Likewise.
48441
48442         * modules/gc-md5-tests (License): Likewise.
48443
48444         * modules/gc-md4-tests (License): Likewise.
48445
48446         * modules/gc-md2-tests (License): Likewise.
48447
48448         * modules/gc-tests (License): Likewise.
48449
48450         * modules/des-tests (License): Likewise.
48451
48452         * modules/md4-tests (License): Likewise.
48453
48454         * modules/md2-tests (License): Likewise.
48455
48456 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48457
48458         Sync from coreutils:
48459
48460         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48461         * modules/lib-ignore: New file.
48462         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48463         chdir-safer.m4, lchmod.m4.
48464         * modules/openat: Add mkdirat.c, openat-priv.h.
48465
48466 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48467
48468         Sync from coreutils.
48469         * m4/lib-ignore.m4: New file.
48470         * m4/lchmod.m4: New file.
48471
48472 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48473
48474         Sync from coreutils.
48475         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48476         for write access: POSIX says that must fail.
48477         * lib/fts.c (diropen): Likewise.
48478         * lib/save-cwd.c (save_cwd): Likewise.
48479         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48480         well, for minor improvements on hosts that lack O_DIRECTORY.
48481         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48482         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48483         Fall back on chown if open failed with EACCES.
48484
48485         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48486         Report an error at compile-time if only a 1-second nominal clock
48487         resolution is found.
48488
48489         * lib/lchmod.h: New file.
48490         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48491         (make_dir_parents): Use lchown rather than chown, and
48492         lchmod rather than chmod.
48493
48494         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48495         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48496         "proc" reported by n0dalus.
48497
48498         * lib/mountlist.c: Include <limits.h>.
48499         (dev_from_mount_options)
48500         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48501         New function.  It no longer assumes "dev=" has the System V meaning
48502         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48503         (read_file_system_list)
48504         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48505         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48506         dev= in that case.
48507
48508         * lib/posixtm.h (PDS_PRE_2000): New macro.
48509         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48510         allow_century.  All usages changed.  Reject dates outside the range
48511         1969-1999 if PDS_PRE_2000 is used.
48512
48513 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48514
48515         Sync from coreutils.
48516         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48517         (Time of day items): Mention the possibility of leap seconds.
48518         Problem reported by Dr. David Alan Gilbert.
48519
48520 2006-01-09  Jim Meyering  <jim@meyering.net>
48521
48522         Sync from coreutils.
48523
48524         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48525
48526         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48527
48528         * lib/modechange.c (mode_compile): Reject an invalid mode string
48529         that starts with an octal digit.  From Andreas Gruenbacher.
48530
48531         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48532         and dup to open_safer and dup_safer, respectively.
48533         (openat_permissive): Fix typo in comment.
48534
48535         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48536         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48537         (_): Remove; no longer needed.
48538         (openat): Renamed from rpl_openat; no need for rpl_openat
48539         since openat.h renames openat for us.
48540         Replace most of the body with a call to openat_permissive,
48541         to avoid duplicate code.
48542         Port to (probably hypothetical) environments were mode_t is
48543         wider than int.
48544         (openat_permissive): Require mode arg, so that we can check
48545         types better.  Put it just after flags.  Change cwd failure
48546         indicator from pointer-to-bool to pointer-to-errno-value.
48547         All callers changed.
48548         Invoke openat_save_fail and/or openat_restore_fail if
48549         cwd_errno is null, so that openat can call us.
48550         (openat_permissive, fdopendir, fstatat, unlinkat):
48551         Simplify errno handling to avoid some duplicate code,
48552         as it's OK to set errno on success.
48553         * lib/openat.h: Revamp code so that function macros depend on
48554         __OPENAT_PREFIX only, not also on AT_FDCWD.
48555         (openat_ro): Remove.  Caller changed to use openat_permissive.
48556         (openat_permissive): Now a macro, if not a function.
48557         (openat_restore_fail, openat_save_fail): Now always functions,
48558         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48559
48560         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48561         and openat.c.
48562         * lib/mkdirat.c: Include openat-priv.h.
48563         Remove definitions of macros defined therein.
48564         * lib/openat.c: Likewise.
48565
48566         * lib/mkdirat.c (mkdirat): New file and function.
48567         * lib/openat.h (mkdirat): Declare.
48568
48569         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48570
48571         * lib/openat.h (openat_permissive): Declare.
48572         (openat_ro): Define.
48573
48574         * lib/openat.c (EXPECTED_ERRNO): New macro.
48575         (openat_permissive): New function -- used in remove.c rewrite.
48576         (all functions): Set errno just before returning, only if there
48577         was an actual failure.
48578         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48579
48580         Emulate openat-family functions using Linux's procfs, if possible.
48581         Idea and some code based on Ulrich Drepper's glibc changes.
48582
48583         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48584         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48585         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48586         before falling back on save_cwd and restore_cwd.
48587         (fdopendir, fstatat, unlinkat): Likewise.
48588
48589         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48590         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48591
48592         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48593         as second argument to va_arg.  Otherwise, some versions of gcc
48594         warn that `if this code is reached, the program will abort'.
48595
48596 2006-01-09  Jim Meyering  <jim@meyering.net>
48597
48598         Sync from coreutils.
48599         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48600         Require openat-priv.h.
48601
48602 2006-01-09  Bruno Haible  <bruno@clisp.org>
48603
48604         * modules/strnlen (Include): Use strnlen.h.
48605
48606 2006-01-09  Bruno Haible  <bruno@clisp.org>
48607
48608         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48609
48610 2006-01-09  Bruno Haible  <bruno@clisp.org>
48611
48612         * lib/sysexit_.h (EX_OK): New macro.
48613         Suggested by Martin Lambers <marlam@marlam.de>.
48614
48615 2006-01-09  Bruno Haible  <bruno@clisp.org>
48616
48617         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48618         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48619
48620 2006-01-09  Bruno Haible  <bruno@clisp.org>
48621
48622         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48623         numbers.
48624
48625 2006-01-09  Bruno Haible  <bruno@clisp.org>
48626
48627         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48628         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48629         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48630         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48631
48632 2006-01-09  Bruno Haible  <bruno@clisp.org>
48633
48634         * build-aux/javacomp.sh.in: New file, moved from lib/.
48635         * modules/javacomp-script (Files): Update.
48636         (configure.ac): Add AC_CONFIG_FILES invocation.
48637         (EXTRA_DIST): Remove variable.
48638
48639         * build-aux/javaexec.sh.in: New file, moved from lib/.
48640         * modules/javaexec (Files): Update.
48641         (configure.ac): Add AC_CONFIG_FILES invocation.
48642         (EXTRA_DIST): Remove javaexec.sh.in.
48643
48644         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48645         * modules/csharpcomp-script (Files): Update.
48646         (configure.ac): Add AC_CONFIG_FILES invocation.
48647         (EXTRA_DIST): Remove variable.
48648
48649         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48650         * modules/csharpexec (Files): Update.
48651         (configure.ac): Add AC_CONFIG_FILES invocation.
48652         (EXTRA_DIST): Remove csharpexec.sh.in.
48653
48654 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48655
48656         Sync from coreutils.
48657
48658         Add POSIX ACL support
48659         * lib/acl.h (copy_acl, set_acl): Add declarations.
48660         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48661         systems other than Linux.
48662         (chmod_or_fchmod): New function: use fchmod when possible,
48663         and chmod otherwise.
48664         (file_has_acl): Add a POSIX ACL implementation, with a
48665         Linux-specific subcase.
48666         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48667         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48668         acls are unsupported.
48669         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48670         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48671         are unsupported.
48672
48673 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48674
48675         Sync from coreutils.
48676         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48677
48678 2006-01-07  Bruno Haible  <bruno@clisp.org>
48679
48680         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48681         gl_EARLY.
48682
48683 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48684
48685         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48686         Problem reported for Mingw by Mark Junker.
48687
48688 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48689
48690         * README: Gnulib normally doesn't generate a tarball.
48691
48692 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48693
48694         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48695         long int, not int, for nanosecond counts, so that people who are
48696         used to POSIX struct timespec won't be surprised.  Reported by Jim
48697         Meyering.
48698
48699 2005-12-28  Bruno Haible  <bruno@clisp.org>
48700
48701         * build-aux/config.rpath: Update from GNU gettext.
48702
48703 2005-12-16  Jim Meyering  <jim@meyering.net>
48704
48705         * modules/fprintftime: New module.
48706         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48707
48708 2005-12-16  Jim Meyering  <jim@meyering.net>
48709
48710         * m4/fprintftime.m4: New file.
48711
48712 2005-12-16  Jim Meyering  <jim@meyering.net>
48713
48714         * lib/fprintftime.c, lib/fprintftime.h: New files.
48715
48716 2005-12-15  Simon Josefsson  <jas@extundo.com>
48717
48718         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48719         new m4/socklen.m4.
48720
48721 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48722
48723         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48724         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48725
48726 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48727
48728         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48729         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48730         struct uparams is valid. Fall back to the default values if it is
48731         not.
48732
48733 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48734
48735         * modules/argp (Files): Add argp-pin.c
48736         (Depends-on): dirname
48737         (lib_SOURCES): Add argp-pin.c
48738
48739 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48740
48741         * m4/argp.m4:  Check if program_invocation_name and
48742         program_invocation_short_name are declared and define appropriate
48743         macros if they are not.
48744
48745 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48746
48747         * lib/argp-help.c (__argp_base_name): New function
48748         (__argp_short_program_name): Rewrite using __argp_base_name
48749         * lib/argp-namefrob.h: Define program_invocation_name and
48750         program_invocation_short_name if requested
48751         (__argp_base_name): Add prototype
48752         * lib/argp-parse.c (argp_def): Use gettext wrappers
48753         (argp_default_parser): Use __argp_base_name
48754         * lib/argp-pin.c: New file. Defines program_invocation_name and
48755         program_invocation_short_name on systems that lack them.
48756
48757 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48758
48759         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48760         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48761         porting problem reported by Georg Schwarz in
48762         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48763
48764 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48765
48766         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48767         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48768         porting problem reported by Georg Schwarz in
48769         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48770
48771 2005-12-05  Bruno Haible  <bruno@clisp.org>
48772
48773         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48774         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48775         Reported by Mark Junker <mjscod@gmx.de>.
48776
48777 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48778
48779         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48780         Use implementation from Albert Chin, with some
48781         comments/corrections by Stepan Kasal and myself.
48782
48783 2005-12-02  Bruno Haible  <bruno@clisp.org>
48784
48785         * gnulib-tool (func_import): Accept GPLed build tool modules when
48786         --lgpl is given.
48787         * modules/csharpcomp-script: New file.
48788         * modules/csharpcomp: Depend on it.
48789         * modules/javacomp-script: New file.
48790         * modules/javacomp: Depend on it.
48791         Suggested by Simon Josefsson.
48792
48793 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48794
48795         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48796         statement, to work around an HP-UX 10.20 compiler bug reported by
48797         Peter O'Gorman.
48798
48799 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48800
48801         * modules/savedir (Depends-on): Add openat.
48802
48803 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48804
48805         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48806         (uintmax_t) [defined uintmax_t]: Do not declare.
48807         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48808         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48809         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48810         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48811         sake of portability to weird hosts that C allows (though we don't
48812         know of any practical examples).
48813
48814         * lib/savedir.h (fdsavedir): New decl.
48815         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48816         contains most of the former guts of savedir.
48817         (savedir): Use savedirstream.
48818         Include "openat.h".
48819
48820 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48821
48822         * modules/obstack (Files): Add m4/ulonglong.m4.
48823         Problem reported by Davide Angelocola.
48824
48825 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48826
48827         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48828         coreutils no longer futzes with rounding modes.
48829
48830 2005-11-14  Jim Meyering  <jim@meyering.net>
48831
48832         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48833         replacement of mkstemp.
48834
48835 2005-11-10  Simon Josefsson  <jas@extundo.com>
48836
48837         * lib/readline.c: Remove EOL.
48838
48839 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48840
48841         * modules/gethrxtime (Depends-on): Add gettime.
48842
48843 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48844
48845         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48846         or gettimeofday; no longer needed.
48847
48848 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48849
48850         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48851         time business.
48852         (gethrxtime) [! (HAVE_NANOUPTIME
48853         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48854         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48855         our own approximation.
48856
48857 2005-11-08  Eric Blake  <ebb9@byu.net>
48858
48859         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48860
48861 2005-11-08  Eric Blake  <ebb9@byu.net>
48862
48863         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48864
48865 2005-11-04  Bruno Haible  <bruno@clisp.org>
48866
48867         * gnulib-tool: Implement --update mode.
48868
48869 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48870
48871         Fix porting problem reported by Theodoros V. Kalamatianos.
48872         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48873         Don't assume that futimes failing means we must fail.
48874
48875 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48876
48877         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48878         variables to suggest the intended function of the PATH_MAX check.
48879
48880 2005-10-30  Kean Johnston  <jkj@sco.com>
48881
48882         Trivial changes to support SCO systems.
48883         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48884         as PATH_MAX.
48885         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48886         where __ptr is null when no I/O is pending.
48887
48888 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48889
48890         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48891         leave errno alone.  Problem reported by Dmitry V. Levin.
48892
48893 2005-10-28  Simon Josefsson  <jas@extundo.com>
48894
48895         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48896         Test more.
48897
48898         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48899
48900         * modules/md2, modules/md2-tests: New files.
48901
48902 2005-10-28  Simon Josefsson  <jas@extundo.com>
48903
48904         * m4/inet_ntop.m4: More tests.
48905
48906         * m4/gc-md2.m4, md2.m4: New file.
48907
48908 2005-10-28  Simon Josefsson  <jas@extundo.com>
48909
48910         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48911         "restrict" keywords, as per POSIX.  Protect the function
48912         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48913         Don't use K&R prototypes.  Check the sprintf return values.
48914         Re-define EAFNOSUPPORT if not present.  Indent.
48915
48916         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48917         suggested by Bruno Haible <bruno@clisp.org>.
48918
48919         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48920
48921         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48922
48923         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48924         libgcrypt).
48925
48926         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48927
48928         * lib/md2.h, lib/md2.c: New files.
48929
48930 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48931
48932         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48933         errno alone.  Problem reported by Frederic Jolliton.
48934
48935 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48936
48937         * modules/verify (License): Change from GPL to LGPL.  This is a
48938         tiny module and there are apparently near-equivalents that are
48939         under the BSD license.
48940
48941 2005-10-24  Simon Josefsson  <jas@extundo.com>
48942
48943         * modules/sha1: Relicense to LGPL.
48944
48945 2005-10-24  Simon Josefsson  <jas@extundo.com>
48946
48947         * lib/md4.h: Shrink buffer size, now that we changed the type.
48948
48949 2005-10-23  Simon Josefsson  <jas@extundo.com>
48950
48951         * gnulib-tool (func_import): Fix --tests-base.
48952
48953 2005-10-22  Simon Josefsson  <jas@extundo.com>
48954
48955         * modules/arcfour (Depends-on): Need stdint.
48956
48957 2005-10-22  Simon Josefsson  <jas@extundo.com>
48958
48959         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48960         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48961
48962 2005-10-22  Simon Josefsson  <jas@extundo.com>
48963
48964         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48965         suggested by Bruno Haible <bruno@clisp.org>.
48966
48967 2005-10-22  Simon Josefsson  <jas@extundo.com>
48968
48969         * lib/crc.h: Include stddef.h, for size_t.
48970
48971 2005-10-22  Simon Josefsson  <jas@extundo.com>
48972
48973         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48974         arcfour_context struct (simplify test vector testing in GNU
48975         Shishi).
48976
48977 2005-10-21  Simon Josefsson  <jas@extundo.com>
48978
48979         * modules/des, modules/des-tests: New files.
48980
48981         * modules/gc-des, modules/gc-des-tests: New files.
48982
48983         * tests/test-des.c, tests/test-gc-des.c: New file.
48984
48985 2005-10-21  Simon Josefsson  <jas@extundo.com>
48986
48987         * modules/arctwo, modules/arctwo-tests: New files.
48988
48989         * tests/test-arctwo.c: New file.
48990
48991         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48992
48993         * tests/test-gc-arctwo.c: New file.
48994
48995 2005-10-21  Simon Josefsson  <jas@extundo.com>
48996
48997         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48998         Bruno Haible <bruno@clisp.org>.
48999
49000         * m4/gc-des.m4: New file.
49001
49002 2005-10-21  Simon Josefsson  <jas@extundo.com>
49003
49004         * m4/arctwo.m4: New file.
49005
49006         * m4/gc-arctwo.m4: New file.
49007
49008 2005-10-21  Simon Josefsson  <jas@extundo.com>
49009
49010         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49011         block.
49012
49013 2005-10-21  Simon Josefsson  <jas@extundo.com>
49014
49015         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49016         <bruno@clisp.org>.
49017
49018         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49019
49020         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49021         Bruno Haible <bruno@clisp.org>.
49022
49023         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49024         <bruno@clisp.org>.
49025
49026 2005-10-21  Simon Josefsson  <jas@extundo.com>
49027
49028         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49029
49030 2005-10-21  Simon Josefsson  <jas@extundo.com>
49031
49032         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49033
49034 2005-10-21  Simon Josefsson  <jas@extundo.com>
49035
49036         * lib/des.h, lib/des.c: New files.
49037
49038         * lib/gc-gnulib.c: Support DES.c
49039
49040 2005-10-21  Simon Josefsson  <jas@extundo.com>
49041
49042         * lib/arctwo.h, lib/arctwo.c: New files.
49043
49044         * lib/gc-gnulib.c: Support ARCTWO.
49045
49046 2005-10-21  Simon Josefsson  <jas@extundo.com>
49047
49048         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49049         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49050
49051 2005-10-21  Simon Josefsson  <jas@extundo.com>
49052
49053         * gnulib-tool (func_import, func_create_testdir): Define automake
49054         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49055         Makefile.am snippet),
49056         suggested by Bruno Haible <bruno@clisp.org>.
49057
49058         * modules/gc (Makefile.am): Use it.
49059
49060 2005-10-21  Bruno Haible  <bruno@clisp.org>
49061
49062         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49063         patch.
49064
49065 2005-10-19  Simon Josefsson  <jas@extundo.com>
49066
49067         * tests/test-gc-rijndael.c: New file.
49068
49069         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49070
49071 2005-10-19  Simon Josefsson  <jas@extundo.com>
49072
49073         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49074         interface too.
49075
49076 2005-10-19  Simon Josefsson  <jas@extundo.com>
49077
49078         * tests/test-gc-arcfour.c: New file.
49079
49080         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49081
49082 2005-10-19  Simon Josefsson  <jas@extundo.com>
49083
49084         * modules/gc-md4, modules/gc-md4-tests: New file.
49085
49086         * tests/test-gc-md4.c: New file.
49087
49088 2005-10-19  Simon Josefsson  <jas@extundo.com>
49089
49090         * m4/gc-md4.m4: New file.
49091
49092 2005-10-19  Simon Josefsson  <jas@extundo.com>
49093
49094         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49095         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49096         <kasal@ucw.cz>.
49097
49098 2005-10-19  Simon Josefsson  <jas@extundo.com>
49099
49100         * m4/gc-arcfour.m4: New file.
49101
49102         * m4/gc-rijndael.m4: New file.
49103
49104 2005-10-19  Simon Josefsson  <jas@extundo.com>
49105
49106         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49107
49108 2005-10-19  Simon Josefsson  <jas@extundo.com>
49109
49110         * lib/gc-gnulib.c: Support ARCFOUR.
49111
49112 2005-10-19  Simon Josefsson  <jas@extundo.com>
49113
49114         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49115         support.
49116
49117         * lib/gc.h: Add ECB enum type.
49118
49119         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49120
49121 2005-10-18  Simon Josefsson  <jas@extundo.com>
49122
49123         * tests/test-md5.c: New file.
49124
49125         * modules/md5-tests: New file.
49126
49127 2005-10-18  Simon Josefsson  <jas@extundo.com>
49128
49129         * tests/test-md4.c: New file.
49130
49131         * modules/md4, modules/md4-tests: New files.
49132
49133 2005-10-18  Simon Josefsson  <jas@extundo.com>
49134
49135         * m4/md4.m4: New file.
49136
49137 2005-10-18  Simon Josefsson  <jas@extundo.com>
49138
49139         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49140
49141 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49142
49143         * gnulib-tool (func_create_testdir): Omit the second check whether
49144         BUILT_SOURCES in nonempty.
49145
49146 2005-10-17  Simon Josefsson  <jas@extundo.com>
49147
49148         * tests/test-rijndael.c: New file.
49149
49150 2005-10-17  Simon Josefsson  <jas@extundo.com>
49151
49152         * modules/sha1: Depend on stdint instead of md5.
49153
49154         * modules/md5: Depend on stdint, remove uint32_t.
49155
49156 2005-10-17  Simon Josefsson  <jas@extundo.com>
49157
49158         * modules/gc-sha1-tests: New file.
49159
49160         * tests/test-gc-sha1.c: New file.
49161
49162 2005-10-17  Simon Josefsson  <jas@extundo.com>
49163
49164         * m4/md5.m4: Remove call to uint32_t.m4.
49165
49166 2005-10-17  Simon Josefsson  <jas@extundo.com>
49167
49168         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49169
49170         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49171         md5.h.
49172
49173         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49174
49175         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49176
49177 2005-10-17  Simon Josefsson  <jas@extundo.com>
49178
49179         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49180
49181 2005-10-17  Simon Josefsson  <jas@extundo.com>
49182
49183         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49184
49185 2005-10-17  Simon Josefsson  <jas@extundo.com>
49186
49187         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49188
49189         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49190
49191 2005-10-17  Bruno Haible  <bruno@clisp.org>
49192
49193         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49194         that it can also be used in a test.
49195
49196 2005-10-16  Bruno Haible  <bruno@clisp.org>
49197
49198         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49199         TESTS_ENVIRONMENT, so that individual tests can augment it.
49200
49201         * gnulib-tool (func_create_testdir): Use an intermediate target for
49202         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49203         macros, like $(ALLOCA_H), which cannot be passed through the command
49204         line.
49205
49206 2005-10-15  Simon Josefsson  <jas@extundo.com>
49207
49208         * modules/rijndael-tests: New file.
49209
49210         * modules/rijndael: New file.
49211
49212 2005-10-15  Simon Josefsson  <jas@extundo.com>
49213
49214         * m4/rijndael.m4: New file.
49215
49216 2005-10-15  Simon Josefsson  <jas@extundo.com>
49217
49218         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49219
49220         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49221
49222 2005-10-14  Simon Josefsson  <jas@extundo.com>
49223
49224         * tests/test-arcfour.c: New file.
49225
49226         * modules/arcfour, modules/arcfour-tests: New files.
49227
49228 2005-10-14  Simon Josefsson  <jas@extundo.com>
49229
49230         * m4/arcfour.m4: New file.
49231
49232 2005-10-14  Simon Josefsson  <jas@extundo.com>
49233
49234         * lib/arcfour.h, lib/arcfour.c: New files.
49235
49236 2005-10-14  Roland McGrath  <roland@redhat.com>
49237
49238         Import from libc.  [BZ #1331]
49239         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49240         macro argument.
49241         Reported by Matej Vela <vela@debian.org>.
49242
49243 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49244
49245         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49246         include <wchar.h>; no longer needed.
49247
49248 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49249
49250         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49251
49252 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49253         and  Ulrich Drepper  <drepper@redhat.com>
49254
49255         Import from libc.
49256         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49257         instead of inline stream orientation test and two separate
49258         function calls.  Pay no attention to USE_IN_LIBIO.
49259
49260 2005-10-13  Simon Josefsson  <jas@extundo.com>
49261
49262         * modules/gc-hmac-md5-tests: New file.
49263
49264         * tests/test-gc-hmac-sha1.c: New file.
49265
49266         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49267
49268         * modules/gc-hmac-md5-tests: New file.
49269
49270         * tests/test-gc-md5.c: New file.
49271
49272         * modules/gc-md5-tests: New file.
49273
49274 2005-10-13  Simon Josefsson  <jas@extundo.com>
49275
49276         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49277         Move memory allocation outside of loop.
49278
49279 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49280
49281         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49282         intermediate directory is in a read-only file system.  Problem
49283         reported by Eric Blake.
49284
49285 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49286
49287         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49288
49289 2005-10-12  Simon Josefsson  <jas@extundo.com>
49290
49291         * tests/test-hmac-sha1.c: New file.
49292
49293         * modules/hmac-sha1-tests: New file.
49294
49295         * modules/hmac-sha1: New file.
49296
49297 2005-10-12  Simon Josefsson  <jas@extundo.com>
49298
49299         * modules/gc-sha1: New file.
49300
49301 2005-10-12  Simon Josefsson  <jas@extundo.com>
49302
49303         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49304
49305         * tests/test-gc-pbkdf2-sha1.c: New file.
49306
49307 2005-10-12  Simon Josefsson  <jas@extundo.com>
49308
49309         * modules/gc-md5, modules/gc-hmac-md5: New files.
49310
49311         * modules/gc (Files): Remove md5, memxor and hmac files.
49312
49313 2005-10-12  Simon Josefsson  <jas@extundo.com>
49314
49315         * m4/gc-pbkdf2-sha1.m4: New file.
49316
49317         * m4/gc-hmac-sha1.m4: New file.
49318
49319         * m4/gc-sha1: New file.
49320
49321         * m4/hmac-sha1.m4: New file.
49322
49323 2005-10-12  Simon Josefsson  <jas@extundo.com>
49324
49325         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49326
49327         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49328
49329 2005-10-12  Simon Josefsson  <jas@extundo.com>
49330
49331         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49332         suggested by Bruno Haible <bruno@clisp.org>.
49333
49334 2005-10-12  Simon Josefsson  <jas@extundo.com>
49335
49336         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49337
49338 2005-10-12  Simon Josefsson  <jas@extundo.com>
49339
49340         * lib/gc-pbkdf2-sha1.c: New file.
49341
49342         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49343
49344 2005-10-12  Simon Josefsson  <jas@extundo.com>
49345
49346         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49347
49348         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49349
49350 2005-10-12  Simon Josefsson  <jas@extundo.com>
49351
49352         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49353         GC_USE_HMAC_MD5, respectively.
49354
49355         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49356         (gc_md5): Fix typo.
49357
49358         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49359
49360         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49361
49362         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49363
49364 2005-10-12  Bruno Haible  <bruno@clisp.org>
49365
49366         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49367         Reported by Stepan Kasal <kasal@ucw.cz>.
49368
49369 2005-10-11  Simon Josefsson  <jas@extundo.com>
49370
49371         * tests/test-crc.c: New file.
49372
49373         * modules/crc, modules/crc-tests: New files.
49374
49375 2005-10-11  Simon Josefsson  <jas@extundo.com>
49376
49377         * m4/crc.m4: New file.
49378
49379 2005-10-11  Simon Josefsson  <jas@extundo.com>
49380
49381         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49382
49383         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49384
49385         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49386
49387 2005-10-11  Simon Josefsson  <jas@extundo.com>
49388
49389         * lib/crc.h, lib/crc.c: New files.
49390
49391         * lib/gc.h (gc_hash_buffer): Add doc.
49392
49393 2005-10-11  Bruno Haible  <bruno@clisp.org>
49394
49395         * modules/c-strcasestr: New file.
49396         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49397
49398 2005-10-11  Bruno Haible  <bruno@clisp.org>
49399
49400         * modules/c-strcase: New file.
49401         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49402
49403 2005-10-11  Bruno Haible  <bruno@clisp.org>
49404
49405         * lib/strcasecmp.c: Include limits.h.
49406         (strcasecmp): Avoid integer overflow on exotic platforms.
49407         * lib/strncasecmp.c: Include limits.h.
49408         (strncasecmp): Avoid integer overflow on exotic platforms.
49409         Reported by Paul Eggert.
49410
49411 2005-10-11  Bruno Haible  <bruno@clisp.org>
49412
49413         * lib/c-strcasestr.h: New file, from GNU gettext.
49414         * lib/c-strcasestr.c: New file, from GNU gettext.
49415
49416 2005-10-11  Bruno Haible  <bruno@clisp.org>
49417
49418         * lib/c-strcase.h: New file, from GNU gettext.
49419         * lib/c-strcasecmp.c: New file, from GNU gettext.
49420         * lib/c-strncasecmp.c: New file, from GNU gettext.
49421
49422 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49423
49424         * modules/mempcpy (License): GPL -> LGPL.
49425         * modules/strchrnul (License): Likewise.
49426         * modules/sysexits (License): Likewise.
49427
49428 2005-10-08  Simon Josefsson  <jas@extundo.com>
49429
49430         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49431
49432 2005-10-07  Simon Josefsson  <jas@extundo.com>
49433
49434         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49435
49436 2005-10-06  Simon Josefsson  <jas@extundo.com>
49437
49438         * tests/test-hmac-md5.c: New file.
49439
49440         * modules/hmac-md5-tests: New file.
49441
49442         * modules/hmac-md5: New file.
49443
49444 2005-10-06  Simon Josefsson  <jas@extundo.com>
49445
49446         * m4/hmac-md5.m4: New file.
49447
49448         * m4/memxor.m4: Require gl_C_RESTRICT.
49449
49450 2005-10-06  Simon Josefsson  <jas@extundo.com>
49451
49452         * lib/memxor.c (memxor): Avoid casts and warnings.
49453
49454 2005-10-06  Simon Josefsson  <jas@extundo.com>
49455
49456         * lib/hmac-md5.c: New file.
49457
49458         * lib/hmac.h: New file.
49459
49460 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49461
49462         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49463         promotes to int, not unsigned int, to catch the AIX 5.3
49464         compiler bug.
49465
49466 2005-10-05  Simon Josefsson  <jas@extundo.com>
49467
49468         * modules/memxor: New file.
49469
49470         * modules/iconv (Files): Move config.rpath to havelib, it is used
49471         there.
49472
49473         * modules/havelib (Files): Add config.rpath.
49474
49475 2005-10-05  Simon Josefsson  <jas@extundo.com>
49476
49477         * m4/memxor.m4: New file.
49478
49479 2005-10-05  Simon Josefsson  <jas@extundo.com>
49480
49481         * lib/memxor.c (memxor): Fix compiler error.
49482
49483         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49484         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49485
49486         * lib/memxor.h, lib/memxor.c: New files.
49487
49488         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49489         we assume all systems have it, suggested by Jim Meyering
49490         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49491         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49492         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49493         same reasons.
49494
49495 2005-10-05  Simon Josefsson  <jas@extundo.com>
49496
49497         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49498
49499 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49500
49501         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49502         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49503         needed, since the source code now assumes these .h files.
49504
49505 2005-10-05  Derek Price  <derek@ximbiot.com>
49506
49507         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49508
49509 2005-10-05  Bruno Haible  <bruno@clisp.org>
49510
49511         * modules/stdint (License): Change to LGPL.
49512
49513 2005-10-04  Simon Josefsson  <jas@extundo.com>
49514
49515         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49516         D. Baushke" <mdb@gnu.org>.
49517
49518 2005-10-04  Bruno Haible  <bruno@clisp.org>
49519
49520         * lib/verify.h (verify_true): Provide alternative definition for C++.
49521
49522 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49523
49524         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49525         (SSIZE_MAX): New macro, if not already defined.
49526         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49527         than 2 GiB.
49528
49529 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49530
49531         Sync from coreutils.
49532         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49533         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49534         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49535         ULLONG_MAX doesn't work with 2.7.2.1.
49536
49537 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49538
49539         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49540         From Ben Pfaff.
49541
49542         * modules/exclude (Depends-on): Depend on verify.
49543         * modules/strtoimax (Depends-on): Likewise.
49544         * modules/utimecmp (Depends-on): Likewise.
49545
49546 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49547
49548         * lib/exclude.c: Include verify.h.
49549         (verify): Remove.  All callers changed to use verify.h's version.
49550         * lib/strtoimax.c: Likewise.
49551         * lib/utimecmp.c: Likewis.e
49552
49553         Sync from coreutils.
49554         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49555         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49556         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49557         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49558         bother returning ENOSYS if settimeofday or stime fails; just let
49559         them return whatever errno they want to return.
49560         * lib/utimens.c: Include unistd.h, for dup2.
49561         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49562         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49563
49564 2005-10-02  Jim Meyering  <jim@meyering.net>
49565
49566         Sync from coreutils.
49567         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49568         from glibc-2.2.5 that fails for read-only files.
49569
49570 2005-10-02  Jim Meyering  <jim@meyering.net>
49571
49572         Sync from coreutils.
49573         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49574         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49575         `#if HAVE_CONFIG_H'.
49576         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49577         Remove AT_FDCWD test.
49578         Do not consume the fd unless successful.
49579         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49580         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49581         block, so that we don't even try to compile it if settimeofday is
49582         available.  This works around a compilation failure on OSF1 V5.1,
49583         due to stime requiring a `long int*' while tv_sec is `int'.
49584
49585 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49586
49587         Sync from coreutils.
49588         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49589         against `yes', rather than just testing for nonempty.
49590
49591 2005-10-01  Simon Josefsson  <jas@extundo.com>
49592
49593         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49594         and Darwin.
49595
49596         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49597         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49598         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49599         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49600         Check if struct addrinfo is declared.
49601
49602 2005-10-01  Simon Josefsson  <jas@extundo.com>
49603
49604         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49605         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49606         AI_* and EAI_* definitions.  Protect function declarations.
49607
49608 2005-10-01  Jim Meyering  <jim@meyering.net>
49609
49610         Sync from coreutils.
49611
49612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49613         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49614         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49615         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49616         in the inet and nsl libraries.  Required on Solaris 5.7.
49617
49618 2005-10-01  Jim Meyering  <jim@meyering.net>
49619
49620         Sync from coreutils.
49621         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49622         in the inet and nsl libraries.  Required on Solaris 5.7.
49623
49624 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49625
49626         * lib/getdelim.c (getdelim): Remove unused variables.
49627
49628 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49629
49630         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49631         so that the code works even with ancient cpp.  Portability problem
49632         with GCC 2.7.2.1 reported by Thomas M.Ott.
49633
49634 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49635
49636         * modules/regex (Depends-on): Add strcase.
49637
49638         * modules/gethostname (Licence): Change from GPL to LGPL, since
49639         gethostname.c is a trivial implementation of a standard library
49640         function.
49641         * modules/poll (License): Change from GPL to LGPL, since it's
49642         derived from LGPL code.
49643
49644 2005-09-27  Jim Meyering  <jim@meyering.net>
49645
49646         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49647         HAVE_CONFIG_H.
49648
49649         * lib/intprops.h (signed_type_or_expr__): Define.
49650         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49651         for unsigned types.
49652
49653 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49654
49655         * lib/verify.h (verify_expr): Remove, replacing with:
49656         (verify_true): New macro that returns true instead of void.
49657         (verify_type__): Remove.
49658         (verify): Use verify_true rather than verify_type__.
49659
49660 2005-09-26  Bruno Haible  <bruno@clisp.org>
49661
49662         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49663         is necessary.
49664         (lib_SOURCES): Remove mbchar.c.
49665         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49666         (Files): Add m4/mbrtowc.m4.
49667         * modules/mbiter: Likewise.
49668         * modules/mbuiter: Likewise.
49669
49670 2005-09-26  Bruno Haible  <bruno@clisp.org>
49671
49672         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49673         compile mbchar.c if they are not both present.
49674         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49675         * m4/mbiter.m4 (gl_MBITER): Likewise.
49676         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49677         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49678         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49679
49680 2005-09-25  Jim Meyering  <jim@meyering.net>
49681
49682         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49683         also uses socklen_t.
49684
49685 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49686
49687         * lib/utimens.c (ENOSYS): Define if not already defined.
49688         (futimens): Support having a null PATH if the file descriptor
49689         is nonnegative.
49690
49691         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49692         Remove.
49693         (__attribute): Define to empty unless GCC 3.1 or later.
49694         This works around a core dump on OpenBSD 3.4, which has GCC
49695         2.95.3, which dumps core when given __attribute__(()).  It also
49696         simplifies other tests, since we really don't want to bother with
49697         worrying about which ancient version of GCC supported what.
49698         Original problem reported by Yoann Vandoorselaere, with part of
49699         the fix suggested by Derek Price.
49700
49701 2005-09-24  Jim Meyering  <jim@meyering.net>
49702
49703         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49704         so we can once again use a positive bitfield width of 1 -- now we
49705         don't have to explain why we were using a bitfield width of 2.
49706
49707 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49708
49709         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49710         and similarly for the other external symbols.  Problem reported
49711         by James Gallager.
49712
49713         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49714         bug reported by Jim Meyering.
49715
49716         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49717         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49718         not needed, since socklen is a prerequisite module.
49719
49720 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49721
49722         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49723         Problem reported by Eric Blake.
49724         (getaddrinfo): Initialize se so that it's not garbage.
49725         Redo internal storage allocation so that it doesn't make unportable
49726         assumptions about alignment.
49727         Fix a memory leak.
49728
49729         * lib/utimens.c (futimens): Use futimesat if available.
49730         Prefer it to futimes since it doesn't have the futimes bug.
49731
49732         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49733         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49734         Instead, declare a function that returns a pointer to an array,
49735         and use verify_type__ to declare the size of the array.
49736         Problem and germ of a solution reported by Bruno Haible.
49737         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49738         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49739
49740 2005-09-23  Jim Meyering  <jim@meyering.net>
49741
49742         Sync from coreutils.
49743         Correct build failure (socklen_t not defined) on at least
49744         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49745         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49746
49747 2005-09-23  Jim Meyering  <jim@meyering.net>
49748
49749         * modules/getaddrinfo (Depends-on): Add socklen.
49750
49751 2005-09-23  Bruno Haible  <bruno@clisp.org>
49752
49753         * tests/test-verify.c: New file.
49754
49755 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49756
49757         Sync from coreutils.
49758
49759         * modules/argmatch (Depends-on): Add verify.
49760         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49761         unistd-safer.
49762         * modules/save-cwd (Depends-on): Likewise.
49763
49764         * modules/openat (Files): Add lib/openat-die.c.
49765         (Depends-on): Remove error, exitfail.
49766         Add dirname.
49767
49768         * modules/verify: New file.
49769         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49770         with "verify" module.
49771
49772 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49773
49774         Sync from coreutils.
49775
49776         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49777         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49778         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49779         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49780         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49781         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49782         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49783         Don't bother checking for string.h, stdlib.h, unistd.h.
49784         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49785         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49786         module's job.
49787         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49788         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49789
49790         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49791         (gl_GETDATE): Use it.
49792
49793         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49794
49795 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49796
49797         Sync from coreutils.
49798
49799         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49800         stat-time.h.
49801         * lib/argmatch.h: Include verify.h
49802         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49803         (ARGMATCH_ASSERT): Remove; unused.
49804         * lib/canonicalize.c: Assume STDC_HEADERS.
49805         * lib/exclude.c: Include "strcase.h".
49806         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49807         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49808         and stdio-safer.h.
49809         (getusershell): Call fopen, not fopen_safer.
49810         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49811         Do not include unistd-safer.h.
49812         (save_cwd): Don't call fd_safer; no longer needed
49813         now that we include fcntl--.h.
49814
49815         * lib/getdate.y (relative_time): New type.
49816         (RELATIVE_TIME_0): New constant.
49817         (parser_control): Use relative_time instead of doing it ourselves.
49818         (%union): Add new relative_time rel member.
49819         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49820         Now typeless.
49821         (relunit, relunit_snumber): Now of type rel.
49822         (zone, rel, relunit, get_date): Adjust to above changes.
49823
49824         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49825         Do not include unistd-safer.h.
49826         (getloadavg): Don't call fd_safer; no longer needed
49827         now that we include fcntl--.h.
49828
49829         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49830         (make_dir_parents): Treat ENOSYS like EEXIST.
49831
49832         Improve quality of diagnostics on restore_cwd failure.
49833         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49834         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49835         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49836         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49837         each time through the loop.  Do not diagnose restore_cwd failure;
49838         that is the caller's job (and perhaps the caller does not care).
49839
49840         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49841         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49842         If the file already exists but is not a directory, don't bother
49843         to try to make its parents.
49844         Close potential file descriptor leak if we can't chdir("/") (!).
49845         Don't always return true if chdir($PWD) fails; return true only
49846         if the requested action was done successfully (except for the
49847         chdir($PWD)).
49848         Don't log final directory unless we actually made it.
49849         Refactor to avoid duplicate code to fix up permissions.
49850         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49851
49852         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49853         to make it a bit faster and (I hope) clearer.
49854         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49855         Fix bug in formats like %2N.
49856
49857         * lib/verify.h: New file.
49858
49859 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49860
49861         Sync from coreutils.
49862         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49863
49864 2005-09-22  Jim Meyering  <jim@meyering.net>
49865
49866         Sync from coreutils.
49867
49868         * m4/lstat.m4 (gl_FUNC_LSTAT):
49869         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49870         Remove obsolete comment.
49871         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49872         * m4/xstrtod.m4: Likewise.
49873
49874         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49875
49876 2005-09-22  Jim Meyering  <jim@meyering.net>
49877
49878         Sync from coreutils.
49879
49880         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49881
49882         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49883         the .tm_year member, since otherwise gcc-4.0 would now warn about
49884         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49885
49886         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49887         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49888
49889         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49890         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49891         when run in a time zone for which daylight savings time is in effect
49892         for the starting date.
49893
49894         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49895         stop us from restricting permissions of just-created absolute-named
49896         directories.
49897         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49898         to restore initial working directory.
49899         * lib/mkdir-p.c (make_dir_parents): New parameter:
49900         different_working_dir, to tell caller if/when we change the working
49901         directory and are unable to return to the initial one.
49902         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49903         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49904         `return false'.  This fixes a bug introduced on 2004-07-30.
49905
49906         * lib/openat.c (fdopendir): Be sure to close the supplied
49907         file descriptor before returning.  This makes our replacement
49908         implementation a little closer to Solaris's, where fdopendir
49909         ties the file descriptor to the returned DIR* pointer.
49910         * lib/openat.c (unlinkat): New function.
49911         * lib/openat.h (unlinkat): Add prototype.
49912         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49913         (openat_restore_fail): Rename from openat_restore_die.
49914         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49915
49916         Provide an alternative to exiting immediately upon save_cwd or
49917         restore_cwd failure.  Now, an application can arrange e.g.,
49918         to perform a longjump in that case.
49919         * lib/openat.c: Include dirname.h.
49920         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49921         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49922         and openat_restore_die rather than calling error directly.
49923         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49924
49925         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49926         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49927         define.
49928
49929         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49930         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49931                             int utc, int nanoseconds);
49932         Background:
49933         date should not have to allocate a megabyte of virtual memory to
49934         handle a format argument like +%1048575T.  When implemented with
49935         strftime, it must allocate such a buffer, use strftime to fill it
49936         in, print it, then free it.
49937         With fprintftime, it simply prints everything and exits.
49938         With no need for memory allocation, that's one fewer way to fail.
49939         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49940         optional field width, not before, so we accept %9:z, not %:9z.
49941         (my_strftime): Be sure to use L_('x') for literals.
49942
49943         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49944         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49945         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49946         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49947         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49948         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49949         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49950         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49951         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49952         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49953         * lib/xgethostname.c, lib/xreadlink.c:
49954         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49955
49956         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49957         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49958         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49959         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49960         and don't include <sys/file.h>).
49961
49962 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49963
49964         Sync from coreutils.
49965
49966         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49967         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49968         [!LDAV_DONE]: Avoid unused variable warning.
49969
49970 2005-09-21  Bruno Haible  <bruno@clisp.org>
49971
49972         * lib/unicodeio.h (unicode_to_mb): New declaration.
49973
49974 2005-09-20  Derek Price  <derek@ximbiot.com>
49975
49976         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49977         getaddrinfo.h.
49978
49979 2005-09-20  Bruno Haible  <bruno@clisp.org>
49980
49981         * gnulib-tool: Remove trailing slashes from the values specified for
49982         --source-base, --m4-base, --tests-base, --aux-dir.
49983         Suggested by Simon Josefsson <jas@extundo.com>.
49984
49985 2005-09-20  Bruno Haible  <bruno@clisp.org>
49986
49987         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49988         func_modules_to_filelist, func_import, func_create_testdir): Make all
49989         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49990         change when gnulib-tool is invoked in a different locale.
49991
49992 2005-09-19  Simon Josefsson  <jas@extundo.com>
49993
49994         * m4/socklen.m4: Fix typo.
49995
49996 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49997
49998         Use a consistent style for including <config.h>.
49999         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50000         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50001         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50002         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50003         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50004         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50005         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50006         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50007         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50008         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50009         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50010         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50011         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50012         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50013         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50014         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50015         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50016         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50017         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50018         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50019         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50020         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50021         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50022         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50023         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50024         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50025         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50026         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50027         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50028         lib/xstrtoumax.c, lib/yesno.c:
50029         Standardize inclusion of config.h.
50030         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50031         lib/inttostr.h:  Removed inclusion of config.h from header files.
50032         * lib/inttostr.c:  Adjusted in-tree users.
50033         * lib/timespec.h: Remove superfluous warning to include config.h.
50034         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50035         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50036         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50037         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50038         config.h with HAVE_CONFIG_H.
50039
50040 2005-09-19  Jim Meyering  <jim@meyering.net>
50041
50042         * modules/pathmax (License): Change to LGPL.
50043
50044 2005-09-19  Derek Price  <derek@ximbiot.com>
50045
50046         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50047
50048 2005-09-19  Bruno Haible  <bruno@clisp.org>
50049
50050         * gnulib-tool (import): Provide default for --tests-base.
50051
50052 2005-09-19  Bruno Haible  <bruno@clisp.org>
50053
50054         * doc/quote.texi: New file, extracted from gnulib.texi.
50055         * doc/ctime.texi: New file, extracted from gnulib.texi.
50056         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50057         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50058         * doc/gnulib.texi: Include them.
50059
50060 2005-09-18  Bruno Haible  <bruno@clisp.org>
50061
50062         Portability fix.
50063         * gnulib-tool (func_readlink): New function.
50064         (func_ln_if_changed): Use it.
50065
50066 2005-09-18  Bruno Haible  <bruno@clisp.org>
50067
50068         * gnulib-tool: Support --with-tests also with --import.
50069         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50070         (func_import): Use variables $testsbase and $inctests. Emit a
50071         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50072         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50073         SUBDIRS += $testsdir.
50074         (func_create_testdir): Update.
50075
50076 2005-09-18  Bruno Haible  <bruno@clisp.org>
50077
50078         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50079         instead of $dry_run.
50080         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50081         (func_ln_if_changed): Don't handle dry-run here.
50082         (func_import): In dry-run mode, detect more precisely which actions
50083         would be performed, and don't use "...ing" verbs.
50084
50085 2005-09-18  Bruno Haible  <bruno@clisp.org>
50086
50087         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50088         (func_import): Use join on two temporary files instead of three nested
50089         loops, in order to determine which files are new or old.
50090
50091 2005-09-18  Bruno Haible  <bruno@clisp.org>
50092
50093         * gnulib-tool (func_import): Comment out code that spits out the
50094         new files with --dry-run.
50095
50096 2005-09-18  Bruno Haible  <bruno@clisp.org>
50097
50098         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50099
50100 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50101
50102         * lib/stat-time.h: New file.
50103         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50104         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50105         in a different way.
50106         (timespec_cmp): New function.
50107         * lib/utimecmp.c: Include stat-time.h.
50108         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50109         members exist, not on the obsolescent ST_MTIM_NSEC.
50110         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50111
50112 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50113
50114         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50115
50116 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50117
50118         * MODULES.html.sh (File system functions): Add stat-time.
50119         * modules/stat-time: New file.
50120         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50121         is now done in a different way, by the stat-time module.
50122         * modules/utimecmp (Depends-on): Add stat-time.
50123
50124 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50125
50126         * m4/st_mtim.m4: Remove.  Superseded by...
50127         * m4/stat-time.m4: New file.
50128         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50129         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50130
50131 2005-09-15  Derek Price  <derek@ximbiot.com>
50132
50133         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50134
50135 2005-09-15  Derek Price  <derek@ximbiot.com>
50136
50137         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50138         * lib/regex_internal.c: Ditto, using this...
50139         (__GNUC_PREREQ): ...new macro.
50140         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50141         using...
50142         (__GNUC_PREREQ): ...this new macro.
50143
50144         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50145
50146 2005-09-15  Derek Price  <derek@ximbiot.com>
50147             Paul Eggert  <eggert@cs.ucla.edu>
50148
50149         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50150         changes, consolidating in...
50151         * lib/regex_internal.h: ...this file.
50152
50153 2005-09-13  Jim Meyering  <jim@meyering.net>
50154
50155         * lib/canon-host.c: Filter through gnu indent and reword comments
50156         slightly.
50157         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50158
50159 2005-09-13  Derek Price  <derek@ximbiot.com>
50160
50161         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50162         failure.
50163         Reported by Jim Meyering  <jim@meyering.net>.
50164
50165 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50166
50167         * lib/base64.c: Typo.
50168         (base64_encode): Put b64str in initialized data section.
50169
50170 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50171
50172         Merge glibc and coreutils changes into gnulib, plus a few
50173         extra fixes.
50174         * lib/md5.c: Use #error rather than a string.
50175         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50176         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50177         (__attribute__): Define to empty for non recent-GCC.
50178         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50179         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50180         Renamed from their non-__ counterparts, with new macros replacing
50181         them if not _LIBC.  Add __THROW attribute.
50182         (rol): Remove.
50183         (struct md5_ctx): Align buffer if using GCC.
50184         * lib/sha1.h (struct sha1_ctx): Likewise.
50185         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50186         The old name was backwards.
50187         (NOTSWAP): Remove; not used.
50188         (rol): New macro, moved here from md5.h.
50189         (sha1_process_block): Remove a FIXME that doesn't make sense.
50190
50191 2005-09-12  Derek Price  <derek@ximbiot.com>
50192
50193         Return usable errors from canon-host.
50194         * lib/canon-host.h: New file.
50195         * lib/canon-host.c (canon_host): Wrap...
50196         (canon_host_r): ...this new function, which now relies exclusively on
50197         getaddrinfo.
50198         (ch_strerror): New function.
50199         (last_cherror): New global.
50200         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50201         interface.
50202         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50203         void *.
50204         (freeaddrinfo): Free ai->ai_canonname when set.
50205
50206 2005-09-12  Derek Price  <derek@ximbiot.com>
50207
50208         Make canon-host require getaddrinfo.
50209         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50210         AC_LIBSOURCE canon-host.h.  Call...
50211         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50212         gl_GETADDRINFO.
50213         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50214
50215 2005-09-12  Derek Price  <derek@ximbiot.com>
50216
50217         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50218         LGPL.
50219         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50220
50221 2005-09-12  Derek Price  <derek@ximbiot.com>
50222
50223         * lib/gai_strerror.c: Include config.h when available.  Include
50224         getaddrinfo.h before other headers to test interface.
50225         Reported by Larry Jones <lawrence.jones@ugs.com>.
50226
50227 2005-09-12  Derek Price  <derek@ximbiot.com>
50228             Paul Eggert  <eggert@cs.ucla.edu>
50229
50230         * modules/glob (Files): Add glob-libc.h.
50231
50232 2005-09-12  Derek Price  <derek@ximbiot.com>
50233             Paul Eggert  <eggert@cs.ucla.edu>
50234
50235         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50236         glob_.h, glob-libc.h.
50237         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50238
50239 2005-09-12  Derek Price  <derek@ximbiot.com>
50240             Paul Eggert  <eggert@cs.ucla.edu>
50241
50242         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50243         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50244         protecting things that should be done only in gnulib contexts.
50245         * lib/glob_.h: New file, containing only the glob things needed for
50246         gnulib.
50247         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50248         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50249         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50250         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50251         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50252         and to respect the namespace rules better.
50253
50254 2005-09-08  Simon Josefsson  <jas@extundo.com>
50255
50256         * modules/socklen: New file.
50257
50258 2005-09-08  Simon Josefsson  <jas@extundo.com>
50259
50260         * m4/socklen.m4: New file.
50261
50262 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50263
50264         * modules/utimens (Files): Add m4/utimbuf.m4, since
50265         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50266         Reported by Sergey Poznyakoff.
50267
50268 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50269
50270         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50271         definitions, since that's the preferred style in glibc.
50272         Fix a minor spacing issue, and update copyright notice to match
50273         glibc's.
50274
50275 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50276
50277         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50278
50279 2005-09-06  Simon Josefsson  <jas@extundo.com>
50280
50281         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50282         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50283
50284 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50285
50286         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50287         warning.
50288
50289 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50290
50291         * config/srclist.txt: Add glibc bug 1302.
50292
50293 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50294
50295         Change bitset word type from unsigned int to unsigned long int,
50296         as this has better performance on typical 64-bit hosts.
50297         Port bitset code to hosts with unusual word sizes.
50298         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50299         (build_collating_symbol):
50300         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50301         argument is a bitset.  This is merely a style issue, but it makes
50302         it clearer that an entire array is expected.
50303         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50304         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50305         Port to the case where bitset_word is not the same as unsigned int.
50306         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50307         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50308         Likewise.
50309         * lib/regexec.c (check_dst_limits_calc_pos_1,
50310         check_subexp_matching_top):
50311         (build_trtable, group_nodes_into_DFAstates):
50312         Likewise.
50313         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50314         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50315         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50316         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50317         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50318         * lib/regcomp.c (optimize_subexps, lower_subexp):
50319         Work even if bitset_word has holes in its bitwise representation.
50320         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50321         * lib/regexec.c (check_dst_limits_calc_pos_1,
50322         check_subexp_matching_top):
50323         Likewise.
50324         * lib/regex_internal.c (re_string_reconstruct):
50325         Don't assume UCHAR_MAX == 255.
50326         * lib/regex_internal.h (bitset_set_all): Likewise.
50327         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50328         All uses changed.
50329         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50330         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50331         All uses changed.
50332         (BITSET_WORD_MAX): New macro.
50333         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50334         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50335         (bitset_empty, bitset_copy):
50336         Prefer sizeof (bitset) to multiplying it out ourselves.
50337         (bitset_not_merge): Remove; unused.
50338         (bitset_contain): Return bool, not unsigned int with one bit on.
50339         All callers changed.
50340         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50341         alignment than re_node_set; do this by defining a new internal
50342         type struct dests_alloc and using it to allocate memory.
50343
50344 2005-09-05  Bruno Haible  <bruno@clisp.org>
50345
50346         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50347         links.
50348
50349 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50350
50351         * modules/size_max (Makefile.am): Add size_max.h
50352
50353 2005-09-04  Derek Price  <derek@ximbiot.com>
50354
50355         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50356
50357 2005-09-03  Simon Josefsson  <jas@extundo.com>
50358
50359         * gnulib-tool: Fix typo.
50360
50361 2005-09-03  Simon Josefsson  <jas@extundo.com>
50362
50363         * config/srclist.txt: Add glibc bug 1293.
50364
50365 2005-09-03  Derek Price  <derek@ximbiot.com>
50366
50367         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50368         From Larry Jones <lawrence.jones@ugs.com>.
50369
50370 2005-09-02  Simon Josefsson  <jas@extundo.com>
50371
50372         * modules/socklen: New file.
50373
50374 2005-09-02  Simon Josefsson  <jas@extundo.com>
50375
50376         * modules/havelib: New module.
50377
50378         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50379         Use havelib.
50380
50381 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50382
50383         Check for arithmetic overflow when calculating sizes, to prevent
50384         some buffer-overflow issues.  These patches are conservative, in the
50385         sense that when I couldn't determine whether an overflow was possible,
50386         I inserted a run-time check.
50387         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50388         macros.
50389         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50390         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50391         (re_xnrealloc, re_x2nrealloc): New inline functions.
50392         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50393         parse_bracket_exp):
50394         (build_equiv_class, build_charclass): Check for arithmetic overflow
50395         in size expression calculations.
50396         * lib/regex_internal.c (re_string_realloc_buffers):
50397         (build_wcs_upper_buffer, re_node_set_add_intersect):
50398         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50399         (re_dfa_add_node, register_state): Likewise.
50400         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50401         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50402         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50403         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50404
50405 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50406
50407         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50408         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50409
50410 2005-09-02  Bruno Haible  <bruno@clisp.org>
50411
50412         Support for lib vs. lib64 distinction on biarch platforms.
50413         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50414         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50415         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50416
50417 2005-09-02  Bruno Haible  <bruno@clisp.org>
50418
50419         * gnulib-tool (import): In the other first-use case, provide defaults
50420         as well.
50421
50422 2005-09-02  Bruno Haible  <bruno@clisp.org>
50423
50424         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50425         patches not yet found in the latest gettext release.
50426
50427 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50428
50429         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50430         to avoid a collision with bits/local_lim.h in glibc.
50431         All uses changed.  Problem reported by Dmitry V. Levin in
50432         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50433
50434         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50435         bugs in int versus size_t comparisons.
50436         (re_string_context_at): Fix bug where the code assumed that
50437         Idx is signed.
50438
50439         Use bool where appropriate.
50440         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50441         All callers changed.
50442         (calc_eclosure_iter): Likewise, for ROOT arg.
50443         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50444         (build_charclass_op): Likewise, for NON_MATCH arg.
50445         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50446         (re_string_construct_common): Likewise, for ICASE arg.
50447         * lib/regexec.c (re_search_2_stub, re_search_stub):
50448         Likewise, for RET_LEN arg.
50449         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50450         (set_regs): Likewise, for FL_BACKTRACK arg.
50451         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50452         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50453         (calc_eclosure_iter, parse_bracket_exp):
50454         Use bool for internal variables that are booleans.
50455         * lib/regexec.c (re_search_internal, check_matching,
50456         proceed_next_node):
50457         (set_regs, build_sifted_states, sift_states_bkref):
50458         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50459         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50460         (find_collation_sequence_value):
50461         Likewise.
50462         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50463         (re_node_set_compare):
50464         Return bool, not int. All callers changed.
50465         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50466         (build_trtable, check_node_accept): Likewise.
50467         * lib/regex_internal.h: Include stdbool.h.
50468
50469         Fix bugs uncovered when converting to bool.
50470         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50471         failure instead of charging ahead blindly.
50472         * lib/regex_internal.c (register_state): Likewise.
50473         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50474         for freeing internal storage.
50475         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50476         bitset pieces used as boolean, to avoid undefined behavior
50477         on hosts that do int overflow checking.
50478
50479 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50480
50481         * config/srclist.txt: Add glibc bugs 1285-1287.
50482
50483 2005-09-01  Jim Meyering  <jim@meyering.net>
50484
50485         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50486         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50487         Require gl_STAT_MACROS, too.
50488
50489 2005-09-01  Bruno Haible  <bruno@clisp.org>
50490
50491         * gnulib-tool (import): In the first-use case, provide defaults.
50492
50493 2005-09-01  Bruno Haible  <bruno@clisp.org>
50494
50495         * gnulib-tool (func_import): Remove the .tmp files.
50496
50497 2005-09-01  Bruno Haible  <bruno@clisp.org>
50498
50499         * gnulib-tool (func_import): Fix handling of symbolic links.
50500
50501 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50502
50503         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50504         old glibc regex code mishandles strings longer than 2**31 bytes.
50505         This patch fixes this when the regex code is used in gnulib
50506         (i.e., outside glibc).
50507
50508         This patch should not affect the use of the regex code inside
50509         glibc.  No doubt this problem also needs to be handled for glibc
50510         as well, but the result will be an incompatible change to the
50511         glibc ABI, and the old ABI will have to be supported too.  That
50512         can be the the subject for another patch.
50513
50514         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50515         governing whether the rest of this patch is active.  By default,
50516         the macro is disabled and the patch has no effect.
50517         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50518         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50519         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50520         (re_match_2, re_set_registers): Use the new types.
50521         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50522         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50523         New macros.
50524         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50525         (re_string_context_at, bin_tree_t, re_dfastate_t):
50526         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50527         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50528         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50529         (re_string_char_size_at, re_string_wchar_at):
50530         (re_string_elem_size_at):
50531         Use the new types and macros to port to 64-bit hosts.
50532         Use unsigned types for internal values, so that the code
50533         mostly works even for arrays larger than SSIZE_MAX.
50534         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50535         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50536         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50537         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50538         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50539         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50540         (calc_inveclosure, parse_dup_op, build_range_exp):
50541         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50542         (fetch_number, create_token_tree, mark_opt_subexp):
50543         Likewise.
50544         * lib/regex_internal.c (re_string_construct_common,
50545         create_ci_newstate):
50546         (create_cd_newstate, re_string_allocate, re_string_construct):
50547         (re_string_realloc_buffers, build_wcs_upper_buffer):
50548         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50549         (re_string_reconstruct, re_string_peek_byte_case):
50550         (re_string_fetch_byte_case, re_string_context_at):
50551         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50552         (re_node_set_init_copy, re_node_set_add_intersect):
50553         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50554         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50555         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50556         (re_acquire_state, re_acquire_state_context, register_state):
50557         Likewise.
50558         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50559         search_cur_bkref_entry):
50560         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50561         (re_search_internal, re_search_2_stub, re_search_stub)
50562         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50563         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50564         (update_cur_sifted_state, check_dst_limits):
50565         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50566         (check_subexp_limits, sift_states_bkref, merge_state_array):
50567         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50568         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50569         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50570         (expand_bkref_cache, check_node_accept_bytes):
50571         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50572         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50573         (acquire_init_state_context, check_halt_node_context):
50574         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50575         (sift_states_backward, clean_state_log_if_needed):
50576         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50577         (find_recover_state, transit_state_sb, transit_state_mb):
50578         (transit_state_bkref, build_trtable, match_ctx_clean):
50579         Likewise.
50580         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50581         to work around an assumption that REG_MISSING is negative.
50582
50583         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50584         (seek_collating_symbol_entry) [defined _LIBC]:
50585         (lookup_collation_sequence_value) [defined _LIBC]:
50586         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50587         Use prototypes rather than old-style function definitions.
50588         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50589         (transit_state_sb) [0]:
50590         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50591
50592         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50593         rm_eo.
50594
50595         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50596         (optimize_subexps, lower_subexp):
50597         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50598         since the signed shift might overflow.  Use 1u<<31 instead.
50599         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50600         Likewise.
50601         * lib/regexec.c (check_dst_limits_calc_pos_1,
50602         check_subexp_matching_top): Likewise.
50603
50604         * lib/regcomp.c (optimize_subexps, lower_subexp):
50605         Use CHAR_BIT rather than 8, for clarity.
50606         * lib/regexec.c (check_dst_limits_calc_pos_1):
50607         (check_subexp_matching_top): Likewise.
50608         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50609         have to worry about portability issues when shifting it left.
50610         Remove no-longer-needed test for table_size > 0.
50611         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50612         in a word, as the resulting behavior is undefined.
50613         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50614         in one case, a <= should have been an <, and in another case the
50615         whole test was missing.
50616         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50617         the standard name CHAR_BIT.
50618         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50619         this is not true on one's complement and signed-magnitude hosts.
50620
50621         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50622         next_last_offset.
50623         (struct re_dfa_t): Remove unused member states_alloc.
50624         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50625
50626 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50627
50628         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50629         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50630         and large-file glibc and in 32-bit large-file Solaris.
50631
50632 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50633
50634         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50635         lengths fit in regoff_t; this isn't true if regoff_t is the same
50636         width as size_t.
50637         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50638         (= START + RANGE) instead of RANGE.  This avoids overflow
50639         problems when regoff_t is the same width as size_t.
50640         All callers changed.
50641         (re_search_2_stub): Check for overflow when adding the
50642         sizes of the two strings.
50643         (re_search_stub): Check for overflow when adding START
50644         to RANGE; if it occurs, substitute the extreme value.
50645
50646 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50647
50648         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50649
50650 2005-08-31  Jim Meyering  <jim@meyering.net>
50651
50652         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50653         a pointer-to-const.
50654         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50655         (register_state): Likewise.
50656         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50657         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50658         (group_nodes_into_DFAstates): Likewise.
50659
50660 2005-08-31  Jim Meyering  <jim@meyering.net>
50661
50662         * check-module: Add a FIXME comment.
50663
50664 2005-08-31  Eric Blake  <ebb9@byu.net>
50665
50666         * modules/unistd-safer (Files): Add unistd--.h.
50667         * modules/stdio-safer (Files): Add stdio--.h.
50668
50669 2005-08-31  Derek Price  <derek@ximbiot.com>
50670
50671         * lib/getdelim.c (getdelim): Return EOF on EOF.
50672         Reported by Larry Jones <lawrence.jones@ugs.com>.
50673
50674 2005-08-31  Bruno Haible  <bruno@clisp.org>
50675
50676         Avoid unnecessary diffs in the generated lib/Makefile.am.
50677         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50678         the generated files.
50679         (func_import): Don't set cmd.
50680
50681 2005-08-31  Bruno Haible  <bruno@clisp.org>
50682
50683         * lib/strstr.c: Include <stddef.h>, for NULL.
50684         * lib/strcasestr.c: Likewise.
50685         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50686
50687 2005-08-31  Bruno Haible  <bruno@clisp.org>
50688
50689         * gnulib-tool: New option --macro-prefix.
50690         (func_import): Use macro_prefix.
50691         (import): Handle option --macro-prefix.
50692
50693 2005-08-31  Bruno Haible  <bruno@clisp.org>
50694
50695         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50696         Also use new variables cached_lgpl, cached_libtool.
50697
50698 2005-08-31  Bruno Haible  <bruno@clisp.org>
50699
50700         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50701         always instantiating them.
50702
50703 2005-08-31  Bruno Haible  <bruno@clisp.org>
50704
50705         * gnulib-tool (func_import): Read the previous cached settings
50706         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50707         earlier added by gnulib but are now dropped. Warn when a gnulib file
50708         overwrites a non-gnulib file.
50709
50710 2005-08-31  Bruno Haible  <bruno@clisp.org>
50711
50712         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50713         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50714         projects that don't keep autogenerated files in CVS. Put into
50715         actioncmd only the specified modules, not the transitive closure.
50716
50717 2005-08-31  Bruno Haible  <bruno@clisp.org>
50718
50719         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50720         Create directories that shall be filled.
50721         (import): Don't look for gl_* macros in configure.ac. Recurse across
50722         all directories containing a gnulib-cache.m4 files, if meaningful.
50723
50724 2005-08-31  Bruno Haible  <bruno@clisp.org>
50725
50726         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50727         (import): Set seen_libtool when we see gl_LIBTOOL.
50728
50729 2005-08-31  Bruno Haible  <bruno@clisp.org>
50730
50731         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50732         declaration macro definitions from generated gnulib.m4.
50733
50734 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50735
50736         * lib/iconvme.h: Add prototype for iconv_alloc.
50737
50738 2005-08-29  Simon Josefsson  <jas@extundo.com>
50739
50740         * lib/iconvme.c: Fix errno.
50741
50742 2005-08-29  Bruno Haible  <bruno@clisp.org>
50743
50744         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50745         that it works when the directory contains spaces.
50746
50747 2005-08-29  Bruno Haible  <bruno@clisp.org>
50748
50749         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50750
50751 2005-08-29  Bruno Haible  <bruno@clisp.org>
50752
50753         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50754         Emit more advice.
50755
50756 2005-08-29  Bruno Haible  <bruno@clisp.org>
50757         and Stepan Kasal  <kasal@ucw.cz>
50758
50759         * check-module: If more parameters are given, check each of them
50760         separately; add more exceptions, as noted by Jim Meyering.
50761         (check_module): New procedure.
50762         (%exempt_header): Now contains all exceptions.
50763
50764 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50765
50766         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50767
50768 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50769
50770         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50771
50772 2005-08-28  Bruno Haible  <bruno@clisp.org>
50773
50774         * m4/gnulib-tool.m4: New file.
50775
50776 2005-08-27  Jim Meyering  <jim@meyering.net>
50777
50778         * modules/unistd-safer (Files): Add pipe-safer.c.
50779         * modules/fcntl-safer (Files): Add creat-safer.c.
50780
50781 2005-08-27  Jim Meyering  <jim@meyering.net>
50782
50783         * m4/stdlib-safer.m4: New file.  From coreutils.
50784         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50785         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50786         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50787         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50788         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50789
50790 2005-08-27  Jim Meyering  <jim@meyering.net>
50791
50792         * lib/fopen-safer.c: Merge minor changes from coreutils.
50793         * lib/dup-safer.c: Likewise.
50794         * lib/fd-safer.c: Likewise.
50795
50796         Merge from coreutils.
50797         * lib/stdio--.h: New file.
50798         * lib/stdlib--.h: New file.
50799         * lib/mkstemp-safer.c: New file.
50800
50801         GNU tar needs these.
50802         * lib/pipe-safer.c: New file.
50803         * lib/creat-safer.c: New file.
50804         * lib/fcntl--.h (creat): Define to creat_safer.
50805         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50806         * lib/unistd--.h (pipe): Define to pipe_safer.
50807         * lib/unistd-safer.h: Declare pipe_safer.
50808
50809 2005-08-26  Simon Josefsson  <jas@extundo.com>
50810
50811         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50812         Haible <bruno@clisp.org>.
50813
50814 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50815
50816         * lib/regex_internal.h: Remove all references to
50817         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50818         or better.
50819         (bitset_not, bitset_merge, bitset_not_merge):
50820         (bitset_mask, re_string_allocate, re_string_construct):
50821         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50822         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50823         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50824         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50825         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50826         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50827         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50828         (re_acquire_state_context):
50829         Remove unnecessary forward decls.
50830         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50831         Put __attribute at function definition,
50832         now that the function decl has been removed.
50833         * lib/regex_internal.c (re_string_peek_byte_case):
50834         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50835         Likewise.
50836
50837 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50838
50839         * m4/regex.m4: Add AC_PREREQ(2.50).
50840         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50841
50842 2005-08-25  Simon Josefsson  <jas@extundo.com>
50843
50844         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50845         __fsetlocking.
50846
50847 2005-08-25  Simon Josefsson  <jas@extundo.com>
50848
50849         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50850         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50851         GLIBC specific code.
50852
50853 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50854
50855         Make regex safe for g++.  This fixes one real bug (an "err"
50856         that should have been "*err").  g++ problem reported by
50857         Sam Steingold.
50858         * lib/regex_internal.h (re_calloc): New macro, consistent with
50859         re_malloc etc.  All callers of calloc changed to use re_calloc.
50860         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50861         not int.  All callers changed.
50862         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50863         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50864         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50865         (find_recover_state): Change "err" to "*err"; this fixes what
50866         appears to be a real bug.
50867         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50868         versus int.
50869
50870 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50871
50872         * modules/regex (Depends-on): Add malloc, since the code
50873         assumes that !malloc(0) means failure.
50874
50875 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50876
50877         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50878
50879         alloca modernization/simplification for regex.
50880         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50881         needs to be at the start of the file, and can be moved into
50882         regex_internal.h and simplified.
50883         * lib/regex_internal.h: Include <alloca.h>.
50884         (__libc_use_alloca) [!defined _LIBC]: New macro.
50885         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50886         now works outside glibc.
50887
50888 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50889
50890         * config/srclist.txt: Add glibc bugs 1241, 1245.
50891
50892 2005-08-25  Jim Meyering  <jim@meyering.net>
50893
50894         * lib/open-safer.c: Include <config.h>.
50895         Otherwise, we'd lose LARGEFILE support in any file using
50896         e.g. "fcntl--.h"
50897
50898 2005-08-25  Bruno Haible  <bruno@clisp.org>
50899
50900         * m4/minmax.m4: Require autoconf 2.52.
50901         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50902         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50903         alternatives of translit over the alphabet.
50904         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50905
50906 2005-08-24  Simon Josefsson  <jas@extundo.com>
50907
50908         * tests/test-getpass.c: New file.
50909
50910 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50911
50912         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50913         for GNU regex features.
50914
50915 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50916
50917         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50918         * lib/regex.h (regerror): Likewise.
50919
50920         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50921         requires this.  (The code never needed it.)
50922
50923         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50924         All uses of recently-renamed identifiers changed to use the new,
50925         POSIX-compliant names.  The code will build and run just fine
50926         without these changes, but it's better to eat our own dog food
50927         and use the standard-conforming names.
50928
50929         * lib/regex.h: Fix a multitude of POSIX name space violations.
50930         These changes have an effect only for programs that define
50931         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50932         do not change anything for programs compiled in the normal way.
50933         Also, there is no effect on the ABI.
50934
50935         (_REGEX_SOURCE): New macro.
50936         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50937         defined and _GNU_SOURCE is not; this fixes a name space violation.
50938
50939         Rename the following macros to obey POSIX requirements.
50940         The old names are still visible as macros if _REGEX_SOURCE is defined.
50941         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50942         RE_BACKSLASH_ESCAPE_IN_LISTS.
50943         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50944         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50945         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50946         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50947         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50948         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50949         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50950         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50951         (REG_INTERVALS): renamed from RE_INTERVALS.
50952         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50953         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50954         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50955         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50956         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50957         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50958         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50959         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50960         RE_UNMATCHED_RIGHT_PAREN_ORD.
50961         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50962         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50963         (REG_DEBUG): renamed from RE_DEBUG.
50964         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50965         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50966         unusual, since we can't clash with the POSIX REG_ICASE.
50967         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50968         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50969         (REG_NO_SUB): renamed from RE_NO_SUB.
50970         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50971         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50972         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50973         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50974         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50975         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50976         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50977         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50978         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50979         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50980         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50981         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50982         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50983         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50984         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50985         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50986         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50987         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50988         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50989         (REG_FIXED): Renamed from REGS_FIXED.
50990         (REG_NREGS): Renamed from RE_NREGS.
50991
50992         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50993         of other REG_* macros, since POSIX says the user is allowed to
50994         #undef these macros selectively.
50995
50996         (reg_errcode_t): Update comment stating what other tables need
50997         to be consistent.
50998
50999         Rename the following enum values to obey POSIX requirements.
51000         The old names are still visible as macros.
51001         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51002         is not defined, since GNU is supposed to be a superset of POSIX as
51003         much as possible, and since we want reg_errcode_t to be a signed
51004         type for implementation consistency.
51005         (_REG_NOERROR): Renamed from REG_NOERROR.
51006         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51007         (_REG_BADPAT): Renamed from REG_BADPAT.
51008         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51009         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51010         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51011         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51012         (_REG_EBRACK): Renamed from REG_EBRACK.
51013         (_REG_EPAREN): Renamed from REG_EPAREN.
51014         (_REG_EBRACE): Renamed from REG_EBRACE.
51015         (_REG_BADBR): Renamed from REG_BADBR.
51016         (_REG_ERANGE): Renamed from REG_ERANGE.
51017         (_REG_ESPACE): Renamed from REG_ESPACE.
51018         (_REG_BADRPT): Renamed from REG_BADRPT.
51019         (_REG_EEND): Renamed from REG_EEND.
51020         (_REG_ESIZE): Renamed from REG_ESIZE.
51021         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51022         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51023         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51024         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51025         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51026
51027         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51028         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51029         changed.  But support the old name if the new one is not defined
51030         and if _REGEX_SOURCE.
51031
51032         Change the following member names in struct re_pattern_buffer.
51033         The old names are still supported if !_REGEX_SOURCE.
51034         The new names are always supported, regardless of _REGEX_SOURCE.
51035         (re_buffer): Renamed from buffer.
51036         (re_allocated): Renamed from allocated.
51037         (re_used): Renamed from used.
51038         (re_syntax): Renamed from syntax.
51039         (re_fastmap): Renamed from fastmap.
51040         (re_translate): Renamed from translate.
51041         (re_can_be_null): Renamed from can_be_null.
51042         (re_regs_allocated): Renamed from regs_allocated.
51043         (re_fastmap_accurate): Renamed from fastmap_accurate.
51044         (re_no_sub): Renamed from no_sub.
51045         (re_not_bol): Renamed from not_bol.
51046         (re_not_eol): Renamed from not_eol.
51047         (re_newline_anchor): Renamed from newline_anchor.
51048
51049         Change the following member names in struct re_registers.
51050         The old names are still supported if !_REGEX_SOURCE.
51051         The new names are always supported, regardless of _REGEX_SOURCE.
51052         (rm_num_regs): Renamed from num_regs.
51053         (rm_start): Renamed from start.
51054         (rm_end): Renamed from end.
51055
51056         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51057         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51058         Prepend __ to parameter names.
51059
51060         Undo yesterday's changes.
51061
51062 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51063
51064         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51065         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51066         lib/regex.c.
51067
51068 2005-08-24  Jim Meyering  <jim@meyering.net>
51069
51070         Sync from coreutils.
51071         * m4/fcntl-safer.m4: New file.
51072
51073         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51074         and object files for this module.
51075
51076 2005-08-24  Jim Meyering  <jim@meyering.net>
51077
51078         Sync from coreutils.
51079         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51080
51081 2005-08-24  Jim Meyering  <jim@meyering.net>
51082
51083         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51084         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51085
51086 2005-08-24  Jim Meyering  <jim@meyering.net>
51087
51088         * modules/fcntl-safer: New module.
51089         * modules/fts (Depends-on): Add fcntl-safer.
51090         * MODULES.html.sh (File descriptor based Input/Output):
51091         Add fcntl-safer.
51092
51093 2005-08-24  Bruno Haible  <bruno@clisp.org>
51094
51095         Support for unit test modules.
51096         * modules/README: Mention tests modules.
51097         * modules/TEMPLATE-TESTS: New file.
51098         * gnulib-tool: New options --extract-tests-module, --with-tests and
51099         --tests-base (unused for the moment).
51100         (testsbase, inctests): New variables.
51101         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51102         (func_verify_module): Exclude TEMPLATE-TESTS.
51103         (func_verify_nontests_module, func_verify_tests_module): New functions.
51104         (func_get_dependencies): Add implicit dependency for tests modules.
51105         (func_get_tests_module): New function.
51106         (func_modules_transitive_closure): When --with-tests was specified,
51107         include the unit tests as well, unless explicitly avoided.
51108         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51109         (func_emit_tests_Makefile_am): New function.
51110         (func_create_testdir): When --with-tests was specified, emit a
51111         tests/ directory.
51112         * MODULES.html.sh (Future developments): Update.
51113
51114 2005-08-24  Bruno Haible  <bruno@clisp.org>
51115
51116         * modules/tls-tests: New file.
51117         * tests/test-tls.c: New file, from GNU gettext.
51118
51119 2005-08-24  Bruno Haible  <bruno@clisp.org>
51120
51121         * modules/lock-tests: New file.
51122         * tests/test-lock.c: New file, from GNU gettext.
51123
51124 2005-08-24  Bruno Haible  <bruno@clisp.org>
51125
51126         * lib/lock.h: Add multiple inclusion guard.
51127         * lib/tls.h: Add multiple inclusion guard.
51128
51129 2005-08-24  Bruno Haible  <bruno@clisp.org>
51130
51131         * gnulib-tool: Add support for the --aux-dir option to
51132         --create-testdir, --create-megatestdir, --test, --megatest.
51133         (func_create_testdir, func_create_megatestdir): Optionally emit a
51134         AC_CONFIG_AUX_DIR directive.
51135         (create-testdir, create-megatestdir, test, megatest): Provide a
51136         default value for $auxdir.
51137
51138 2005-08-24  Bruno Haible  <bruno@clisp.org>
51139
51140         * gnulib-tool (import): Use compound statement instead of subshell
51141         where possible.
51142
51143 2005-08-24  Bruno Haible  <bruno@clisp.org>
51144
51145         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51146
51147 2005-08-24  Bruno Haible  <bruno@clisp.org>
51148
51149         * gnulib-tool (func_version): Update.
51150
51151 2005-08-24  Bruno Haible  <bruno@clisp.org>
51152
51153         * gnulib-tool (func_import, func_create_testdir,
51154         func_create_megatestdir): Quote all autoconf macro arguments.
51155
51156 2005-08-24  Bruno Haible  <bruno@clisp.org>
51157
51158         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51159         option --force, because --force causes the aclocal.m4 of each
51160         subdirectory to be newer than the corresponding config.h.in.
51161
51162 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51163
51164         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51165         All contents moved to gl_REGEX.
51166         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51167         assume that it does.
51168
51169 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51170
51171         * lib/regex.h (REG_NOSYS)
51172         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51173         Define, since POSIX requires it as of 2001.
51174         (_REG_ENOSYS)
51175         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51176         New private symbol, used to keep the enum signed in all cases.
51177         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51178         Youngman in
51179         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51180
51181         * lib/regex_internal.c (re_string_skip_chars, register_state):
51182         (calc_state_hash):
51183         Remove forward decls; no longer needed now that we use prototypes.
51184         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51185         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51186         (clean_state_log_if_needed): Likewise.
51187
51188 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51189
51190         * config/srclist.txt: Add glibc bugs 1231-1233.
51191
51192 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51193
51194         Fix problems reported by Sam Steingold in
51195         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51196         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51197         assumed that reg_errcode_t is a signed type, which is not
51198         necessarily true if _XOPEN_SOURCE is not defined.
51199         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51200         since some compilers warn about it otherwise.
51201
51202 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51203
51204         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51205         (init_word_char, create_initial_state, duplicate_node_closure):
51206         (fetch_token, peek_token_bracket, build_range_exp):
51207         (build_collating_symbol): Remove forward decls; no longer needed
51208         now that we use prototypes.
51209
51210         * lib/regcomp.c:
51211         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51212         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51213         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51214         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51215         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51216         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51217         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51218         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51219         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51220         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51221         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51222         (build_charclass, build_charclass_op, fetch_number, create_tree):
51223         (create_token_tree, mark_opt_subexp, duplicate_tree):
51224         Use prototypes rather than old-style definitions.
51225
51226         * lib/regex_internal.c:
51227         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51228         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51229         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51230         (re_string_reconstruct, re_string_peek_byte_case):
51231         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51232         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51233         (re_node_set_init_copy, re_node_set_add_intersect):
51234         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51235         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51236         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51237         (re_acquire_state, re_acquire_state_context, register_state):
51238         (create_ci_newstate, create_cd_newstate, free_state):
51239         Likewise.
51240         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51241         re_search_2):
51242         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51243         (re_search_internal, prune_impossible_nodes):
51244         (acquire_init_state_context, check_matching, static):
51245         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51246         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51247         (update_regs, sift_states_backward, build_sifted_states):
51248         (clean_state_log_if_needed, merge_state_array):
51249         (update_cur_sifted_state, add_epsilon_src_nodes):
51250         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51251         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51252         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51253         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51254         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51255         (check_arrival, check_arrival_add_next_nodes):
51256         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51257         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51258         (check_node_accept_bytes, check_node_accept, extend_buffers):
51259         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51260         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51261         (sift_ctx_init):
51262         Likewise.
51263
51264         * lib/regex_internal.h:
51265         (re_string_allocate, re_string_construct, re_string_reconstruct):
51266         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51267         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51268         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51269         (re_string_context_at, re_string_peek_byte_case):
51270         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51271         is defined, since we now use prototypes always.
51272
51273         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51274         C89 or better.  All uses removed.
51275
51276 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51277
51278         * config/srclist.txt: Add glibc bugs 1220-1227.
51279
51280 2005-08-20  Jim Meyering  <jim@meyering.net>
51281
51282         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51283         of unused local, dfa.
51284
51285 2005-08-20  Bruno Haible  <bruno@clisp.org>
51286
51287         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51288
51289 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51290
51291         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51292         (re_node_set_insert_last, re_dfa_add_node):
51293         Rename local variables to avoid GCC shadowing warnings.
51294
51295 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51296
51297         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51298         [defined lint]: Suppress bogus uninitialized-variable warnings.
51299
51300         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51301         and let the caller return REG_ESPACE if out of space.  This
51302         removes an uninitialied-variable warning with GCC 4.0.1, and also
51303         avoids taking the address of a local variable.  All callers
51304         changed.
51305
51306 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51307
51308         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51309         $LIBCSRC/posix/regexec.c.
51310         Add glibc bug 1217 for regcomp.c.
51311
51312 2005-08-19  Jim Meyering  <jim@meyering.net>
51313
51314         * lib/regexec.c (proceed_next_node): Redo local variables to
51315         avoid GCC shadowing warnings.
51316
51317 2005-08-18  Bruno Haible  <bruno@clisp.org>
51318
51319         * lib/strstr.c (strstr): Fix return value in multibyte case.
51320         * lib/strcasestr.c (strcasestr): Likewise.
51321
51322 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51323
51324         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51325
51326 2005-08-17  Jim Meyering  <jim@meyering.net>
51327
51328         Make the %s format (seconds since the epoch) work for a negative
51329         number and when used with a zero-padded field width, e.g. %015s.
51330
51331         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51332         label so that it precedes the code to set `digits'.  Otherwise,
51333         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51334         print `00-22'.  Now, it prints `-0022', as it should.
51335
51336 2005-08-17  Bruno Haible  <bruno@clisp.org>
51337
51338         * modules/strstr (Files): Add m4/mbrtowc.m4.
51339         (Depends-on): Add mbuiter.
51340
51341 2005-08-17  Bruno Haible  <bruno@clisp.org>
51342
51343         * modules/strcasestr: New file.
51344         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51345         strcasestr.
51346
51347 2005-08-17  Bruno Haible  <bruno@clisp.org>
51348
51349         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51350
51351 2005-08-17  Bruno Haible  <bruno@clisp.org>
51352
51353         * modules/mbuiter: New file.
51354         * MODULES.html.sh (Extended multibyte and wide character utilities):
51355         Add mbuiter.
51356
51357 2005-08-17  Bruno Haible  <bruno@clisp.org>
51358
51359         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51360         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51361
51362 2005-08-17  Bruno Haible  <bruno@clisp.org>
51363
51364         * m4/strcasestr.m4: New file.
51365
51366 2005-08-17  Bruno Haible  <bruno@clisp.org>
51367
51368         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51369         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51370
51371 2005-08-17  Bruno Haible  <bruno@clisp.org>
51372
51373         * lib/strcasestr.h: New file.
51374         * lib/strcasestr.c: New file.
51375
51376 2005-08-17  Bruno Haible  <bruno@clisp.org>
51377
51378         * lib/strcasecmp.c: Use mbuiter.h.
51379
51380 2005-08-17  Bruno Haible  <bruno@clisp.org>
51381
51382         * lib/mbuiter.h: New file.
51383
51384 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51385
51386         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51387         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51388         and gl_GETOPT are both invoked via different paths (as happens
51389         with GNU tar CVS because it uses both argp and getopt), the former
51390         wins.
51391
51392 2005-08-16  Bruno Haible  <bruno@clisp.org>
51393
51394         * modules/tls: New file.
51395         * MODULES.html.sh (Multithreading): Add tls.
51396
51397 2005-08-16  Bruno Haible  <bruno@clisp.org>
51398
51399         * modules/strnlen1: New file.
51400         * MODULES.html.sh (String handling): Add strnlen1.
51401
51402 2005-08-16  Bruno Haible  <bruno@clisp.org>
51403
51404         * modules/strcase (Files): Add m4/mbrtowc.m4.
51405         (Depends-on): Add strnlen1, mbchar.
51406
51407 2005-08-16  Bruno Haible  <bruno@clisp.org>
51408
51409         * modules/mbiter: New file.
51410         * MODULES.html.sh (Extended multibyte and wide character utilities):
51411         Add mbiter.
51412
51413 2005-08-16  Bruno Haible  <bruno@clisp.org>
51414
51415         * modules/mbfile: New file.
51416         * MODULES.html.sh (Extended multibyte and wide character utilities):
51417         Add mbfile.
51418
51419 2005-08-16  Bruno Haible  <bruno@clisp.org>
51420
51421         * modules/mbchar: New file.
51422         * MODULES.html.sh (Extended multibyte and wide character utilities):
51423         New section.
51424
51425 2005-08-16  Bruno Haible  <bruno@clisp.org>
51426
51427         * m4/tls.m4: New file, from GNU gettext.
51428
51429 2005-08-16  Bruno Haible  <bruno@clisp.org>
51430
51431         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51432         always.
51433         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51434
51435 2005-08-16  Bruno Haible  <bruno@clisp.org>
51436
51437         * m4/mbiter.m4: New file.
51438
51439 2005-08-16  Bruno Haible  <bruno@clisp.org>
51440
51441         * m4/mbfile.m4: New file.
51442
51443 2005-08-16  Bruno Haible  <bruno@clisp.org>
51444
51445         * m4/mbchar.m4: New file.
51446
51447 2005-08-16  Bruno Haible  <bruno@clisp.org>
51448
51449         * lib/tls.h: New file, from GNU gettext.
51450         * lib/tls.c: New file, from GNU gettext.
51451
51452 2005-08-16  Bruno Haible  <bruno@clisp.org>
51453
51454         * lib/strnlen1.h: New file.
51455         * lib/strnlen1.c: New file.
51456
51457 2005-08-16  Bruno Haible  <bruno@clisp.org>
51458
51459         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51460         (mbi_init): Update.
51461         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51462         NUL byte, not after it.
51463
51464 2005-08-16  Bruno Haible  <bruno@clisp.org>
51465
51466         * lib/strcase.h (strcasecmp): Add note in comments.
51467         * lib/strncasecmp.c: Use code from strcasecmp.c.
51468         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51469         (strcasecmp): Work correctly in multibyte locales.
51470
51471 2005-08-16  Bruno Haible  <bruno@clisp.org>
51472
51473         * lib/mbiter.h: New file.
51474
51475 2005-08-16  Bruno Haible  <bruno@clisp.org>
51476
51477         * lib/mbfile.h: New file.
51478
51479 2005-08-16  Bruno Haible  <bruno@clisp.org>
51480
51481         * lib/mbchar.h: New file.
51482         * lib/mbchar.c: New file.
51483
51484 2005-08-16  Bruno Haible  <bruno@clisp.org>
51485
51486         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51487         the valid ones. Makes the comparison operations transitive:
51488         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51489         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51490
51491 2005-08-15  Simon Josefsson  <jas@extundo.com>
51492
51493         * modules/ssize_t (License): Change to 'unlimited'.
51494
51495         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51496
51497 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51498
51499         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51500         Add comments for each pending glibc patch.
51501
51502 2005-08-15  Bruno Haible  <bruno@clisp.org>
51503
51504         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51505         __cplusplus is defined.
51506
51507 2005-08-14  Jim Meyering  <jim@meyering.net>
51508
51509         Sync from coreutils.
51510
51511         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51512         Use the hash-table-based cycle-detection code not just when
51513         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51514         Reported by James Youngman in
51515         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51516         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51517         FTS_TIGHT_CYCLE_CHECK.
51518         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51519         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51520         once again.
51521         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51522         * lib/fts.c (fd_safer): Remove decl.
51523         Include fcntl--.h rather than unistd-safer.h
51524         (fts_safe_changedir): Don't call fd_safer; no longer needed
51525         now that we include fcntl--.h.
51526
51527 2005-08-12  Simon Josefsson  <jas@extundo.com>
51528
51529         * modules/getndelim2: Use ssize_t module.
51530         * modules/getnline: Likewise.
51531         * modules/safe-read: Likewise.
51532         * modules/xreadlink: Likewise.
51533
51534         * modules/ssize_t: New file.
51535
51536 2005-08-12  Simon Josefsson  <jas@extundo.com>
51537
51538         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51539
51540 2005-08-12  Simon Josefsson  <jas@extundo.com>
51541
51542         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51543         ssize_t.
51544
51545 2005-08-12  Simon Josefsson  <jas@extundo.com>
51546
51547         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51548         readline, getdelim and check_version.
51549         (Support for systems lacking ISO C 99: Sizes of integer types):
51550         Add size_max.
51551
51552 2005-08-12  Bruno Haible  <bruno@clisp.org>
51553
51554         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51555
51556 2005-08-11  Simon Josefsson  <jas@extundo.com>
51557
51558         * modules/readline: New file.
51559
51560         * modules/strnlen (Files): Add strnlen.h.
51561
51562 2005-08-11  Simon Josefsson  <jas@extundo.com>
51563
51564         * m4/readline.m4: New file.
51565
51566 2005-08-11  Simon Josefsson  <jas@extundo.com>
51567
51568         * lib/readline.h, readline.c: New file.
51569
51570 2005-08-11  Simon Josefsson  <jas@extundo.com>
51571
51572         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51573         gl_AVOID.
51574
51575 2005-08-11  Bruno Haible  <bruno@clisp.org>
51576
51577         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51578
51579 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51580
51581         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51582
51583 2005-08-10  Simon Josefsson  <jas@extundo.com>
51584
51585         * tests/test-iconvme.c: New file.
51586
51587 2005-08-10  Simon Josefsson  <jas@extundo.com>
51588
51589         * m4/strnlen.m4: New file.
51590
51591         * m4/strndup.m4: Don't check for strnlen declaration, done in
51592         strnlen.m4.
51593
51594 2005-08-10  Simon Josefsson  <jas@extundo.com>
51595
51596         * lib/strndup.c: Use strnlen.h.
51597
51598         * lib/strnlen.h: New file.
51599
51600 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51601
51602         * README: Typos.
51603
51604 2005-08-02  Simon Josefsson  <jas@extundo.com>
51605
51606         * modules/readline: New file.
51607
51608 2005-08-02  Simon Josefsson  <jas@extundo.com>
51609
51610         * modules/getdelim: New file.
51611
51612         * modules/getline: Rewrite, don't use getndelim2.
51613
51614 2005-08-02  Simon Josefsson  <jas@extundo.com>
51615
51616         * m4/getline.m4: Separate out getdelim stuff into separate module.
51617
51618         * m4/getdelim.m4: New file.
51619
51620 2005-08-02  Simon Josefsson  <jas@extundo.com>
51621
51622         * lib/getline.h, getline.c: Rewrite.
51623
51624         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51625
51626 2005-07-31  Bruno Haible  <bruno@clisp.org>
51627
51628         * lib/lock.h (gl_lock_initializer): New macro.
51629         (gl_lock_define_initialized): Use it.
51630         (gl_rwlock_initializer): New macro.
51631         (gl_rwlock_define_initialized): Use it.
51632         (gl_recursive_lock_initializer): New macro.
51633         (gl_recursive_lock_define_initialized): Use it.
51634
51635 2005-07-30  Karl Berry  <karl@gnu.org>
51636
51637         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51638         Report from Ben Pfaff, regarding getopt.
51639
51640 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51641
51642         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51643         normal way.
51644         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51645         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51646         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51647         (gl_GETOPT): Use the new macros.  Most of the implementation
51648         is moved to the new macros.  This is for programs like Emacs
51649         that don't want all the functionality of gl_GETOPT.
51650
51651 2005-07-26  Bruno Haible  <bruno@clisp.org>
51652
51653         * m4/lock.m4: Update from GNU gettext.
51654
51655 2005-07-26  Bruno Haible  <bruno@clisp.org>
51656
51657         * lib/lock.h: Update from GNU gettext.
51658         * lib/lock.c: Update from GNU gettext.
51659
51660 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51661
51662         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51663         obsolescent AC_TRY_RUN.  Include the default includes files, for
51664         'exit'.
51665
51666 2005-07-24  Bruno Haible  <bruno@clisp.org>
51667
51668         * modules/visibility: New file.
51669         * MODULES.html.sh (Misc): Add visibility.
51670
51671 2005-07-24  Bruno Haible  <bruno@clisp.org>
51672
51673         * m4/visibility.m4: New file.
51674
51675 2005-07-24  Bruno Haible  <bruno@clisp.org>
51676
51677         * doc/visibility.texi: New file.
51678
51679 2005-07-22  Bruno Haible  <bruno@clisp.org>
51680
51681         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51682         $(ALLOCA_H), redundant through BUILT_SOURCES.
51683         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51684         redundant through BUILT_SOURCES.
51685         * modules/byteswap (Makefile.am): Remove explicit dependency on
51686         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51687         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51688         $(FNMATCH_H), redundant through BUILT_SOURCES.
51689         * modules/getopt (Makefile.am): Remove explicit dependency on
51690         $(GETOPT_H), redundant through BUILT_SOURCES.
51691         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51692         redundant through BUILT_SOURCES.
51693         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51694         redundant through BUILT_SOURCES.
51695         * modules/stdbool (Makefile.am): Remove explicit dependency on
51696         $(STDBOOL_H), redundant through BUILT_SOURCES.
51697         * modules/stdint (Makefile.am): Remove explicit dependency on
51698         $(STDINT_H), redundant through BUILT_SOURCES.
51699         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51700         Remove explicit dependency on $(SYSEXITS_H).
51701         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51702
51703 2005-07-18  Simon Josefsson  <jas@extundo.com>
51704
51705         * lib/check-version.c (check_version): Accept identical versions too.
51706
51707 2005-07-18  Bruno Haible  <bruno@clisp.org>
51708
51709         * modules/lock: New file.
51710         * MODULES.html.sh (Multithreading): New section.
51711
51712 2005-07-18  Bruno Haible  <bruno@clisp.org>
51713
51714         * m4/lock.m4: New file, from GNU gettext.
51715
51716 2005-07-18  Bruno Haible  <bruno@clisp.org>
51717
51718         * lib/lock.h: New file, from GNU gettext.
51719         * lib/lock.c: New file, from GNU gettext.
51720
51721 2005-07-18  Bruno Haible  <bruno@clisp.org>
51722
51723         * lib/lock.h (gl_once_t): New type.
51724         (gl_once_define, gl_once): New macros.
51725         * lib/lock.c (fresh_once): New variable.
51726         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51727         functions.
51728
51729 2005-07-16  Simon Josefsson  <jas@extundo.com>
51730
51731         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51732         workaround, suggested by Bruno.
51733
51734 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51735
51736         * modules/xalloc (Depends-on): Add xalloc-die.
51737         * modules/xvasprintf (Depends-on): Add xalloc-die.
51738
51739 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51740
51741         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51742         with a minor change.
51743
51744 2005-07-15  Bruno Haible  <bruno@clisp.org>
51745
51746         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51747         When using lib/poll.c, define poll as rpl_poll.
51748
51749 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51750
51751         * modules/argp (Depends-on): Remove unlocked-io.
51752
51753 2005-07-14  Derek Price  <derek@ximbiot.com>
51754
51755         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51756         for glob symlink bug.
51757
51758 2005-07-14  Bruno Haible  <bruno@clisp.org>
51759
51760         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51761         Instead, test for *_unlocked function declarations directly.
51762
51763 2005-07-11  Simon Josefsson  <jas@extundo.com>
51764
51765         * modules/size_max: New file.
51766
51767         * modules/xsize: Depend on size_max module for size_max.m4.
51768
51769 2005-07-11  Simon Josefsson  <jas@extundo.com>
51770
51771         * lib/size_max.h: New file.
51772
51773 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51774
51775         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51776         copyright symbol and the year.
51777         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51778         (version_etc_va): Use parameterized copyright notice.
51779         Reword to conform to the current GNU coding standards.
51780
51781 2005-07-11  Karl Berry  <karl@gnu.org>
51782
51783         * doc/gnulib.texi (Quoting): new node.
51784         (Initial import): more info, from Patrice.
51785
51786 2005-07-11  Bruno Haible  <bruno@clisp.org>
51787
51788         * gnulib-tool (func_usage): Document option --avoid.
51789         (Command line options): Handle --avoid.
51790         (func_acceptable): New function.
51791         (func_modules_transitive_closure): Use it.
51792
51793 2005-07-11  Bruno Haible  <bruno@clisp.org>
51794
51795         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51796         Reported by Jim Meyering.
51797
51798 2005-07-10  Bruno Haible  <bruno@clisp.org>
51799
51800         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51801         Needed when size_t is smaller than 'unsigned int'.
51802         Reported by Paul Eggert.
51803
51804 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51805
51806         * modules/argp (Depends-on): Add unlocked-io
51807
51808 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51809
51810         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51811         block of defines.
51812
51813 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51814
51815         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51816         fix now.
51817
51818 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51819         and Paul Eggert  <eggert@cs.ucla.edu>
51820
51821         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51822         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51823
51824 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51825
51826         * modules/regex (Files): Add lib/regex_internal.c,
51827         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51828         (Depends-on): Add extensions.
51829         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51830
51831 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51832
51833         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51834         pathconf.
51835         * m4/same.m4 (gl_SAME): Likewise.
51836         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51837
51838         * m4/regex.m4: Adjust to new libc regex implementation.
51839         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51840         all the .c and .h parts of (the new) regex.
51841         Quote the m4 stuff better.
51842         Check for RE_ICASE bug of old gnulib.
51843         Check for REG_STARTEND of recent libc.
51844         Rename local variables from jm_* to gl_*.
51845         Quote operand of "test -f".
51846         Say "recent enough" version of libc, not "version 2".
51847         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51848         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51849         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51850         Remove check for btowc, isascii.
51851         Require AM_LANGINFO_CODESET.
51852
51853 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51854
51855         * lib/regex.c, regex.h: Sync from libc.
51856         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51857         * lib/regexec.c:
51858         New files, synced from libc, except that regex_internal.h
51859         currently has a small porting fix.
51860
51861 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51862
51863         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51864         regex_internal.c, regexec.c.
51865         Add regex_internal.h too, but as a comment, since the libc version
51866         is currently broken in gnulib mode.
51867
51868 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51869
51870         Support programs like Emacs that use gnulib but not gettext.
51871         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51872         * modules/gettext-h: New file.
51873         * modules/gettext (Files): Remove lib/gettext.h.
51874         (Depends-on): Add gettext-h.
51875         (Makefile.am): Remove lib_SOURCES.
51876         * modules/argmatch, modules/c-stack, modules/closeout:
51877         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51878         * modules/execute, modules/file-type, modules/getaddrinfo:
51879         * modules/getopt, modules/human, modules/javacomp:
51880         * modules/javaexec, modules/mkdir-p, modules/obstack:
51881         * modules/openat, modules/pagealign_alloc, modules/pipe:
51882         * modules/quotearg, modules/regex, modules/rpmatch:
51883         * modules/unicodeio, modules/userspec, modules/version-etc:
51884         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51885         * modules/xsetenv:
51886         Depend on gettext-h, not gettext.
51887
51888 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51889
51890         * gnulib-tool (func_import): Add support for 'public domain' license.
51891         * modules/alloca, modules/atexit, modules/memmove:
51892         Now public domain, not GPL.
51893         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51894         * modules/realloc, modules/strerror, modules/strtod:
51895         Now LGPL, not GPL.
51896
51897 2005-07-05  Bruno Haible  <bruno@clisp.org>
51898
51899         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51900         autoconf CVS. Needed for mingw.
51901
51902 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51903
51904         Remove the dependency of the strftime module on the tzset module.
51905         * modules/strftime (Depends-on): Remove dependency on tzset.
51906
51907 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51908
51909         Remove the dependency of the strftime module on the tzset module.
51910         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51911         gl_FUNC_TZSET_CLOBBER.
51912
51913 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51914
51915         Remove the dependency of the strftime module on the tzset module.
51916         * lib/strftime.c (my_strftime)
51917         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51918         Copy the input structure, to work around some of the bug with
51919         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51920         Solaris releases, you should also use the tzset module, but we won't
51921         require it as a dependency any more since we don't want LGPLed code
51922         to depend on GPLed code.
51923
51924 2005-07-02  Jim Meyering  <jim@meyering.net>
51925
51926         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51927         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51928         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51929         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51930
51931 2005-07-02  Jim Meyering  <jim@meyering.net>
51932
51933         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51934
51935 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51936
51937         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51938         declares only 'struct timespec;' (!).
51939
51940 2005-07-01  Jim Meyering  <jim@meyering.net>
51941
51942         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51943         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51944         * lib/save-cwd.c, tempname.c:
51945         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51946         and don't include <sys/file.h>).
51947
51948 2005-06-29  Jim Meyering  <jim@meyering.net>
51949
51950         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51951         type name.  Use the variable name instead.
51952         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51953         Likewise.
51954
51955 2005-06-28  Simon Josefsson  <jas@extundo.com>
51956
51957         * modules/check-version (Files): Add check-version.m4.
51958
51959 2005-06-28  Simon Josefsson  <jas@extundo.com>
51960
51961         * m4/check-version.m4: New file, suggested by Jim Meyering
51962         <jim@meyering.net>.
51963
51964 2005-06-28  Simon Josefsson  <jas@extundo.com>
51965
51966         * lib/check-version.h, lib/check-version.c: New files.
51967
51968 2005-06-28  Simon Josefsson  <jas@extundo.com>
51969
51970         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51971         collision with global variable.  Better indentation.  Don't
51972         increment buffer pointer beyond buffer end.  Based on comments
51973         from Paul Eggert <eggert@cs.ucla.edu>.
51974
51975         * lib/base64.h: Indent.
51976
51977 2005-06-28  Simon Josefsson  <jas@extundo.com>
51978
51979         * doc/gnulib.texi (Library version handling): New section.
51980
51981 2005-06-28  Jim Meyering  <jim@meyering.net>
51982
51983         * check-module (find_included_lib_files): Hard-code another
51984         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51985         but modules/fts-lgpl (correctly) does not list those files.
51986
51987         * modules/canonicalize (Files): Add lib/pathmax.h.
51988
51989 2005-06-25  Simon Josefsson  <jas@extundo.com>
51990
51991         * modules/check-version: New file.
51992
51993 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51994
51995         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51996         initializer of struct addrinfo, as an indication that we don't
51997         care how many members the structure has.
51998
51999 2005-06-24  Derek Price  <derek@ximbiot.com>
52000         and Bruno Haible  <bruno@clisp.org>
52001
52002         Remove stat module & update lstat.
52003         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52004         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52005         * m4/stat.m4: Remove this file.
52006
52007 2005-06-24  Derek Price  <derek@ximbiot.com>
52008         and Bruno Haible  <bruno@clisp.org>
52009
52010         Remove stat module & update lstat.
52011         * lib/stat.c: Remove this file...
52012         (slash_aware_lstat): ...moving this content and its support...
52013         * lib/lstat.c (rpl_lstat): ...into here.
52014         * lib/lstat.h: New file.
52015
52016 2005-06-24  Derek Price  <derek@ximbiot.com>
52017         and Bruno Haible  <bruno@clisp.org>
52018
52019         Remove stat module & update lstat.
52020         * config/srclist.txt (libc sources): Remove stat.
52021
52022 2005-06-24  Derek Price  <derek@ximbiot.com>
52023         and Bruno Haible  <bruno@clisp.org>
52024
52025         Remove stat module & update lstat.
52026         * MODULES.html.sh (stat): Remove.
52027         * MODULES.html: Regenerated.
52028         * modules/lstat (Description): Correct function name.
52029         (Files): Add "lstat.h".
52030         (Depends-on): Remove stat, add xalloc, stat-macros.
52031         * modules/stat: Remove this file.
52032         (Include): Add "lstat.h", remove <sys/stat.h>.
52033
52034 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52035
52036         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52037         (ranged_convert): Don't save conversion in a temporary struct.
52038         This causes a warning with GCC 4.0.0, and anyway in the typical
52039         case it's not worth the extra 100 bytes or so of code.
52040         (ranged_convert, __mktime_internal): When calling a function via a
52041         pointer P, use P () rather than (*P) (), as we now assume C89 or
52042         better.
52043
52044 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52045
52046         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52047         "who -r" failed to give output.  Problem reported by Tim Waugh.
52048
52049         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52050         (xcalloc): Use it to avoid needless tests.
52051         Problem reported by Jim Meyering.
52052
52053 2005-06-20  Derek Price  <derek@ximbiot.com>
52054
52055         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52056         unnecessary for Autoconfs > 2.59c.
52057
52058 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52059
52060         * lib/argp.h (__option_is_short): Check upper limit of
52061         __key. Isprint() requires its argument to have the value
52062         of an unsigned char or EOF.
52063
52064 2005-06-16  Jim Meyering  <jim@meyering.net>
52065
52066         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52067         when either N or S is zero.
52068
52069 2005-06-16  Derek Price  <derek@ximbiot.com>
52070
52071         * m4/bison.m4: Declare YACC & YFLAGS precious.
52072
52073 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52074
52075         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52076         multibyte string or pattern, fall back on unibyte matching.
52077         Problem reported by James Youngman.
52078
52079 2005-06-08  Bruno Haible  <bruno@clisp.org>
52080
52081         * modules/csharpcomp: New file.
52082         * MODULES.html.sh (C#): Add csharpcomp.
52083
52084 2005-06-08  Bruno Haible  <bruno@clisp.org>
52085
52086         * m4/csharpcomp.m4: New file, from GNU gettext.
52087
52088 2005-06-08  Bruno Haible  <bruno@clisp.org>
52089
52090         * lib/csharpcomp.h: New file, from GNU gettext.
52091         * lib/csharpcomp.c: New file, from GNU gettext.
52092         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52093
52094 2005-06-08  Bruno Haible  <bruno@clisp.org>
52095
52096         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52097         warning on mingw.
52098
52099 2005-06-07  Derek Price  <derek@ximbiot.com>
52100
52101         Sync from CVS.
52102         * lib/glob_.h: Indent nested #ifdef.
52103
52104 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52105
52106         Sync from coreutils.
52107         Use "file name" when talking about file names, instead of "filename"
52108         or "path", as per the GNU coding standards.
52109         * lib/mkdir-p.c: Renamed from makepath.c.
52110         (make_dir_parents): Renamed from make_path.  All callers changed.
52111         * lib/mkdir-p.h: Likewise.  All includers changed.
52112         * lib/filenamecat.c: Renamed from path-concat.c.
52113         (file_name_concat): Renamed from path_concat.  All callers changed.
52114         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52115         * lib/filenamecat.h: Likewise.  All includers changed.
52116         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52117         in comments or local variable names.
52118         * lib/basename.c: Likewise.
52119         * lib/canonicalize.c, canonicalize.h: Likewise.
52120         * lib/dirname.c, dirname.h: Likewise.
52121         * lib/euidaccess.c: Likewise.
52122         * lib/exclude.c: Likewise
52123         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52124         * lib/fsusage.c, fsuage.h: Likewise.
52125         * lib/fts.c, fts_.h: Likewise.
52126         * lib/getcwd.c: Likewise.
52127         * lib/getloadavg.c: Likewise.
52128         * lib/mkstemp.c: Likewise.
52129         * lib/mountlist.c, mountlist.h: Likewise.
52130         * lib/openat.c, openat.h: Likewise.
52131         * lib/readlink-stub.c: Likewise.
52132         * lib/readutmp.c, readutmp.h: Likewise.
52133         * lib/rename.c: Likewise.
52134         * lib/rmdir.c: Likewise.
52135         * lib/same.c: Likewise.
52136         * lib/savedir.c: Likewise.
52137         * lib/stripslash.c: Likewise.
52138         * lib/tempname.c: Likewise.
52139         * lib/xreadlink.c: Likewise.
52140         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52141         All uses changed.
52142         * lib/exclude.h: Likewise.
52143
52144         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52145         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52146         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52147         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52148         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52149         files have been getting away with it for years (MORE/BSD 4.3
52150         is extinct now).
52151         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52152         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52153
52154         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52155         Define to 256, not 255, as per modern POSIX.
52156
52157 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52158
52159         Sync from coreutils.
52160         Use "file name" when talking about file names, instead of "filename"
52161         or "path", as per the GNU coding standards.
52162         * MODULES.html.sh: mkdir-p renamed from makepath.
52163         filenamecat renamed from path-concat.
52164         * modules/filenamecat: Renamed from modules/path-concat.
52165         (Files): filenamecat.h and filenamecat.c renamed from
52166         path-concat.h and path-concat.c.
52167         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52168         (Include): filenamecat.h, not path-concat.h.
52169         * modules/mkdir-p: Renamed from modules/makepath.
52170         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52171         makepath.c.
52172         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52173         (Include): mkdir-p.h, not makepath.h.
52174
52175 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52176
52177         Sync from coreutils.
52178         * m4/mkdir-p.m4: Renamed from makepath.m4.
52179         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52180         Rename files from makepath.c to mkdir-p.c, and from
52181         makepath.h to mkdir-p.h.
52182         * m4/filenamecat.m4: Renamed from path-concat.m4.
52183         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52184         Rename files from path-concat.c to filenamecat.c,
52185         and from path-concat.h to filenamecat.h.
52186         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52187         "file name" in local variables or comments.
52188         * m4/rename.m4: Likewise.
52189
52190 2005-06-01  Bruno Haible  <bruno@clisp.org>
52191
52192         * modules/csharpexec: New file.
52193         * MODULES.html.sh (C#): New section.
52194
52195 2005-06-01  Bruno Haible  <bruno@clisp.org>
52196
52197         * m4/csharp.m4: New file, from GNU gettext.
52198         * m4/csharpexec.m4: New file, from GNU gettext.
52199
52200 2005-06-01  Bruno Haible  <bruno@clisp.org>
52201
52202         * lib/csharpexec.h: New file, from GNU gettext.
52203         * lib/csharpexec.c: New file, from GNU gettext.
52204         * lib/csharpexec.sh.in: New file, from GNU gettext.
52205
52206 2005-05-31  Derek Price  <derek@ximbiot.com>
52207             Paul Eggert  <eggert@cs.ucla.edu>
52208
52209         Sync from cvs.
52210         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52211
52212 2005-05-31  Derek Price  <derek@ximbiot.com>
52213             Paul Eggert  <eggert@cs.ucla.edu>
52214
52215         Sync from cvs.
52216         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52217
52218 2005-05-29  Derek Price  <derek@ximbiot.com>
52219
52220         * config/srclist.txt (glob_.h, glob.c): Add these files.
52221
52222 2005-05-29  Derek Price  <derek@ximbiot.com>
52223
52224         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52225         * modules/glob: New file.
52226         * modules/getlogin_r: Add link to POSIX spec in description.
52227
52228 2005-05-29  Derek Price  <derek@ximbiot.com>
52229             Paul Eggert  <eggert@cs.ucla.edu>
52230
52231         * m4/glob.m4: New file.
52232
52233 2005-05-29  Derek Price  <derek@ximbiot.com>
52234             Paul Eggert  <eggert@cs.ucla.edu>
52235
52236         * lib/glob_.h, lib/glob.c: New files.
52237
52238 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52239
52240         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52241         * modules/fts-lgpl (Depends-on): Remove gettext.
52242
52243 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52244
52245         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52246         and don't require gt_INTTYPES_PRI.
52247
52248 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52249
52250         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52251
52252         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52253         the configuration hassle isn't worth it.
52254         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52255         (LONGEST_MODIFIER, PRIuMAX): Remove.
52256
52257 2005-05-27  Bruno Haible  <bruno@clisp.org>
52258
52259         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52260
52261 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52262
52263         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52264         _POSIX_PTHREAD_SEMANTICS for Solaris.
52265
52266 2005-05-25  Derek Price  <derek@ximbiot.com>
52267
52268         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52269
52270 2005-05-25  Derek Price  <derek@ximbiot.com>
52271             Paul Eggert  <eggert@cs.ucla.edu>
52272
52273         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52274         * lib/getlogin_r.c, getlogin_r.h: New files.
52275
52276 2005-05-25  Bruno Haible  <bruno@clisp.org>
52277             Derek Price  <derek@ximbiot.com>
52278
52279         * lib/getlogin_r.h: Simplify API documentation.
52280
52281 2005-05-23  Derek Price  <derek@ximbiot.com>
52282
52283         * modules/minmax (Files): Add m4/minmax.m4.
52284         (configure.ac): Add gl_MINMAX.
52285
52286 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52287
52288         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52289         so that unistd-safer.h (GPL'ed code) need not be included.
52290
52291 2005-05-22  Bruno Haible  <bruno@clisp.org>
52292
52293         * m4/minmax.m4: New file.
52294         Based on a patch by Derek Price <derek@ximbiot.com>.
52295
52296 2005-05-22  Bruno Haible  <bruno@clisp.org>
52297
52298         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52299         (INT64_MIN): Fix definition.
52300         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52301
52302         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52303         NEED_SIGNED_INT_TYPES.
52304
52305         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52306         HAVE_SYSTEM_INTTYPES.
52307
52308 2005-05-22  Bruno Haible  <bruno@clisp.org>
52309
52310         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52311         Also include <sys/param.h> if it defines MIN, MAX.
52312         Based on a patch by Derek Price <derek@ximbiot.com>.
52313
52314 2005-05-21  Jim Meyering  <jim@meyering.net>
52315
52316         * modules/fts (Files): Add m4/inttypes-pri.m4.
52317         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52318
52319 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52320
52321         New fts module.
52322         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52323         (setup_dir, free_dir): New functions.
52324         (enter_dir, leave_dir): Define trivial
52325         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52326         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52327         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52328         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52329         Move to fts-cycle.c.
52330         (fts_open): Use setup_dir.
52331         (fts_close): Use free_dir.
52332         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52333         This adds a label and some gotos, but the alternatives were messier.
52334         Check for memory allocation failure when entering a dir.
52335         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52336         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52337         (FTS): New member fts_cycle, that is a union that contains the
52338         old active_dir_ht and cycle_state.  All uses changed to mention
52339         fts_cycle.ht and fts_cycle.state.
52340         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52341         fts.c, with the following changes:
52342         (setup_dir, free_dir): New functions.
52343         (enter_dir): Now returns bool.  Return true if successful, false
52344         if memory exhausted.  All callers changed.
52345         Do not bother partly cleaning up on
52346         memory allocation failure; that is free_dir's job.
52347         However, free ad if hash_insert fails, to avoid memory leak.
52348         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52349         fts->fts_options to see which union member to use.
52350
52351 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52352
52353         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52354         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52355
52356 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52357
52358         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52359
52360 2005-05-20  Jim Meyering  <jim@meyering.net>
52361
52362         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52363         Now a macro, to pacify GCC.
52364
52365 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52366
52367         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52368         of -1.
52369
52370 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52371
52372         * lib/chown.c (rpl_chown): Return -1 on failure.
52373
52374 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52375
52376         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52377         Don't check for stddef.h.
52378         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52379         don't use its results.
52380         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52381         since we include them unconditionally.  Don't require
52382         AM_STDBOOL_H, since stdbool is a prerequisite.
52383         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52384         since we assume C89 or better.
52385         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52386         as we don't use their results.
52387         Don't check for fchdir, memmove, memset, strrchr, as we use
52388         them unconditionally.
52389         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52390         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52391
52392 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52393
52394         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52395         Include <stddef.h> unconditionally, since we assume C89 now.
52396         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52397         * lib/fts.c: Include fts_.h first, to check interface.
52398         Do not include intprops.h; no longer needed.
52399         Include cycle-check.h and hash.h, since fts_.h no longer does.
52400         Remove unnecessary casts of closedir to void.
52401         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52402         decide whether to decrement nlinks.
52403         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52404         (FTS): Use struct hash_table * instead of Hash_table, so that
52405         we no longer need to include hash.h here.
52406
52407 2005-05-18  Jim Meyering  <jim@meyering.net>
52408
52409         * modules/dirfd (License): Change to LGPL.  Most of the code
52410         is already in the public domain.
52411
52412 2005-05-18  Jim Meyering  <jim@meyering.net>
52413
52414         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52415         Reported by Yoann Vandoorselaere.
52416
52417 2005-05-17  Jim Meyering  <jim@meyering.net>
52418
52419         * m4/fts.m4: New file, from coreutils.
52420
52421 2005-05-17  Jim Meyering  <jim@meyering.net>
52422
52423         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52424
52425 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52426
52427         Sync from coreutils.
52428         * m4/unlinkdir.m4: New file.
52429
52430 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52431
52432         Sync from coreutils.
52433         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52434         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52435         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52436         White space changes only.
52437         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52438         special.
52439         * lib/yesno.c: Include getline.h, not ctype.h.
52440         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52441         Use getline to remove arbitrary restriction on response length.
52442
52443 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52444
52445         * config/srclist-update: Spell out "Street" in FSF postal
52446         mail address; this is the style the FSF seems to prefer.
52447
52448         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52449         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52450         this updates FSF postal mail address.
52451
52452         Sync from coreutils.
52453         * modules/unlinkdir: New file.
52454         * modules/yesno (Depends-on): Add getline.
52455         * MODULES.html.sh (File system functions): Add unlinkdir.
52456
52457 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52458
52459         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52460         lib/strsep.h:
52461         Change the initial comment to refer to GPL, not LGPL.
52462         gnulib-tool will change it to LGPL as needed.
52463
52464         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52465         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52466         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52467         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52468         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52469         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52470         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52471         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52472         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52473         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52474         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52475         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52476         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52477         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52478         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52479         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52480         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52481         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52482         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52483         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52484         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52485         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52486         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52487         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52488         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52489         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52490         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52491         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52492         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52493         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52494         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52495         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52496         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52497         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52498         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52499         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52500         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52501         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52502         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52503         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52504         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52505         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52506         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52507         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52508         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52509         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52510         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52511         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52512         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52513         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52514         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52515         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52516         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52517         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52518         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52519         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52520         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52521         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52522         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52523         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52524         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52525         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52526         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52527         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52528         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52529         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52530         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52531         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52532         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52533         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52534         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52535         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52536         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52537         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52538         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52539         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52540         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52541         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52542         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52543         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52544         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52545         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52546         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52547         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52548         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52549         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52550         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52551         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52552         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52553         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52554         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52555         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52556         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52557         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52558         lib/yesno.c, lib/yesno.h:
52559         Update FSF postal mail address.
52560
52561 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52562
52563         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52564         tests/test-memmem.c, tests/test-stpncpy.c:
52565         Update FSF postal mail address.
52566
52567 2005-05-13  Bruno Haible  <bruno@clisp.org>
52568
52569         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52570         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52571         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52572         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52573         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52574         Add support for 64-bit integers in the MSVC compiler.
52575
52576 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52577
52578         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52579
52580 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52581
52582         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52583
52584 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52585
52586         * doc/getdate.texi (General date syntax): Don't say that date
52587         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52588         Problem reported by Nic Ferrier.
52589
52590 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52591
52592         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52593         specified in ai_socktype. Fix invalid ai_protocol
52594         check. ai_protocol is usually set to 0 or depending on
52595         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52596         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52597         ai_socktype / ai_protocol in the returned addrinfo structure.
52598
52599 2005-05-10  Simon Josefsson  <jas@extundo.com>
52600
52601         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52602         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52603
52604 2005-05-10  Karl Berry  <karl@gnu.org>
52605
52606         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52607         (from http://www.gnu.org/licenses).
52608         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52609         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52610         fdl.texi suffices.
52611
52612 2005-05-10  Karl Berry  <karl@gnu.org>
52613
52614         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52615         (COPYING.DOC): remove.
52616
52617         * config/srclist-update: new FSF address.
52618
52619 2005-05-10  Derek Price  <derek@ximbiot.com>
52620
52621         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52622         possible.
52623
52624 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52625             Bruno Haible  <bruno@clisp.org>
52626
52627         * modules/inet_ntop: New file.
52628         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52629         inet_ntop.
52630
52631 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52632             Bruno Haible  <bruno@clisp.org>
52633
52634         * m4/inet_ntop.m4: New file.
52635
52636 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52637             Bruno Haible  <bruno@clisp.org>
52638
52639         * lib/inet_ntop.h: New file.
52640         * lib/inet_ntop.c: New file, from glibc with modifications.
52641
52642 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52643
52644         * modules/time_r (License): Change to LGPL.
52645         * modules/extensions (License): Change to LGPL.  Actually,
52646         the license is more permissive than that, but currently gnulib-tool
52647         doesn't know how to handle more-permissive licenses.
52648
52649         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52650         Problem reported by Dave Love.
52651
52652 2005-05-08  Jim Meyering  <jim@meyering.net>
52653
52654         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52655         blank.
52656
52657 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52658
52659         * modules/argmatch (Depends-on): Add stdbool.
52660         * modules/backupfile (Depends-on): Likewise.
52661         * modules/chdir-long (Depends-on): Likewise.
52662         * modules/closeout (Depends-on): Likewise.
52663         * modules/cycle-check (Depends-on): Likewise.
52664         * modules/dirname (Depends-on): Likewise.
52665         * modules/fnmatch (Depends-on): Likewise.
52666         * modules/fsusage (Depends-on): Likewise.
52667         * modules/fwriteerror (Depends-on): Likewise.
52668         * modules/getcwd (Depends-on): Likewise.
52669         * modules/getloadavg (Depends-on): Likewise.
52670         * modules/hard-locale (Depends-on): Likewise.
52671         * modules/makepath (Depends-on): Likewise.
52672         * modules/mountlist (Depends-on): Likewise.
52673         * modules/nanosleep (Depends-on): Likewise.
52674         * modules/posixtm (Depends-on): Likewise.
52675         * modules/quotearg (Depends-on): Likewise.
52676         * modules/readtokens (Depends-on): Likewise.
52677         * modules/readtokens0 (Depends-on): Likewise.
52678         * modules/readutmp (Depends-on): Likewise.
52679         * modules/save-cwd (Depends-on): Likewise.
52680         * modules/strftime (Depends-on): Likewise.
52681         * modules/userspec (Depends-on): Likewise.
52682         * modules/utimecmp (Depends-on): Likewise.
52683         * modules/xgetcwd (Depends-on): Likewise.
52684         * modules/xnanosleep (Depends-on): Likewise.
52685         * modules/xstrtod (Depends-on): Likewise.
52686         * modules/yesno (Depends-on): Likewise.
52687
52688 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52689
52690         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52691         needless checks.
52692
52693 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52694
52695         Merge from coreutils.  Among other things,
52696         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52697         * lib/fd-safer.c: New file.
52698         * lib/fcntl-safer.h, open-safer.c: Remove.
52699         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52700         * lib/dup-safer.c: Include unistd-safer.h first.
52701         Don't include errno.h.
52702         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52703         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52704         * lib/file-type.c: Rely on file-type.h change.
52705         * lib/getloadavg.c: Include unistd-safer.h.
52706         (getloadavg): Use safer open.
52707         * lib/getusershell.c: Include "stdio-safer.h".
52708         (getusershell): Use safer fopen.
52709         * lib/long-options.c (long_options): Use NULL rather than 0.
52710         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52711         'free'.
52712         * lib/modechange.c: Likewise.
52713         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52714         (MODE_DONE): New constant.
52715         (struct mode_change): Remove 'next' member.
52716         (make_node_op_equals): New function; like the old one of the
52717         same name, except it allocates an array.
52718         (mode_compile, mode_create_from_ref): Use it.
52719         (mode_compile): Allocate result as an array, not a linked list.
52720         Parse octal string ourself, so that we catch mistakes like "+0".
52721         (mode_adjust): Arg is an array, not a linked list.
52722         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52723         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52724         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52725         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52726         Remove.  This is now stat-macros.h's job.
52727         (talloc): Remove.  All callers replaced by xalloc, so that
52728         our invokers don't have to worry about reporting memory failures.
52729         (make_node_op_equals): Remove.
52730         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52731         New constants.
52732         (struct mode_change): Moved here from modechange.h.
52733         (mode_append_entry): Remove.
52734         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52735         apps to have incorrect behavior.  Use simpler algorithm for head
52736         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52737         Detect more invalid usages rather than having somewhat-random behavior.
52738         Don't insert an "a=" action, as that leads to incorrect behavior.
52739         (mode_compile, mode_create_from_ref): Return NULL on error instead
52740         of an enum, since now there's only one way to have an error.  All
52741         callers changed.
52742         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52743         at the correct time.  Simplify calculation of "+u" and its ilk.
52744         Don't mishandle "+X".
52745         (mode_free): Remove "register" and localize decls.
52746         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52747         (struct mode_change): Move to modechange.c; callers don't
52748         need to see this stuff.
52749         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52750         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52751         (mode_change, mode_adjust): Reflect the new signatures noted above.
52752         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52753         that might redefine system include files.
52754         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52755         (my_usleep): Use NULL rather than (void *) 0.
52756         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52757         Use siginterrupt to specify that system calls should be interrupted.
52758         (rpl_nanosleep): Move initialization of suspended closer to call of
52759         my_usleep.
52760         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52761         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52762         (desirable_utmp_entry): New function.
52763         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52764         using x2nrealloc, to simplify logic.
52765         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52766         size calculation.  Do not assume utmp file is a regular file.
52767         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52768         (READ_UTMP_CHECK_PIDS): New constant.
52769         * lib/save-cwd.c: Include unistd-safer.h.
52770         (save_cwd): Use fd_safer.
52771         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52772         [!_LIBC] Include "stat-macros.h" instead.
52773         * lib/unistd-safer.h (fd_safer): New decl.
52774
52775 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52776
52777         * modules/getloadavg (Depends-on): Add unistd-safer.
52778         * modules/getusershell (Depends-on): Add stdio-safer.
52779         * modules/lstat (Depends-on): Remove xalloc.
52780         * modules/mkstemp (Depends-on): Add stat-macros.
52781         * modules/modechange (Depends-on): Remove xstrtol.
52782         Add stat-macros, xalloc.
52783         * modules/save-cwd (Depends-on): Add unistd-safer.
52784         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52785         * modules/unistd-safer (Files): Add lib/fd-safer.c
52786         (Makefile.am): Remove lib_SOURCES.
52787
52788         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52789         Remove fcntl-safer; unistd-safer supersedes it.
52790
52791 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52792
52793         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52794         AC_HEADER_STAT.
52795         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52796         (gl_PREREQ_CHOWN): Remove.
52797         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52798         it.  Don't require AC_HEADER_STAT.
52799         (gl_PREREQ_LSTAT): Remove.
52800         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52801         Don't require AC_HEADER_STAT.
52802         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52803         (gl_PREREQ_RMDIR): Remove.
52804         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52805         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52806         the stat-macros module a prerequisite.
52807         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52808         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52809         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52810         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52811         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52812         variable names.
52813         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52814         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52815         variable prefixes.
52816         * m4/fcntl-safer.m4: Remove.
52817         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52818         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52819         Invoke gl_PREREQ_FD_SAFER.
52820         (gl_PREREQ_FD_SAFER): New macro.
52821         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52822         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52823         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52824         Remove duplicate call to AC_LIBOBJ(readutmp).
52825         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52826
52827         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52828         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52829
52830 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52831
52832         * MODULES.html.sh (Misc): Add byteswap.
52833
52834 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52835
52836         * modules/getcwd (Depends-on): Add extensions.
52837         * modules/openat (Depends-on): Likewise.
52838
52839 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52840
52841         * modules/byteswap: New file.
52842
52843 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52844
52845         * m4/byteswap.m4: New file.
52846
52847 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52848
52849         * lib/byteswap_.h: New file.
52850
52851 2005-04-25  Karl Berry  <karl@gnu.org>
52852
52853         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52854
52855 2005-04-25  Albert Chin  <china@thewrittenword.com>
52856
52857         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52858         Toolkit C bug.
52859
52860 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52861
52862         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52863         (func_ln_if_changed) Remove forcibly for no error message
52864         in case file does not exist.
52865
52866 2005-04-19  Simon Josefsson  <jas@extundo.com>
52867
52868         * gnulib-tool (Options): Make --symlink mean --symbolic.
52869
52870 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52871
52872         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52873
52874 2005-04-16  Simon Josefsson  <jas@extundo.com>
52875
52876         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52877
52878 2005-04-15  Simon Josefsson  <jas@extundo.com>
52879
52880         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52881
52882 2005-04-15  Simon Josefsson  <jas@extundo.com>
52883
52884         * gnulib-tool: Rename --symlink to --symbolic.
52885
52886 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52887
52888         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52889         symbolic links to files instead of copying/moving.  Add --aux-dir,
52890         specifying directory relative --dir where auxiliary build tools
52891         are placed.
52892
52893 2005-04-14  Bruno Haible  <bruno@clisp.org>
52894
52895         * modules/allocsa (License): Change to LGPL.
52896         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52897
52898 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52899
52900         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52901         that "UTC +1 second" continues to work.  Problem reported
52902         by Dmitry V. Levin.
52903         (relunit_snumber): New rule.
52904         (relunit): Use it.
52905
52906 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52907
52908         * lib/getdate.y (universal_time_zone_table): New constant.
52909         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52910         universal_time_zone_table.
52911         (lookup_zone): Prefer universal_time_zone_table to
52912         local_time_zone_table, so that "GMT" time stamps are allowed in
52913         London during the summer.  Problem reported by Ian Abbott.
52914
52915 2005-04-12  Jim Meyering  <jim@meyering.net>
52916
52917         * lib/human.c (humblock): Set *options even when returning due to
52918         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52919         warning from gcc-4.
52920
52921 2005-04-09  Jim Meyering  <jim@meyering.net>
52922
52923         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52924         -Wuninitialized: initialize tm0.tm_year.
52925
52926 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52927
52928         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52929         count, since there's no maximum.  All uses changed.
52930         Add member dsts_seen.
52931         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52932         not being INT_MAX.
52933         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52934         Use pc_rels_seen to decide whther a date is absolute.
52935
52936         * lib/getdate.y (number): Don't overwrite year.
52937         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52938         check.
52939
52940 2005-04-02  Simon Josefsson  <jas@extundo.com>
52941
52942         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52943         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52944
52945 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52946
52947         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52948         where no absolute path name can be longer than PATH_MAX.
52949
52950 2005-03-27  Jim Meyering  <jim@meyering.net>
52951
52952         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52953
52954 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52955
52956         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52957         "one's complement" -> "ones' complement" in comment, as per Knuth.
52958         "value of type" -> "type or expression" in comment.
52959         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52960
52961 2005-03-26  Jim Meyering  <jim@meyering.net>
52962
52963         Comment nits.
52964         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52965         Correct typos: s/or/of/.
52966
52967 2005-03-26  Jim Meyering  <jim@meyering.net>
52968
52969         * modules/check-include-files: Move to ../ and rename to...
52970         * check-module: ...this.
52971
52972 2005-03-25  Jim Meyering  <jim@meyering.net>
52973
52974         * modules/xvasprintf (Files): Add xalloc.h.
52975
52976 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52977
52978         * modules/gettext (Files): config/config.rpath ->
52979         build-aux/config.rpath
52980         * modules/iconv (Files): Likewise.
52981         Problem reported by Oskar Liljeblad.
52982
52983 2005-03-23  Jim Meyering  <jim@meyering.net>
52984
52985         * modules/check-include-files: New script to check for
52986         missing dependencies, multiple includes, etc.
52987
52988         * modules/c-strtold (Depends-on): Add xalloc.
52989         * modules/c-strtod (Depends-on): Add xalloc.
52990         * modules/hash (Depends-on): Add xalloc.
52991         (Files): Remove lib/xalloc.h.
52992
52993         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52994         * modules/userspec (Files): Add lib/inttostr.h.
52995
52996 2005-03-23  Jim Meyering  <jim@meyering.net>
52997
52998         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52999
53000 2005-03-22  Jim Meyering  <jim@meyering.net>
53001
53002         * modules/stat-macros: New module.
53003         * modules/canonicalize, modules/euidaccess, modules/file-type,
53004         * modules/filemode, modules/lchown, modules/makepath,
53005         * modules/rmdir, modules/stat: Depend on new stat-macros module
53006         rather than listing lib/stat-macros.h manually.
53007         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53008
53009 2005-03-22  Jim Meyering  <jim@meyering.net>
53010
53011         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53012
53013 2005-03-22  Bruno Haible  <bruno@clisp.org>
53014
53015         * config/srclist.txt: Replace target directory 'config' with
53016         'build-aux'.
53017         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53018         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53019         ../build-aux/.
53020
53021 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53022
53023         * modules/chdir-long (Depends-on): Add mempcpy.
53024
53025         * modules/acl, modules/backupfile, modules/c-strtod,
53026         modules/c-strtold, modules/canon-host, modules/canonicalize,
53027         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53028         modules/exclude, modules/exitfail, modules/file-type,
53029         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53030         modules/getdate, modules/getline, modules/getpagesize,
53031         modules/getpass, modules/getugroups, modules/group-member,
53032         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53033         modules/inttostr, modules/long-options, modules/makepath,
53034         modules/md5, modules/memcasecmp, modules/memcoll,
53035         modules/modechange, modules/mountlist, modules/path-concat,
53036         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53037         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53038         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53039         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53040         modules/strftime, modules/strndup, modules/strverscmp,
53041         modules/timespec, modules/unlocked-io, modules/userspec,
53042         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53043         modules/yesno:
53044         Remove lib_SOURCES line from Makefile.am section, as this is now
53045         done automatically by the corresponding Autoconf macro.
53046
53047 2005-03-21  Jim Meyering  <jim@meyering.net>
53048
53049         Changes imported from coreutils.
53050
53051         * lib/cycle-check.c: Don't include xalloc.h.
53052
53053         * lib/path-concat.c: Don't include assert.h.
53054         (path_concat): Remove assertion that would have triggered
53055         for ABASE starting with more than one slash.
53056         Reported by Andreas Schwab.
53057
53058         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53059         properly when ABASE is an absolute file name.
53060         Correct the description of this function.
53061         Include <assert.h>.
53062         Add an assertion and a test driver.
53063         This fixes a bug introduced on 2004-07-02.
53064         Andreas Schwab reported the resulting failure of cp --parents:
53065         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53066
53067 2005-03-21  Jim Meyering  <jim@meyering.net>
53068
53069         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53070         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53071
53072 2005-03-21  Jim Meyering  <jim@meyering.net>
53073         and  Paul Eggert  <eggert@cs.ucla.edu>
53074
53075         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53076         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53077         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53078         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53079         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53080         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53081         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53082         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53083         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53084         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53085         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53086         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53087         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53088         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53089         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53090         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53091         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53092         for these modules.
53093
53094 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53095
53096         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53097         (which shouldn't happen), generate nothing instead of returning 0
53098         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53099
53100 2005-03-16  Bruno Haible  <bruno@clisp.org>
53101
53102         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53103         HAVE_LONGLONG_64BIT.
53104
53105 2005-03-16  Bruno Haible  <bruno@clisp.org>
53106
53107         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53108         HAVE_LONGLONG_64BIT.
53109
53110 2005-03-16  Bruno Haible  <bruno@clisp.org>
53111
53112         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53113         HAVE_LONGLONG_64BIT.
53114
53115 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53116
53117         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53118         reliably distinguish strftime failure from empty output on POSIX
53119         hosts.
53120
53121 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53122
53123         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53124         (iconv_string): Don't guess a size-zero buffer, as that might cause
53125         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53126         result would be 'too large', where 'too large' is (heuristically)
53127         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53128         overflow concerns.  This will prevent some unwanted malloc failures
53129         when the inputs are very large.
53130
53131 2005-03-15  Karl Berry  <karl@gnu.org>
53132
53133         * config/srclist.txt (config.rpath): from gettext.
53134         * config/config.rpath: update.
53135
53136 2005-03-15  Bruno Haible  <bruno@clisp.org>
53137
53138         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53139         to 'negate'.
53140
53141         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53142         variable.
53143
53144         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53145         results.
53146
53147 2005-03-14  Simon Josefsson  <jas@extundo.com>
53148
53149         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53150         <fx@gnu.org>.
53151
53152 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53153
53154         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53155         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53156         intprops.h.
53157         * lib/strtol.c: Likewise.
53158
53159 2005-03-14  Jim Meyering  <jim@meyering.net>
53160
53161         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53162         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53163         to be nonzero so that we (and caller) can detect the difference
53164         between a valid zero-length expansion and an error return, even
53165         when the underlying strftime fails before writing anything into
53166         that location.
53167
53168 2005-03-14  Bruno Haible  <bruno@clisp.org>
53169
53170         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53171         Update from GNU gettext 0.14.3.
53172
53173 2005-03-10  Jim Meyering  <jim@meyering.net>
53174
53175         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53176
53177 2005-03-10  Jim Meyering  <jim@meyering.net>
53178
53179         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53180         so that this module works on systems without fchdir.
53181
53182 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53183
53184         Factor int-properties macros into a single file, except for
53185         glibc-related files.
53186         * lib/intprops.h: New file.
53187         * lib/getloadavg.c: Include it instead of limits.h.
53188         (INT_STRLEN_BOUND): Remove.
53189         * lib/human.c: Include intprops.h.
53190         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53191         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53192         302/1000.
53193         * lib/inttostr.h: Include intprops.h instead of limits.h.
53194         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53195         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53196         for consistency with intprops.h.
53197         (time_t_is_integer, twos_complement_arithmetic): Use them.
53198         * lib/sig2str.h: Include <signal.h>, intprops.h.
53199         (INT_STRLEN_BOUND): Remove.
53200         * lib/strftime.c (TYPE_SIGNED): Remove.
53201         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53202         * lib/strtol.c: Adjust comments to match intprops.h.
53203         * lib/userspec.c: Include intprops.h.
53204         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53205         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53206         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53207         instead of rolling our own expressions.
53208         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53209
53210         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53211         instead of int.
53212         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53213         the right thing even if adding 1900 would overflow.  Similarly
53214         for tm_mon + 1 and tm_yday + 1.
53215         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53216         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53217         (DO_SIGNED_NUMBER): New macro.
53218         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53219
53220 2005-03-07  Bruno Haible  <bruno@clisp.org>
53221
53222         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53223
53224 2005-03-07  Bruno Haible  <bruno@clisp.org>
53225
53226         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53227
53228 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53229
53230         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53231         (func_import): Only replace files via --import when they have actually
53232         changed.
53233
53234 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53235
53236         * m4/mmap-anon.m4: New file.
53237         * m4/pagealign_alloc.m4: New file.
53238
53239 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53240             Bruno Haible  <bruno@clisp.org>
53241
53242         * modules/pagealign_alloc: New file.
53243         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53244
53245 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53246             Bruno Haible  <bruno@clisp.org>
53247
53248         * lib/pagealign_alloc.h: New file.
53249         * lib/pagealign_alloc.c: New file.
53250
53251 2005-03-03  Bruno Haible  <bruno@clisp.org>
53252
53253         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53254         Use an all-permissive copyright notice, recommended by RMS.
53255
53256 2005-03-02  Bruno Haible  <bruno@clisp.org>
53257
53258         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53259         of AIX, the replacement has to be done only after <string.h> is
53260         included, therefore not in config.h. stpncpy.h does the replacement,
53261         and stpncpy.c uses it.
53262
53263 2005-03-02  Bruno Haible  <bruno@clisp.org>
53264
53265         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53266         stpncpy.c uses it.
53267
53268 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53269
53270         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53271         The workaround isn't strictly needed for POSIX conformance, and
53272         it's too much of a pain to configure and maintain.  We'll ask
53273         people to fix their kernels instead.
53274         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53275         (NANOSLEEP_BUG_WORKAROUND): Remove.
53276         (xnanosleep): Remove the workaround.
53277
53278 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53279
53280         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53281         Reported by Derek Price.
53282         (Include): Add "timespec.h".
53283
53284         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53285
53286 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53287
53288         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53289         to detect nanosleep bug.
53290
53291 2005-03-01  Bruno Haible  <bruno@clisp.org>
53292
53293         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53294
53295 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53296
53297         * modules/gethrxtime: New file.
53298         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53299         (Depends-on): Add gethrxtime.
53300         (configure.ac): Add gl_XNANOSLEEP.
53301         (Makefile.am): Remove lib_SOURCES line.
53302
53303 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53304
53305         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53306         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53307
53308 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53309
53310         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53311         * lib/timespec.h (gettime): Return void, since it always
53312         succeeds now.  All uses changed.
53313         * lib/gettime.c (gettime) Likewise.
53314         [HAVE_NANOTIME]: Prefer nanotime.
53315         Assume gettimeofday succeeds, as POSIX requires.
53316         Assime time () succeeds, since other code already does.
53317         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53318         (timespec_subtract): Remove.
53319         (NANOSLEEP_BUG_WORKAROUND): New constant.
53320         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53321         things considerably.  Use it only on GNU/Linux hosts, since the
53322         workaround shouldn't be needed elsewhere.
53323
53324 2005-02-24  Bruno Haible  <bruno@clisp.org>
53325
53326         * modules/gettext (Files): Add m4/glibc2.m4.
53327
53328 2005-02-24  Bruno Haible  <bruno@clisp.org>
53329
53330         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53331         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53332         * m4/progtest.m4:
53333         Update from GNU gettext 0.14.2.
53334         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53335
53336 2005-02-24  Bruno Haible  <bruno@clisp.org>
53337
53338         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53339         * lib/config.charset: Update from GNU gettext 0.14.2.
53340
53341 2005-02-24  Bruno Haible  <bruno@clisp.org>
53342
53343         * lib/gettext.h: Update from GNU gettext 0.14.2.
53344
53345 2005-02-23  Simon Josefsson  <jas@extundo.com>
53346
53347         * m4/iconvme.m4: New file.
53348
53349 2005-02-23  Jim Meyering  <jim@meyering.net>
53350
53351         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53352         change.
53353         Thanks to Bruno Haible for catching it.
53354
53355 2005-02-22  Simon Josefsson  <jas@extundo.com>
53356
53357         * modules/iconvme: New file.
53358
53359         * MODULES.html.sh: Add iconvme.
53360
53361 2005-02-22  Simon Josefsson  <jas@extundo.com>
53362
53363         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53364
53365 2005-02-22  Simon Josefsson  <jas@extundo.com>
53366
53367         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53368
53369 2005-02-22  Jim Meyering  <jim@meyering.net>
53370
53371         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53372         s/ifndef/ifdef/.
53373
53374 2005-02-20  Neil Conway  <neilc@samurai.com>
53375
53376         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53377         returned by OSX/Darwin if the specified buffer is not large
53378         enough for the hostname.
53379
53380 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53381
53382         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53383         pass it to _help, otherwise the latter coredumps trying to
53384         dereference state.root_argp.
53385
53386 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53387
53388         * modules/chdir-long (Depends-on): Add memrchr.
53389         * modules/memrchr (Files): Add lib/memrchr.h.
53390         (Include): "memrchr.h".
53391
53392 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53393
53394         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53395
53396 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53397
53398         * lib/memrchr.h: New file.
53399         * lib/chdir-long.c: Include it.
53400         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53401         Don't bother including stddef.h.
53402
53403 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53404
53405         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53406         inclusion.
53407         Include <sys/types.h>, for dev_t.
53408         (ME_DUMMY, ME_REMOTE): Move from here....
53409         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53410         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53411         Dmitry V. Levin.
53412         Include mountlist.h first, to test the interface.
53413
53414 2005-01-29  Bruno Haible  <bruno@clisp.org>
53415
53416         * lib/progname.c (program_name): Initialize.
53417         Needed when linking statically on MacOS X.
53418
53419 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53420
53421         Sync from coreutils.
53422         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53423         (Depends-on): Add c-strtod.
53424         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53425
53426 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53427
53428         Sync from coreutils.
53429         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53430
53431         Remove files that are specific to coreutils.
53432         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53433
53434 2005-01-28  Bruno Haible  <bruno@clisp.org>
53435
53436         * modules/javacomp: New file.
53437         * MODULES.html.sh (Java): Add javacomp.
53438
53439 2005-01-28  Bruno Haible  <bruno@clisp.org>
53440
53441         * m4/javacomp.m4: New file, from GNU gettext.
53442
53443 2005-01-28  Bruno Haible  <bruno@clisp.org>
53444
53445         * lib/javacomp.sh.in: New file, from GNU gettext.
53446         * lib/javacomp.h: New file, from GNU gettext.
53447         * lib/javacomp.c: New file, from GNU gettext.
53448
53449 2005-01-26  Simon Josefsson  <jas@extundo.com>
53450
53451         * lib/gai_strerror.c: Use GPL in header.
53452
53453 2005-01-26  Bruno Haible  <bruno@clisp.org>
53454
53455         * modules/javaexec: New file.
53456         * MODULES.html.sh (Java): Add javaexec.
53457
53458 2005-01-26  Bruno Haible  <bruno@clisp.org>
53459
53460         * m4/javaexec.m4: New file, from GNU gettext.
53461
53462 2005-01-26  Bruno Haible  <bruno@clisp.org>
53463
53464         * lib/javaexec.sh.in: New file, from GNU gettext.
53465         * lib/javaexec.h: New file, from GNU gettext.
53466         * lib/javaexec.c: New file, from GNU gettext.
53467
53468 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53469
53470         * modules/lchown (Depends-on): Remove lchown.h
53471
53472 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53473
53474         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53475         must be defined if the header file was not found, in order
53476         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53477
53478 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53479
53480         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53481         initializers for struct pentry_state.
53482         (__argp_error): Check return value of __asprintf
53483         (__argp_failure): Translate error message
53484
53485         * lib/argp-parse.c: Removed braces around the expansion of N_()
53486
53487 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53488
53489         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53490         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53491         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53492         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53493         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53494         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53495         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53496         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53497         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53498         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53499         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53500         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53501         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53502         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53503         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53504         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53505         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53506         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53507         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53508         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53509         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53510         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53511         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53512         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53513         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53514         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53515         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53516         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53517         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53518         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53519         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53520         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53521         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53522         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53523         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53524         Use an all-permissive copyright notice, recommended by RMS.
53525
53526 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53527
53528         * modules/chdir-long (Depends-on): Remove mempcpy.
53529
53530 2005-01-21  Jim Meyering  <jim@meyering.net>
53531
53532         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53533         same value as for Solaris 9.
53534
53535         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53536         component length.  This included changing the parameter to be
53537         of type `char *' rather than `char const *'.
53538         * lib/chdir-long.h (chdir_long): Update prototype.
53539
53540         * lib/openat.c (fdopendir, fstatat): New functions.
53541         * lib/openat.h: Include headers required for use of DIR and struct
53542         stat.
53543         [AT_SYMLINK_NOFOLLOW]: Define.
53544         (fdopendir, fstatat): Add prototypes.
53545
53546 2005-01-21  Bruno Haible  <bruno@clisp.org>
53547
53548         * modules/classpath: New file.
53549         * MODULES.html.sh (Java): Add classpath.
53550
53551 2005-01-21  Bruno Haible  <bruno@clisp.org>
53552
53553         * lib/classpath.h: New file, from GNU gettext.
53554         * lib/classpath.c: New file, from GNU gettext.
53555
53556 2005-01-20  Simon Josefsson  <jas@extundo.com>
53557
53558         * modules/version-etc-fsf: New file.
53559
53560 2005-01-20  Simon Josefsson  <jas@extundo.com>
53561
53562         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53563         * lib/version-etc.c: Remove version_etc_copyright.
53564         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53565         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53566
53567 2005-01-20  Simon Josefsson  <jas@extundo.com>
53568
53569         * lib/base64.h (isbase64): Add.
53570
53571         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53572         using a unsigned prototype, don't inline.
53573         (base64_decode): Use it.
53574
53575 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53576
53577         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53578         it.
53579
53580 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53581
53582         * lib/save-cwd.c (save_cwd): Remove code to support the case
53583         where fchdir is missing or flaky.
53584
53585 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53586
53587         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53588
53589 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53590
53591         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53592         AC_LIBSOURCES now does this.
53593         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53594         with new ullong_max module.
53595
53596 2005-01-19  Bruno Haible  <bruno@clisp.org>
53597
53598         * modules/sh-quote: New file.
53599         * MODULES.html.sh (Executing programs): Add sh-quote.
53600
53601 2005-01-19  Bruno Haible  <bruno@clisp.org>
53602
53603         * lib/sh-quote.h: New file, from GNU gettext.
53604         * lib/sh-quote.c: New file, from GNU gettext.
53605
53606 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53607
53608         Merge from coreutils.
53609         * m4/ullong_max.m4: New file.
53610         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53611         (gl_MACROS): Assume localeconv exists.
53612
53613 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53614
53615         Merge changes from coreutils, as described below in several
53616         changelogs dated today.
53617
53618         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53619         (O_DIRECTORY): Remove; not needed here, since "." must be
53620         a directory.  All uses removed.
53621         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53622         universal on Suns, and we also need to test for IRIX.
53623         Revamp code to use 'if' rather than '#if'.
53624         Avoid unnecessary comparison of cwd->desc to 0.
53625
53626         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53627         for known valid error numbers rather than observed invalid ones.
53628
53629 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53630
53631         * modules/ullong_max: New file.
53632
53633         * modules/chdir-long, modules/openat: New files.
53634         * modules/save-cwd (Depends-on): Depend on chdir-long.
53635         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53636
53637 2005-01-18  Jim Meyering  <jim@meyering.net>
53638
53639         Merge from coreutils.
53640         * m4/chdir-long.m4, m4/openat.m4: New files.
53641         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53642         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53643         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53644         is sane and DOES follow symlinks.  Besides, testing 20 different
53645         systems found no broken chown implementations.
53646         Prompted by a change in rsync's copy of this macro.
53647         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53648
53649         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53650
53651         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53652         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53653         NULL-means-set-to-current-time semantics.
53654         Remove temporary file immediately, rather than waiting
53655         for configure's at-exit trap code to do it.
53656
53657 2005-01-18  Jim Meyering  <jim@meyering.net>
53658
53659         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53660
53661         * lib/utimens.c (futimens): Account for the fact that futimes
53662         can also fail with errno == ENOSYS or errno == ENOENT.
53663         Patch from Dmitry V. Levin.
53664
53665         Change the name of the robust chdir function from chdir to chdir_long.
53666         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53667         (restore_cwd): Use chdir_long, not chdir.
53668         * lib/chdir-long.c: Renamed from chdir.c.
53669         * lib/chdir-long.h: Renamed from chdir.h.
53670         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53671         Hurd.
53672
53673 2005-01-18  Bruno Haible  <bruno@clisp.org>
53674
53675         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53676         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53677         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53678         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53679         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53680         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53681         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53682         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53683         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53684         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53685         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53686         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53687         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53688         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53689         Use an all-permissive copyright notice, recommended by RMS.
53690
53691 2005-01-18  Bob Proulx  <bob@proulx.com>
53692
53693         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53694         simplify offsetof() macro construct to avoid compile failure with
53695         native HP-UX 11.0 ANSI C compiler.
53696
53697 2005-01-17  Bruno Haible  <bruno@clisp.org>
53698
53699         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53700         redundant because stpncpy.m4 takes care of it.
53701
53702 2005-01-17  Bruno Haible  <bruno@clisp.org>
53703
53704         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53705
53706 2005-01-17  Bruno Haible  <bruno@clisp.org>
53707
53708         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53709         used.
53710
53711 2005-01-17  Bruno Haible  <bruno@clisp.org>
53712
53713         * lib/fwriteerror.h (fwriteerror): Change specification to include
53714         fclose.
53715         * lib/fwriteerror.c: Include <stdbool.h>.
53716         (fwriteerror): At the end, close the file stream. Record whether
53717         stdout was already closed.
53718
53719 2005-01-17  Bruno Haible  <bruno@clisp.org>
53720
53721         * lib/execute.c (environ): Declare if needed.
53722         * lib/pipe.c (environ): Likewise.
53723         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53724
53725 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53726
53727         * modules/argp: Depend on vsnprintf
53728
53729 2005-01-10  Jim Meyering  <jim@meyering.net>
53730
53731         * modules/closeout (Depends-on): Add atexit.
53732
53733 2005-01-06  Bruno Haible  <bruno@clisp.org>
53734
53735         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53736
53737 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53738
53739         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53740         definitions to be after all include files, to avoid collisions.
53741         Problem reported by Bob Proulx.
53742
53743 2005-01-04  Jim Meyering  <jim@meyering.net>
53744
53745         Changes imported from coreutils.
53746         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53747         as the mkstemp template, use a temporary directory and an
53748         8.3-friendly template to avoid trouble on systems like DJGPP.
53749         Reported by Juan M. Guerrero via Stepan Kasal.
53750         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53751         close. Remove the temporary directory right away, rather than waiting
53752         for configure's at-exit trap code to do it.
53753         Suggestion from Stepan Kasal.
53754
53755 2005-01-01  Simon Josefsson  <jas@extundo.com>
53756
53757         * gnulib-tool: Print #include directives when --import'ing.
53758
53759 2004-12-28  Simon Josefsson  <jas@extundo.com>
53760
53761         * tests/test-base64.c: Include required header files.  Remove
53762         unused variables.
53763
53764 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53765
53766         * modules/error (Depends-on): Remove gettext.
53767
53768 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53769
53770         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53771         not needed.  This removes a dependency on the gettext module.
53772         [defined _LIBC]: Do not include <libintl.h>; not needed.
53773
53774 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53775
53776         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53777         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53778
53779 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53780
53781         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53782         HAVE_DECL_STRTOLD.
53783
53784 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53785
53786         * modules/getdate (Depends-on): Remove alloca-opt.
53787
53788 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53789
53790         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53791
53792 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53793
53794         * lib/argp-parse.c: Include <stddef.h>.
53795         (alignof, alignto): New macros.
53796         (parser_init): Don't assume that void * is aligned sufficiently
53797         for struct option.
53798
53799         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53800         need to extend the stack.
53801         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53802         large.
53803
53804 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53805
53806         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53807
53808 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53809
53810         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53811         (2004-10-24) change.  Apparently this was a false alarm.
53812
53813         * modules/getdate: Depend on alloca-opt, not alloca.
53814
53815 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53816
53817         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53818         Remove now-obsolete comment about AIX.
53819         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53820         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53821         (YYMAXDEPTH): New macro.
53822
53823 2004-12-18  Simon Josefsson  <jas@extundo.com>
53824
53825         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53826
53827 2004-12-18  Bruno Haible  <bruno@clisp.org>
53828
53829         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53830
53831 2004-12-18  Bruno Haible  <bruno@clisp.org>
53832
53833         * lib/fatal-signal.c (fatal_signals): Make non-const.
53834         (init_fatal_signals): New function.
53835         (uninstall_handlers, install_handlers): Ignore signals that were set to
53836         SIG_IGN.
53837         (at_fatal_signal): Call init_fatal_signals.
53838         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53839         SIG_IGN.
53840         Reported by Paul Eggert.
53841
53842 2004-12-18  Bruno Haible  <bruno@clisp.org>
53843
53844         * doc/alloca.texi: New file.
53845         * doc/alloca-opt.texi: New file.
53846
53847 2004-12-17  Jim Meyering  <jim@meyering.net>
53848
53849         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53850         Otherwise, install-sh could exit with improper exit status when
53851         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53852
53853 2004-12-16  Simon Josefsson  <jas@extundo.com>
53854
53855         * tests/test-base64.c: Add license.
53856
53857 2004-12-15  Stepan Kasal  <address@hidden>
53858
53859         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53860
53861 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53862
53863         * modules/getcwd (Files): Add m4/d-ino.m4.
53864         Suggested by Mark D. Baushke.
53865
53866 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53867
53868         * lib/getdate.y (textint): New member "negative".
53869         (time_zone_hhmm): New function.
53870         Expect 14 shift-reduce conflicts, not 13.
53871         (o_colon_minutes): New rule.
53872         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53873         (yylex): Set the "negative" member of signed numbers.
53874
53875 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53876
53877         * doc/getdate.texi (Time of day items, Time zone items):
53878         Describe new formats +00:00, UTC+00:00.
53879
53880 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53881
53882         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53883         spurious "-l"s.  Problem reported by Stepan Kasal.
53884
53885 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53886
53887         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53888         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53889
53890 2004-12-04  Simon Josefsson  <jas@extundo.com>
53891
53892         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53893         Vandoorselaere <yoann@prelude-ids.org>.
53894
53895 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53896
53897         Changes imported from coreutils.
53898         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53899         exist.
53900         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53901
53902 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53903
53904         Changes imported from coreutils.
53905         * lib/hard-locale.c: Assume <locale.h> exists.
53906         Include "strdup.h".
53907         (GLIBC_VERSION): New macro.
53908         (hard_locale): Assume setlocale exists.
53909         Rewrite to avoid #ifdef.
53910         Use strdup rather than malloc + strcpy.
53911         * lib/human.c: Assume <locale.h> exists.
53912         (human_readable): Assume localeconv exists.
53913
53914 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53915
53916         * modules/hard-locale (Depends-on): Add strdup.
53917
53918 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53919
53920         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53921         convert T2, not T.  (Imported from libc.)
53922
53923 2004-11-30  Simon Josefsson  <jas@extundo.com>
53924
53925         * modules/restrict (License): Change to LGPL.
53926
53927 2004-11-30  Simon Josefsson  <jas@extundo.com>
53928
53929         * m4/restrict.m4: Add copyright and copying conditions.
53930
53931 2004-11-30  Simon Josefsson  <jas@extundo.com>
53932
53933         * m4/base64.m4: New file.
53934
53935 2004-11-30  Simon Josefsson  <jas@extundo.com>
53936
53937         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53938         base64.
53939
53940         * tests/test-base64.c: New file.
53941
53942         * modules/base64: New file.
53943
53944 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53945
53946         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53947         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53948
53949         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53950
53951 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53952
53953         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53954         (__getcwd.c): Don't restore errno; glibc doesn't.
53955         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53956         first, falling back to our code only if its results look suspicious.
53957         Ensure that the resulting buffer is only as large as necessary.
53958
53959         * lib/readutmp.c: Include readutmp.h first.
53960         Include <errno.h>, since readutmp.h no longer does that.
53961         * lib/readutmp.h: Don't include <errno.h>,
53962         <sys/param.h>, <time.h>; not needed to establish interface.
53963         (errno): Remove decl.
53964         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53965         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53966         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53967
53968 2004-11-28  Simon Josefsson  <jas@extundo.com>
53969
53970         * lib/base64.h, base64.c: New file.
53971
53972 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53973
53974         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53975
53976 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53977
53978         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53979         (Depends-on): Remove pathmax, same.  Add mempcpy.
53980         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53981         (Makefile.am): Append getcwd.h to lib_SOURCES.
53982         (Include): Add getcwd.h.
53983         (Maintainer): Change from Jim Meyering to "all, glibc",
53984         since getdate now uses intended-for-glibc code.
53985         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53986         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53987
53988 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53989
53990         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53991         HP's ANSI C compiler.
53992         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53993         Declaring int functions causes warnings on some modern systems and
53994         shouldn't be needed to compile on ancient ones.
53995         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53996         defined.
53997
53998         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53999         with the following changes.
54000         (__set_errno): Parenthesize properly.
54001         Include <stdbool.h>.
54002         (MIN, MAX, MATCHING_INO): New macros.
54003         (__getcwd): Define with prototype, not K&R form.
54004         Use heuristics to allocate default buffer on stack if possible.
54005         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54006         behavior, and to avoid the PATH_MAX limit when computing
54007         ../../../../...
54008         Use MATCHING_INO to compare inode number to file.
54009         Check for arithmetic overflow in size calculations.
54010         Fix bug in reallocation of dot array that caused getcwd to fail
54011         on directories nested deeper than 75.
54012         Be more careful about saving errno on error.
54013         Do not use realloc; use only free+malloc, as this is a bit
54014         more flexible and avoids a needless copy operation.
54015         Do not inspect st_dev and st_ino for symbolic links; POSIX
54016         doesn't specify the latter.
54017         Check for closedir errors.
54018         Avoid needless casts.
54019         Use "#ifdef weak_alias" around weak_alias, to be like other
54020         glibc code.
54021         The following changes to getcwd.c have effect only when used in
54022         gnulib; they have no effect inside glibc proper.
54023         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54024         as alloca isn't used.
54025         (alloca, __alloca): Likewise.
54026         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54027         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54028         unconditionally, as gnulib assumes C89 or better.
54029         Do not include <sys/param.h>.
54030         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54031         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54032         better.
54033         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54034         Include <dirent.h> in a way that is compatible with modern Autoconf.
54035         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54036         New macros, if not already defined.
54037         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54038         Use "_LIBC", not "defined _LIBC", for consistency.
54039         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54040         a mempcpy module.
54041         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54042         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54043         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54044         credit only to Jim Meyering and adjust the copyright dates.
54045         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54046         <stdlib.h>, <unistd.h>, "pathmax.h".
54047         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54048         (INITIAL_BUFFER_SIZE): Remove.
54049         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54050
54051 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54052
54053         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54054         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54055         Use the _ONCE methods, for efficiency.
54056         Check for fcntl.h.  In test program, include <errno.h>
54057         and <fcntl.h> if available.  Remove old K&R cruft from
54058         test program.  Check for common errors in GNU/Linux,
54059         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54060         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54061         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54062         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54063         name accordingly.
54064         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54065         accommodate new getcwd.c.
54066         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54067         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54068         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54069         that's all we need now.
54070
54071 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54072
54073         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54074         argp-parse.c depends on getopt internals, that means we should
54075         always use our getopt, to be on the safe side.
54076         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54077         order not to spoil the result of an eventual previous invocation
54078         of gl_GETOPT_SUBSTITUTE.
54079
54080 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54081
54082         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54083         redefinition warnings. To avoid them, include the defines
54084         in `#if !defined __need_getopt ... #endif'. The only place
54085         where __getopt_argv_const is used is in definitions
54086         of getopt_long and getopt_long_only below, which are as well
54087         protected by `#ifndef __need_getopt'.
54088         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54089         __need_getopt after including <stdio.h> and <unistd.h> These
54090         headers might have defined it.
54091
54092 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54093
54094         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54095
54096 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54097
54098         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54099         (futimens): New function, which uses futimes if available.
54100         (futimens, utimens): Support timespec==NULL, with same semantics
54101         as utime and utimens.
54102         * lib/utimens.h (futimens): New decl.
54103
54104 2004-11-23  Jim Meyering  <jim@meyering.net>
54105
54106         * lib/getopt_.h: Remove trailing blanks.
54107
54108 2004-11-23  Jim Meyering  <jim@meyering.net>
54109
54110         * lib/__fpending.c: Add comment.
54111
54112 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54113
54114         * modules/canonicalize (Depends-on): Add xreadlink.
54115         Problem reported by James Youngman.
54116
54117 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54118
54119         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54120         New macros.
54121         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54122         optopt): Use them instead of invoking ## directly; otherwise, the
54123         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54124
54125 2004-11-19  Bruno Haible  <bruno@clisp.org>
54126
54127         * lib/strtok_r.c: Move comments from here...
54128         * lib/strtok_r.h: ... to here.
54129
54130 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54131
54132         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54133         implementations that mishandle size_t overflow.
54134
54135 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54136
54137         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54138         might fail.  Problem reported by Yoann Vandoorselaere.
54139         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54140         implementations that mishandle size_t overflow.
54141
54142 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54143
54144         * modules/canon-host (Depends-on): Add strdup.
54145
54146 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54147
54148         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54149
54150 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54151
54152         * lib/canon-host.c: Include "strdup.h".
54153         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54154         Use strdup instead of malloc/strcpy to duplicate strings.
54155
54156         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54157         (human_space_before_unit): New constant.
54158         * lib/human.c (human_readable): Support it.
54159
54160         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54161         (xgetcwd): Set errno correctly when failing.
54162         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54163         the failure is actually due to a PATH_MAX problem.
54164
54165         Further getopt changes to make it more likely that glibc will
54166         buy the changes back.
54167         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54168         (getopt): Use it, so to preserve glibc semantic
54169         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54170         when compiling for libc.
54171         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54172         (getopt_long, getopt_long_only): Use it.
54173
54174         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54175         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54176         (getopt): Argv is now char * const *, as per standard.
54177         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54178         not char *__getopt_argv_const *.
54179         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54180         _getopt_long_only_r): Likewise.
54181         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54182         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54183         _getopt_long_r, _getopt_long_only_r): Likewise.
54184         * lib/getopt_.h (__getopt_argv_const): Remove.
54185         (getopt): Argv is now char * const *, as per standard.
54186
54187         * lib/getdate.y (tORDINAL): New token.
54188         (day, relunit): Allow it for relative times.
54189         (relative_time_table): Use tORDINAL for ordinals.
54190
54191 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54192
54193         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54194         Document that "second" isn't allowed as an ordinal number.
54195
54196 2004-11-16  Jim Meyering  <jim@meyering.net>
54197
54198         * modules/closeout (Depends-on): Add fpending.
54199
54200 2004-11-15  Jim Meyering  <jim@meyering.net>
54201
54202         * lib/closeout.c: Include "__fpending.h" once again.
54203         Include <stdbool.h>.
54204         (close_stdout): Don't fail just because stdout was closed initially,
54205         since some programs don't write to stdout in the normal course of
54206         operation (other than --version and --help), and we don't want this
54207         function to make e.g. `touch file >&-' fail.
54208         But do fail if it was closed and someone has tried to write to it.
54209         E.g., `printf foo >&-' must fail.
54210
54211 2004-11-13  Jim Meyering  <jim@meyering.net>
54212
54213         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54214
54215 2004-11-12  Simon Josefsson  <jas@extundo.com>
54216
54217         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54218         small doc fix is still pending.
54219
54220 2004-11-11  Simon Josefsson  <jas@extundo.com>
54221
54222         * modules/strtok_r: New file.
54223
54224         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54225         strtok_r.
54226
54227 2004-11-11  Simon Josefsson  <jas@extundo.com>
54228
54229         * m4/strtok_r.m4: New file.
54230
54231         * m4/getopt.m4: Replace opterr.
54232
54233 2004-11-11  Simon Josefsson  <jas@extundo.com>
54234
54235         * lib/strtok_r.h, strtok_r.c: New file.
54236
54237 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54238
54239         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54240         of replacing opterr, getopt, etc.  This should handle the
54241         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54242
54243 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54244
54245         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54246         we can stop lying to compilers about the constness of argv when we
54247         are compiled outside glibc.
54248         (getopt, getopt_long, getopt_long_only): Use it.
54249         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54250         _getopt_internal, getopt): Likewise.
54251         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54252         _getopt_long_only_r): Likewise.
54253         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54254         _getopt_long_r, _getopt_long_only_r): Likewise.
54255
54256         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54257         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54258         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54259         the other external symbols.
54260         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54261         declaration, since the above renaming now works around collisions.
54262
54263 2004-11-11  Jim Meyering  <jim@meyering.net>
54264
54265         * lib/linebreak.c: Remove trailing blanks.
54266         * lib/alloca_.h: Likewise.
54267         * lib/acosl.c: Likewise.
54268         * lib/euidaccess.c: Likewise.
54269         * lib/allocsa.h: Likewise.
54270
54271 2004-11-10  Simon Josefsson  <jas@extundo.com>
54272
54273         * m4/getaddrinfo.m4: New file.
54274
54275 2004-11-10  Simon Josefsson  <jas@extundo.com>
54276
54277         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54278
54279 2004-11-10  Simon Josefsson  <jas@extundo.com>
54280
54281         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54282         getaddrinfo.
54283
54284         * modules/getaddrinfo: New file.
54285
54286 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54287
54288         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54289
54290 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54291
54292         * lib/mktime.c (SHR): New macro, which is a portable
54293         substitute for >> that should work even on Crays.
54294         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54295         Problem reported by Mark D. Baushke in
54296         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54297         * lib/getdate.y (SHR): Likewise.
54298         (tm_diff): Use it.
54299         * lib/strftime.c (SHR): Likewise.
54300         (tm_diff): Use it.
54301         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54302         quote_these_too, so that right shifts are well defined.  All uses
54303         changed.
54304
54305 2004-11-10  Jim Meyering  <jim@meyering.net>
54306
54307         Ensure that no close failure goes unreported.
54308         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54309         return early when it seems there's nothing to flush.
54310         Don't include __fpending.h.
54311
54312 2004-11-10  Jim Meyering  <jim@meyering.net>
54313
54314         * modules/closeout (Depends-on): Remove fpending.
54315
54316 2004-11-10  Jim Meyering  <jim@meyering.net>
54317
54318         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54319
54320 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54321
54322         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54323         gl_FUNC_STRFTIME.
54324         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54325         and AC_REQUIRE when possible, to avoid duplicate checks.
54326         Check for <wchar.h>.
54327
54328 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54329
54330         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54331
54332 2004-11-09  Bruno Haible  <bruno@clisp.org>
54333
54334         * m4/sockpfaf.m4: New file.
54335
54336 2004-11-05  Bruno Haible  <bruno@clisp.org>
54337
54338         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54339         Reported by Mark D. Baushke <mdb@cvshome.org>.
54340
54341 2004-11-04  Bruno Haible  <bruno@clisp.org>
54342
54343         2004-09-11  Bruno Haible  <bruno@clisp.org>
54344                 * allocsa.valgrind: New file.
54345         2004-02-06  Bruno Haible  <bruno@clisp.org>
54346                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54347                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54348                 Reported by Christopher Seip <chris.seip@hp.com>.
54349
54350 2004-11-04  Bruno Haible  <bruno@clisp.org>
54351
54352         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54353         (Makefile.am): Distribute it.
54354
54355 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54356
54357         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54358         with errno == ERANGE if the buffer is too small.
54359         Problem reported by Mark D. Baushke.
54360
54361 2004-11-03  Albert Chin  <china@thewrittenword.com>
54362             Paul Eggert  <eggert@cs.ucla.edu>
54363
54364         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54365         equivalent, substitute $ac_type for equivalent type rather than
54366         blindly using uint32_t *always* which won't work if uint32_t is not
54367         available.  Define _UINT32_T to work around typedef of uint32_t if
54368         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54369         2.5.1.
54370
54371 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54372
54373         * m4/jm-macros.m4: Sync from coreutils.
54374         (gl_MACROS): Check for mbrlen, for pathchk.
54375         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54376
54377 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54378
54379         * lib/xreadlink.c (MAXSIZE): New macro.
54380         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54381         size does not exceed MAXSIZE.  Avoid cast.
54382         As suggested by Mark D. Baushke in
54383         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54384         if readlink fails with buffer size just under MAXSIZE, try again
54385         with MAXSIZE.
54386
54387 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54388
54389         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54390
54391 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54392         and  Paul Eggert  <eggert@cs.ucla.edu>
54393
54394         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54395         (get_date): Overparenthesize to avoid GCC warning.
54396
54397 2004-11-02  Bruno Haible  <bruno@clisp.org>
54398
54399         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54400         returns void.
54401
54402 2004-11-02  Bruno Haible  <bruno@clisp.org>
54403
54404         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54405         function returns void.
54406
54407 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54408
54409         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54410         fflush_unlocked, flockfile, funlockfile, funlockfile,
54411         fputs_unlocked, putc_unlocked.
54412
54413 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54414
54415         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54416         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54417         already declared.
54418
54419 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54420
54421         * modules/getdate (Files): Add doc/getdate.texi.
54422         (Depends-on): Add setenv, xalloc.
54423
54424 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54425
54426         * lib/getdate.y: Add support for TZ="foo" within a date string.
54427         Fix some bugs near time_t boundaries.  Reject dates with
54428         out-of-range components, e.g., "Sept 31".
54429         Include <stdlib.h>, "setenv.h", "xalloc.h".
54430         (ISDIGIT_LOCALE): Remove; unused.
54431         Note that the TZ and time functions used here are not reentrant.
54432         (mktime_ok, get_tz): New functions.
54433         (TZBUFSIZE): New constant.
54434         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54435         This requires that we sometimes generate our own TZ="XXX..." setting.
54436
54437 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54438
54439         * doc/getdate.texi: New file, from coreutils with modifications for
54440         the new TZ parsing.
54441
54442 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54443
54444         * lib/mktime.c (not_equal_tm): Remove redundant check.
54445
54446 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54447
54448         * modules/regex (lib_SOURCES): Add regex.c.
54449         Reported by James Youngman in
54450         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54451
54452 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54453
54454         * lib/getdate.y: Use Bison 1.875 features, and some minor
54455         code cleanups.  This change does not affect semantics.
54456         Don't include <stdlib.h>; no longer needed.
54457         Don't include unlocked-io.h; only the "#if TEST" code uses
54458         stdio, and performance isn't crucial there.
54459         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54460         Bison 1.875 features as described below.
54461         All uses of "PC." replaced by "pc->".
54462         (YYSTYPE): Add a forward declaration.
54463         (yylex, yyerror): Use full prototypes in forward decls.
54464         Use "%pure-parser" rather than obsolescent "%pure_parser".
54465         Use %parse-param and %lex-param instead of obsolescent
54466         YYPARSE_PARAM and YYLEX_PARAM.
54467         (meridian_table, month_and_day_table, time_units_table,
54468         relative_time_table, time_zone_table, military_table,
54469         lookup_zone, lookup_word, get_date):
54470         Use NULL instead of 0 where appropriate.
54471         (to_hour): Avoid abort (), to avoid a dependency on
54472         stdlib.h.
54473         (yyerror, yylex): Now accepts parser_control * arg.
54474         (main) [TEST]: Use '\0' rather than 0 for char.
54475
54476 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54477
54478         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54479
54480 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54481
54482         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54483         It's now the caller's responsibility to handle the case where
54484         !HAVE_GETPAGESIZE && !defined getpagesize.
54485
54486         * lib/mktime.c (leapyear): Arg is long int, not int.
54487
54488 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54489
54490         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54491
54492 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54493
54494         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54495         missing.  Problem reported by James Youngman.
54496
54497 2004-10-16  Simon Josefsson  <jas@extundo.com>
54498
54499         * gnulib-tool: Fix comments.  Fix parse problem.
54500         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54501
54502 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54503
54504         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54505         implementation of getopt_long.  Problem reported by Alexander Taler in:
54506         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54507
54508 2004-10-15  Bruno Haible  <bruno@clisp.org>
54509
54510         * gnulib-tool: Untabify. Initialize supplied_libname.
54511         (func_usage): More homogenous output.
54512         (func_modules_transitive_closure, func_modules_to_filelist,
54513         func_emit_lib_Makefile_am): New functions.
54514         (func_import): New function, extracted from big case statement. Use
54515         func_get_license, func_modules_transitive_closure,
54516         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54517         opt_lgpl. Don't use test -a, as it's not portable.
54518         (func_create_testdir): Use func_modules_transitive_closure,
54519         func_modules_to_filelist, func_emit_lib_Makefile_am.
54520
54521 2004-10-15  Bruno Haible  <bruno@clisp.org>
54522
54523         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54524
54525 2004-10-15  Bruno Haible  <bruno@clisp.org>
54526
54527         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54528         the portions belonging to each module.
54529         Suggested by Derek Robert Price <derek@ximbiot.com>.
54530
54531 2004-10-12  Simon Josefsson  <jas@extundo.com>
54532
54533         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54534         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54535         to real functions.
54536
54537 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54538
54539         * modules/vsnprintf: New file.
54540
54541 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54542
54543         * m4/vsnprintf.m4: New file.
54544
54545 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54546
54547         * lib/vsnprintf.h: New file.
54548         * lib/vsnprintf.c: New file.
54549
54550 2004-10-11  Bruno Haible  <bruno@clisp.org>
54551
54552         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54553         vsnprintf.
54554
54555 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54556
54557         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54558
54559 2004-10-07  Bruno Haible  <bruno@clisp.org>
54560
54561         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54562         fits into the provided buffer.
54563
54564 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54565
54566         * lib/diacrit.c, diacrit.h: Add GPL notice.
54567
54568         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54569         notice.
54570         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54571         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54572         This avoids a potential constant-folding bug.
54573
54574 2004-10-05  Bruno Haible  <bruno@clisp.org>
54575
54576         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54577         for the declaration of strsep.
54578
54579 2004-10-05  Bruno Haible  <bruno@clisp.org>
54580
54581         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54582
54583 2004-10-04  Simon Josefsson  <jas@extundo.com>
54584
54585         * modules/memmem: New file.
54586         * tests/test-memmem.c: New file.
54587         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54588
54589 2004-10-04  Simon Josefsson  <jas@extundo.com>
54590
54591         * m4/memmem.m4: New file.
54592
54593 2004-10-04  Simon Josefsson  <jas@extundo.com>
54594
54595         * lib/memmem.h: New file.
54596         * lib/memmem.c: New file, taken from glibc.
54597
54598 2004-10-04  Simon Josefsson  <jas@extundo.com>
54599
54600         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54601         '#ifdef USE_UNLOCKED_IO'.
54602
54603 2004-10-04  Simon Josefsson  <jas@extundo.com>
54604
54605         * config/srclist.txt: Add memmem from glibc.
54606
54607 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54608
54609         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54610
54611         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54612         modules/exclude, modules/getdate, modules/getline,
54613         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54614         modules/getusershell, modules/linebuffer, modules/md5,
54615         modules/mountlist, modules/posixtm, modules/readtokens,
54616         modules/readutmp, modules/regex, modules/sha1,
54617         modules/version-etc, modules/yesno:
54618         Remove dependency on unlocked-io.
54619
54620 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54621
54622         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54623
54624         * m4/unlocked-io.m4: Add copyright notice.
54625         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54626
54627 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54628
54629         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54630         * lib/xmalloc.c (xmemdup): Likewise.
54631         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54632         XFREE): Remove these long-obsolescent macros.
54633         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54634         * lib/xstrdup.c: Remove.
54635
54636         * lib/regex.c (re_comp): Cast gettext return value to char *,
54637         Problem reported by Martin Neitzel via Mark D. Baushke.
54638
54639 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54640
54641         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54642         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54643         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54644         regex.c, sha1.c, version-etc.c, yesno.c:
54645         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54646         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54647         the includer's responsibility.
54648
54649         Sync from coreutils.
54650
54651         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54652         points to the start of a string, as the C Standard says the
54653         resulting behavior is undefined.
54654
54655         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54656         simple -> simple_backups, numbered_existing ->
54657         numbered_existing_backups, numbered -> numbered_backups
54658         to avoid shadowing problems.  All uses changed.
54659         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54660         * lib/backupfile.c (check_extension, numbered_backup):
54661         Rename locals to avoid shadowing 'basename'.
54662         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54663         once.
54664
54665         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54666         * lib/.cvsignore: Add getopt.h.
54667
54668 2004-10-04  Bruno Haible  <bruno@clisp.org>
54669
54670         * modules/README: New file.
54671         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54672         not a module.
54673
54674 2004-10-02  Jim Meyering  <jim@meyering.net>
54675
54676         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54677
54678 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54679
54680         * modules/strsep: New file.
54681
54682 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54683
54684         * m4/strsep.m4: New file.
54685
54686 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54687
54688         * lib/strsep.h: New file.
54689         * lib/strsep.c: New file.
54690
54691 2004-10-01  Simon Josefsson  <jas@extundo.com>
54692
54693         * lib/snprintf.c (snprintf): Handle size==0.
54694
54695 2004-10-01  Simon Josefsson  <jas@extundo.com>
54696             Bruno Haible  <bruno@clisp.org>
54697
54698         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54699         (snprintf): Declare 'args'.
54700
54701 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54702
54703         * lib/snprintf.c: Remove comments as to why each header is needed.
54704
54705 2004-10-01  Bruno Haible  <bruno@clisp.org>
54706
54707         * MODULES.html.sh: Add strsep.
54708
54709 2004-09-30  Simon Josefsson  <jas@extundo.com>
54710
54711         * modules/snprintf: New file.
54712
54713 2004-09-30  Simon Josefsson  <jas@extundo.com>
54714
54715         * m4/snprintf.m4: New file.
54716
54717 2004-09-30  Simon Josefsson  <jas@extundo.com>
54718
54719         * lib/snprintf.h, lib/snprintf.c: New files.
54720
54721 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54722
54723         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54724         (hol_entry_help): Never translate an empty string.
54725         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54726         * lib/argp.h (OPTION_NO_TRANS): New option.
54727
54728 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54729
54730         * modules/argp (Maintainer): Replace Simon Josefsson
54731         by Sergey Poznyakoff.
54732
54733 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54734
54735         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54736         changes merged back into glibc.
54737
54738 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54739
54740         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54741
54742 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54743
54744         * lib/xvasprintf.c: Include xalloc.h.
54745         (xvasprintf): Use xalloc_die, not xmalloc_die.
54746
54747 2004-09-29  Bruno Haible  <bruno@clisp.org>
54748
54749         * modules/alloca-opt: New file, derived from modules/alloca.
54750         * modules/allocsa: Depend on alloca-opt instead of alloca.
54751         * modules/setenv: Likewise.
54752         * modules/vasnprintf: Likewise.
54753         * MODULES.html.sh: Add alloca-opt.
54754
54755 2004-09-28  Simon Josefsson  <jas@extundo.com>
54756
54757         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54758         LGPL, and to replace license template from GPL to LGPL.
54759
54760 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54761
54762         * modules/dummy: Change license to LGPL.
54763
54764 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54765
54766         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54767
54768 2004-09-24  Simon Josefsson  <jas@extundo.com>
54769
54770         * modules/minmax (License): Change from GPL to LGPL.
54771
54772 2004-09-23  Simon Josefsson  <jas@extundo.com>
54773
54774         * gnulib-tool (--import): Typo.
54775
54776 2004-09-23  Simon Josefsson  <jas@extundo.com>
54777
54778         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54779
54780 2004-09-22  Bruno Haible  <bruno@clisp.org>
54781
54782         * modules/*: Add 'License' field.
54783         * gnulib-tool: Accept --extract-license option.
54784         (func_get_license): New function.
54785
54786 2004-09-21  Bruno Haible  <bruno@clisp.org>
54787
54788         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54789         Reported by Simon Josefsson.
54790
54791 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54792
54793         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54794         gl_AC_TYPE_LONG_LONG.
54795
54796 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54797
54798         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54799
54800 2004-09-18  Simon Josefsson  <jas@extundo.com>
54801         and  Paul Eggert  <eggert@cs.ucla.edu>
54802
54803         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54804         calls with autoreconf.  Define GL_LIB.
54805
54806 2004-09-14  Karl Berry  <karl@gnu.org>
54807
54808         * config/srclist.txt: unsync setenv.c, sigh.
54809
54810 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54811
54812         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54813         Problem reported by Bruno Haible in:
54814         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54815
54816 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54817
54818         * config/srclist.txt: Comment out argp-pvh.c.
54819
54820 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54821
54822         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54823         in case some system header has #define'd it.  Problem reported by
54824         Soeren D. Schulze in
54825         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54826
54827 2004-09-09  Karl Berry  <karl@gnu.org>
54828
54829         * regex.[ch]: delete from the root.  These were supposed to be
54830                 synced with emacs cvs, but this has not happened for about
54831                 a year, and anyway nothing else uses emacs regex.[ch].
54832                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54833                 lib/regex[.ch] is untouched.
54834
54835 2004-09-09  Bruno Haible  <bruno@clisp.org>
54836
54837         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54838
54839 2004-09-09  Bruno Haible  <bruno@clisp.org>
54840
54841         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54842         modifications.
54843         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54844
54845 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54846
54847         * modules/xvasprintf: New file.
54848         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54849
54850 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54851
54852         * lib/xvasprintf.h: New file.
54853         * lib/xvasprintf.c: New file.
54854         * lib/xasprintf.c: New file.
54855
54856 2004-09-08  Bruno Haible  <bruno@clisp.org>
54857
54858         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54859
54860 2004-09-08  Bruno Haible  <bruno@clisp.org>
54861
54862         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54863         length is > INT_MAX.
54864         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54865         more.
54866
54867 2004-09-08  Bruno Haible  <bruno@clisp.org>
54868
54869         * lib/stdint_.h: New file, taken from GNU clisp.
54870
54871 2004-09-08  Bruno Haible  <bruno@clisp.org>
54872             Oskar Liljeblad  <oskar@osk.mine.nu>
54873
54874         * modules/stdint: New file.
54875         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54876
54877 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54878
54879         Import from coreutils.
54880         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54881         strings on unbounded length.  alloca's performance benefits aren't
54882         that important here.
54883         (V_STRDUP): Remove.
54884         (parse_with_separator): New function, with most of the internals
54885         of the old parse_user_spec.  Allow user to omit both user and group,
54886         for compatibility with FreeBSD.
54887         Clone only the user name, not the entire spec.
54888         Do not set *uid, *gid unless entirely successful.
54889         Avoid memory leak in some failing cases.
54890         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54891         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54892         (parse_user_spec): Rewrite to use parse_with_separator.
54893
54894 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54895
54896         * modules/userspec: Don't depend on alloca.
54897
54898 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54899
54900         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54901
54902 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54903
54904         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54905         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54906         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54907
54908 2004-08-16  Simon Josefsson  <jas@extundo.com>
54909
54910         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54911         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54912         Add --dry-run for --import.
54913         Let user provided command line parameters override configure.ac
54914         settings.
54915
54916 2004-08-12  Simon Josefsson  <jas@extundo.com>
54917
54918         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54919         as discussed with Paul Eggert in threads rooted at
54920         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54921         and
54922         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54923         Before, the test was empty, and relied on ELIDE_CODE in source
54924         code.)
54925         (gl_PREREQ_GETOPT): New macro.
54926         (gl_GETOPT): Use them.
54927
54928 2004-08-12  Simon Josefsson  <jas@extundo.com>
54929
54930         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54931         * lib/getopt_.h: Renamed from getopt.h.
54932
54933 2004-08-12  Simon Josefsson  <jas@extundo.com>
54934
54935         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54936         Change default library name from libfoo to libgnu.
54937         Now, if you have a configure.ac that says:
54938                 gl_SOURCE_BASE(gl)
54939                 gl_M4_BASE(gl/m4)
54940                 gl_MODULES(error getopt etcetera)
54941                 gl_INIT
54942         you can import all you need by running:
54943                 ../gnulib/gnulib-tool --import
54944
54945         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54946         (Makefile.am): Rewrite, use logic from argz.
54947         (Include): Use <getopt.h> instead of "getopt.h".
54948
54949 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54950
54951         * modules/argp (Files): Add m4/unlocked-io.m4.
54952         (Depends-on): Add extensions.
54953
54954 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54955
54956         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54957         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54958         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54959         Check for program_invocation_name, program_invocation_short_name,
54960         flockfile, funlockfile, features.h, _getopt_long_only_r.
54961
54962 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54963
54964         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54965         its complicated substitute.
54966         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54967         and program_invocation_name.
54968         (__argp_basename) [!_LIBC]: Remove; the only use was
54969         replaced by its body.
54970         (__argp_short_program_name): Change condition from
54971         !defined __argp_short_program_name to
54972         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54973         to match argp-namefrob.h.
54974         (__argp_failure): Don't assume strerror_r returns char *.
54975         * lib/argp-parse.c (N_): Define unconditionally.
54976         (argp_default_options): Fill out initializers with 0 to avoid
54977         gcc warnings.
54978
54979 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54980
54981         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54982         getopt1.c.
54983
54984 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54985
54986         Merge from coreutils.
54987
54988         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54989
54990         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54991         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54992
54993 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54994
54995         Merge from coreutils.
54996
54997         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54998         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54999         for Reliant Unix 5.43.
55000
55001         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55002         (union fooround): Use uintmax_t, not long int.
55003         The rest is a merge from libc:
55004         [defined _LIBC]: Include <shlib-compat.h>.
55005         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55006
55007         * lib/settime.c (settime): Recode to avoid warning with
55008         Sun Forte C 6U2.
55009
55010         * lib/strverscmp.c: Convert to UTF-8.
55011
55012 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55013
55014         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55015         m4/uintmax_t.m4.
55016
55017 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55018
55019         * modules/xalloc-die: New file.
55020         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55021
55022         * modules/md5 (Files): Add m4/uint32_t.m4.
55023         * modules/sha1: Renamed from modules/sha.
55024         (Files):
55025         Rename lib/sha.h to lib/sha1.h.
55026         Rename lib/sha.c to lib/sha1.c.
55027         Rename m4/sha.m4 to m4/sha1.m4.
55028         (lib_SOURCES): Likewise.
55029         (configure.ac): Rename gl_SHA to gl_SHA1.
55030         (Include): sha.h -> sha1.h.
55031
55032 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55033
55034         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55035         * m4/sha1.m4: Renamed from sha.m4.
55036         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55037
55038 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55039
55040         * lib/obstack.h (obstack_empty_p):
55041         Don't assume that chunk->contents is suitably aligned.
55042         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55043         Likewise. Problem reported by Benno in
55044         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55045
55046         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55047         readable.  This could be improved further but it'd take some work.
55048
55049 2004-08-08  Simon Josefsson  <jas@extundo.com>
55050
55051         * modules/xgethostname (Depends-on): Remove exit and error (not
55052         used).
55053
55054         * modules/getpass-gnu: Add getpass.h.
55055         (Depends-on): Add stdbool.
55056         * modules/getpass: Add getpass.h.
55057
55058 2004-08-08  Simon Josefsson  <jas@extundo.com>
55059
55060         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55061         Check getpass declaration.
55062
55063 2004-08-08  Simon Josefsson  <jas@extundo.com>
55064
55065         * lib/xgethostname.c: Don't include error.h (not used).
55066
55067         * lib/getpass.h: Add.
55068         * lib/getpass.c: Include getpass.h first.
55069
55070 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55071
55072         * lib/xalloc-die.c: New file.
55073         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55074         All uses removed.
55075         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55076         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55077         xalloc-die.c.
55078         (_, N_, xalloc_die): Move to xalloc-die.c.
55079         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55080         so that we needn't mess with xalloc_msg_memory_exhausted.
55081
55082         * lib/sha1.h: Renamed from sha.h.
55083         (SHA1_H): Renamed from _SHA_H.
55084         (sha1_ctx): Renamed from sha_ctx.
55085         (sha1_init_ctx): Renamed from sha_init_ctx.
55086         (sha1_process_block): Renamed from sha_process_block.
55087         (sha1_process_bytes): Renamed from sha_process_bytes.
55088         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55089         (sha1_read_ctx): Renamed from sha_read_ctx.
55090         (sha1_stream): Renamed from sha_stream.
55091         (sha1_buffer): Renamed from sha_buffer.
55092         * lib/sha1.c: Likewise; renamed from sha.c.
55093         Do not include <sys/types.h>.
55094         Include <stddef.h> rather than <stdlib.h>.
55095
55096 2004-08-08  Bruno Haible  <bruno@clisp.org>
55097
55098         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55099         FILESYSTEM_PREFIX_LEN.
55100         * lib/progreloc.c: Likewise.
55101         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55102
55103 2004-08-06  Simon Josefsson  <jas@extundo.com>
55104
55105         * modules/progname (Depends-on): Don't depend on stdbool.
55106
55107 2004-08-06  Simon Josefsson  <jas@extundo.com>
55108
55109         * modules/getsubopt: New file.
55110         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55111         getsubopt.
55112
55113 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55114
55115         More merge from coreutils.
55116
55117         * m4/utimens.m4, m4/utimecmp.m4: New files.
55118         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55119         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55120         prereq.m4, sha.m4: Import changes from coreutils.
55121
55122 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55123
55124         More merge from coreutils.
55125         * modules/raise, modules/readtokens0, modules/utimens:
55126         * modules/utimecmp, module/xnanosleep: New files.
55127         * modules/strftime: Add lib/strftime.h.
55128         Change include from <time.h> to "strftime.h".
55129         * modules/yesno: Add lib/yesno.h.
55130         * modules/backupfile: Remove lib/addext.c.
55131         * modules/euidaccess: Add stat-macros.h.
55132         * modules/canonicalize, modules/euidaccess,
55133         modules/filemode, modules/lchown, modules/makepath,
55134         modules/rmdir, modules/stat: Likewise.
55135
55136 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55137
55138         Merge from tar.
55139         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55140         SIZE_MAX is a valid preprocessor constant.
55141         (__argp_basename): Change from "#ifndef _LIBC"
55142         to "#ifndef __argp_short_program_name", so that
55143         we don't compile these functions for tar.
55144
55145         More merges from coreutils.
55146         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55147         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55148         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55149         * lib/addext.c: Remove; no longer needed.
55150         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55151         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55152         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55153         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55154         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55155         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55156         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55157         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55158         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55159         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55160         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55161         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55162         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55163         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55164         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55165         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55166         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55167         Import changes from coreutils.
55168
55169 2004-08-05  Simon Josefsson  <jas@extundo.com>
55170
55171         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55172
55173 2004-08-05  Simon Josefsson  <jas@extundo.com>
55174
55175         * m4/getsubopt.m4: New file.
55176
55177 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55178
55179         Merge from coreutils.
55180
55181         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55182         * m4/getcwd-path-max.m4: New files.
55183
55184         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55185         FILESYSTEM_PREFIX_LEN ->
55186         FILE_SYSTEM_PREFIX_LEN.
55187         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55188         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55189         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55190         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55191
55192         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55193         prerequisite modules now handle the DOS stuff.
55194         Don't check for unistd.h.
55195
55196 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55197
55198         Merge from coreutils.
55199
55200         * lib/.gdb-history: Remove; this doesn't belong here.
55201
55202         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55203         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55204         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55205         * lib/getcwd.c: New files.
55206
55207         * lib/dirname.h: Include <stdbool.h>.
55208         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55209         for consistency with POSIX terminology.  All uses changed.
55210         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55211         (strip_trailing_slashes): Use bool for booleans.
55212         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55213
55214         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55215         sometimes returns a positive errno value even when it succeeds.
55216         (print_errno_message) [!LIBC]: Fall back on strerror if
55217         __strerror_r fails.
55218
55219         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55220         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55221         (longest_relative_suffix): New function.
55222         (path_concat): Use it.  Assume first argument is not NULL.
55223         Port to DOS.  Omit redundant separators.
55224         Report an error instead of returning NULL.
55225         Use mempcpy instead of memcpy.
55226         (xpath_concat): Remove: not declared or used.
55227
55228         * lib/same.h: Include <stdbool.h>
55229         (same_name): Return bool, not int.
55230         * lib/same.c (same_name): Likewise.
55231         (errno): Don't declare; we assume C89 or better now.
55232
55233         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55234         if not already defined.
55235
55236         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55237         * lib/dup-safer.c (errno): Likewise.
55238
55239 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55240
55241         Merge from coreutils.
55242         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55243         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55244         * modules/path-concat: Don't depend on strdup.
55245
55246 2004-08-03  Simon Josefsson  <jas@extundo.com>
55247
55248         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55249         * lib/progname.h: Don't include stdbool.h.
55250
55251 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55252
55253         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55254         * MODULES.html.sh (func_all_modules): Remove fatal.
55255
55256 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55257
55258         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55259
55260 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55261
55262         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55263         working.
55264
55265 2004-08-02  Simon Josefsson  <jas@extundo.com>
55266
55267         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55268         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55269         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55270
55271 2004-08-01  Simon Josefsson  <jas@extundo.com>
55272
55273         * lib/xgetdomainname.c: Include stdlib.h, for free().
55274
55275 2004-07-19  Bruno Haible  <bruno@clisp.org>
55276
55277         * MODULES.html.sh (func_all_modules): Add dummy.
55278
55279 2004-07-16  Simon Josefsson  <jas@extundo.com>
55280
55281         * modules/dummy: New file.
55282
55283 2004-07-16  Simon Josefsson  <jas@extundo.com>
55284
55285         * lib/dummy.c: New file.
55286
55287 2004-07-16  Bruno Haible  <bruno@clisp.org>
55288
55289         * lib/backupfile.h: Add extern "C" for C++.
55290         * lib/closeout.h: Likewise.
55291         * lib/copy-file.h: Likewise.
55292         * lib/findprog.h: Likewise.
55293         * lib/full-write.h: Likewise.
55294         * lib/pathname.h: Likewise.
55295         * lib/progname.h: Likewise.
55296         * lib/stpcpy.h: Likewise.
55297         * lib/stpncpy.h: Likewise.
55298         * lib/strcase.h: Likewise.
55299         * lib/strstr.h: Likewise.
55300         * lib/xalloc.h: Likewise.
55301
55302         * lib/mbswidth.h: Add extern "C" for C++.
55303         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55304
55305 2004-07-13  Robert Millan  <robertmh@gnu.org>
55306
55307         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55308
55309 2004-07-09  Simon Josefsson  <jas@extundo.com>
55310
55311         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55312         failed without this.)
55313
55314 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55315
55316         * modules/chown (Files): Add lib/fchown-stub.c, since
55317         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55318
55319 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55320
55321         * lib/fchown-stub.c: New file.
55322
55323 2004-06-24  Jim Meyering  <jim@meyering.net>
55324
55325         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55326
55327 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55328
55329         * modules/argz: Omit "#include".
55330
55331         * MODULES.html.sh (func_all_modules): Add calloc, to match
55332         2004-06-01 addition of calloc module.
55333
55334 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55335
55336         * m4/argz.m4: New file, which is autoupdated from libtool.
55337
55338 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55339
55340         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55341         libtool.
55342
55343 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55344
55345         * config/srclist-update: Don't insist on "USA." before the
55346         close-comment, as libtool omits the period and puts the */ on a
55347         separate line.
55348         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55349         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55350
55351 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55352
55353         * modules/argz: New file.
55354         * MODULES.html.sh (func_all_modules): Add argz.
55355
55356 2004-06-12  Jim Meyering  <jim@meyering.net>
55357         and  Paul Eggert  <eggert@cs.ucla.edu>
55358
55359         * modules/hash (Files): Add lib/xalloc.h.
55360         * modules/pipe (Depends-on): Add wait-process.
55361         * modules/stat (Depends-on): Add xalloc.
55362         * modules/userspec (Files): Add lib/userspec.h.
55363         * modules/xstrto
55364
55365         Upgrade from gettext-0.13.
55366         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55367         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55368         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55369
55370 2004-06-10  Jim Meyering  <jim@meyering.net>
55371
55372         * lib/calloc.c: New file.
55373
55374 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55375
55376         * lib/getdate.y (yylex): Allow space between sign and number.
55377         Problem reported by Dan Jacobson.
55378
55379 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55380
55381         Merge from coreutils CVS.
55382
55383         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55384         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55385         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55386         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55387         xstrtol.m4: Fix copyright date and/or serial number.
55388
55389         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55390         See if we need an fchown replacement.
55391         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55392         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55393         and use the replacement function if we detect either defect.
55394
55395         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55396         gl_UTIMECMP.
55397
55398 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55399         and  Jim Meyering  <jim@meyering.net>
55400
55401         Merge from coreutils CVS.
55402
55403         * lib/stat-macros.h: New file, with contents from file-type.h
55404         and coreutils' system.h.
55405         * lib/file-type.c: Include "stat-macros.h".
55406         * lib/file-type.h (file_type): Move all macro definitions to new file,
55407         stat-macros.h.
55408
55409         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55410         Wrap old code with this conditional.
55411         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55412         function that does not dereference symlinks.
55413         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55414
55415         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55416         dependency problems.
55417         (xreadlink): Accept new arg SIZE, for efficiency.
55418         All decls and uses changed.
55419         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55420
55421         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55422         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55423
55424         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55425         sysexits.h.
55426
55427 2004-06-01  Jim Meyering  <jim@meyering.net>
55428
55429         * m4/calloc.m4: New file.
55430
55431 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55432
55433         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55434         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55435         Also, fix a typo in a diagnostic.
55436
55437 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55438
55439         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55440         or AC_FUNC_REALLOC.
55441
55442 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55443
55444         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55445         macros to be defined.
55446         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55447         the allocator returns NULL because the requested size is zero.
55448
55449 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55450
55451         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55452         var.  Add comment explaining why libc still defines it.  This
55453         merges the following patch from glibc:
55454         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55455
55456 2004-05-20  Andreas Schwab  <schwab@suse.de>
55457
55458         * m4/free.m4: Replace free if it not known to work, not the other
55459         way round.
55460
55461 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55462
55463         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55464         present in glibc since revision 1.1 of this file.
55465         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55466         obstack_alignment_mask, obstack_alloc, obstack_base,
55467         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55468         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55469         obstack_grow0, obstack_init, obstack_int_grow,
55470         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55471         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55472         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55473         nonexistent functions.
55474
55475 2004-05-18  Karl Berry  <karl@gnu.org>
55476
55477         * config/srclist.txt: break link for vasnprintf.c.
55478
55479 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55480
55481         Port obstack to the AS/400, where pointers are 16 bytes wide and
55482         you cannot cast an integer to a valid pointer.  This patch is
55483         currently waiting to be integrated into glibc; see
55484         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55485
55486         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55487         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55488         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55489         (struct obstack): temp member is now a union of a pointer and
55490         an integer, instead of an integer.  All integer uses changed.
55491         This does not affect the physical layout of struct obstack,
55492         except on hosts (like the AS/400) where the size or alignment of
55493         void * is greater than that of ptrdiff_t.
55494         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55495         __STDC__)]: Store temporary in pointer member of union, not
55496         integer member.
55497         * lib/obstack.c: Include <stddef.h>, for offsetof.
55498         (struct fooalign): Remove; it doesn't need a name.
55499         (union fooround): Change double to long double, and add void *.
55500         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55501         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55502         not a macro.  Hence the values are always int; so remove all
55503         casts-to-int in uses.
55504
55505 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55506
55507         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55508         we can get this patch merged into glibc.
55509
55510 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55511             Paul Eggert  <eggert@cs.ucla.edu>
55512
55513         * m4/argp: Depend on alloca.
55514
55515 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55516             Paul Eggert  <eggert@cs.ucla.edu>
55517
55518         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55519         freecoding.
55520
55521 2004-05-17  Bruno Haible  <bruno@clisp.org>
55522
55523         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55524         precision that consists of a '.' followed by an empty digit string.
55525         Patch by Tor Lillqvist <tml@iki.fi>.
55526
55527 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55528
55529         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55530         for backward compatibility with older code.  We need our own
55531         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55532         it under some other name, and our alloca.h will define it.
55533
55534 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55535             Derek Price  <derek@ximbiot.com>
55536
55537         * lib/alloca.c: Include <alloca.h>, to get our interface.
55538         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55539         include <alloca.h> first.  Use C89 prototype for alloca; this
55540         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55541         Use #elif for simplicity, since we can assume C89 now.
55542         Don't try to source the system alloca.h since it will not be found
55543         and to prevent recursively including its replacement.
55544         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55545         * lib/regex.c: Likewise.
55546
55547 2004-05-16  Derek Price  <derek@ximbiot.com>
55548             Paul Eggert  <eggert@cs.ucla.edu>
55549
55550         getline cleanup.  This changes the getndelim2 API: both order of
55551         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55552         no delimiter).
55553
55554         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55555         interface does that.
55556         (getline): Always use getdelim, so that we don't have two
55557         copies of this code.
55558         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55559         if available.
55560         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55561         (GETNDELIM2_MAXIMUM): New macro.
55562         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55563         instead of the old practice of delim2==0.  All callers changed.
55564         Return -1 on overflow, instead of returning junk.
55565         Do not set *linesize unless allocation succeeds.
55566         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55567         that we include sys/types.h.
55568         * lib/getnline.h: Likewise.
55569         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55570         (getndelim2): Reorder arguments.
55571         * lib/getnline.c (getnline, getndelim):
55572         Don't discard the NMAX argument.
55573         (getnline): Invoke getndelim, to avoid code duplication.
55574         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55575         of (size_t) -1 by callers of the getnline family.
55576
55577 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55578
55579         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55580         Check for gettimeofday.
55581         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55582         Check for settimeofday, stime.
55583
55584 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55585
55586         * lib/nanosleep.c (suspended): Change its type from int to
55587         sig_atomic_t volatile.
55588         (first_call): Make it private to rpl_nanosleep, and have it
55589         be zero initially as that's a bit faster.
55590         (my_usleep): Round up fractional times instead of truncating them,
55591         as this is the usual meaning for 'sleep'.
55592
55593         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55594         doesn't work.
55595         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55596         (ENOSYS): Define if not defined.
55597         (settime): Fall back on stime if it exists and settimeofday fails.
55598         But don't bother with fallbacks if a method fails with errno == EPERM.
55599
55600 2004-05-11  Jim Meyering  <jim@meyering.net>
55601
55602         Prior to this change, the save_cwd caller required read access to the
55603         current directory on most systems (ones with the fchdir function).
55604
55605         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55606         fails, try write-only, and finally, resort to using xgetcwd.
55607
55608 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55609
55610         * lib/obstack.c, obstack.h: Import changes from libc.
55611
55612 2004-04-28  Bruno Haible  <bruno@clisp.org>
55613
55614         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55615         also implicitly appends .exe to executables.
55616         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55617         accepts Windows pathnames.
55618         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55619         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55620         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55621         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55622         Reported by Derek Robert Price <derek@ximbiot.com>.
55623
55624 2004-04-21  Karl Berry  <karl@gnu.org>
55625
55626         * config/srclist.txt (localcharset.c): break sync.
55627
55628 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55629
55630         * m4/host-os.m4: Add a copyright notice.
55631
55632 2004-04-20  Jim Meyering  <jim@meyering.net>
55633
55634         Change UTILS_ to gl_ in AC_DEFINE'd names.
55635         Change utils_- and jm_-prefixed variables, too.
55636         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55637         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55638         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55639
55640         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55641         Don't emit trailing blanks.
55642         Also rename jm_-prefixed variables to have gl_ prefix.
55643
55644         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55645         Also rename jm_-prefixed variables to have gl_ prefix.
55646
55647         * m4/jm-macros.m4: Reflect the renamings.
55648         * m4/prereq.m4: Likewise.
55649
55650 2004-04-20  Jim Meyering  <jim@meyering.net>
55651
55652         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55653         memory.
55654
55655 2004-04-20  Jim Meyering  <jim@meyering.net>
55656             Bruno Haible  <bruno@clisp.org>
55657
55658         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55659         memory when realloc fails.
55660
55661 2004-04-19  Jim Meyering  <jim@meyering.net>
55662
55663         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55664         now that readutmp.c may call `free (0)'.
55665
55666 2004-04-19  Bruno Haible  <bruno@clisp.org>
55667
55668         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55669         * m4/inttypes_h.m4: Likewise.
55670         * m4/stdint_h.m4: Likewise.
55671         * m4/intmax_t.m4: Likewise.
55672         * m4/uintmax_t.m4: Likewise.
55673
55674 2004-04-18  Jim Meyering  <jim@meyering.net>
55675
55676         * m4/prereq.m4: Don't forbid jm_ prefix.
55677
55678         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55679         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55680         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55681         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55682         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55683         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55684         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55685         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55686         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55687         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55688         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55689         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55690         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55691         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55692         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55693         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55694         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55695         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55696         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55697
55698 2004-04-18  Jim Meyering  <jim@meyering.net>
55699
55700         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55701         failure, don't leak memory and do call END_UTMP_ENT.
55702
55703 2004-04-16  Jim Meyering  <jim@meyering.net>
55704
55705         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55706         coreutils' stat program.
55707         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55708
55709 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55710
55711         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55712         C89.
55713         (CHAR_BIT): Remove, since we assume C89.
55714         Include <stdint.h> if available, as per current Autoconf CVS advice.
55715
55716 2004-03-31  Jim Meyering  <jim@meyering.net>
55717
55718         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55719         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55720         * m4/xalloc.m4: Likewise.
55721
55722 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55723
55724         Merge from coreutils.
55725
55726         * m4/inttostr.m4: New file.
55727         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55728         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55729         Require gl_CLOCK_TIME.
55730         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55731
55732 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55733
55734         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55735         not bool, to be more consistent with Unix conventions.
55736         Suggested by Bruno Haible.
55737
55738         Merge from coreutils.
55739
55740         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55741         * lib/umaxtostr.c: New files.
55742
55743         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55744         the usual <time.h> dance.
55745         (get_date): Change signature to support fractional time stamps.
55746         All callers changed.
55747         * lib/getdate.y: Include "getdate.h" first, as we can now
55748         assume C89 and don't need to worry about 'const'.
55749         Similarly, include "unlocked-io.h" near start, not in middle.
55750         Include <limits.h>.
55751         (textint.value): Use long int rather than int.
55752         (textint.digits): Use size_t rather than int.
55753         (BILLION, LOG10_BILLION): New constants.
55754         (parser_control): New member rel_ns.  Members day_ordinal,
55755         time_zone, month, day, hour, minutes, rel_year, rel_month,
55756         rel_day, rel_hour, rel_minutes, rel_seconds
55757         are now long int, not int.  Member seconds is now struct timespec,
55758         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55759         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55760         not int.
55761         (%union.intval): Now long int, not int.
55762         New member timespec.
55763         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55764         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55765         (spec): Now is a timespec or an item list.
55766         (timespec, items): New nonterminals.
55767         (time, rel, relunit, number, get_date):
55768         Add support for fractional seconds.
55769         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55770         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55771         (to_hour): First arg is now long int, not int.
55772         (to_year): Returns long int, not int.
55773         Don't treat year -70 like 70.
55774         (tm_diff): Returns long int, not int.
55775         (lookup_word): Use bool instead of int when appropriate.
55776         (yylex): Use size_t for count, not int.
55777         Detect overflow when parsing large integer constants.
55778         Add support for fractions.
55779         (get_date): Make pointers 'const' if possible.
55780         Use more-portable code to detect integer overflow.
55781         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55782         Don't use ctime; it's not reliable if the year has >4 digits.
55783
55784         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55785         This is for compatibility with BSD.
55786
55787         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55788         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55789         From coreutils' system.h.
55790
55791         * lib/userspec.c: Don't include "posixver.h".
55792         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55793         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55794         compatible extension.  Simplify code by removing a boolean int
55795         that was always nonzero if a string was nonnull.
55796
55797 2004-03-30  Jim Meyering  <jim@meyering.net>
55798
55799         Merge from coreutils.
55800
55801         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55802         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55803         on some systems one must include <grp.h> before it.
55804         Reported by Christian Krackowizer.
55805
55806 2004-03-30  Jim Meyering  <jim@meyering.net>
55807
55808         Merge from coreutils.
55809
55810         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55811
55812         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55813         an empty input stream.
55814
55815         * lib/readtokens.c: Include <stdbool.h>.
55816         (readtoken): Use `size_t' rather than int/long.
55817         All callers adjusted.
55818         Use `bool' rather than `int' where appropriate.
55819         Use memset rather than an explicit loop.
55820         Use x2nrealloc rather than xrealloc.
55821         Allow the use of `\0' as a delimiter.
55822         (readtokens): Likewise.
55823         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55824
55825 2004-03-30  Jim Meyering  <jim@meyering.net>
55826
55827         * m4/realloc.m4: Remove file, since now it does no more than
55828         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55829         the `configure.ac' section of module/realloc.
55830         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55831
55832 2004-03-30  Bruno Haible  <bruno@clisp.org>
55833
55834         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55835         nonnull.
55836
55837 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55838
55839         Merge changes to getloadavg.c from coreutils and Emacs.
55840
55841         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55842         Define to an expression, not to the empty string.
55843         Include cloexec.h and xalloc.h.
55844         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55845         Use set_cloexec_flag rather than rolling our own.
55846         * lib/cloexec.c, lib/cloexec.h: New files.
55847
55848 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55849
55850         * m4/cloexec.m4: New file.
55851
55852 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55853
55854         * lib/getopt.h: Sync with libc CVS.
55855
55856 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55857             Bruno Haible  <bruno@clisp.org>
55858
55859         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55860         mbswidth.
55861
55862 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55863             Bruno Haible  <bruno@clisp.org>
55864
55865         * lib/mbswidth.h: Include <wchar.h> only if
55866         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55867         <wchar.h>.
55868         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55869
55870 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55871
55872         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55873         Sync with libc CVS.
55874         * lib/getopt_int.h: New file, also synced from libc.
55875
55876 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55877
55878         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55879         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55880         Bring back getopt.c, getopt.h, getopt1.c.
55881
55882 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55883
55884         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55885         All uses changed.  Check for sa_sigaction member; this fixes
55886         a bug first reported by Jason Andrade in
55887         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55888
55889 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55890
55891         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55892         '#if' expressions.  Unlike the code it replaces, it does not
55893         depend on (defined _SC_PAGESIZE).  However, it does depend on
55894         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55895         first reported by Jason Andrade in
55896         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55897
55898 2004-02-25  Simon Josefsson  <jas@extundo.com>
55899
55900         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55901
55902 2004-02-25  Simon Josefsson  <jas@extundo.com>
55903
55904         * lib/strdup.h: New file.
55905         * lib/strdup.c: Include it.
55906         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55907         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55908
55909 2004-02-23  Karl Berry  <karl@gnu.org>
55910
55911         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55912         (from fencepost.gnu.org:/gd/gnuorg).
55913
55914 2004-02-23  Karl Berry  <karl@gnu.org>
55915
55916         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55917         * config/srclist.txt: add maintain/standards documents.
55918
55919 2004-02-18  Bruno Haible  <bruno@clisp.org>
55920
55921         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55922         Reported by Derek Robert Price <derek@ximbiot.com>.
55923
55924 2004-02-16  Karl Berry  <karl@gnu.org>
55925
55926         * config/mkinstalldirs, install-sh: update from automake.
55927
55928 2004-02-06  Karl Berry  <karl@gnu.org>
55929
55930         * m4/po.m4: update from gettext 0.14.1.
55931
55932 2004-02-06  Karl Berry  <karl@gnu.org>
55933
55934         * lib/config.charset: update from gettext 0.14.1.
55935
55936 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55937
55938         Add comments and code, prompted by suggestions from Bruno Haible
55939         for sh-quote.
55940         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55941         describing the enum quoting_style values.
55942         * lib/quotearg.c (quotearg_alloc): New function.
55943         (quotearg_buffer_restyled): Treat lone { and } as special.
55944         Treat = as special.  Work around bug with older shells
55945         that "see" a '\' that is really the 2nd byte of a multibyte char.
55946         Quote empty string with shell_quoting_style.
55947
55948 2004-02-03  Bruno Haible  <bruno@clisp.org>
55949
55950         * m4/pipe.m4: New file, from GNU gettext.
55951
55952 2004-02-03  Bruno Haible  <bruno@clisp.org>
55953
55954         * lib/pipe.h: New file, from GNU gettext.
55955         * lib/pipe.c: New file, from GNU gettext.
55956
55957 2004-01-27  Bruno Haible  <bruno@clisp.org>
55958
55959         * m4/execute.m4: New file, from GNU gettext.
55960
55961 2004-01-27  Bruno Haible  <bruno@clisp.org>
55962
55963         * lib/execute.h: New file, from GNU gettext.
55964         * lib/execute.c: New file, from GNU gettext.
55965         * lib/w32spawn.h: New file, from GNU gettext.
55966
55967 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55968
55969         Merge from diffutils.
55970
55971         * lib/file-type.c (file_type): Add typed memory objects.
55972         * lib/file-type.h (S_TYPEISTMO): New macro.
55973
55974         * lib/c-stack.h (c_stack_action): Remove argv argument.
55975         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55976         (die): Don't calculate message unless segv_action returns.
55977         (get_stack_location, min_address_from_argv, max_address_from_argv,
55978         volatile stack_base, volatile_stack_size): Remove.
55979         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55980         that every segmentation violation is a stack overflow.  (Ouch!)
55981         See Debian bug 136249 (still outstanding) for more info about why
55982         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55983
55984 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55985
55986         Exit-status fix from coreutils.
55987
55988         Use exit_failure consistently in place of EXIT_FAILURE,
55989         so that program exit statuses are consistent on failure.
55990
55991         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55992         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55993         * lib/argmatch.h: Comment fix to match the above.
55994         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55995         Now a macro referring to exit_failure, instead of a separate
55996         variable.  Include "exitfail.h" to get it.
55997         * lib/xstrtol.h: Include "exitfail.h".
55998         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55999
56000         * lib/long-options.c (parse_long_options): Use prototype
56001         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56002         for clarity.
56003
56004 2004-01-21  Jim Meyering  <jim@meyering.net>
56005
56006         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56007         so as not to conflict with a different-sized __mktime_internal
56008         function in GNU libc.
56009         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56010         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56011
56012 2004-01-20  Karl Berry  <karl@gnu.org>
56013
56014         * config/config.guess: update from config.
56015
56016         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56017
56018 2004-01-20  Bruno Haible  <bruno@clisp.org>
56019
56020         Safer stack allocation.
56021         * lib/setenv.c: Include allocsa.h.
56022         (alloca): Remove fallback definition.
56023         (freea): Remove macro.
56024         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56025         instead of freea.
56026
56027 2004-01-20  Bruno Haible  <bruno@clisp.org>
56028
56029         * m4/eealloc.m4: New file, from GNU gettext.
56030
56031 2004-01-20  Bruno Haible  <bruno@clisp.org>
56032
56033         * m4/allocsa.m4: New file, from GNU gettext.
56034
56035 2004-01-20  Bruno Haible  <bruno@clisp.org>
56036
56037         * lib/xallocsa.h: New file, from GNU gettext.
56038         * lib/xallocsa.c: New file, from GNU gettext.
56039
56040 2004-01-20  Bruno Haible  <bruno@clisp.org>
56041
56042         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56043
56044 2004-01-20  Bruno Haible  <bruno@clisp.org>
56045
56046         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56047         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56048         specially.
56049
56050 2004-01-20  Bruno Haible  <bruno@clisp.org>
56051
56052         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56053         patch.
56054
56055 2004-01-20  Bruno Haible  <bruno@clisp.org>
56056
56057         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56058
56059 2004-01-20  Bruno Haible  <bruno@clisp.org>
56060
56061         * lib/eealloc.h: New file.
56062
56063 2004-01-20  Bruno Haible  <bruno@clisp.org>
56064
56065         * lib/binary-io.h: Avoid warnings on Cygwin.
56066
56067 2004-01-20  Bruno Haible  <bruno@clisp.org>
56068
56069         * lib/allocsa.h: New file, from GNU gettext.
56070         * lib/allocsa.c: New file, from GNU gettext.
56071
56072 2004-01-18  Karl Berry  <karl@gnu.org>
56073
56074         * doc/gpl.texi, doc/lgpl.texi: new files.
56075
56076 2004-01-18  Karl Berry  <karl@gnu.org>
56077
56078         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56079         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56080
56081 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56082
56083         Merge from coreutils.
56084
56085         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56086         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56087         (gl_DEFAULT_POSIX2_VERSION): Move
56088         the documentation from 'configure' into 'config.hin',
56089         so that 'configure --help' isn't burdened by it and
56090         we don't have to worry about its formatting there.
56091         Reword the documentation so that it's more succinct
56092         and can be run together into a single paragraph.
56093         * m4/same.m4 (gl_SAME): Check for pathconf.
56094
56095 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56096
56097         Merge from coreutils.
56098
56099         * lib/posixver.c: Include posixver.h.
56100
56101         * lib/same.c: Include <stdbool.h>, <limits.h>.
56102         (_POSIX_NAME_MAX): Define if not defined.
56103         (MIN): New macro.
56104         (same_name): If file names are silently truncated, report
56105         that the file names are the same if they are the same after
56106         the silent truncation.
56107
56108         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56109         conversion function.
56110         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56111         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56112         longer needed.
56113
56114 2004-01-15  Jim Meyering  <jim@meyering.net>
56115
56116         Merge from coreutils.
56117
56118         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56119         if no library is required.
56120         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56121         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56122         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56123         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56124         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56125         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56126         value, $ac_cv_search_crypt, if it's "none required".
56127         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56128         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56129         not gl_FUNC_GETLOADAVG.
56130         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56131         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56132
56133 2004-01-15  Jim Meyering  <jim@meyering.net>
56134
56135         Merge from coreutils.
56136
56137         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56138         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56139         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56140
56141         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56142         optional configure-time default.
56143
56144         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56145
56146         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56147
56148 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56149
56150         Merge from coreutils.
56151
56152         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56153         value, $ac_cv_search_nanosleep, if it's "none required".
56154
56155 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56156
56157         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56158         with like-named macro in fnmatch.c.
56159         (EXT): Use an internal constant instead.
56160
56161         Merge fnmatch patches from glibc.
56162         * lib/fnmatch.c (mbsinit): Remove define.
56163         Add libc_hidden_ver (__fnmatch, fnmatch).
56164         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56165         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56166
56167 2004-01-14  Karl Berry  <karl@gnu.org>
56168
56169         * config/install-sh: update from automake.
56170
56171 2004-01-13  Karl Berry  <karl@gnu.org>
56172
56173         * config/install-sh: update from automake.
56174
56175 2004-01-09  Karl Berry  <karl@gnu.org>
56176
56177         * config/install-sh: update from automake.
56178
56179 2004-01-05  Karl Berry  <karl@gnu.org>
56180
56181         * config/config.{sub,guess}: update from config.
56182
56183 2003-12-31  Karl Berry  <karl@gnu.org>
56184
56185         * config/depcomp: update from automake.
56186
56187 2003-12-14  Karl Berry  <karl@gnu.org>
56188
56189         * lib/config.charset: update from gettext-runtime.
56190
56191 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56192
56193         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56194         Bug reported by Alfred M. Szmidt.
56195
56196 2003-12-03  Bruno Haible  <bruno@clisp.org>
56197
56198         * m4/gettext.m4: Upgrade from gettext-0.13.
56199         * m4/po.m4: Upgrade from gettext-0.13.
56200         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56201         * m4/intmax.m4: New file, from gettext-0.13.
56202         * m4/printf-posix.m4: New file, from gettext-0.13.
56203
56204 2003-11-29  Karl Berry  <karl@gnu.org>
56205
56206         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56207
56208 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56209             Bruno Haible  <bruno@clisp.org>
56210
56211         * lib/printf-parse.h: Don't include sys/types.h.
56212         (ARG_NONE): New macro.
56213         (char_directive): Change type of *arg_index fields to size_t.
56214         * lib/printf-parse.c: Don't include sys/types.h.
56215         (SSIZE_MAX): Remove macro.
56216         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56217         Remove unnecessary overflow check.
56218         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56219         fields.
56220
56221 2003-11-25  Bruno Haible  <bruno@clisp.org>
56222
56223         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56224
56225 2003-11-25  Bruno Haible  <bruno@clisp.org>
56226
56227         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56228         gt_TYPE_SSIZE_T.
56229
56230 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56231
56232         * modules/alloca: Remove dependency on xalloc.
56233
56234 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56235
56236         * lib/alloca.c: Remove dependency on xalloc module.
56237         (xalloc_die): Remove.
56238         (memory_full) [!defined emacs]: New macro.
56239         [!defined emacs]: Don't include xalloc.h.
56240         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56241         address arithmetic overflows.  Change datatypes a bit to avoid
56242         unnecessary casts.
56243
56244 2003-11-22  Jim Meyering  <jim@meyering.net>
56245
56246         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56247         s/size/size_t/.
56248
56249 2003-11-21  Karl Berry  <karl@gnu.org>
56250
56251         * config/config.{sub,guess}: update from config.
56252
56253 2003-11-18  Karl Berry  <karl@gnu.org>
56254
56255         * config/config.{sub,guess}: update from config.
56256
56257         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56258
56259 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56260
56261         * README: Mention that S+T cannot overflow if S is the size of
56262         an existing object and T is sufficiently small.
56263
56264 2003-11-17  Jim Meyering  <jim@meyering.net>
56265
56266         On systems without utime and without a utimes function capable of
56267         dealing with a NULL struct utimbuf* argument, this utime replacement
56268         could -- in unusual circumstances -- leak a file descriptor.
56269         * lib/utime.c: Include <unistd.h> and <errno.h>.
56270         (utime_null): Be sure to close `fd' and to preserve errno.
56271         Reported by Geoff Collyer via Arnold Robbins.
56272
56273 2003-11-17  Bruno Haible  <bruno@clisp.org>
56274
56275         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56276         (Depends-on): Add xsize.
56277
56278 2003-11-17  Bruno Haible  <bruno@clisp.org>
56279
56280         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56281
56282 2003-11-17  Bruno Haible  <bruno@clisp.org>
56283
56284         * lib/vasnprintf.c (alloca): Remove fallback definition.
56285         (freea): Remove definition.
56286         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56287         Reported by Paul Eggert.
56288
56289 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56290             Bruno Haible  <bruno@clisp.org>
56291
56292         Protect against address arithmetic overflow.
56293         * lib/printf-args.h: Include stddef.h.
56294         (arguments): Change type of field 'count' to size_t.
56295         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56296         'unsigned int' where appropriate.
56297         * lib/printf-parse.h: Include sys/types.h.
56298         (char_directive): Change type of *arg_index fields to ssize_t.
56299         (char_directives): Change type of fields 'count', max_*_length to
56300         size_t.
56301         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56302         (SSIZE_MAX): Define fallback value.
56303         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56304         instead of 'int' where appropriate. Check a_allocated, d_allocated
56305         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56306         * lib/vasnprintf.c: Include xsize.h.
56307         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56308         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56309         overflow. Avoid wraparound when converting a width or precision from
56310         decimal to binary.
56311
56312 2003-11-16  Bruno Haible  <bruno@clisp.org>
56313
56314         Update from GNU gettext.
56315         * lib/printf-parse.c: Generalize to it can be compiled for wide
56316         strings.
56317         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56318         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56319         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56320         SNPRINTF): New macros.
56321         Don't include <alloca.h> if the file is used inside libintl.
56322         (local_wcslen): New function, for Solaris 2.5.1.
56323         (VASNPRINTF): Use it instead of wcslen.
56324
56325 2003-11-16  Bruno Haible  <bruno@clisp.org>
56326
56327         * lib/xsize.h (xmax): New function.
56328         (xsum, xsum3, xsum4): Declare as "pure" functions.
56329
56330 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56331
56332         * modules/xalloc (Files): Undo latest change, since xalloc.h
56333         no longer needs SIZE_MAX or PTRDIFF_MAX.
56334
56335 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56336
56337         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56338         gl_PTRDIFF_MAX.
56339
56340 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56341
56342         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56343         "return", to pacify some unknown compiler.  Problem reported
56344         by Joerg Schilling.
56345
56346 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56347
56348         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56349         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56350         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56351         heuristic is just as accurate as far as we know, and it removes a
56352         dependency on size_max.m4 and ptrdiff_max.m4.
56353
56354 2003-11-11  Bruno Haible  <bruno@clisp.org>
56355
56356         * modules/xsize (Files): Add m4/size_max.m4.
56357         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56358
56359 2003-11-11  Bruno Haible  <bruno@clisp.org>
56360
56361         * m4/size_max.m4: New file.
56362         * m4/ptrdiff_max.m4: New file.
56363         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56364         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56365         (gl_XALLOC): Invoke it.
56366
56367 2003-11-11  Bruno Haible  <bruno@clisp.org>
56368
56369         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56370         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56371         defined.
56372
56373 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56374
56375         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56376         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56377         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56378         From Bruno Haible.
56379         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56380         not (size_t) -1, since it's defined here.
56381
56382 2003-11-09  Karl Berry  <karl@gnu.org>
56383
56384         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56385
56386 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56387
56388         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56389         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56390         Reject sizes of exactly SIZE_MAX bytes.
56391         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56392         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56393
56394 2003-11-05  Bruno Haible  <bruno@clisp.org>
56395
56396         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56397         SIZE_MAX defined in <limits.h> on Solaris.
56398
56399 2003-11-04  Jim Meyering  <jim@meyering.net>
56400
56401         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56402         variable names, rather than @VAR@.
56403         * modules/poll: Likewise.
56404
56405 2003-11-04  Bruno Haible  <bruno@clisp.org>
56406
56407         * modules/xsize: New file.
56408         * modules/linebreak: Depend on xsize.
56409         * MODULES.html.sh (func_all_modules): Add xsize.
56410
56411 2003-11-04  Bruno Haible  <bruno@clisp.org>
56412
56413         * m4/xsize.m4: New file.
56414
56415 2003-11-04  Bruno Haible  <bruno@clisp.org>
56416
56417         * lib/xsize.h: New file.
56418         * lib/linebreak.c: Include xsize.h.
56419         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56420         argument for overflow.
56421         Suggested by Paul Eggert.
56422
56423 2003-11-03  Karl Berry  <karl@gnu.org>
56424
56425         * config/config.{guess,sub}: update from config.
56426
56427 2003-11-03  Jim Meyering  <jim@meyering.net>
56428
56429         * modules/userspec (lib_SOURCES): Add userspec.h.
56430         (Include): Add "userspec.h".
56431         Improve description.
56432
56433 2003-11-03  Jim Meyering  <jim@meyering.net>
56434
56435         * lib/userspec.c: Include "userspec.h".
56436         * lib/userspec.h: New file.
56437
56438 2003-11-03  Bruno Haible  <bruno@clisp.org>
56439
56440         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56441
56442 2003-11-03  Bruno Haible  <bruno@clisp.org>
56443
56444         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56445         available, to avoid (extremely rare) race condition.
56446         Suggested by Paul Eggert.
56447
56448 2003-11-02  Karl Berry  <karl@gnu.org>
56449
56450         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56451
56452 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56453
56454         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56455         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56456         (read_filesystem_list): Set and use me_type_malloced.
56457         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56458         whatever the type happens to be), for brevity and consistency.
56459         Check for size calculation overflow on Alphas running OSF/1.
56460
56461 2003-10-31  Jim Meyering  <jim@meyering.net>
56462
56463         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56464
56465         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56466
56467 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56468             Bruno Haible  <bruno@clisp.org>
56469
56470         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56471         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56472
56473 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56474
56475         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56476         netbsd*-gnu*.  Suggested by Robert Millan.
56477
56478 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56479
56480         * modules/group-member: Depend on stdbool.
56481
56482 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56483
56484         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56485
56486 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56487
56488         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56489         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56490         after the 'gnu' in these cases.  This fixes some bugs in the
56491         previous change, and is based on suggestions by Robert Millan.
56492
56493 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56494
56495         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56496         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56497         no longer needed.
56498         * lib/quotearg.c (quotearg_n_options): Use it.
56499         * lib/group-member.c: Include <stdbool.h>.
56500         (free_group_info): Arg is now const *; don't free arg.
56501         (get_group_info): Now returns bool and accepts struct group_info *,
56502         rather than returning a malloc'ed struct group_info *.
56503         All uses changed.  Check for overflow in internal size calculation.
56504
56505         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56506         rather than xmalloc/xrealloc.
56507         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56508         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56509         conformance bug: the old code used a pointer after freeing the
56510         storage that it addressed.
56511         * lib/hash.c (hash_initialize): Simplify the code by using
56512         xalloc_oversized rather than doing it by hand.
56513         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56514         the buffer preserved.  Use free and xmalloc instead.
56515         * lib/quotearg.c (quotearg_n_options): Likewise.
56516         Use a simpler test for size overflow.  Don't use xalloc_oversized
56517         because unsigned int might be wider than size_t (!); this suggests
56518         that we should switch from unsigned int to size_t for slot numbers.
56519
56520 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56521
56522         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56523         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56524         NetBSD kernels.  Requested by Richard Stallman.
56525
56526 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56527
56528         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56529         to allocate the returned structure.  Do not allocate a subarray,
56530         as x2nrealloc will do that.
56531         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56532         instead of xnrealloc.
56533         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56534
56535 2003-10-27  Bruno Haible  <bruno@clisp.org>
56536
56537         * lib/stdbool_.h: Better support for BeOS.
56538
56539 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56540
56541         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56542         now uses inline.
56543
56544 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56545
56546         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56547         callers that want to do their own size-overflow checking.  Include
56548         <stdbool.h>, since xalloc_oversized returns bool.
56549         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56550         to use xalloc_oversized.
56551
56552         Add two functions x2realloc, x2nrealloc, for programs that grow
56553         arrays dynamically by doubling their sizes.
56554         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56555         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56556         New functions.
56557
56558         Port to C99 semantics for 'inline' of external functions.
56559         Bug reported by Bruno Haible.
56560         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56561         with the old contents of xnmalloc.
56562         (xnmalloc, xmalloc): Use it.
56563         (xnrealloc_inline): New static inline function,
56564         with the old contents of xnrealloc.
56565         (xnrealloc, xrealloc): Use it.
56566
56567         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56568         that.
56569
56570 2003-10-26  Karl Berry  <karl@gnu.org>
56571
56572         * config/srclist.txt (COPYING.DOC): no longer available from
56573         /gd/gnuorg; don't know where the ultimate source is.
56574
56575 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56576
56577         Fix several address-calculation bugs in the hash modules,
56578         plus some minor code cleanup.
56579
56580         * lib/hash.h: Include <stdbool.h>, for bool.
56581         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56582         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56583         hash_get_n_entries, hash_get_max_bucket_length,
56584         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56585         hash_rehash): Use size_t rather than unsigned.
56586         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56587         hash_get_n_buckets_used, hash_get_n_entries,
56588         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56589         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56590         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56591         Likewise.
56592         (SIZE_MAX): Define if not defined.
56593         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56594         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56595         hash_print):
56596         Use const * when possible.
56597         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56598         (check_tuning): Fix bug: if tuning parameters were very close to
56599         0 or 1, rounding errors could have caused subscript violations.
56600         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56601         (hash_initialize): Add 'fail:' label
56602         to free table and return NULL, and use it to simplify code.
56603         Use calloc rather than clearing the storage ourself.
56604         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56605         buffer size calculations.
56606         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56607         Include <stddef.h>, for size_t.
56608         * lib/hash-pjw.c (hash_pjw): Likewise.
56609         Switch to method described by Bruno Haible.
56610         Include <limits.h>, for CHAR_BIT.
56611         (SIZE_BITS): New macro.
56612
56613 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56614
56615         * m4/getline.m4 (AM_FUNC_GETLINE):
56616         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56617         hosts.  Problem reported by Derek Robert Price in
56618         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56619         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56620         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56621
56622 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56623
56624         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56625         ceiling the allocation at NMAX bytes rather than silently
56626         discarding input bytes before NMAX is reached.  This makes
56627         a difference only if NMAX exceeds SIZE_MAX / 2.
56628
56629         * lib/obstack.c: Merge from glibc.
56630         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56631         Add libc_hidden_def (_obstack_newchunk).
56632         (_obstack_free) [! defined _LIBC]: Remove.
56633         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56634         a clone of the function body.
56635         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56636         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56637
56638         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56639         glibc.
56640         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56641         arg to memcpy.
56642
56643         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56644         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56645         Don't use lvalue casts, as GCC plans to remove support for them
56646         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56647         was also present in the non-GCC version, indicating that this
56648         code had always been buggy and had never been widely used.
56649         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56650         Use the fast variant of each macro, rather than copying the
56651         definiens of the fast variant; that way, we'll be more likely to
56652         catch future bugs in the fast variants.
56653
56654 2003-10-20  Bruno Haible  <bruno@clisp.org>
56655
56656         * modules/wait-process: New file.
56657         * MODULES.html.sh (func_all_modules): Add wait-process.
56658
56659 2003-10-20  Bruno Haible  <bruno@clisp.org>
56660
56661         * m4/wait-process.m4: New file.
56662
56663 2003-10-20  Bruno Haible  <bruno@clisp.org>
56664
56665         * lib/wait-process.h: New file, from GNU gettext.
56666         * lib/wait-process.c: New file, from GNU gettext.
56667
56668 2003-10-19  Jim Meyering  <jim@meyering.net>
56669
56670         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56671         HPUX 10.20.
56672
56673 2003-10-18  Karl Berry  <karl@gnu.org>
56674
56675         * config/config.guess: update from config.
56676
56677 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56678
56679         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56680         (getgroups): First arg is int, not size_t.
56681         Don't let 'free' mangle errno.
56682
56683 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56684
56685         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56686
56687 2003-10-16  Karl Berry  <karl@gnu.org>
56688
56689         * config/config.{guess,sub}: update from config.
56690
56691 2003-10-16  Jim Meyering  <jim@meyering.net>
56692
56693         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56694         memcpy.
56695
56696 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56697
56698         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56699         (SIZE_MAX): Remove.
56700         (new_exclude, add_exclude_file): Initial size no longer needs to
56701         be a power of 2.
56702         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56703         our own address arithmetic overflow checking.
56704
56705         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56706         (fnmatch): Do not alloca more than 2000 wide characters;
56707         instead, use malloc for large buffers.
56708         Check for address arithmetic overflow, and return -1
56709         with errno set to ENOMEM in that case.
56710         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56711         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56712         instead, return -1.  Check for address arithmetic overflow.
56713
56714 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56715
56716         Handle invalid suffixes and overflow independently, so that
56717         callers can treat them independently as needed.  Fix some bugs in
56718         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56719         suffix for a human-readable blocksize.  The major caller-visible
56720         change is the addition of a new
56721         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56722         that both overflow and suffix chars were found.
56723
56724         * lib/human.c (humblock): Don't check separately for invalid suffix
56725         char; that is xstrtoumax's job (now that its bug is fixed).
56726         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56727         INTMAX_MAX]: New macros.
56728         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56729         TYPE_MAXIMUM): New macros.
56730         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56731         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56732         if overflow occurs, as it's what __strtol does and it's more useful
56733         in practice.
56734         (__xstrtol): If __strtol reports some error other than ERANGE,
56735         reflect it to the caller as LONGINT_INVALID.  If it reports
56736         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56737         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56738         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56739         value.
56740         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56741         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56742         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56743         [defined UINTMAX_MAX]: New macros.
56744
56745 2003-10-14  Bruno Haible  <bruno@clisp.org>
56746
56747         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56748
56749 2003-10-14  Bruno Haible  <bruno@clisp.org>
56750
56751         * m4/sig_atomic_t: New file, from GNU gettext.
56752         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56753
56754 2003-10-14  Bruno Haible  <bruno@clisp.org>
56755
56756         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56757         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56758         Also use volatile where needed.
56759
56760 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56761
56762         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56763         Change maintainer from Bruno Haible to 'all'.
56764
56765 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56766
56767         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56768
56769 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56770
56771         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56772         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56773         and define in terms of the other primitives.
56774         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56775         (SIZE_MAX): Define if not already defined.
56776         (array_size_overflow): New function.
56777         (xalloc_die): Abort instead of exiting if 'error' returns.
56778         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56779         (xmalloc, xrealloc): Use them.
56780         (xcalloc): Check for address arithmetic overflow.
56781         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56782         a bit faster than strcpy.
56783
56784 2003-10-10  Simon Josefsson  <jas@extundo.com>
56785
56786         * modules/argp (Depends-on): Add restrict and strcase.
56787
56788 2003-10-10  Simon Josefsson  <jas@extundo.com>
56789
56790         * m4/argp.m4: Add AC_C_INLINE.
56791
56792 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56793
56794         Merge getpass from libc, plus a few fixes.
56795
56796         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56797         Include <stdbool.h>.
56798         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56799         __fsetlocking to empty.
56800         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56801         do include <bits/libc-lock.h>.
56802         Do not include <fcntl.h>; not needed.
56803         [_LIBC]: Include <wchar.h>.
56804         (NOTCANCEL_MODE): New macro.
56805         (flockfile, funlockfile) [_LIBC]: New macros.
56806         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56807         [!_LIBC]: New macros.
56808         (call_fclose): New function.
56809         (getpass): Use it.  Save tty stream separately; this simplifies the
56810         code and makes it more reliable if stdin happens to equal stdout.
56811         Invoke __fsetlocking on tty.
56812         Handle thread cancellation if needed.
56813         Namespace cleanup (use __tcgetattr, __getline).
56814         Use bool for Booleans.
56815         [USE_IN_LIBIO]: Handle wide streams.
56816         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56817         stream might go where.
56818
56819         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56820         doesn't have to include <stdio.h> before us.
56821         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56822         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56823         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56824         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56825         if not declared, so that we can use getpass.c code from libc without
56826         rewriting it.
56827         (flockfile, ftrylockfile, funlockfile): New macros.
56828
56829 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56830
56831         * modules/getpass: Depend on stdbool.
56832
56833 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56834
56835         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56836
56837 2003-10-07  Karl Berry  <karl@gnu.org>
56838
56839         * config/config.{guess,sub}: update from config.
56840
56841 2003-10-06  Jim Meyering  <jim@meyering.net>
56842             Bruno Haible  <bruno@clisp.org>
56843
56844         This lets translators provide better translations for the
56845         "Written by ..." part of --version output.
56846         * lib/version-etc.h: Include stdarg.h.
56847         (version_etc_copyright): Declare as readonly.
56848         (version_etc): Make this function variadic with a NULL-terminated list
56849         of author name strings.
56850         (version_etc_va): New declaration.
56851         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56852         (version_etc_copyright): Declare as readonly.
56853         (version_etc_va): New function. Provide a different translatable string
56854         for each possible number of authors < 10. Abbreviate when there are 10
56855         authors or more.
56856         (version_etc): Make this function variadic. Call version_etc_va.
56857         Suggestion from Gary V. Vaughan.
56858
56859         * lib/long-options.h (parse_long_options): Change prototype: the
56860         authors string is moved to the end and becomes variadic.
56861         * lib/long-options.c: Include stdarg.h.
56862         (parse_long_options): Make this function variadic, too.
56863         Call version_etc_va, not version_etc.
56864
56865 2003-10-06  Bruno Haible  <bruno@clisp.org>
56866
56867         * modules/version-etc-2: Remove file.
56868         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56869
56870 2003-10-06  Bruno Haible  <bruno@clisp.org>
56871
56872         * modules/fatal-signal: New file.
56873         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56874
56875 2003-10-06  Bruno Haible  <bruno@clisp.org>
56876
56877         * m4/fatal-signal.m4: New file.
56878         * m4/signalblocking.m4: New file, from GNU gettext.
56879
56880 2003-10-06  Bruno Haible  <bruno@clisp.org>
56881
56882         * lib/version-etc-2.h: Remove file.
56883         * lib/version-etc-2.c: Remove file.
56884
56885 2003-10-06  Bruno Haible  <bruno@clisp.org>
56886
56887         * lib/fatal-signal.h: New file, from GNU gettext.
56888         * lib/fatal-signal.c: New file, from GNU gettext.
56889
56890 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56891
56892         * README: Rework advice for preventing empty .o files.
56893         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56894         not <sys/types.h>.
56895
56896 2003-10-04  Karl Berry  <karl@gnu.org>
56897
56898         * lib/argp*: update from libc.
56899
56900 2003-10-04  Karl Berry  <karl@gnu.org>
56901
56902         * config/config.{guess,sub}: update from config.
56903
56904 2003-10-02  Bruno Haible  <bruno@clisp.org>
56905
56906         * modules/lchown (Include): Add lchown.h.
56907         * modules/time_r (Include): Use "..." syntax.
56908         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56909
56910 2003-10-01  Simon Josefsson  <jas@extundo.com>
56911
56912         * MODULES.html.sh (func_all_modules): Move gethostname from section
56913         'based on' to section 'lacking' POSIX:2001.
56914
56915 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56916
56917         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56918         to output mode on the same stream.
56919
56920 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56921
56922         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56923         Fix arg typo in previous patch.
56924
56925 2003-09-28  Jim Meyering  <jim@meyering.net>
56926
56927         * lib/error.c: Correct cpp indentation.
56928
56929 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56930
56931         * modules/free: New file.
56932
56933 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56934
56935         * m4/free.m4: New file.
56936
56937 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56938
56939         * lib/minmax.h (MIN, MAX)
56940         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56941         Omit the special code that used __typeof__, since we worry that
56942         it could be more trouble than it's worth.  See:
56943         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56944         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56945
56946         * lib/free.c: New file.
56947
56948 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56949
56950         Trivial fixes to Makefile.am parts of module listings.
56951         * modules/strstr: Append strstr.h to lib_SOURCES.
56952         * modules/strcase: Likewise, for strcase.h.
56953
56954 2003-09-27  Karl Berry  <karl@gnu.org>
56955
56956         * config/mkinstalldirs: update from automake.
56957
56958 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56959
56960         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56961         (error_tail): Do not loop, reallocating temporary buffer, since
56962         the output cannot contain more wide characters than the input
56963         contains bytes, the size must be big enough already.  This avoids
56964         one potential size overflow calculation.  Check for size overflow
56965         when calculating temporary buffer size.  Free temporary buffer
56966         when done, if it was allocated with malloc; this plugs a memory
56967         leak.  Remove casts from void * to pointers, that are no longer
56968         needed now that we're assuming C89 or better.
56969
56970         Merge error changes from glibc.
56971
56972         * lib/error.c, error.h: Update copyright notice header to match glibc.
56973         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56974         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56975         Disable cancellation while printing error.
56976         * lib/error.h: Prepend __ to parameter names.
56977
56978 2003-09-26  Jim Meyering  <jim@meyering.net>
56979
56980         * lib/error.c (error_tail): Move some declarations
56981         into inner scope where the local variables are used.
56982
56983 2003-09-26  Bruno Haible  <bruno@clisp.org>
56984
56985         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56986         stpncpy().
56987         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56988
56989 2003-09-26  Bruno Haible  <bruno@clisp.org>
56990
56991         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56992         (stpncpy): Define as alias for gnu_stpncpy.
56993         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56994
56995 2003-09-25  Simon Josefsson  <jas@extundo.com>
56996
56997         * lib/xgetdomainname.h: New file.
56998         * lib/xgetdomainname.c: New file.
56999
57000 2003-09-25  Simon Josefsson  <jas@extundo.com>
57001             Bruno Haible  <bruno@clisp.org>
57002
57003         * modules/getdomainname: New file.
57004         * modules/xgetdomainname: New file.
57005         * MODULES.html.sh (func_all_modules): Add getdomainname,
57006         xgetdomainname.
57007
57008 2003-09-25  Simon Josefsson  <jas@extundo.com>
57009             Bruno Haible  <bruno@clisp.org>
57010
57011         * m4/getdomainname.m4: New file.
57012
57013 2003-09-25  Simon Josefsson  <jas@extundo.com>
57014             Bruno Haible  <bruno@clisp.org>
57015
57016         * lib/getdomainname.h: New file.
57017         * lib/getdomainname.c: New file.
57018
57019 2003-09-25  Karl Berry  <karl@gnu.org>
57020
57021         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57022
57023 2003-09-25  Karl Berry  <karl@gnu.org>
57024
57025         * config/install-sh: update from automake.
57026
57027 2003-09-25  Bruno Haible  <bruno@clisp.org>
57028
57029         * modules/version-etc-2: New file, from modules/version-etc with
57030         modifications.
57031         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57032
57033 2003-09-25  Bruno Haible  <bruno@clisp.org>
57034
57035         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57036         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57037
57038 2003-09-24  Simon Josefsson  <jas@extundo.com>
57039
57040         * modules/xgethostname: Add xgethostname.h.
57041
57042 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57043
57044         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57045         the buffer associated with the argument.  Bug reported by
57046         Simon Josefsson.
57047
57048 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57049
57050         * README: Document assumptions that 'int' is at least 32 bits
57051         wide, that integer arithmetic is 2's complement without overflow,
57052         that there are no holes in integer values, that adding sizes of
57053         two nonoverlapping objects can't overflow, and that all-bits-zero
57054         yields scalar zero.  Fix spelling and capitalization typos.
57055
57056 2003-09-19  Karl Berry  <karl@gnu.org>
57057
57058         * lib/argp.h: update from libc.
57059
57060 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57061
57062         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57063         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57064         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57065
57066 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57067
57068         * gnulib-tool: Use "test -h", not "test -L", for portability
57069         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57070         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57071         (sed_extract_prog): Issue s commands one-by-one, rather than
57072         using \| in one s command.
57073
57074 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57075
57076         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57077         input error, instead of returning NULL the next time we are called
57078         (and therefore losing track of errno).
57079
57080 2003-09-16  Bruno Haible  <bruno@clisp.org>
57081
57082         * gnulib-tool (func_create_testdir): Warn about duplicated
57083         dependencies.
57084
57085 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57086
57087         * modules/argmatch, modules/fatal, modules/obstack,
57088         modules/xalloc, modules/xgethostname: Sort dependencies by
57089         importance, not alphabetically.
57090
57091 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57092
57093         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57094         fails, so that the caller gets the proper errno.
57095
57096         * lib/readutmp.c (read_utmp): Likewise.
57097         Check for fstat error.  Close stream and free storage
57098         when failing.
57099
57100 2003-09-14  Karl Berry  <karl@gnu.org>
57101
57102         * config/srclist.txt (strdup.c): disable for c89 changes.
57103
57104 2003-09-14  Jim Meyering  <jim@meyering.net>
57105
57106         * lib/getloadavg.c: Correct cpp indentation.
57107         * lib/strdup.c: Likewise.
57108         * lib/vasnprintf.c: Likewise.
57109
57110 2003-09-14  Bruno Haible  <bruno@clisp.org>
57111
57112         * modules/fwriteerror: New file.
57113         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57114
57115 2003-09-14  Bruno Haible  <bruno@clisp.org>
57116
57117         * lib/fwriteerror.h: New file.
57118         * lib/fwriteerror.c: New file.
57119
57120 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57121
57122         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57123         modules/xgethostname, modules/xalloc: Depend on exit.
57124
57125 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57126
57127         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57128
57129         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57130         and AC_MINIX, too, so that their extensions are available.
57131
57132         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57133         This macro has been superseded by gl_BACKUPFILE.
57134
57135         More patches to assume C89 or better.
57136
57137         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57138
57139         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57140         unconditionally.
57141         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57142         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57143         Include <string.h>, <stdlib.h> unconditionally.
57144         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57145         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57146         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57147         headers or for string.h.
57148         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57149         or strtoul.
57150
57151         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57152         headers.
57153         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57154         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57155         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57156         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57157         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57158         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57159         memcpy, memset.
57160         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57161         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57162         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57163         strtol.
57164         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57165         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57166         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57167         strtoul.
57168
57169 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57170
57171         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57172         * lib/obstack.c [!defined _LIBC]: Likewise.
57173         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57174         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57175         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57176
57177         More changes to assume C89 or better.
57178
57179         * lib/error.c (error_tail): Assume vprintf.
57180
57181         * lib/argmatch.c (getenv): Remove decl.
57182         * lib/progreloc.c (get_full_program_name): Define via prototype.
57183         * lib/setenv.c (clearenv): Likewise.
57184         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57185         needed.
57186         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57187         (malloc, memcpy): Remove decls.
57188         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57189         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57190         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57191         (memcpy): Remove macro.
57192         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57193         (__P): Remove.  All uses removed.
57194         (PTR): Remove.  All uses changed to void *.
57195         (CHAR_BIT, NULL): Remove.
57196         (spaces, zeros, memset_space, memset_zero)
57197         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57198         Remove.
57199         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57200         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57201         Define with prototype.
57202         Remove now-unnecessary prototype decl.
57203         (extra_args_spec): Assume ANSI C.  All uses changed.
57204         (extra_args_spec_iso): Remove.
57205         (my_strftime, emacs_strftimeu): Define via prototype.
57206         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57207         unconditionally.
57208         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57209         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57210         (strtoul, strtol): Remove decls.
57211         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57212         LONG_MAX): Remove.
57213         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57214         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57215         (LOCALE_PARAM_PROTO): New macro.
57216         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57217         (INTERNAL (strtol), strtol): Define with a prototype.
57218         (PARAMS): Remove.  All uses removed.
57219         * lib/tempname.c: Include <string.h> unconditionally.
57220         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57221         * lib/xgethostname.c (main): Define with a prototype.
57222         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57223         Include <stdlib.h> unconditionally.
57224         (calloc, malloc, realloc, free): Remove decls.
57225         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57226         Include <stdlib.h> unconditionally.  Sort include file names.
57227         (strtod): Remove.
57228         (xstrtod): Define with a prototype.
57229         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57230         (strtol, strtoul): Remove decls.
57231
57232 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57233
57234         More patches to assume C89 or better.
57235         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57236         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57237         string.h, memchr, STDC_HEADERS.
57238
57239 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57240
57241         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57242         Include <stdlib.h>, <string.h> unconditionally.
57243         Remove now-unnecessary cast to char *.
57244         * lib/strnlen.c: Include <string.h> unconditionally.
57245         * lib/yesno.c (yesno): Define with a prototype.
57246
57247 2003-09-11  Bruno Haible  <bruno@clisp.org>
57248
57249         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57250
57251 2003-09-10  Jim Meyering  <jim@meyering.net>
57252
57253         * lib/error.c: Correct indentation of cpp directives.
57254
57255 2003-09-10  Bruno Haible  <bruno@clisp.org>
57256
57257         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57258         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57259         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57260         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57261         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57262         <stdlib.h> and <string.h> checks.
57263         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57264         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57265
57266 2003-09-10  Bruno Haible  <bruno@clisp.org>
57267
57268         * lib/strcspn.c: Include <string.h> unconditionally.
57269         * lib/strpbrk.c: Include <string.h> unconditionally.
57270         * lib/strstr.c: Include <string.h> unconditionally.
57271         * lib/unicodeio.c: Include <string.h> unconditionally.
57272         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57273         * lib/unsetenv.c: Likewise.
57274         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57275         * lib/yesno.c: Include <stdlib.h> unconditionally.
57276         (rpmatch): Add prototype.
57277
57278 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57279
57280         More patches to assume C89 or better.
57281         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57282         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57283         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57284         or for string.h.
57285         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57286         stdlib.h.
57287         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57288         C headers.
57289         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57290         string.h.
57291         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57292         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57293         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57294         or for string.h.
57295         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57296         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57297         C headers.
57298         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57299         memcpy.
57300         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57301         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57302         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57303         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57304         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57305         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57306         string.h, free.
57307         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57308         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57309         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57310         C headers, or for string.h.
57311         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57312         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57313         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57314         headers, memory.h, stdlib.h, string.h, strings.h.
57315         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57316         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57317         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57318         strchr.
57319         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57320         headers, memory.h, string.h.
57321         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57322         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57323         free.
57324         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57325         headers.
57326         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57327         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57328         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57329         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57330         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57331
57332 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57333
57334         More K&R removal.
57335
57336         * lib/acosl.c (main): Use a prototype.
57337         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57338         tanl.c: Likewise.
57339
57340         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57341
57342         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57343         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57344         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57345         with a prototype.
57346         * lib/getopt.c (const): Remove macro.
57347         Include <string.h> unconditionally.
57348         (my_index): Remove; all uses changed to strchr.
57349         (strlen): Remove decl.
57350         (exchange): Remove forward decl; no longer needed.
57351         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57352         Define with prototype.
57353         * lib/getopt1.c (const): Remove macro.
57354         (getopt_long, getopt_long_only, main): Define with prototype.
57355
57356         * lib/getugroups.c: Include <string.h> unconditionally.
57357
57358         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57359         (getusershell, setusershell, endusershell, readname, main):
57360         Define with prototypes.
57361
57362         * lib/group-member.c: Include group-member.h first.
57363         Include <stdlib.h> unconditionally.
57364
57365         * lib/hard-locale.c: Include hard-locale.h first.
57366         Include <stdlib.h>, <string.h> unconditionally.
57367
57368         * lib/hash.c (free, malloc): Remove decls.
57369         Include <stdlib.h> unconditionally.
57370
57371         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57372         (getenv): Do not declare.
57373
57374         * lib/idcache.c: Include <string.h> unconditionally.
57375
57376         * lib/long-options.c: Include long-options.h first, to test interface.
57377         Include <stdlib.h> unconditionally.
57378
57379         * lib/makepath.c: Include makepath.h first, to test interface.
57380         Include <stdlib.h> and <string.h> unconditionally.
57381
57382         * lib/linebuffer.c: Include <stdlib.h>.
57383         (free): Remove decl.
57384
57385         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57386         stddef.h. rpl_malloc returns void *, not char *.
57387         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57388         prototype.
57389
57390         * lib/md5.h: Include <limits.h> unconditionally.
57391         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57392         (__P): Remove; all uses removed.
57393         * lib/md5.c: Include "md5.h" first.
57394         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57395         md5_buffer, md5_process_bytes, md5_process_block):
57396         Define with prototypes.
57397         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57398         * lib/sha.c: Include "sha.h" first.
57399         Include <stdlib.h>, <string.h> unconditionally.
57400
57401         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57402         * lib/memcmp.c (__ptr_t): Likewise.
57403         * lib/memrchr.c (__ptr_t): Likewise.
57404         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57405         Include <string.h> unconditionally.
57406         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57407         * lib/memchr.c: Include <stdlib.h> unconditionally.
57408         * lib/memchr.c (LONG_MAX): Remove.
57409         * lib/memrchr.c (LONG_MAX): Likewise.
57410         * lib/memchr.c (__memchr): Define via a prototype.
57411         * lib/memrchr.c (__memrchr): Likewise.
57412         * lib/memcmp.c (__P): Remove, and remove all uses.
57413         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57414         Remove forward decls; no longer needed.
57415         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57416         Use types required by C89 in prototype.
57417
57418         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57419         * lib/savedir.c: Likewise.
57420         * lib/mkdir.c (free): Remove decl.
57421         * lib/rmdir.c (rmdir): Define with a prototype.
57422         * lib/savedir.c: Include savedir.h first, to test interface.
57423
57424         * lib/mktime.c (STDC_HEADERS): Remove.
57425         Include <stdlib.h>, <string.h> unconditionally.
57426
57427         * lib/modechange.c: Include <stdlib.h> unconditionally.
57428         (malloc): Remove decl.
57429
57430         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57431         (free): Remove decl.
57432
57433         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57434         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57435         (This type really should be intptr_t, but that's a C99ism.)
57436         (_obstack_memcpy): Remove: all uses changed to memcpy.
57437         Include <string.h> unconditionally.
57438         (struct obstack): Assume __STDC__ for types of members
57439         chunkfun, freefun, extra_arg.
57440         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57441         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57442         obstack_begin, obstack_specify_allocation,
57443         obstack_specify_allocation_with_arg, obstack_chunkfun,
57444         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57445         Remove unprototyped decls and the macros that use them.
57446         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57447         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57448         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57449         (defined __STDC__ && __STDC__)]:
57450         Remove nonprototyped code.
57451         Include <stdlib.h> unconditionally.
57452         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57453         _obstack_allocated_p, _obstack_free, obstack_free,
57454         _obstack_memory_used, print_and_abort):
57455         Define using prototypes.
57456         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57457         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57458         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57459         obstack_next_free, obstack_object_size, obstack_room) [0]:
57460         Remove unused, unprototyped code.
57461
57462         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57463
57464         * lib/physmem.c (physmem_total, physmem_available, main): Define
57465         with prototypes.
57466
57467         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57468         (main): Define with a prototype.
57469
57470         * lib/posixver.c (getenv): Remove decl.
57471
57472         * lib/putenv.c (malloc): Returns void *, not char *.
57473         Include <string.h> unconditionally.
57474         (strchr, memcpy, NULL): Do not define.
57475
57476         * lib/readtokens.c: Include readtokens.h first, to test interface.
57477         Include <stdlib.h>, <string.h> unconditionally.
57478         (init_tokenbuffer): Define with a prototype.
57479
57480         * lib/regex.c (PARAMS): Remove.  All uses removed.
57481         All uses of _RE_ARGS removed, too.
57482         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57483         unconditionally.
57484         (bzero): Assume memset exists.
57485         (memcmp, memcpy, NULL): Remove.
57486         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57487         char, or assignments to local vars of type signed char.
57488         (init_syntax_once, PREFIX(extract_number_and_incr),
57489         PREFIX(print_partial_compiled_pattern),
57490         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57491         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57492         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57493         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57494         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57495         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57496         wcs_compile_range, byte_compile_range, truncate_wchar,
57497         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57498         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57499         count_mbs_length, wcs_re_match_2_internal,
57500         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57501         PREFIX(alt_match_null_string_p),
57502         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57503         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57504         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57505         now-unnecessary declaration, if any.
57506         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57507         regcomp, regexec):
57508         Remove now-unnecessary casts among pointer types.
57509         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57510
57511         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57512         (free): Remove decl.
57513
57514         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57515
57516         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57517         (free): Remove decl.
57518
57519         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57520         * lib/xgetcwd.c: Likewise.
57521
57522         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57523         (free): Remove decl.
57524
57525         * lib/strchrnul.c (strchrnul): Define with a prototype.
57526         Fix bug: c_in was not converted to char before searching.
57527
57528         The following changes are not K&R related:
57529
57530         * lib/group-member.h: Include <sys/types.h>, so that this file is
57531         self-contained.
57532         * lib/makepath.h: Likewise.
57533
57534         * lib/getusershell.c (readname, default_index, line_size, readname):
57535         Use size_t, not int, for sizes.
57536         (readname): If the size overflows, report an error instead of
57537         looping forever.
57538
57539 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57540
57541         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57542         libc.
57543
57544 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57545
57546         * README: New section: portability guidelines.
57547
57548 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57549
57550         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57551         C89 spec.
57552
57553 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57554
57555         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57556
57557 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57558
57559         Assume C89 or better; remove K&R cruft.
57560         A few of these changes were first proposed by Derek Robert Price
57561         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57562
57563         * lib/addext.c: Include <string.h> unconditionally.
57564         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57565         Don't declare getenv or malloc.
57566
57567         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57568         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57569         (NULL): Remove.
57570         (find_stack_direction, alloca): Use prototypes.
57571
57572         * lib/atexit.c (atexit): Define using a prototype.
57573
57574         * lib/basename.c, dirname.c, stripslash.c:
57575         Include <string.h> unconditionally.
57576
57577         * lib/bcopy.c: Include <stddef.h>.
57578         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57579
57580         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57581
57582         * lib/error.h (error, error_at_line, error_print_progname)
57583         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57584         * lib/error.c: Include error.h first, to check interface.
57585         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57586         (VA_START): Remove; all uses changeed to va_start.
57587         (exit, strerror): Remove decls.
57588         (error_print_progname): Prototype uncondionally.
57589         Don't include <errno.h>; no longer needed.
57590         (private_strerror): Remove.
57591         (error_tail): Always define.
57592         (error, error_at_line): Assume C89 or better; always use prototypes.
57593         * lib/fatal.c: Include "fatal.h" first, to test interface.
57594         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57595         (VA_START): Remove; all uses changed to va_start.
57596         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57597         this case.
57598         (exit): Remove decl.
57599         (fatal): Prototype unconditionally.  Assume va_start works.
57600         Abort at end, to pacify gcc.
57601
57602         * lib/euidaccess.c (main): Define with a prototype.
57603
57604         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57605
57606         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57607
57608         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57609         prototypes.
57610         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57611         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57612         (getenv): Remove decl.
57613         (fnmatch): Define using a prototype.
57614         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57615         (FCT): Define using a prototype.
57616
57617         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57618
57619         * lib/gethostname.c: Include <stddef.h>.
57620         (gethostname): Define with prototype.  Length is size_t, not int.
57621
57622 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57623
57624         Assume C89 or better; remove K&R cruft.
57625         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57626         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57627         string.h, getenv, malloc.
57628         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57629         headers.
57630         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57631         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57632         do not check for strerror.
57633         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57634         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57635         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57636         do not check for doprnt or vprintf.
57637         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57638         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57639
57640 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57641
57642         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57643         getversion.c should have been removed then, but was accidentally
57644         preserved.
57645
57646         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57647         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57648
57649 2003-09-08  Karl Berry  <karl@gnu.org>
57650
57651         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57652                 config, forget about prep.
57653
57654         * config/depcomp, missing: update from automake.
57655
57656 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57657
57658         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57659         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57660
57661 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57662
57663         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57664         copy_tm_result.  Bug reported by Simon Josefsson in
57665         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57666
57667 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57668
57669         * m4/time_r.m4: New file.
57670         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57671         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57672         is. Check for timegm declaration.
57673         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57674         Do not check for gmtime_r.
57675         Replace mktime if __mktime_internal does not exist and if mktime
57676         hasn't been replaced already.
57677
57678 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57679
57680         * lib/time_r.c, lib/time_r.h: New files.
57681
57682         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57683         __localtime_r.
57684         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57685         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57686
57687         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57688         __gmtime_r.
57689         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57690         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57691         Include <time_r.h>.
57692
57693         * lib/timegm.c: Switch to glibc implementation, with the following
57694         changes:
57695         [defined HAVE_CONFIG_H]: Include <config.h>.
57696         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57697         (__mktime_internal) [!defined _LIBC]: New decl.
57698         (__gmtime_r) [!defined _LIBC]: New macro and function.
57699         (timegm): Use a prototype, since gnulib assumes C89.
57700         Do not bother declaring tmp to be const, as it's not really usefu.
57701         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57702         (timegm): Declare only if HAVE_DECL_TIMEGM.
57703
57704 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57705
57706         * MODULES.html.sh (func_all_modules): Add time_r.
57707         * modules/time_r: New file.
57708         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57709         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57710
57711 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57712
57713         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57714         Bug reported by Lute Kamstra in
57715         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57716
57717         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57718         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57719         course with correspondingly smaller numbers for tomorrow and
57720         yesterday.  From Tadayoshi Funaba.  Originally installed into
57721         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57722         coreutils merge?).
57723
57724 2003-08-31  Simon Josefsson  <jas@extundo.com>
57725
57726         * modules/timegm: New file.
57727         * MODULES.html.sh (func_all_modules): Add timegm.
57728
57729 2003-08-31  Simon Josefsson  <jas@extundo.com>
57730
57731         * m4/timegm.m4: New file.
57732
57733 2003-08-31  Simon Josefsson  <jas@extundo.com>
57734
57735         * lib/timegm.h: New file.
57736         * lib/timegm.c: New file.  Based on
57737         wget-1.8.2/src/http.c:mktime_from_utc.
57738
57739 2003-08-31  Karl Berry  <karl@gnu.org>
57740
57741         * lib/argp.h: update from libc.
57742
57743 2003-08-28  Bruno Haible  <bruno@clisp.org>
57744
57745         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57746         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57747         followed by '#define fnmatch fnmatch_posix' gives an error.
57748
57749 2003-08-28  Bruno Haible  <bruno@clisp.org>
57750
57751         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57752         warning on QNX, which defines O_BINARY to 000000.
57753
57754 2003-08-27  Jim Meyering  <jim@meyering.net>
57755
57756         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57757         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57758         would fail after 32.  Reported by Danny Levinson.  Details here:
57759         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57760
57761 2003-08-24  Bruno Haible  <bruno@clisp.org>
57762
57763         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57764         MSVC7 <stdio.h> is included later.
57765
57766 2003-08-22  Simon Josefsson  <jas@extundo.com>
57767
57768         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57769
57770 2003-08-20  Karl Berry  <karl@gnu.org>
57771
57772         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57773
57774 2003-08-20  Bruno Haible  <bruno@clisp.org>
57775
57776         * modules/progname: New file.
57777         * MODULES.html.sh (func_all_modules): Add progname.
57778
57779 2003-08-20  Bruno Haible  <bruno@clisp.org>
57780
57781         * lib/progname.h: New file, from GNU gettext.
57782         * lib/progname.c: New file, from GNU gettext.
57783         * lib/progreloc.c: New file, from GNU gettext.
57784
57785 2003-08-19  Jim Meyering  <jim@meyering.net>
57786
57787         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57788         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57789
57790 2003-08-19  Bruno Haible  <bruno@clisp.org>
57791
57792         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57793         more.
57794
57795 2003-08-19  Bruno Haible  <bruno@clisp.org>
57796
57797         * lib/xstrdup.c: Assume <string.h> exists.
57798
57799 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57800
57801         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57802         in makefile rules.
57803
57804 2003-08-18  Jim Meyering  <jim@meyering.net>
57805
57806         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57807         * m4/lib-ld.m4: Likewise.
57808
57809 2003-08-18  Jim Meyering  <jim@meyering.net>
57810
57811         * lib/setenv.h: Indent nested cpp directive.
57812         * lib/vasnprintf.c: Remove trailing blanks.
57813
57814 2003-08-17  Simon Josefsson  <jas@extundo.com>
57815
57816         * modules/xstrndup: New file.
57817         * MODULES.html.sh (func_all_modules): Add xstrndup.
57818
57819 2003-08-17  Simon Josefsson  <jas@extundo.com>
57820
57821         * modules/argp: Fix autoconf macro name. Add more dependencies.
57822
57823 2003-08-17  Simon Josefsson  <jas@extundo.com>
57824
57825         * m4/xstrndup.m4: New file.
57826
57827 2003-08-17  Simon Josefsson  <jas@extundo.com>
57828
57829         * m4/argp.m4: New file.
57830
57831 2003-08-17  Simon Josefsson  <jas@extundo.com>
57832             Bruno Haible  <bruno@clisp.org>
57833
57834         * lib/xstrndup.h: New file.
57835         * lib/xstrndup.c: New file.
57836
57837 2003-08-17  Bruno Haible  <bruno@clisp.org>
57838
57839         * modules/strndup (Files, Include): Add lib/strndup.h.
57840
57841 2003-08-17  Bruno Haible  <bruno@clisp.org>
57842
57843         * modules/euidaccess (Files): Add lib/euidaccess.h.
57844
57845 2003-08-17  Bruno Haible  <bruno@clisp.org>
57846
57847         * lib/strndup.h: New file.
57848
57849 2003-08-17  Bruno Haible  <bruno@clisp.org>
57850
57851         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57852         like AC_GNU_SOURCE.
57853         * modules/extensions (configure.ac): Comment out the invocation of
57854         gl_USE_SYSTEM_EXTENSIONS.
57855
57856 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57857
57858         Merges from coreutils, etc.
57859         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57860         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57861         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57862         fixing a typo.
57863         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57864         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57865
57866 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57867
57868         Document merge from coreutils.
57869         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57870         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57871         * modules/utime: Add m4/utimes-null.m4.
57872
57873 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57874
57875         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57876         space, undoing this 2003-08-12 change:
57877         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57878
57879 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57880
57881         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57882         strtoul.c from libc, undoing this 2003-08-12 change:
57883         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57884
57885 2003-08-16  Jim Meyering  <jim@meyering.net>
57886
57887         Merges from coreutils.
57888         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57889         prefix.  Adjust cache variables similarly.  Create 500 rather than
57890         just 300 files, to exercise bug on Darwin6.5, too.
57891         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57892         $missing_dir.
57893         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57894         AM_SYS_POSIX_TERMIOS.
57895         Reported by mkc@mathdogs.com.
57896         Also change use of $am_cv_sys_posix_termios
57897         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57898         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57899         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57900         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57901         in /proc/mounts until it finds one with matching device number.  This
57902         is unnecessary when the FILE argument *is* a mount point.  No stat call
57903         is necessary in that case.  So, disable the statvfs-testing code on
57904         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57905         as RedHat bug# 84846.
57906         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57907         to 1MB, so as not to render systems with no stack size limit (e.g.,
57908         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57909         Include <unistd.h>.  On some systems,
57910         it is required for the definition of _SC_PAGESIZE.
57911
57912 2003-08-16  Jim Meyering  <jim@meyering.net>
57913
57914         Merge from coreutils.
57915         * lib/xstrtoimax.c: #else #if -> #elif.
57916         * lib/xstrtoumax.c: Likewise.
57917
57918 2003-08-16  Jim Meyering  <jim@meyering.net>
57919
57920         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57921         * m4/utimes.m4: Removed.
57922         * m4/utimes-null.m4: Renamed from utimes.m4.
57923
57924         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57925         to 1MB, so as not to render systems with no stack size limit (e.g.,
57926         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57927         Include <unistd.h>.  On some systems,
57928         it is required for the definition of _SC_PAGESIZE.
57929
57930 2003-08-16  Jim Meyering  <jim@meyering.net>
57931         and Paul Eggert  <eggert@cs.ucla.edu>
57932
57933         Merges from coreutils, etc.
57934
57935         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57936         using the latest version from cvs.  This avoids problems with #line
57937         directives using a vendor (Sun) compiler.
57938         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57939         Don't set GETGROUPS_LIB here; now it's
57940         done via getgroups.m4's wrapper function.
57941         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57942         rather than just in sh-util/configure.in, so that the
57943         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57944         same.
57945         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57946         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57947         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57948         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57949         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57950         Remove code that is now done by the newly-required macros.
57951         Append $(EXEEXT) to DF_PROG.
57952         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57953         Do not invoke or require the following here,
57954         since prereq.m4 or some gnulib .m4 now does this for us:
57955         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57956         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57957         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57958         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57959         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57960         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57961         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57962         AC_FUNC_OBSTACK.
57963         Do not replace the following functions, as this is now the job
57964         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57965         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57966         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57967         atexit getpass, strdup, getpagesize.
57968         Replace 'raise'.
57969         Do not check for the following functions, as this is now the job
57970         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57971         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57972         setregid.
57973         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57974         Check for sys/sysctl.h.
57975         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57976         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57977         of checking for ssize_t ourselves.
57978
57979         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57980         Require every macro that gnulib/modules/* suggests for us.
57981         (jm_PREREQ_ADDEXT): New macro.
57982         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57983         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57984
57985         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57986         (gl_PHYSMEM): Use it.
57987         Also check for `table' function.
57988         Check for new headers and functions.
57989         Add check for sys/sysmp.h.
57990         With suggestions from Kaveh Ghazi.
57991         Ignore headers that are present but cannot be compiled.  This
57992         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57993         C 5.4.
57994
57995 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57996
57997         Document merge from coreutils.
57998         * modules/userspec: Depend on posixver.
57999         * modules/strftime: Depend on tzset.
58000
58001 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58002
58003         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58004         rather than tab, after '#' in shell-script copyright notices.
58005         Suggested by Bruno Haible.
58006
58007 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58008
58009         * config/srclist-update: Use three spaces, rather than tab, after '#'
58010         in shell-script copyright notices.  Suggested by Bruno Haible.
58011         Remove unnecessary parenthesization in regular expression.
58012
58013 2003-08-15  Jim Meyering  <jim@meyering.net>
58014
58015         Merge from coreutils.
58016         * lib/xgethostname.c: Include <stdlib.h>.
58017         (xghostname): Don't exit for anything other than memory-related
58018         failure; just return NULL.
58019         * lib/userspec.c: Include "posixver.h".
58020         (parse_user_spec): Accept `.' as a separator only
58021         in pre-POSIX-200112 mode.
58022         * lib/strtoimax.c: Use #elif rather than #else #if.
58023         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58024         Remove function, now that we can rely on a working tzset function.
58025         [!_LIBC]: Ensure that the required autoconf test has been run.
58026         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58027         Use underlying_strftime for %r.
58028         * lib/sha.c: Merge in some clean-up and optimization changes from
58029         glibc.
58030         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58031         Ensure that it is a multiple of 64.
58032         Rearrange loop exit tests so as to avoid performing an
58033         additional fread after encountering an error or EOF.
58034         * lib/realloc.c: Update copyright date.
58035
58036 2003-08-15  Jim Meyering  <jim@meyering.net>
58037         and Paul Eggert  <eggert@twinsun.com>
58038
58039         Merge from coreutils.
58040         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58041         member but strut utmpx does not.  Needed for AIX 4.3.3.
58042         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58043
58044 2003-08-15  Jim Meyering  <jim@meyering.net>
58045         and Paul Eggert  <eggert@cs.ucla.edu>
58046
58047         Merges from coreutils, etc.
58048         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58049         Require gl_FUNC_TZSET_CLOBBER.
58050         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58051         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58052         members.
58053
58054 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58055
58056         Help the merge from coreutils.
58057         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58058         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58059         * m4/tzset.m4: Use it too.
58060
58061 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58062
58063         * modules/tzset: New file.
58064
58065 2003-08-14  Jim Meyering  <jim@meyering.net>
58066
58067         Merges from coreutils.
58068         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58069         variable names, rather than @FNMATCH_H@.
58070         * modules/alloca: Likewise for $(ALLOCA_H).
58071
58072         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58073         the three copies of the literal target, `fnmatch.h'.
58074         * modules/alloca (alloca.h): Likewise.
58075
58076 2003-08-14  Jim Meyering  <jim@meyering.net>
58077
58078         Merge from coreutils.
58079         * m4/tzset.m4: New file.
58080         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58081         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58082         otherwise, AIX 5.1 systems would end up using the latter.
58083         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58084         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58085         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58086         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58087
58088 2003-08-14  Jim Meyering  <jim@meyering.net>
58089
58090         Merge from coreutils.
58091         * lib/obstack.h: Whitespace changes.
58092         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58093         and xcalloc return values.
58094         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58095         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58096         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58097         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58098         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58099         error from mntctl.
58100         Use mntctl's return value to drive the entry-processing loop, since
58101         we can't rely on the value of the vmt_length member in the last
58102         entry.  On some systems doing so could result in exhausting
58103         virtual memory.  Based in part on a patch from Mike Jetzer.
58104
58105 2003-08-14  Jim Meyering  <jim@meyering.net>
58106         and Paul Eggert  <eggert@twinsun.com>
58107
58108         Merges from coreutils, plus other fixes.
58109         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58110         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58111         for credits and details.  Thanks to Kaveh Ghazi for helping
58112         to keep these files in sync.
58113         (ARRAY_SIZE): Define it.
58114         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58115         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58116         (memcasecmp): Don't assume size_t fits in unsigned int.
58117         Remove casts and duplicate code.
58118         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58119         (memcpy): Remove definition.
58120         Merge in some clean-up and optimization changes from glibc.
58121         [BLOCKSIZE]: Move definition to top of file.
58122         Ensure that it is a multiple of 64.
58123         Rearrange loop exit tests so as to avoid performing an
58124         additional fread after encountering an error or EOF.
58125         * lib/md5.h (md5_uintptr): Define.
58126         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58127         return to the initial working directory.  Preserve errno
58128         for caller.
58129         * lib/idcache.c: Include "xalloc.h".
58130         (xmalloc, xrealloc): Remove decls.
58131         (getuser): Remove casts no longer required in C89.
58132         * lib/human.c: Include stdio.h, for sprintf.
58133         * lib/group-member.c: Include "xalloc.h".
58134         (xmalloc, xrealloc): Remove decls.
58135         (get_group_info): Remove casts no longer required in C89.
58136         * lib/getusershell.c (readname): Remove casts no longer required in
58137         C89.
58138         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58139         * lib/getline.c: Whitespace fix, from coreutils.
58140
58141 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58142
58143         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58144         Check for isascii.
58145
58146         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58147         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58148         Undo previous (whitespace-only) change.
58149
58150 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58151
58152         * lib/exclude.c: Include <ctype.h>
58153         (IN_CTYPE_DOMAIN): New macro.
58154         (is_space): New fn.
58155         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58156         and empty lines.
58157
58158         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58159         Undo previous (whitespace-only) change.
58160
58161 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58162
58163         * config/srclist-update: Change update back to the old behavior,
58164         leaving whitespace alone.  Use one 'sed' command rather than a
58165         pipeline.
58166         (fixlicense): Now a variable, not a function.
58167         (remove_trailing_blanks): Remove.
58168         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58169         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58170         Undo previous (whitespace-only) change.
58171
58172 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58173
58174         Merge from coreutils.
58175         * modules/euidaccess: Add lib_SOURCES, include for new
58176         file euidaccess.h
58177
58178 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58179
58180         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58181         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58182         Normalize leading white space and remove trailing white space.
58183
58184         Merge from coreutils
58185         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58186
58187         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58188         0.12.1.  These files are now being upgraded automatically by
58189         ../config/srclist-update.
58190
58191 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58192
58193         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58194         Normalize leading white space and remove trailing white space.
58195         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58196         notice, as per ../config/srclist-update.
58197
58198         Merge from coreutils.
58199         * lib/euidaccess.h: New file.
58200         * lib/euidaccess.c: Include it.
58201         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58202         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58203         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58204
58205 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58206
58207         * config/srclist-update: Add copyright notice.
58208         (remove_id_lines, remove_trailing_blanks): New constants.
58209         (fixfile): Use them to normalize spacing a bit in copied files.
58210         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58211         Normalize leading white space and remove trailing white space.
58212
58213         * config/texinfo.tex: Sync with texinfo.
58214
58215         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58216         strtoul.c from libc, to merge coreutils whitespace changes.
58217
58218         * config/srclist.txt: Get the following m4 files from gettext:
58219         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58220         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58221         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58222         wint_t.m4.
58223
58224 2003-08-12  Karl Berry  <karl@gnu.org>
58225
58226         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58227         been made.
58228
58229 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58230
58231         * modules/gnu-source, m4/gnu-source.m4:
58232         Remove; we're assuming Autoconf 2.54 or later now.
58233         Suggested by Bruno Haible.
58234         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58235
58236 2003-08-11  Bruno Haible  <bruno@clisp.org>
58237
58238         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58239
58240 2003-08-11  Bruno Haible  <bruno@clisp.org>
58241
58242         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58243         (vasnprintf): Use it instead of wcslen.
58244
58245 2003-08-11  Bruno Haible  <bruno@clisp.org>
58246
58247         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58248         value to ensure that _Bool promotes to int. Use #define for _Bool when
58249         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58250
58251 2003-08-10  Karl Berry  <karl@gnu.org>
58252
58253         * lib/regex.h: update from libc (whitespace fix).
58254
58255 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58256
58257         Merge some files from coreutils.  These changes were
58258         originally made by Jim Meyering.
58259         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58260         many older Unixes require this.
58261         * lib/alloca.c (alloca): Remove cast to argument of free;
58262         no longer needed in C89.
58263         * lib/alloca_.h, regex.h: Fix white space to match
58264         what GNU indent does.
58265
58266 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58267
58268         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58269         apparently Emacs's Unicode mode got confused before my 2003-08-05
58270         checkin.
58271
58272 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58273
58274         * m4/extensions.m4: New file.
58275         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58276         Require gl_USE_SYSTEM_EXTENSIONS.
58277         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58278         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58279
58280 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58281
58282         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58283         * modules/extensions, modules/gnu-source: New files.
58284         * modules/timespec, modules/unlocked-io: Depend on extensions.
58285
58286 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58287
58288         * modules/restrict: New file.
58289         * MODULES.html.sh (func_all_modules): Add restrict.
58290         * modules/regex: Depend on restrict.
58291
58292 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58293
58294         * m4/restrict.m4: New file.
58295         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58296
58297 2003-08-07  Bruno Haible  <bruno@clisp.org>
58298
58299         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58300         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58301
58302 2003-08-07  Bruno Haible  <bruno@clisp.org>
58303
58304         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58305         makes the module 'getndelim2' compatible with the module 'getline'.
58306
58307 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58308
58309         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58310         byte with "\201" to avoid glitches when editing that source file
58311         with multi-gnome-terminal.
58312
58313 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58314
58315         * lib/bumpalloc.h: Remove.
58316
58317 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58318
58319         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58320         * modules/bumpalloc: Remove.
58321
58322 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58323
58324         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58325         GNU coding style.
58326
58327         Merge from coreutils.
58328         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58329         1. From glibc.
58330         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58331         from Karl Berry, implemented by Jim Meyering.
58332         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58333         from Dmitry V. Levin.
58334         Remove anachronistic cast of xrealloc.
58335         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58336         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58337         type. Otherwise, it wouldn't compile with at least /bin/cc on
58338         ymp-cray-unicos9.0.2.X.
58339         Combine two mostly-identical uses of alloca into one.
58340         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58341
58342 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58343
58344         [From Emacs.]
58345
58346         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58347         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58348         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58349         obsolete NLIST_NAME_UNION.
58350         [__GNU__]: Undef BSD and FSCALE.
58351         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58352
58353 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58354
58355         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58356         an enum type, so that it's guaranteed to promote to int.  See:
58357         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58358
58359 2003-08-03  Karl Berry  <karl@gnu.org>
58360
58361         * config/depcomp: update from automake.
58362
58363 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58364
58365         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58366         (strerror): Don't assume that a printable int fits in 14 bytes.
58367
58368 2003-07-31  Bruno Haible  <bruno@clisp.org>
58369
58370         * modules/getpass-gnu: New file.
58371         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58372
58373 2003-07-31  Bruno Haible  <bruno@clisp.org>
58374
58375         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58376
58377 2003-07-24  Karl Berry  <karl@gnu.org>
58378
58379         * config/missing: update from automake.
58380
58381 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58382             Bruno Haible  <bruno@clisp.org>
58383
58384         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58385         * lib/getline.c (getline, getdelim): Likewise.
58386         Remove _GNU_SOURCE define; now it's defined in config.h through
58387         m4/getline.m4.
58388
58389 2003-07-23  Karl Berry  <karl@gnu.org>
58390
58391         * config/config.sub: update from prep.
58392
58393 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58394
58395         * modules/xalloc (Depends-on): Add exitfail.
58396         * modules/xmemcoll: Likewise.
58397
58398 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58399
58400         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58401         over-parenthesization in macros.
58402
58403         Sync with coreutils.
58404
58405         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58406         required by C99.
58407
58408         Use `exit_failure' for xalloc and xmemcoll instead of their own
58409         private exit-failure variables.
58410         * lib/xalloc.h (xalloc_exit_failure): Remove.
58411         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58412         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58413         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58414         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58415         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58416
58417 2003-07-20  Jim Meyering  <jim@meyering.net>
58418
58419         * modules/closeout (Depends-on): Add exitfail.
58420         Suggestion from Bruno Haible.
58421
58422 2003-07-19  Karl Berry  <karl@gnu.org>
58423
58424         * config/config.sub: update from prep.
58425
58426 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58427
58428         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58429         Remove.
58430         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58431         to test that it can stand by itself.  Include "exitfail.h".
58432         Clients should set exit_failure instead.
58433         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58434
58435 2003-07-18  Bruno Haible  <bruno@clisp.org>
58436
58437         * modules/getndelim2: New file.
58438         * modules/getline: Share files with module getndelim2.
58439         * modules/getnline: Depend on getndelim2 instead of sharing files with
58440         it. Add getnline.c to lib_SOURCES.
58441         * MODULES.html.sh (func_all_modules): Add getndelim2.
58442
58443 2003-07-18  Bruno Haible  <bruno@clisp.org>
58444
58445         * m4/getndelim2.m4: New file.
58446         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58447         invoke gl_PREREQ_GETNDELIM2.
58448         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58449         gl_PREREQ_GETNDELIM2.
58450         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58451         gl_GETNDELIM2.
58452
58453 2003-07-18  Bruno Haible  <bruno@clisp.org>
58454
58455         * lib/getndelim2.h: New file.
58456         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58457         getndelim2.h.
58458         (getndelim2): Make non-static. Change return type to ssize_t.
58459         * lib/getline.h: Change argument names.
58460         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58461         * lib/getnline.c: Include getndelim2.h.
58462
58463 2003-07-18  Andreas Schwab  <schwab@suse.de>
58464
58465         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58466
58467 2003-07-17  Karl Berry  <karl@gnu.org>
58468
58469         * config/config.sub: update from prep.
58470
58471 2003-07-17  Bruno Haible  <bruno@clisp.org>
58472
58473         * modules/getnline: New file.
58474         * modules/getline: Add lib/getndelim2.c to source file list.
58475         * MODULES.html.sh (func_all_modules): Add getnline.
58476
58477 2003-07-17  Bruno Haible  <bruno@clisp.org>
58478
58479         * m4/getnline.m4: New file.
58480
58481 2003-07-17  Bruno Haible  <bruno@clisp.org>
58482
58483         * m4/Makefile.am.in: Remove file.
58484         * m4/Makefile.am: Remove file.
58485         * m4/Makefile.in: Remove file.
58486
58487 2003-07-17  Bruno Haible  <bruno@clisp.org>
58488
58489         * lib/getnline.h: New file.
58490         * lib/getnline.c: New file.
58491         * lib/getndelim2.c: New file, extracted from getline.c.
58492         (getndelim2): Renamed from getdelim2, with added nmax argument.
58493         * lib/getline.c: Include getndelim2.c.
58494         (getdelim2): Moved out to getndelim2.c.
58495         (getline, getdelim): Update.
58496
58497 2003-07-17  Bruno Haible  <bruno@clisp.org>
58498
58499         * lib/Makefile.am: Remove file.
58500         * lib/Makefile.in: Remove file.
58501
58502 2003-07-17  Bruno Haible  <bruno@clisp.org>
58503
58504         * configure.in: Remove file.
58505         * Makefile.in: Remove file.
58506
58507 2003-07-17  Bruno Haible  <bruno@clisp.org>
58508
58509         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58510
58511 2003-07-16  Karl Berry  <karl@gnu.org>
58512
58513         * config/srclist-update: was running fixlicense twice, which caused
58514                 texinfo.tex to be nullified for some reason.  Simplify,
58515                 $gplsrc is no longer needed as far as I can see?
58516
58517 2003-07-16  Jim Meyering  <jim@meyering.net>
58518
58519         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58520
58521 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58522
58523         * config/srclist.txt: Get the following files from gettext-runtime/intl
58524         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58525         ref-del.sin.  From Bruno Haible.
58526         * config/srclist-update (fixfile): Change grep pattern again, since the
58527         previous fix didn't work (there was another trailing $).  Use
58528         '[$]' to escape the $s.
58529
58530 2003-07-15  Karl Berry  <karl@gnu.org>
58531
58532         * lib/vasnprintf.c: update from gettext.
58533
58534 2003-07-15  Karl Berry  <karl@gnu.org>
58535
58536         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58537         gets expanded when surrounded by '$'.
58538
58539 2003-07-15  Jim Meyering  <jim@meyering.net>
58540
58541         * modules/save-cwd: Don't depend on error.  From Derek Price.
58542
58543 2003-07-15  Jim Meyering  <jim@meyering.net>
58544
58545         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58546
58547 2003-07-14  Simon Josefsson  <jas@extundo.com>
58548
58549         * modules/mempcpy: New file.
58550         * MODULES.html.sh (func_all_modules): Add mempcpy.
58551
58552 2003-07-14  Simon Josefsson  <jas@extundo.com>
58553
58554         * m4/mempcpy.m4: New file.
58555
58556 2003-07-14  Simon Josefsson  <jas@extundo.com>
58557
58558         * lib/mempcpy.h: New file.
58559         * lib/mempcpy.c: New file.
58560
58561 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58562
58563         * modules/getdate, modules/posixtm: Depend on mktime.
58564
58565 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58566
58567         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58568         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58569         unicodeio.c, unicodeio.h, unlocked-io.h:
58570         Switch from LGPL to GPL.
58571
58572 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58573
58574         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58575         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58576         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58577         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58578         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58579         updated automatically by ../config/srclist-update.  This changes
58580         their license from LPGL to GPL.
58581
58582 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58583
58584         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58585         assumed to refer to the root of the most recent stable gettext version.
58586         * config/srclistvars.sh: Add defaults for eggert.
58587         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58588         Match "This program" as well as "The program".  This is needed
58589         for gettext.
58590
58591 2003-07-14  Jim Meyering  <jim@meyering.net>
58592
58593         Don't emit diagnostics.  Let callers do that.
58594         * lib/save-cwd.c: Don't include "error.h".
58595         (save_cwd): Don't call error.  Ensure that errno is valid
58596         when returning nonzero.
58597
58598         * lib/save-cwd.h (restore_cwd): Update prototype.
58599         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58600         Simplify.  Don't call error upon failure.  Let callers do that.
58601         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58602         when auditing is enabled.  But don't bother updating the #if.
58603
58604 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58605
58606         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58607         it breaks C++ compilation.
58608         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58609
58610 2003-07-10  Simon Josefsson  <jas@extundo.com>
58611
58612         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58613
58614 2003-07-10  Jim Meyering  <jim@meyering.net>
58615
58616         * m4/clock_time.m4: Remove trailing blank.
58617         * m4/intmax_t.m4: Likewise.
58618
58619 2003-07-10  Jim Meyering  <jim@meyering.net>
58620
58621         * lib/vasnprintf.c: Remove trailing blanks.
58622         Make cpp indentation consistent.
58623
58624 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58625
58626         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58627         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58628         Switch from LGPL to GPL.
58629
58630 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58631
58632         * config/srclist.txt: Sort sublists.  Add
58633         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58634         that differ from gnulib for one reason or another; we'd like this list
58635         to be smaller but for now let's document what we have.
58636
58637 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58638
58639         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58640         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58641         and sweeter "eval x=$x".
58642         * config/srclist.txt: Get lib/argp* from glibc.
58643
58644 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58645
58646         * lib/mktime.c: Fix some boundary cases and remove need for floating
58647         point.
58648
58649         Issue a compile-time diagnostic if time_t is floating point, or if
58650         two's complement arithmetic is not in effect, or if arithmetic
58651         right shift does not propagate the sign.  These assumptions were
58652         all in the original code but they weren't checked.
58653
58654         (TIME_T_MIDPOINT, verify): New macros.
58655         (__isleap): Remove; it has integer overflow problems.
58656         (leapyear): New function, without those problems.
58657         (ydhms_tm_diff): Remove; splitting into two parts.
58658         (ydhms_diff): New function, containing the arithmetic part of
58659         the old ydhms_tm_diff function.  Issue a compile-time
58660         diagnostic if we are not using C99 integer division.
58661         Avoid casts when possible.
58662         (guess_time_tm): New function, containing the checking part of
58663         the old ydhms_tm_diff function.  Return the new value, rather than
58664         the difference between it and the old.  Accept a new argument T
58665         so that *T specifies the old value.  Check for overflow in the result.
58666
58667         (__mktime_internal): Use a time_t offset, not a long int offset.
58668         This undoes the 2003-06-04 change, which is no longer needed now
58669         that we have better overflow checking.
58670         (localtime_offset): Likewise.
58671
58672         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58673         and long are 64-bit but int is only 32-bit.
58674         (ydhms_diff): Use long int to store year1 and yday1.
58675         Issue a compile-time diagnostic if long int is not wide enough.
58676
58677         (__mktime_internal): Use long int to store adjusted year and yday.
58678         Use plain C rather than preprocessor commands, if that doesn't
58679         affect efficiency.
58680         Check for overflow (and try to repair) after each probe
58681         rather than checking only at the very end.  This avoids some bugs
58682         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58683         does not equal GMT offset at maximum time).
58684         Use integer to check for overflow rather than floating point; this
58685         is more portable to non-IEEE hosts, and is a tad faster.
58686         When we detect that we are oscillating between two values,
58687         don't check whether tm_isdst has the requested value, since
58688         we already know the answer.  When tm_isdst has the wrong value,
58689         use a different heuristic to find the right one, based on the
58690         extreme values actually observed in practice in tz2003a,
58691         rather than the (overly optimistic) "previous 3 calendar quarters".
58692
58693         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58694         "T const" to accommodate glibc style.
58695         (check_result): Use less-confusing report format.  "long" -> "long int.
58696         (main): Likewise.
58697         Don't loop if the iteration overflows time_t.
58698         Allow a negative step in the iteration.
58699
58700 2003-07-06  Karl Berry  <karl@gnu.org>
58701
58702         * config/depcomp: update from automake.
58703         * config/config.sub: update from prep.
58704
58705 2003-07-03  Karl Berry  <karl@gnu.org>
58706
58707         * config/config.guess: update from prep.
58708
58709 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58710
58711         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58712         xreadlink.c now includes it unconditionally.
58713
58714 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58715
58716         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58717         having it depend on HAVE_SYS_TYPES_H.
58718
58719 2003-07-01  Bruno Haible  <bruno@clisp.org>
58720
58721         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58722         <sys/types.h> should be sufficient.
58723         Reported by Paul Eggert.
58724
58725 2003-06-26  Karl Berry  <karl@gnu.org>
58726
58727         * config/depcomp: update from automake.
58728
58729 2003-06-26  Bruno Haible  <bruno@clisp.org>
58730
58731         * modules/human: Depend on module stdbool.
58732
58733 2003-06-25  Bruno Haible  <bruno@clisp.org>
58734
58735         * modules/readlink: New file.
58736         * modules/xreadlink: Depend on it.
58737         * MODULES.html.sh (func_all_modules): Add readlink.
58738
58739 2003-06-25  Bruno Haible  <bruno@clisp.org>
58740
58741         * m4/readlink.m4: New file.
58742
58743 2003-06-25  Bruno Haible  <bruno@clisp.org>
58744
58745         * lib/readlink.c: New file.
58746
58747 2003-06-22  Karl Berry  <karl@gnu.org>
58748
58749         * config/srclist.txt: update mkinstalldirs from automake.
58750         * config/mkinstalldirs: update.
58751
58752 2003-06-22  Bruno Haible  <bruno@clisp.org>
58753
58754         Portability to mingw32.
58755         * m4/ssize_t.m4: New file, from GNU gettext.
58756         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58757         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58758
58759 2003-06-22  Bruno Haible  <bruno@clisp.org>
58760
58761         * modules/safe-read: Add m4/ssize_t.m4.
58762         * modules/xreadlink: Add m4/ssize_t.m4.
58763
58764 2003-06-20  Bruno Haible  <bruno@clisp.org>
58765
58766         Assume C89, so PARAMS isn't needed.
58767         * lib/unicodeio.h (PARAMS): Remove.
58768         * lib/unicodeio.c: Don't use PARAMS.
58769
58770 2003-06-18  Karl Berry  <karl@gnu.org>
58771
58772         * config/config.{guess,sub}: update from prep.
58773
58774 2003-06-18  Jim Meyering  <jim@meyering.net>
58775
58776         Merge changes from coreutils.
58777         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58778         Remove explicit declarations of xmalloc and realloc.
58779         Include xalloc.h.
58780         (read_utmp): Remove anachronistic cast of xmalloc.
58781
58782 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58783
58784         Assume C89, so PARAMS isn't needed.
58785         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58786         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58787         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58788         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58789         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58790         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58791         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58792         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58793         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58794         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58795         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58796         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58797         no longer needed. Anyway, config.h should always be included before any
58798         other file.
58799
58800 2003-06-11  Simon Josefsson  <jas@extundo.com>
58801
58802         * modules/sysexits: New file.
58803         * MODULES.html.sh (func_all_modules): Add sysexits.
58804
58805 2003-06-11  Simon Josefsson  <jas@extundo.com>
58806
58807         * lib/sysexit_.h: New file.
58808
58809 2003-06-11  Derek Price  <derek@ximbiot.com>
58810
58811         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58812         necessary.
58813
58814 2003-06-11  Bruno Haible  <bruno@clisp.org>
58815
58816         * m4/sysexits.m4: New file.
58817
58818 2003-06-10  Simon Josefsson  <jas@extundo.com>
58819
58820         * lib/argp.h: New file, from glibc.
58821         * lib/argp-ba.c: New file, from glibc.
58822         * lib/argp-eexst.c: New file, from glibc.
58823         * lib/argp-fmtstream.c: New file, from glibc.
58824         * lib/argp-fmtstream.h: New file, from glibc.
58825         * lib/argp-fs-xinl.c: New file, from glibc.
58826         * lib/argp-help.c: New file, from glibc.
58827         * lib/argp-namefrob.h: New file, from glibc.
58828         * lib/argp-parse.c: New file, from glibc.
58829         * lib/argp-pv.c: New file, from glibc.
58830         * lib/argp-pvh.c: New file, from glibc.
58831         * lib/argp-xinl.c: New file, from glibc.
58832
58833 2003-06-10  Simon Josefsson  <jas@extundo.com>
58834
58835         * modules/strchrnul: New file.
58836
58837 2003-06-10  Simon Josefsson  <jas@extundo.com>
58838
58839         * modules/argp: New file.
58840
58841 2003-06-10  Simon Josefsson  <jas@extundo.com>
58842
58843         * m4/strchrnul.m4: New file.
58844
58845 2003-06-10  Simon Josefsson  <jas@extundo.com>
58846
58847         * lib/strchrnul.h: New file.
58848         * lib/strchrnul.c: New file.
58849
58850 2003-06-10  Bruno Haible  <bruno@clisp.org>
58851
58852         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58853
58854 2003-06-07  Karl Berry  <karl@gnu.org>
58855
58856         * config/config.{guess,sub}: update from prep.
58857
58858 2003-06-07  Jim Meyering  <jim@meyering.net>
58859
58860         * modules/strtod: Use $(...) notation, not @...@ for
58861         AC_REPLACE'd variables.
58862         * modules/localcharset: Likewise.
58863
58864 2003-06-07  Jim Meyering  <jim@meyering.net>
58865
58866         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58867         in place of my name in the copyright comment.
58868         Remove definition and uses of __P.
58869
58870         From coreutils.
58871         * lib/stat.c: Don't declare xmalloc explicitly.
58872         Instead, include "xalloc.h".
58873         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58874         xrealloc, and xcalloc return values.
58875         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58876         Improve comment.
58877         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58878
58879 2003-06-07  Bruno Haible  <bruno@clisp.org>
58880
58881         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58882         avoid AC_CONFIG_LINKS.
58883         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58884         fnmatch.h, to avoid AC_CONFIG_LINKS.
58885         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58886
58887 2003-06-07  Bruno Haible  <bruno@clisp.org>
58888
58889         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58890         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58891         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58892         directory.
58893         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58894         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58895         directory.
58896
58897 2003-06-06  Jim Meyering  <jim@meyering.net>
58898
58899         Merge from coreutils.
58900         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58901         Consolidate declarations and initializations of *_base* locals.
58902
58903         Merge from coreutils.
58904         This avoids a core dump on systems without GNU putenv,
58905         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58906         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58907         (unsetenv): New static function, from GNU libc.
58908         (rpl_putenv): Use it.
58909
58910         * lib/modechange.c: Remove trailing blanks.
58911
58912         Merge from coreutils.
58913         * lib/fsusage.c: Remove declaration of statfs.
58914         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58915
58916         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58917
58918 2003-06-06  Jim Meyering  <jim@meyering.net>
58919
58920         * lib/stdbool_.h: Renamed from stdbool.h.in.
58921
58922 2003-06-06  Jim Meyering  <jim@meyering.net>
58923             Bruno Haible  <bruno@clisp.org>
58924
58925         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58926         Adjust Makefile.am snippet not to redirect directly to target.
58927         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58928
58929 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58930
58931         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58932         mismatch, look in future quarters as well as past.  This fixes a
58933         bug when processing fall-backwards gaps immediately after a long
58934         period of daylight-saving time.
58935
58936         * lib/mktime.c: Assume freestanding C89 or better.
58937         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58938         (__P): Remove; not used.
58939         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58940         (mktime, not_equal_tm, print_tm, check_result,
58941         main): Use prototypes.  Use const * where appropriate.
58942         (main): Fix typo in testing code that uncovered by above changes.
58943         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58944
58945 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58946
58947         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58948         locale.h, localeconv.  This merges changes from coreutils.
58949
58950         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58951         It can be removed after the next Autoconf is released.
58952         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58953         needed.
58954
58955 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58956
58957         * lib/mktime.c: Fix Debian bug 177940
58958         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58959         (localtime_offset): Now long int, not time_t, because we want it
58960         to be guaranteed to be signed.  All uses changed.
58961         (__mktime_internal): If overflow would occur when adding offset,
58962         don't add it.
58963
58964         Merge 'human' changes from coreutils.  Rewrite to support
58965         locale-specific notations like thousands separators.
58966         * lib/human.c: Simplify authorship notice.
58967         Include human.h immediately after config.h.
58968         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58969         <limits.h>: Do not include, since human.h does.
58970         (SIZE_MAX, UINTMAX_MAX): New macros.
58971         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58972         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58973         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58974         (power_letter): Renamed from suffixes.
58975         (generate_suffix_backwards): Remove.
58976         (adjust_value): Now takes int style (because of human.h changes)
58977         and long double value (for greater precision on some platforms).
58978         (group_number): New function.
58979         (human_readable): Use it.  Use integer options, not enum.
58980         Put the options before the sizes in the arg list.
58981         Support all the new options.
58982         The old human_readable function has been removed;
58983         use inttostr.h instead.
58984         (human_readable, default_block_size, humblock):
58985         Use uintmax_t, not int, for block sizes.
58986         (human_readable_inexact, block_size_types): Remove.
58987         (block_size_opts): New constant.
58988         (human_options): Renamed from human_block_size, with new signature
58989         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58990         * lib/human.h: Add copyright and authorship notice.
58991         Include <limits.h> and <stdbool.h> unconditionally.
58992         (PARAMS): Remove.  All uses removed.
58993         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58994         (enum human_inexact_style): Remove tag; now a nameless enum.
58995         (human_floor, human_ceiling, human_round_to_even): Now have
58996         values 2, 0, 1 rather than -1, 1, 0.
58997         (human_group_digits, human_suppress_point_zero, human_autoscale,
58998         human_base_1024, human_SI, human_B): New constants.
58999         (human_readable_inexact, human_block_size): Remove.
59000         (human_readable): Size args are now uintmax_t, not int.
59001         (human_options): New decl.
59002
59003         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59004         unnecessary now that we assume C89 or better.  This change
59005         imported from coreutils.
59006
59007         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59008         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59009         in the 2003-05-30 sync from glibc.
59010
59011         .h files should stand alone, but we shouldn't include <sys/types.h>
59012         if we can get away with just <stddef.h>.
59013
59014         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59015         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59016         rather than <sys/types.h>, as we merely need size_t.
59017         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59018         to get size_t.
59019         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59020         Include <stdio.h>, to get FILE.
59021         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59022         memcasecmp.h has included <stddef.h> and all we need is size_t.
59023         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59024         our interface, instead of including <sys/types.h>
59025
59026 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59027
59028         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59029         now, as glibc mktime is buggy on non-glibc systems.
59030
59031 2003-06-03  Karl Berry  <karl@gnu.org>
59032
59033         * config/config.sub: update from prep.
59034
59035 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59036
59037         [from coreutils]
59038         Fix some minor time-related bugs with POSIX time arguments.
59039         Some valid time stamps were being rejected (notably -1, and
59040         time stamps before 1900 on 64-bit hosts).  And some invalid
59041         time stamps were being accepted, e.g. September 31.
59042
59043         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59044         that we can return (time_t) -1 successfully.
59045         * lib/posixtm.c: Likewise.
59046         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59047         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59048         (t): Remove static var.
59049         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59050         of static var.  All uses changed.
59051         (year): Do not reject years before 1900; they can occur with
59052         64-bit time_t.
59053         (posix_time_parse): Do not check for out-of-range components;
59054         that is now the caller's responsibility, since our checks were
59055         only approximations.
59056         (posixtime): Use mktime to check for out-of-range components,
59057         since it knows them exactly.
59058         If mktime returns (time_t) -1, check whether an error actually occurred
59059         by invoking localtime on -1.
59060         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59061         posixtime failures better.
59062         Improve the test data (in comments only).
59063
59064 2003-06-02  Karl Berry  <karl@gnu.org>
59065
59066         * config/mkinstalldirs (version): new variable.
59067         (--version): new option.
59068         (usage): improve message.
59069
59070 2003-05-30  Karl Berry  <karl@gnu.org>
59071
59072         * lib/mktime.c: update from libc.
59073
59074 2003-05-30  Bruno Haible  <bruno@clisp.org>
59075
59076         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59077         * config/config.rpath: Upgrade to gettext-0.12.1.
59078
59079 2003-05-30  Bruno Haible  <bruno@clisp.org>
59080
59081         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59082         * m4/nls.m4: New file, from gettext-0.12.1.
59083         * m4/po.m4: New file, from gettext-0.12.1.
59084         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59085
59086 2003-05-30  Bruno Haible  <bruno@clisp.org>
59087
59088         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59089         * lib/localcharset.h: Likewise.
59090         * lib/localcharset.c: Likewise.
59091
59092 2003-05-29  Karl Berry  <karl@gnu.org>
59093
59094         * config/config.rpath: update from gettext.
59095
59096 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59097
59098         Assume the headers required for C89 freestanding compilers.
59099         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59100         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59101         * m4/human.m4 (gl_HUMAN): Likewise.
59102         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59103         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59104         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59105         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59106         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59107         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59108
59109 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59110
59111         Assume the headers required for C89 freestanding compilers.
59112         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59113         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59114         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59115         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59116         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59117         define, since <limits.h> is guaranteed to do that.
59118         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59119         * lib/exclude.c: Include <stdbool.h> unconditionally.
59120         * lib/tempname.c: Include <stddef.h> unconditionally.
59121         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59122         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59123         <stddef.h> does that.
59124         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59125         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59126         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59127         needed.
59128         * lib/xstrtol.c: Likewise.
59129         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59130         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59131
59132         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59133         warnings on some platforms.
59134
59135         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59136         arbitrarily.
59137
59138 2003-05-26  Jim Meyering  <jim@meyering.net>
59139
59140         Merge in a change from coreutils:
59141         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59142         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59143         that condition, rather than `-1' which is slightly misleading.
59144         Change the name of the cache variable to have the gl_ prefix.
59145         Prompted by a patch from Richard Dawe for DJGPP.
59146
59147 2003-05-24  Karl Berry  <karl@gnu.org>
59148
59149         * config/config.guess: update from prep.
59150
59151 2003-05-22  Karl Berry  <karl@gnu.org>
59152
59153         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59154
59155 2003-05-20  Karl Berry  <karl@gnu.org>
59156
59157         * config/config.guess: update from prep.
59158
59159 2003-05-18  Karl Berry  <karl@gnu.org>
59160
59161         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59162         might actually be set by the user.
59163
59164         * config/depcomp, install-sh, mdate-sh: update from automake.
59165
59166 2003-05-17  Bruno Haible  <bruno@clisp.org>
59167
59168         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59169         invalid expansion for AC_EGREP_CPP.
59170         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59171         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59172         Suggested by Akim Demaille <akim@epita.fr> in
59173         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59174
59175 2003-05-12  Jim Meyering  <jim@meyering.net>
59176
59177         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59178         the space-padded-by-default conversion specifiers, %e, %k, %l.
59179
59180 2003-05-12  Bruno Haible  <bruno@clisp.org>
59181
59182         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59183         the string is longer than 4 KB.
59184
59185 2003-05-11  Karl Berry  <karl@gnu.org>
59186
59187         * config/config.{guess,sub}: update from prep.
59188
59189 2003-05-09  Bruno Haible  <bruno@clisp.org>
59190
59191         * modules/error: Add m4/strerror_r.m4 to file list.
59192
59193 2003-05-03  Bruno Haible  <bruno@clisp.org>
59194
59195         Upgrade to Unicode-4.0.
59196         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59197         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59198         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59199         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59200         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59201         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59202         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59203         Change width of U+E0100..U+E01EF from 1 to 0.
59204
59205 2003-04-25  Jim Meyering  <jim@meyering.net>
59206
59207         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59208         of type size_t, not int.
59209
59210 2003-04-25  Bruno Haible  <bruno@clisp.org>
59211
59212         * lib/copy-file.c: Include <stddef.h>, for size_t.
59213
59214 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59215
59216         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59217         code which expansion is under static control.  Patch imported from
59218         Akim Demaille's patch to Bison; see
59219         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59220
59221 2003-04-14  Bruno Haible  <bruno@clisp.org>
59222
59223         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59224
59225 2003-04-11  Jim Meyering  <jim@meyering.net>
59226
59227         Merge changes from Coreutils.
59228
59229         2003-03-22  Jim Meyering  <jim@meyering.net>
59230
59231         * lib/strftime.c (widen): Cast alloca return value to proper type.
59232
59233         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59234
59235         From GNU libc.
59236         * lib/strftime.c (my_strftime): Handle very large width
59237         specifications for numeric values correctly.  Improve checks for
59238         overflow.
59239
59240         2003-01-19  Jim Meyering  <jim@meyering.net>
59241
59242         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59243         definitions.
59244         (nl_get_alt_digit) [! defined my_strftime]: Define.
59245         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59246         _nl_get_alt_digit and _nl_get_walt_digit.
59247
59248         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59249         libc. These changes have no effect outside of _LIBC.
59250
59251 2003-04-10  Bruno Haible  <bruno@clisp.org>
59252
59253         * modules/findprog: New file.
59254         * MODULES.html.sh (func_all_modules): Add it.
59255
59256 2003-04-10  Bruno Haible  <bruno@clisp.org>
59257
59258         * m4/findprog.m4: New file.
59259         * m4/eaccess.m4: New file.
59260
59261 2003-04-10  Bruno Haible  <bruno@clisp.org>
59262
59263         * lib/findprog.h: New file, from GNU gettext.
59264         * lib/findprog.c: New file, from GNU gettext.
59265
59266 2003-04-05  Jim Meyering  <jim@meyering.net>
59267
59268         Merge changes from Coreutils.
59269
59270         * lib/exclude.h (PARAMS): Remove definition and uses.
59271         * lib/exclude.c: Remove uses of `PARAMS'.
59272
59273         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59274         Add test-cases for DOS filenames. Declare program_name.
59275         (main): Set up program_name.  Patch by Rich Dawe.
59276
59277         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59278         error from mntctl.
59279         Use mntctl's return value to drive the entry-processing loop, since
59280         we can't rely on the value of the vmt_length member in the last
59281         entry.  On some systems doing so could result in exhausting
59282         virtual memory.  Based in part on a patch from Mike Jetzer.
59283
59284 2003-04-04  Bruno Haible  <bruno@clisp.org>
59285
59286         * modules/linebreak: New file.
59287         * MODULES.html.sh (func_all_modules): Add it.
59288
59289 2003-04-04  Bruno Haible  <bruno@clisp.org>
59290
59291         * m4/linebreak.m4: New file.
59292
59293 2003-04-04  Bruno Haible  <bruno@clisp.org>
59294
59295         * lib/linebreak.h: New file, from GNU gettext.
59296         * lib/linebreak.c: New file, from GNU gettext with slight
59297         modifications.
59298         * lib/lbrkprop.h: New file, from GNU gettext.
59299
59300 2003-04-03  Bruno Haible  <bruno@clisp.org>
59301
59302         * modules/utf8-ucs4: New file.
59303         * modules/utf16-ucs4: New file.
59304         * modules/ucs4-utf8: New file.
59305         * modules/ucs4-utf16: New file.
59306         * MODULES.html.sh (func_all_modules): Add them.
59307
59308 2003-04-03  Bruno Haible  <bruno@clisp.org>
59309
59310         * m4/utf-ucs4.m4: New file.
59311         * m4/ucs4-utf.m4: New file.
59312
59313 2003-04-03  Bruno Haible  <bruno@clisp.org>
59314
59315         * lib/utf8-ucs4.h: New file, from GNU gettext.
59316         * lib/utf16-ucs4.h: New file, from GNU gettext.
59317         * lib/ucs4-utf8.h: New file, from GNU gettext.
59318         * lib/ucs4-utf16.h: New file, from GNU gettext.
59319
59320 2003-04-02  Bruno Haible  <bruno@clisp.org>
59321
59322         * modules/binary-io: New file.
59323         * MODULES.html.sh (func_all_modules): Add it.
59324
59325 2003-04-02  Bruno Haible  <bruno@clisp.org>
59326
59327         * lib/binary-io.h: New file, from GNU gettext.
59328
59329 2003-04-01  Bruno Haible  <bruno@clisp.org>
59330
59331         * modules/pathname: New file.
59332         * MODULES.html.sh (func_all_modules): Add it.
59333
59334 2003-04-01  Bruno Haible  <bruno@clisp.org>
59335
59336         * lib/pathname.h: New file, from GNU gettext.
59337         * lib/concatpath.c: New file, from GNU gettext.
59338
59339 2003-03-30  Bruno Haible  <bruno@clisp.org>
59340
59341         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59342
59343 2003-03-30  Bruno Haible  <bruno@clisp.org>
59344
59345         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59346         function chown() doesn't exist.
59347
59348 2003-03-28  Bruno Haible  <bruno@clisp.org>
59349
59350         * modules/copy-file: New file.
59351         * MODULES.html.sh (func_all_modules): Add it.
59352
59353 2003-03-28  Bruno Haible  <bruno@clisp.org>
59354
59355         * m4/copy-file.m4: New file.
59356
59357 2003-03-28  Bruno Haible  <bruno@clisp.org>
59358
59359         * lib/copy-file.h: New file, from GNU gettext.
59360         * lib/copy-file.c: New file, from GNU gettext.
59361
59362 2003-03-18  Jim Meyering  <jim@meyering.net>
59363
59364         * lib/quote.c (quote_n): Fix typo in comment.
59365
59366 2003-03-18  Bruno Haible  <bruno@clisp.org>
59367
59368         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59369         checking.
59370         * m4/onceonly_2_57.m4: Likewise.
59371
59372 2003-03-17  Bruno Haible  <bruno@clisp.org>
59373
59374         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59375         (m4_quote): Remove macro.
59376         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59377
59378 2003-03-14  Jim Meyering  <jim@meyering.net>
59379
59380         Merge changes from Coreutils.
59381         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59382         to be const, in order to avoid warnings.
59383         (obstack_room): Likewise.
59384         (obstack_empty_p): Likewise.
59385
59386 2003-03-14  Bruno Haible  <bruno@clisp.org>
59387
59388         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59389         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59390
59391 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59392
59393         Merge changes from Bison.
59394         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59395         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59396         when compiling Bison 1.875's `bitset bset = obstack_alloc
59397         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59398         * lib/hash.c: Include <stdbool.h> unconditionally.
59399
59400 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59401
59402         * m4/onceonly.m4 (m4_quote): New macro.
59403         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59404         Quote AC_FOREACH variable-expansions properly.
59405
59406 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59407
59408         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59409
59410 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59411
59412         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59413         Reported by Bruce Becker; see:
59414         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59415
59416 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59417             Bruno Haible  <bruno@clisp.org>
59418
59419         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59420         Reported by John Hughes, see
59421         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59422
59423 2003-02-20  Bruno Haible  <bruno@clisp.org>
59424
59425         * MODULES.html.sh (func_all_modules): Add poll.
59426
59427 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59428
59429         * modules/poll: New file.
59430
59431 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59432
59433         * lib/poll_.h: New file.
59434         * lib/poll.c: New file.
59435
59436 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59437
59438         * m4/poll.m4: New file.
59439
59440 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59441
59442         * modules/mathl: New file.
59443
59444 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59445
59446         * lib/mathl.h: New file.
59447         * lib/acosl.c: New file.
59448         * lib/asinl.c: New file.
59449         * lib/atanl.c: New file.
59450         * lib/ceill.c: New file.
59451         * lib/cosl.c: New file.
59452         * lib/expl.c: New file.
59453         * lib/floorl.c: New file.
59454         * lib/frexpl.c: New file.
59455         * lib/ldexpl.c: New file.
59456         * lib/logl.c: New file.
59457         * lib/sincosl.c: New file.
59458         * lib/sinl.c: New file.
59459         * lib/sqrtl.c: New file.
59460         * lib/tanl.c: New file.
59461         * lib/trigl.c: New file.
59462         * lib/trigl.h: New file.
59463
59464 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59465
59466         * m4/mathl.m4: New file.
59467
59468 2003-02-18  Bruno Haible  <bruno@clisp.org>
59469
59470         * MODULES.html.sh (func_all_modules): Add mathl.
59471
59472 2003-02-17  Bruno Haible  <bruno@clisp.org>
59473
59474         * modules/mkdtemp: New module.
59475         * MODULES.html.sh (func_all_modules): Add it.
59476
59477 2003-02-17  Bruno Haible  <bruno@clisp.org>
59478
59479         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59480
59481 2003-02-17  Bruno Haible  <bruno@clisp.org>
59482
59483         * lib/mkdtemp.h: New file, from GNU gettext.
59484         * lib/mkdtemp.c: New file, from GNU gettext.
59485
59486 2003-02-02  Jim Meyering  <jim@meyering.net>
59487
59488         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59489         e.g. glibc-2.2.93.
59490
59491 2003-01-31  Bruno Haible  <bruno@clisp.org>
59492
59493         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59494         'rpl_rename'.
59495         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59496         'rpl_strnlen'.
59497         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59498         'rpl_strtod'.
59499         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59500         'rpl_utime'.
59501
59502 2003-01-31  Bruno Haible  <bruno@clisp.org>
59503
59504         * lib/rename.c: #undef rename before defining rpl_rename.
59505         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59506
59507 2003-01-30  Bruno Haible  <bruno@clisp.org>
59508
59509         * modules/vasnprintf, modules/vasprintf: New modules.
59510         * MODULES.html.sh (func_all_modules): Add them.
59511
59512 2003-01-30  Bruno Haible  <bruno@clisp.org>
59513
59514         * m4/signed.m4: New file, from GNU gettext.
59515         * m4/longdouble.m4: New file, from GNU gettext.
59516         * m4/wchar_t.m4: New file, from GNU gettext.
59517         * m4/wint_t.m4: New file, from GNU gettext.
59518         * m4/vasnprintf.m4: New file.
59519         * m4/vasprintf.m4: New file.
59520
59521 2003-01-30  Bruno Haible  <bruno@clisp.org>
59522
59523         * lib/printf-args.h: New file, from GNU gettext.
59524         * lib/printf-args.c: New file, from GNU gettext.
59525         * lib/printf-parse.h: New file, from GNU gettext.
59526         * lib/printf-parse.c: New file, from GNU gettext.
59527         * lib/vasnprintf.h: New file, from GNU gettext.
59528         * lib/vasnprintf.c: New file, from GNU gettext.
59529         * lib/asnprintf.c: New file, from GNU gettext.
59530         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59531         * lib/vasprintf.c: New file, from GNU gettext.
59532         * lib/asprintf.c: New file, from GNU gettext.
59533
59534 2003-01-29  Bruno Haible  <bruno@clisp.org>
59535
59536         * modules/stpncpy: New module.
59537         * MODULES.html.sh (func_all_modules): Add it.
59538
59539 2003-01-29  Bruno Haible  <bruno@clisp.org>
59540
59541         * m4/stpncpy.m4: New file.
59542
59543 2003-01-29  Bruno Haible  <bruno@clisp.org>
59544
59545         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59546         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59547
59548 2003-01-28  Bruno Haible  <bruno@clisp.org>
59549
59550         * modules/c-ctype: New module.
59551         * MODULES.html.sh (func_all_modules): Add it.
59552
59553 2003-01-28  Bruno Haible  <bruno@clisp.org>
59554
59555         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59556         Paul Eggert.
59557         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59558         Paul Eggert.
59559
59560 2003-01-27  Bruno Haible  <bruno@clisp.org>
59561
59562         * modules/xsetenv: New module.
59563         * MODULES.html.sh (func_all_modules): Add it.
59564
59565 2003-01-27  Bruno Haible  <bruno@clisp.org>
59566
59567         * lib/xsetenv.h: New file, from GNU gettext.
59568         * lib/xsetenv.c: New file, from GNU gettext.
59569
59570 2003-01-23  Jim Meyering  <jim@meyering.net>
59571
59572         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59573         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59574
59575 2003-01-23  Bruno Haible  <bruno@clisp.org>
59576
59577         * modules/minmax: New module.
59578         * MODULES.html.sh (func_all_modules): Add it.
59579
59580 2003-01-23  Bruno Haible  <bruno@clisp.org>
59581
59582         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59583         Eggert.
59584
59585 2003-01-22  Bruno Haible  <bruno@clisp.org>
59586
59587         * modules/exit: New module.
59588         * MODULES.html.sh (func_all_modules): Add it.
59589
59590 2003-01-22  Bruno Haible  <bruno@clisp.org>
59591
59592         * lib/exit.h: New file, from GNU gettext.
59593
59594 2003-01-19  Bruno Haible  <bruno@clisp.org>
59595
59596         * gnulib-tool: Recognize option --extract-maintainer.
59597         (func_get_maintainer): New function.
59598         * modules/*: Add Maintainer entry.
59599
59600 2003-01-16  Jim Meyering  <jim@meyering.net>
59601
59602         * m4/regex.m4: The `regex' struct is both input and output.
59603         Initialize it before each use.  Patch by Tim Waugh.
59604
59605 2003-01-16  Bruno Haible  <bruno@clisp.org>
59606
59607         * MODULES.html.sh: Add a table of contents. Add the module name as
59608         leftmost column. Add hyperlinks.
59609
59610 2003-01-15  Bruno Haible  <bruno@clisp.org>
59611
59612         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59613
59614 2003-01-15  Bruno Haible  <bruno@clisp.org>
59615
59616         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59617         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59618         suffix.
59619
59620 2003-01-15  Bruno Haible  <bruno@clisp.org>
59621
59622         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59623
59624 2003-01-15  Bruno Haible  <bruno@clisp.org>
59625
59626         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59627         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59628
59629 2003-01-14  Jim Meyering  <jim@meyering.net>
59630
59631         * lib/same.c (same_name): Tweak a comment.
59632
59633 2003-01-14  Bruno Haible  <bruno@clisp.org>
59634
59635         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59636         when a string comparison is sufficient.
59637
59638 2003-01-14  Bruno Haible  <bruno@clisp.org>
59639
59640         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59641         'unsigned int'.
59642
59643 2003-01-14  Bruno Haible  <bruno@clisp.org>
59644
59645         * lib/hash-pjw.c: Add comment about low quality of this function.
59646
59647 2003-01-13  Bruno Haible  <bruno@clisp.org>
59648
59649         * modules/stpcpy: Distribute lib/stpcpy.h.
59650         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59651
59652 2003-01-13  Bruno Haible  <bruno@clisp.org>
59653
59654         * modules/*: Add a description.
59655         * modules/strpbrk: Fix Makefile.am snippet.
59656         * modules/strtoimax: Fix dependencies.
59657         * modules/strtoumax: Likewise.
59658
59659 2003-01-13  Bruno Haible  <bruno@clisp.org>
59660
59661         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59662         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59663         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59664
59665 2003-01-13  Bruno Haible  <bruno@clisp.org>
59666
59667         * gnulib-tool (func_create_testdir): Store config/* files in the main
59668         directory.
59669         * config.rpath: Move to ...
59670         * config/config.rpath: ... here.
59671         * modules/gettext: Contains config/config.rpath, not config.rpath.
59672         * modules/iconv: Likewise.
59673
59674 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59675
59676         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59677         to avoid collisions with libcurses and libreadline.
59678
59679         * m4/getstr.m4: Remove.
59680         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59681
59682 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59683
59684         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59685         to avoid collisions with libcurses and libreadline.
59686
59687         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59688         * lib/getstr.h, getstr.c: Remove.
59689         * lib/getline.c: Include "getline.h", to check interface.
59690         Move body of old getstr.c here: this defines MIN_CHUNK and
59691         declares getdelim2, which is renamed from getstr.
59692         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59693
59694         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59695         All uses changed.
59696         * lib/linebuffer.h: Likewise.
59697         (readline): Remove backward-compatibility macro.
59698
59699 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59700
59701         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59702         to avoid collisions with libcurses and libreadline.
59703         * getstr: Remove.
59704         * MODULES.html.sh: Remove getstr.
59705         * modules/getline: Depend on unlocked-io, not getstr.
59706
59707 2003-01-12  Jim Meyering  <jim@meyering.net>
59708
59709         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59710
59711 2003-01-10  Bruno Haible  <bruno@clisp.org>
59712
59713         * modules/alloca: Change Makefile.am requirements. Simplify Include
59714         requirements. Add lib/alloca_.h to file list.
59715
59716 2003-01-10  Bruno Haible  <bruno@clisp.org>
59717
59718         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59719
59720 2003-01-10  Bruno Haible  <bruno@clisp.org>
59721
59722         * lib/alloca_.h: New file.
59723         * lib/getdate.y: Unconditionally include alloca.h.
59724         * lib/makepath.c: Likewise.
59725         * lib/setenv.c: Likewise.
59726         * lib/userspec.c: Likewise.
59727
59728 2003-01-09  Karl Berry  <karl@gnu.org>
59729
59730         * MODULES.html.sh: include `dirname $0` in PATH, to find
59731         gnulib-tool.
59732
59733 2003-01-09  Bruno Haible  <bruno@clisp.org>
59734
59735         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59736         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59737
59738 2003-01-09  Bruno Haible  <bruno@clisp.org>
59739
59740         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59741
59742 2003-01-09  Bruno Haible  <bruno@clisp.org>
59743
59744         * lib/stdbool.h.in: New file.
59745
59746 2003-01-09  Bruno Haible  <bruno@clisp.org>
59747
59748         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59749         * MODULES.html.sh: Likewise.
59750
59751 2003-01-08  Jim Meyering  <jim@meyering.net>
59752
59753         * lib/full-write.c: Undefine and define-away `const' after inclusion
59754         of errno.h, not before.  Suggestion from Bruno Haible.
59755
59756 2003-01-08  Bruno Haible  <bruno@clisp.org>
59757
59758         * modules/full-read: Depend on full-write.
59759
59760 2003-01-08  Bruno Haible  <bruno@clisp.org>
59761
59762         * lib/safe-read.c: Include specification header first, to ensure its
59763         selfcontainedness.
59764         * lib/full-write.c: Likewise.
59765
59766 2003-01-07  Jim Meyering  <jim@meyering.net>
59767
59768         * lib/full-write.c: Rework so that it may serve to define full_read,
59769         too.
59770         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59771
59772 2003-01-07  Bruno Haible  <bruno@clisp.org>
59773
59774         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59775         <inttypes.h>.
59776         * lib/xstrtol.h: Likewise.
59777         * lib/xstrtoimax.c: Likewise.
59778         * lib/xstrtoumax.c: Likewise.
59779         * lib/human.h: Likewise.
59780
59781         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59782         on systems that have <inttypes.h> but not <stdint.h>.
59783
59784 2003-01-07  Bruno Haible  <bruno@clisp.org>
59785
59786         * MODULES.html.sh: Add copyright notice.
59787         (missed_files): Omit CVS directory entries.
59788         (func_module): Make it work with sed-3.02.
59789         * MODULES.txt: Remove file.
59790
59791 2003-01-06  Jim Meyering  <jim@meyering.net>
59792
59793         * lib/version-etc.c: Update year in translatable copyright string.
59794
59795 2003-01-03  Karl Berry  <karl@gnu.org>
59796
59797         * config/config.{guess,sub}: update from prep.
59798
59799 2003-01-02  Karl Berry  <karl@gnu.org>
59800
59801         * doc/COPYING.DOC: belatedly updated to 1.2.
59802
59803 2003-01-01  Karl Berry  <karl@gnu.org>
59804
59805         * gnulib-tool (func_verify_module): report module name $module in
59806         error message, not $1.
59807         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59808         be created, only if it doesn't exist.
59809         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59810
59811 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59812
59813         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59814
59815 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59816
59817         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59818         memcmp if strcoll doesn't work.
59819
59820 2002-12-31  Bruno Haible  <bruno@clisp.org>
59821
59822         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59823         nonempty.
59824
59825 2002-12-31  Bruno Haible  <bruno@clisp.org>
59826
59827         * lib/memcoll.c (STRCOLL): New macro.
59828         (memcoll): Use it.
59829
59830 2002-12-31  Bruno Haible  <bruno@clisp.org>
59831
59832         * lib/localcharset.h: New file.
59833         * lib/localcharset.c: Include it.
59834         * lib/unicodeio.c: Likewise.
59835
59836 2002-12-31  Bruno Haible  <bruno@clisp.org>
59837
59838         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59839         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59840
59841 2002-12-31  Bruno Haible  <bruno@clisp.org>
59842
59843         * lib/getline.h: Include <stddef.h>, for size_t.
59844
59845         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59846         * lib/unicodeio.c: Don't include <stddef.h>.
59847
59848 2002-12-31  Bruno Haible  <bruno@clisp.org>
59849
59850         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59851         HAVE_TM_ZONE.
59852
59853 2002-12-24  Karl Berry  <karl@gnu.org>
59854
59855         * config/config.guess: update from prep.
59856
59857 2002-12-24  Bruno Haible  <bruno@clisp.org>
59858
59859         General infrasructure.
59860         * m4/README: Rewritten.
59861         * m4/onceonly.m4: New file.
59862         * m4/onceonly_2_57.m4: New file.
59863
59864         Module atexit.
59865         * m4/atexit.m4: New file.
59866
59867         Module strtod.
59868         * m4/strtod.m4: New file.
59869
59870         Module strtol.
59871         * m4/strtol.m4: New file.
59872
59873         Module strtoul.
59874         * m4/strtoul.m4: New file.
59875
59876         Module memchr.
59877         * m4/memchr.m4: New file.
59878
59879         Module memcmp.
59880         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59881         (jm_FUNC_MEMCMP): Invoke it.
59882
59883         Module memcpy.
59884         * m4/memcpy.m4: New file.
59885
59886         Module memmove.
59887         * m4/memmove.m4: New file.
59888
59889         Module memset.
59890         * m4/memset.m4: New file.
59891
59892         Module strcspn.
59893         * m4/strcspn.m4: New file.
59894
59895         Module strpbrk.
59896         * m4/strpbrk.m4: New file.
59897
59898         Module strstr.
59899         * m4/strstr.m4: New file.
59900
59901         Module strerror.
59902         * m4/strerror.m4: New file.
59903
59904         Module mktime.
59905         * m4/mktime.m4: Renamed from jm-mktime.m4.
59906         (gl_PREREQ_MKTIME): New macro.
59907         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59908
59909         Module malloc.
59910         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59911         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59912         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59913
59914         Module realloc.
59915         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59916         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59917         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59918
59919         Module strftime.
59920         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59921         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59922         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59923         gl_TM_GMTOFF.
59924         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59925
59926         Module xalloc.
59927         * m4/xalloc.m4: New file.
59928
59929         Module alloca.
59930         * m4/alloca.m4: New file.
59931
59932         Module putenv.
59933         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59934         (jm_FUNC_PUTENV): Invoke it.
59935
59936         Module setenv.
59937         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59938         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59939         when invoked twice.
59940         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59941         gt_FUNC_SETENV.
59942
59943         Module memrchr.
59944         * m4/memrchr.m4: New file.
59945
59946         Module stpcpy.
59947         * m4/stpcpy.m4: New file.
59948
59949         Module strcase.
59950         * m4/strcase.m4: New file.
59951
59952         Module strdup.
59953         * m4/strdup.m4: New file.
59954
59955         Module strnlen.
59956         * m4/strnlen.m4: New file.
59957
59958         Module strndup.
59959         * m4/strndup.m4: New file.
59960
59961         Module xstrtod.
59962         * m4/xstrtod.m4: New file.
59963
59964         Module xstrtol.
59965         * m4/xstrtol.m4: New file.
59966
59967         Module getdate.
59968         * m4/getdate.m4: New file.
59969
59970         Module unlocked-io.
59971         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59972         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59973         * m4/jm-glibc-io.m4n: Remove file.
59974
59975         Module long-options.
59976         * m4/long-options.m4: New file.
59977
59978         Module md5.
59979         * m4/md5.m4: New file.
59980
59981         Module sha.
59982         * m4/sha.m4: New file.
59983
59984         Module getstr.
59985         * m4/getstr.m4: New file.
59986
59987         Module getline.
59988         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59989         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59990         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59991         simply getline. Infoke gl_PREREQ_GETLINE.
59992
59993         Module obstack.
59994         * m4/obstack.m4: New file.
59995
59996         Module hash.
59997         * m4/hash.m4: New file.
59998
59999         Module readtokens.
60000         * m4/readtokens.m4: New file.
60001
60002         Module strverscmp.
60003         * m4/strverscmp.m4: New file.
60004
60005         Module stdbool.
60006         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60007         OSF/1.
60008
60009         Module strtoll.
60010         * m4/strtoll.m4: New file.
60011
60012         Module strtoull.
60013         * m4/strtoull.m4: New file.
60014
60015         Module strtoimax.
60016         * m4/strtoimax.m4: New file.
60017
60018         Module strtoumax.
60019         * m4/strtoumax.m4: New file.
60020
60021         Module xstrtoimax.
60022         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60023         jm_AC_PREREQ_XSTRTOIMAX.
60024         Moved the strtol prerequisites to strtol.m4.
60025         Moved the strtoll prerequisites to strtoll.m4.
60026         Moved the strtoimax prerequisites to strtoimax.m4.
60027
60028         Module xstrtoumax.
60029         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60030         jm_AC_PREREQ_XSTRTOUMAX.
60031         Moved the strtoul prerequisites to strtoul.m4.
60032         Moved the strtoull prerequisites to strtoull.m4.
60033         Moved the strtoumax prerequisites to strtoumax.m4.
60034
60035         Module chown.
60036         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60037         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60038
60039         Module dup2.
60040         * m4/dup2.m4: New file.
60041
60042         Module ftruncate.
60043         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60044         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60045
60046         Module getgroups.
60047         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60048         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60049
60050         Module gettimeofday.
60051         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60052         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60053         gl_PREREQ_GETTIMEOFDAY.
60054
60055         Module mkdir.
60056         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60057         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60058
60059         Module mkstemp.
60060         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60061         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60062         jm_AC_TYPE_UINTMAX_T.
60063         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60064
60065         Module stat.
60066         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60067         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60068
60069         Module lstat.
60070         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60071         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60072
60073         Module timespec.
60074         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60075         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60076         * m4/st_mtim.m4: Indentation.
60077
60078         Module nanosleep.
60079         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60080         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60081         gl_PREREQ_NANOSLEEP.
60082
60083         Module regex.
60084         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60085         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60086         (gl_REGEX): New macro.
60087
60088         Module rename.
60089         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60090         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60091
60092         Module rmdir.
60093         * m4/rmdir.m4: New file.
60094
60095         Module utime.
60096         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60097         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60098         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60099
60100         Module dirname.
60101         * m4/dirname.m4: New file.
60102
60103         Module getopt.
60104         * m4/getopt.m4: New file.
60105
60106         Module unistd-safer.
60107         * m4/unistd-safer.m4: New file.
60108
60109         Module fnmatch.
60110         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60111         declaration.
60112         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60113         (gl_FUNC_FNMATCH_POSIX): New macro.
60114         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60115         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60116         simply fnmatch.
60117
60118         Module exclude.
60119         * m4/exclude.m4: New file.
60120
60121         Module human.
60122         * m4/human.m4: New file.
60123
60124         Module acl.
60125         * m4/acl.m4: Nop.
60126
60127         Module backupfile.
60128         * m4/backupfile.m4: New file.
60129         * m4/d-ino.m4: Indentation.
60130
60131         Module fsusage.
60132         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60133         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60134         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60135
60136         Module dirfd.
60137         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60138         requirements.
60139
60140         Module euidaccess.
60141         * m4/euidaccess.m4: New file.
60142
60143         Module file-type.
60144         * m4/file-type.m4: New file.
60145
60146         Module fileblocks.
60147         * m4/fileblocks.m4: New file.
60148
60149         Module filemode.
60150         * m4/filemode.m4: New file.
60151
60152         Module isdir.
60153         * m4/isdir.m4: New file.
60154
60155         Module lchown.
60156         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60157         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60158
60159         Module makepath.
60160         * m4/makepath.m4: New file.
60161
60162         Module modechange.
60163         * m4/modechange.m4: New file.
60164
60165         Module mountlist.
60166         * m4/mountlist.m4: New file.
60167         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60168         Indentation.
60169
60170         Module path-concat.
60171         * m4/path-concat.m4: New file.
60172
60173         Module pathmax.
60174         * m4/pathmax.m4: New file.
60175
60176         Module same.
60177         * m4/same.m4: New file.
60178
60179         Module save-cwd.
60180         * m4/save-cwd.m4: New file.
60181
60182         Module savedir.
60183         * m4/savedir.m4: New file.
60184
60185         Module xgetcwd.
60186         * m4/xgetcwd.m4: New file.
60187         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60188
60189         Module xreadlink.
60190         * m4/xreadlink.m4: New file.
60191
60192         Module safe-read.
60193         * m4/safe-read.m4: New file.
60194
60195         Module safe-write.
60196         * m4/safe-write.m4: New file.
60197
60198         Module closeout.
60199         * m4/closeout.m4: New file.
60200
60201         Module stdio-safer.
60202         * m4/stdio-safer.m4: New file.
60203
60204         Module getpass.
60205         * m4/getpass.m4: New file.
60206
60207         Module getugroups.
60208         * m4/getugroups.m4: New file.
60209
60210         Module group-member.
60211         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60212         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60213
60214         Module idcache.
60215         * m4/idcache.m4: New file.
60216
60217         Module userspec.
60218         * m4/userspec.m4: New file.
60219
60220         Module gettime.
60221         * m4/clock_time.m4: New file.
60222         * m4/gettime.m4: New file.
60223
60224         Module settime.
60225         * m4/settime.m4: New file.
60226
60227         Module posixtm.
60228         * m4/posixtm.m4: New file.
60229
60230         Module gethostname.
60231         * m4/gethostname.m4: New file.
60232
60233         Module canon-host.
60234         * m4/canon-host.m4: New file.
60235
60236         Module gettext.
60237         * m4/codeset.m4: New file, from gettext-0.11.5.
60238         * m4/gettext.m4: New file, from gettext-0.11.5.
60239         * m4/glibc21.m4: New file, from gettext-0.11.5.
60240         * m4/iconv.m4: New file, from gettext-0.11.5.
60241         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60242         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60243         * m4/inttypes.m4: New file, from gettext-0.11.5.
60244         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60245         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60246         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60247         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60248         * m4/lib-link.m4: New file, from gettext-0.11.5.
60249         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60250         * m4/progtest.m4: New file, from gettext-0.11.5.
60251         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60252         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60253         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60254
60255         Module localcharset.
60256         * m4/localcharset.m4: New file.
60257
60258         Module hard-locale.
60259         * m4/hard-locale.m4: New file.
60260
60261         Module mbswidth.
60262         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60263         onceonly macros.
60264         * m4/mbrtowc.m4: Add comment.
60265
60266         Module memcasecmp.
60267         * m4/memcasecmp.m4: New file.
60268
60269         Module memcoll.
60270         * m4/memcoll.m4: New file.
60271
60272         Module unicodeio.
60273         * m4/unicodeio.m4: New file.
60274
60275         Module rpmatch.
60276         * m4/rpmatch.m4: New file.
60277
60278         Module yesno.
60279         * m4/yesno.m4: New file.
60280
60281         Module exitfail.
60282         * m4/exitfail.m4: New file.
60283
60284         Module c-stack.
60285         * m4/c-stack.m4 (gl_C_STACK): New macro.
60286         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60287
60288         Module error.
60289         * m4/error.m4 (gl_ERROR): New macro.
60290         (jm_PREREQ_ERROR): Use onceonly macros.
60291
60292         Module fatal.
60293         * m4/fatal.m4: New file.
60294
60295         Module getloadavg.
60296         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60297         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60298
60299         Module getpagesize.
60300         * m4/getpagesize.m4: New file.
60301
60302         Module getusershell.
60303         * m4/getusershell.m4: New file.
60304
60305         Module physmem.
60306         * m4/physmem.m4: New file.
60307
60308         Module posixver.
60309         * m4/posixver.m4: New file.
60310
60311         Module quotearg.
60312         * m4/quotearg.m4: New file.
60313
60314         Module quote.
60315         * m4/quote.m4: New file.
60316
60317         Module readutmp.
60318         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60319
60320         Module sig2str.
60321         * m4/sig2str.m4: New file.
60322
60323         Other.
60324         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60325         ulonglong.m4.
60326         * m4/intmax_t.m4: New file.
60327         * m4/d-type.m4: Indentation.
60328         * m4/jm-macros.m4: Update.
60329         * m4/prereq.m4 (jm_PREREQ): Update.
60330         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60331         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60332         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60333         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60334         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60335         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60336         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60337         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60338         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60339         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60340         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60341         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60342         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60343         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60344         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60345         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60346         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60347         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60348         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60349
60350 2002-12-24  Bruno Haible  <bruno@clisp.org>
60351
60352         * MODULES.txt: Update according to m4/ changes.
60353
60354         Module gettext.
60355         * config.rpath: New file, from gettext-0.11.5.
60356
60357         * modules/*: New module descriptions.
60358         * gnulib-tool: New file.
60359         * MODULES.html.sh: New file.
60360
60361 2002-12-21  Karl Berry  <karl@gnu.org>
60362
60363         * doc/fdl.texi: update to version 1.2.
60364
60365 2002-12-19  Karl Berry  <karl@gnu.org>
60366
60367         * config/config.guess: update from prep.
60368
60369 2002-12-18  Bruno Haible  <bruno@clisp.org>
60370
60371         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60372         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60373
60374 2002-12-17  Bruno Haible  <bruno@clisp.org>
60375
60376         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60377         stdlib.h, string.h.
60378
60379 2002-12-17  Bruno Haible  <bruno@clisp.org>
60380
60381         * lib/canon-host.c (strdup): Remove unused declaration.
60382
60383         * lib/fsusage.c: Include full_read.h.
60384         (get_fs_usage): Use full_read instead of safe_read.
60385
60386         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60387
60388 2002-12-12  Karl Berry  <karl@gnu.org>
60389
60390         * config/config.guess: update from prep.
60391
60392 2002-12-11  Bruno Haible  <bruno@clisp.org>
60393
60394         * m4/setenv.m4: New file, from gettext-0.11.5.
60395
60396 2002-12-11  Bruno Haible  <bruno@clisp.org>
60397
60398         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60399         not unsetenv().
60400         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60401         modifications:
60402
60403         2002-12-11  Bruno Haible  <bruno@clisp.org>
60404
60405                 * setenv.c (alloca): Fall back to malloc.
60406                 (freea): New macro.
60407                 (setenv): Use freea() to free memory allocated with alloca().
60408
60409         2002-11-13  Bruno Haible  <bruno@clisp.org>
60410
60411                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60412                 function declarations.
60413                 * unsetenv.c (unsetenv): Likewise.
60414
60415         2002-03-04  Bruno Haible  <bruno@clisp.org>
60416
60417                 Portability to AIX 4.3.3.
60418                 * unsetenv.c: New file, extracted from setenv.c.
60419                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60420
60421         2001-12-20  Bruno Haible  <bruno@clisp.org>
60422
60423                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60424                 use malloc instead. For SunOS 4.
60425
60426         2001-12-11  Bruno Haible  <bruno@clisp.org>
60427
60428                 * setenv.c: Declare alloca.
60429                 (compar_fn_t): New typedef.
60430                 (KNOWN_VALUE, STORE_VALUE): Use it.
60431
60432         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60433         setenv.h.
60434
60435 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60436
60437         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60438         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60439         Choose values that are less likely to collide with system fnmatch
60440         options.
60441         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60442         defined (e.g., a pure POSIX system).
60443         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60444         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60445
60446 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60447
60448         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60449         a pain in practice to deal with generated m4 files.  This change
60450         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60451
60452         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60453         and jm-glibc-io.m4, as they are no longer a special case.
60454         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60455         kludge and the auto-generation stuff.  Check only whether the
60456         functions are declared, not whether they exist, since older hosts
60457         that don't declare the functions can't use the optimization anyway.
60458
60459 2002-12-06  Jim Meyering  <jim@meyering.net>
60460
60461         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60462
60463         Merge in changes from libc's misc/error.c, in preparation
60464         for the merge of gnulib's changes back into libc.
60465
60466         * lib/error.c (_): Define only if not already defined.
60467         Move definition to follow all #include directives.
60468         Include unlocked-io.h only if !_LIBC.
60469         [_LIBC]: Include <libio/libioP.h>.
60470         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60471         (fflush): Tweak definition to use INTUSE.
60472         (putc): Define.
60473
60474 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60475
60476         * lib/alloca.c [defined emacs]: Include "lisp.h".
60477         (xalloc_die) [defined emacs]: New macro.
60478         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60479         [! defined emacs]: Include <xalloc.h>.
60480         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60481         (pointer): Typedef to POINTER_TYPE *.
60482         (malloc): Remove decl; we now always use xmalloc.
60483         (alloca): Use old-style definition, since Emacs needs this.
60484         Check for arithmetic overflow when computing combined size.
60485
60486 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60487
60488         Do not generate unlocked-io.h automatically, since it's easier to
60489         maintain it by hand.
60490
60491         * lib/unlocked-io.h: New file, from GNU diffutils,
60492         but with proper copyright notice and attribution.
60493         * lib/gen-uio: Remove.
60494         * lib/Makefile.am: Add copyright notice.
60495         (libfetish_a_SOURCES): Add unlocked-io.h.
60496         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60497         (DISTCLEANFILES, io_functions): Remove macros.
60498         (EXTRA_DIST): Remove gen_uio.
60499         (unlocked-io.h): Remove rule.
60500
60501 2002-12-04  Jim Meyering  <jim@meyering.net>
60502
60503         Reflect the fact that stat.c and lstat.c are no longer generated.
60504         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60505         (DISTCLEANFILES): Likewise.
60506         (EXTRA_DIST): Likewise.
60507         (all_local): Don't depend on stat.c or lstat.c.
60508         (stat.c, lstat.c): Remove rules.
60509         (EXTRA_DIST): Remove xstat.in.
60510
60511         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60512         * lib/stat.c: New file.  Contents mostly from xstat.in.
60513         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60514         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60515
60516         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60517         too.
60518         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60519
60520 2002-12-03  Jim Meyering  <jim@meyering.net>
60521
60522         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60523         but not semantics, to minimize the differences between these two files.
60524         (safe_read): Change comment to mention SAFE_READ_ERROR.
60525
60526         * lib/safe-read.c (IS_EINTR): Define.
60527         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60528
60529 2002-12-02  Jim Meyering  <jim@meyering.net>
60530
60531         * lib/safe-read.c (EINTR): Define.
60532         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60533         (INT_MAX): Provide fallback.
60534         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60535
60536         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60537
60538 2002-12-02  Bruno Haible  <bruno@clisp.org>
60539
60540         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60541         Define, taken from safe-read.c.
60542         (INT_MAX): Provide fallback.
60543         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60544         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60545
60546         * lib/safe-read.c (EINTR): Remove definition.
60547         (safe_read): Don't use EINTR if it is absent.
60548
60549 2002-12-01  Jim Meyering  <jim@meyering.net>
60550
60551         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60552         zero.
60553         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60554
60555 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60556
60557         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60558         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60559         with `if (! (value < limit)) abort ();', for readability.
60560
60561 2002-11-26  Karl Berry  <karl@gnu.org>
60562
60563         * lib/strdup.c: copy from libc again, with jim's ok.
60564         * lib/.cppi-disable: re-add strdup.c
60565
60566 2002-11-25  Karl Berry  <karl@gnu.org>
60567
60568         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60569         instead of "strtol.c".
60570
60571 2002-11-25  Karl Berry  <karl@gnu.org>
60572
60573         * config/install-sh: update from automake for variable quoting, $0 in
60574         error msgs, etc.
60575
60576         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60577         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60578         entry.
60579
60580 2002-11-25  Jim Meyering  <jim@meyering.net>
60581
60582         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60583
60584 2002-11-24  Karl Berry  <karl@gnu.org>
60585
60586         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60587         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60588
60589 2002-11-24  Jim Meyering  <jim@meyering.net>
60590
60591         Update from coreutils:
60592
60593         * lib/mktime.c: Merge in changes from libc.
60594
60595         Avoid a link-time failure on some Linux systems.
60596         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60597         (otherwise).
60598         (__mon_yday): Declare with the STATIC attribute.
60599         (__mktime_internal): Likewise.
60600         Based on a report from Greg Schafer.
60601
60602 2002-11-23  Jim Meyering  <jim@meyering.net>
60603
60604         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60605         Use `unsigned', not `int', as type of index.
60606
60607         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60608
60609         * lib/fsusage.c: Remove unneeded parentheses around operands of
60610         `defined'.
60611
60612 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60613
60614         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60615         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60616         so that we can be included first.
60617         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60618         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60619         No need to include stddef.h or sys/types.h any more.
60620         Surround local include files with "", not "<>".
60621         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60622         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60623         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60624         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60625         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60626         (ISPRINT): Remove; no longer needed now that we assume C89.
60627
60628         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60629         Preserve errno.
60630
60631         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60632         quotearg_char): Use SIZE_MAX rather than
60633         (size_t) -1 when we are talking about "infinity".
60634
60635         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60636
60637 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60638
60639         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60640         hint that one should use `if (! x) abort ();' rather than `assert
60641         (x);', and anyway it's one less thing to worry about configuring.
60642         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60643         hash_rehash, hash_insert): Use abort rather than assert.
60644
60645 2002-11-22  Bruno Haible  <bruno@clisp.org>
60646
60647         * lib/safe-read.h: Assume C89. Add comments.
60648         (safe_read): Change return type to size_t.
60649         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60650         byte counts > SSIZE_MAX correctly.
60651         * lib/safe-write.h: New file.
60652         * lib/safe-write.c: New file.
60653         * lib/full-read.h: New file.
60654         * lib/full-read.c: New file.
60655         * lib/full-write.h: Assume C89. Add comments.
60656         * lib/full-write.c: Include safe-write.h.
60657         (full_write): Rewritten to use safe_write.
60658         Suggested by Jim Meyering and Paul Eggert.
60659
60660 2002-11-21  Jim Meyering  <jim@meyering.net>
60661
60662         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60663
60664         Merge in changes from the coreutils.
60665
60666         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60667         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60668         <stdint.h>.
60669         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60670         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60671         int.  Work more efficiently if X is the same width as uintmax_t.
60672         Do not compare X to -1, to avoid bogus compiler warning.
60673         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60674         Don't assume that f_frsize and f_bsize are the same type.
60675
60676         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60677         warning on FreeBSD.
60678
60679         * lib/makepath.c (make_path): Restore umask *before* creating the final
60680         component.
60681         (make_path): Minor reformatting.
60682
60683         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60684         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60685         HAVE_MALLOC/HAVE_REALLOC.
60686
60687         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60688         dummy ones.  At least on GNU/Linux systems, `auto' means something
60689         else.
60690         From Michael Stone.
60691
60692 2002-11-21  Bruno Haible  <bruno@clisp.org>
60693
60694         Remove case insensitive option matching.
60695         * lib/argmatch.h (argcasematch): Remove declaration.
60696         (ARGCASEMATCH): Remove macro.
60697         (__xargmatch_internal): Remove case_sensitive argument.
60698         (XARGMATCH): Update.
60699         (XARGCASEMATCH): Remove macro.
60700         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60701         case_sensitive argument.
60702         (argcasematch): Remove function.
60703         (__xargmatch_internal): Remove case_sensitive argument.
60704         (main): Use XARGMATCH instead of XARGCASEMATCH.
60705
60706         * lib/xmalloc.c: Change compile-time error message. Add comment about
60707         required autoconf version.
60708
60709 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60710
60711         Merge argmatch cleanups from Bison.  Assume C89.
60712
60713         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60714         Include stdlib.h, for EXIT_FAILURE.
60715         Always include <string.h>, since we assume C89.
60716         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60717         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60718         Include <stddef.h> instead, since it's all we need for size_t.
60719         (PARAMS): Remove.  All uses removed.
60720         (ARRAY_CARDINALITY): Do not bother to #undef.
60721         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60722         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60723         Remove unnecessary parentheses.
60724         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60725         Insert necessary parentheses.
60726         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60727         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60728
60729 2002-11-19  Bruno Haible  <bruno@clisp.org>
60730
60731         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60732         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60733
60734         * lib/mbswidth.h (PARAMS): Remove macro.
60735         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60736         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60737
60738         * lib/gcd.h (PARAMS): Remove macro.
60739         (gcd): Use ANSI C function declarations.
60740         * lib/gcd.c (gcd): Likewise.
60741
60742 2002-11-15  Bruno Haible  <bruno@clisp.org>
60743
60744         * lib/strcspn.c: Include <stddef.h>.
60745         (strcspn): Use ANSI C function declaration. Change return type to
60746         size_t. Use NULL.
60747         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60748         (strpbrk): Use NULL.
60749         * lib/strpbrk.h (PARAMS): Remove macro.
60750         (strpbrk): Use ANSI C function declaration.
60751         * lib/strstr.c: Don't include <sys/types.h>.
60752         * lib/strstr.h (PARAMS): Remove macro.
60753         (strstr): Use ANSI C function declarations.
60754
60755 2002-11-14  Karl Berry  <karl@gnu.org>
60756
60757         * config/mkinstalldirs: `do' on separate line, instead of
60758         `for var; do'.
60759
60760 2002-11-06  Bruno Haible  <bruno@clisp.org>
60761
60762         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60763         * lib/gcd.c (gcd): Likewise.
60764
60765 2002-11-05  Bruno Haible  <bruno@clisp.org>
60766
60767         * lib/gcd.h: New file, from gettext-0.11.5.
60768         * lib/gcd.c: New file, from gettext-0.11.5.
60769
60770 2002-11-05  Bruno Haible  <bruno@clisp.org>
60771
60772         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60773         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60774         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60775         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60776
60777         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60778         <libintl.h>.
60779         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60780         <libintl.h>.
60781
60782         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60783         * lib/human.c: Include gettext.h instead of <libintl.h>.
60784         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60785         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60786         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60787         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60788         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60789         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60790         (textdomain): Remove definition.
60791         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60792
60793         * lib/long-options.c: Remove include of <libintl.h> and definition of
60794         _.
60795         * lib/same.c: Remove include of <libintl.h> and definition of _.
60796
60797 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60798
60799         * lib/config.charset: A few additions for Solaris.
60800
60801 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60802
60803         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60804         * lib/localcharset.c (locale_charset): Declare as extern "C".
60805
60806 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60807
60808         * lib/config.charset: msdos in uk_UA uses CP1125.
60809
60810 2002-11-04  Bruno Haible  <bruno@clisp.org>
60811
60812         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60813         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60814         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60815         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60816         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60817
60818 2002-11-04  Bruno Haible  <bruno@clisp.org>
60819
60820         * lib/localcharset.c (locale_charset): Don't return an empty string.
60821
60822 2002-11-04  Bruno Haible  <bruno@clisp.org>
60823
60824         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60825         aliases.
60826
60827 2002-11-04  Bruno Haible  <bruno@clisp.org>
60828
60829         * lib/config.charset: Update for newest glibc. Add canonical names
60830         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60831
60832 2002-11-04  Bruno Haible  <bruno@clisp.org>
60833
60834         * lib/config.charset: Add support for NetBSD.
60835
60836 2002-11-04  Bruno Haible  <bruno@clisp.org>
60837
60838         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60839
60840 2002-11-01  Bruno Haible  <bruno@clisp.org>
60841
60842         * configure.in: Add AC_CONFIG_AUX_DIR call.
60843         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60844         test/Makefile.
60845         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60846
60847 2002-09-28  Karl Berry  <karl@gnu.org>
60848
60849         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60850         installed automake until the next release, since changes have been
60851         made.
60852
60853 2002-09-25  Karl Berry  <karl@gnu.org>
60854
60855         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60856         * lib/getopt*: copy from libc/posix.
60857         * lib/gettext.h: copy from gettext.
60858         * lib/.cppi-disable: add strdup.c, gettext.h.
60859
60860 2002-09-25  Karl Berry  <karl@gnu.org>
60861
60862         * config/srclist.txt: enable gettext.h check.
60863         * config/config.{guess,sub}: update from prep.
60864         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60865                 from automake 1.6.3.
60866         See srclist*.
60867
60868 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60869
60870         * regex.c (PATFETCH): Remove the translating fetch.
60871         (PATFETCH_RAW): Rename to PATFETCH.
60872         (set_image_of_range): New fun.
60873         (SET_RANGE_TABLE_WORK_AREA): Use it.
60874         (regex_compile): Don't translate the pattern chars so eagerly.
60875         Only do it when inserting an `exactn' bytecode or when handling
60876         a char-range.
60877         (mutually_exclusive_p): Avoid empty statement.
60878
60879 2002-07-06  Jim Meyering  <meyering@lucent.com>
60880
60881         * m4/README: Don't mention Makefile.am.in.
60882         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60883
60884 2002-07-01  Jim Meyering  <meyering@lucent.com>
60885
60886         * lib/c-stack.c: Include sys/time.h.
60887         From Volker Borchert.
60888
60889 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60890
60891         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60892
60893 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60894
60895         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60896         New macro.  Use it uniformly instead of
60897         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60898         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60899         reported by Vin Shelton.
60900
60901 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60902
60903         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60904         Do not assume SA_SIGINFO behavior.
60905         Bug reported by Jim Meyering on NetBSD 1.5.2.
60906
60907 2002-06-22  Jim Meyering  <meyering@lucent.com>
60908
60909         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60910         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60911
60912         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60913         now that configure.ac uses AC_GNU_SOURCE.
60914         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60915         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60916
60917         Update to latest tools.  Suggestions from Paul Eggert.
60918         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60919         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60920         * m4/fnmatch.m4: Likewise.
60921         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60922         to AC_HEADER_STDBOOL
60923
60924 2002-06-22  Jim Meyering  <meyering@lucent.com>
60925
60926         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60927         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60928
60929 2002-06-22  Jim Meyering  <meyering@lucent.com>
60930
60931         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60932
60933         * lib/exitfail.c, exitfail.h: Likewise.
60934         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60935
60936         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60937         of fnmatch.h.
60938         (EXTRA_DIST): Add fnmatch_loop.c.
60939         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60940
60941         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60942         * lib/fnmatch.c: Update from diffutils-2.8.2.
60943         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60944         * lib/fnmatch.h: Remove file.
60945
60946 2002-06-21  Jim Meyering  <meyering@lucent.com>
60947
60948         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60949         * m4/mbrtowc.m4: Likewise.
60950
60951         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60952         * m4/mbswidth.m4: Reflect name change:
60953         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60954         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60955
60956         * m4/lib-link.m4: Update from gettext-0.11.2.
60957         * m4/gettext.m4: Likewise.
60958
60959         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60960         From Alfred M. Szmidt.
60961
60962 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60963
60964         * lib/file-type.h: Report an error if neither S_ISREG nor
60965         S_IFREG is defined, instead of using a test specific to glibc
60966         2.2.  This should be safe, since POSIX requires S_ISREG and
60967         Unix Version 7 had S_IFREG.  We don't need to check for
60968         <sys/types.h> since we don't use any symbols that it defines.
60969
60970 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60971
60972         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60973         $@-t, so that each temporary file name is unique and valid in the first
60974         8 characters, for operation under DOS.
60975
60976 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60977
60978         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60979
60980 2002-06-15  Jim Meyering  <meyering@lucent.com>
60981
60982         Work even with DJGPP 2.03, which lacks support for symlinks.
60983         From Richard Dawe.
60984         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60985         is defined.
60986         * lib/lchown.c (S_ISLNK): Likewise.
60987
60988 2002-06-15  Jim Meyering  <meyering@lucent.com>
60989
60990         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60991         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60992         have been included before this file.
60993
60994 2002-06-14  Jim Meyering  <meyering@lucent.com>
60995
60996         * lib/file-type.h: Use the version from diffutils-2.8.2.
60997         * lib/file-type.c: Likewise.
60998
60999 2002-06-07  Jim Meyering  <meyering@lucent.com>
61000
61001         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61002         They're needed at least for NetBSD 1.5.2.
61003         ($statxfs_includes): Include those same headers.
61004         ($statxfs_includes): Include sys/vfs.h if available.
61005         ($statxfs_includes): Likewise for sys/statvfs.h.
61006         Check for the following members in both structs statfs and statvfs:
61007         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61008
61009 2002-06-01  Jim Meyering  <meyering@lucent.com>
61010
61011         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61012         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61013
61014 2002-05-28  Jim Meyering  <meyering@lucent.com>
61015
61016         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61017         Reported by Volker Borchert.
61018
61019 2002-05-27  Jim Meyering  <meyering@lucent.com>
61020
61021         Fix a problem seen only on nonconforming systems whereby ls.c's
61022         use of localtime, and then of gettimeofday would cause trouble:
61023         the localtime call used to initialize rpl_gettimeofday's save
61024         mechanism would clobber ls's current local time information so
61025         that in any long listing the first file would always be listed
61026         with date 1970-01-01.  Analysis by Volker Borchert.
61027
61028         * lib/gettimeofday.c (localtime): Undefine.
61029         (rpl_localtime): New function.
61030
61031 2002-05-27  Jim Meyering  <meyering@lucent.com>
61032
61033         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61034         localtime.
61035
61036         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61037         use the replacement function; it wouldn't resolve at link time.
61038         Reported by Volker Borchert.
61039
61040 2002-05-22  Jim Meyering  <meyering@lucent.com>
61041
61042         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61043         file-type.h.
61044         * lib/file-type.h: New file.
61045         * lib/file-type.c (file_type): New file/function.  Extracted from
61046         diffutils.
61047
61048 2002-04-30  Jim Meyering  <meyering@lucent.com>
61049
61050         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61051
61052 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61053
61054         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61055
61056 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61057
61058         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61059         Do not check for alloca.h (no longer used) or stdbool.h (was never
61060         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61061
61062 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61063
61064         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61065
61066 2002-04-29  Jim Meyering  <meyering@lucent.com>
61067
61068         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61069         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61070         Use AC_FUNC_STRNLEN here instead.
61071
61072         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61073         With autoconf-2.53a, it's part of AC_PROG_CC.
61074
61075 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61076
61077         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61078         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61079
61080 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61081
61082         * lib/sig2str.h, lib/sig2str.c: New files.
61083         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61084
61085 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61086
61087         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61088         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61089         of 127, since 64 is the largest conceivable number for ancient
61090         nonstandard hosts.
61091         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61092
61093 2002-04-28  Jim Meyering  <meyering@lucent.com>
61094
61095         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61096
61097 2002-04-24  Jim Meyering  <meyering@lucent.com>
61098
61099         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61100         (jm_PREREQ): Use it.
61101
61102         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61103         mach/mach.h fcntl.h.
61104         Check for this function: setlocale.
61105
61106 2002-04-24  Jim Meyering  <meyering@lucent.com>
61107
61108         * lib/gettext.h: New file, from Gettext.
61109         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61110         (libfetish_a_SOURCES): Add gettext.h.
61111
61112 2002-04-16  Jim Meyering  <meyering@lucent.com>
61113
61114         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61115         ut_pid, ut_id, ut_exit.
61116
61117 2002-04-16  Jim Meyering  <meyering@lucent.com>
61118
61119         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61120         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61121         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61122
61123 2002-04-12  Jim Meyering  <meyering@lucent.com>
61124
61125         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61126         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61127         existence of the getmntinfo function.  Needed for Darwin 5.3.
61128
61129         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61130         This is necessary at least on Darwin 5.3.
61131
61132         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61133         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61134         strnlen.o in the library, and that makes some versions of ranlib
61135         object.
61136
61137 2002-04-12  Jim Meyering  <meyering@lucent.com>
61138
61139         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61140
61141 2002-04-09  Jim Meyering  <meyering@lucent.com>
61142
61143         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61144         to be more precise.  Rather than saying we're checking whether the
61145         function `works', say what we're testing.
61146         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61147         Reported by Bruno Haible.
61148
61149 2002-03-10  Jim Meyering  <meyering@lucent.com>
61150
61151         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61152         Suggestion from Santiago Vila.
61153
61154 2002-03-08  Jim Meyering  <meyering@lucent.com>
61155
61156         * lib/rename.c: Mention that this wrapper is needed also on
61157         mips-dec-ultrix4.4 systems.
61158
61159 2002-03-02  Jim Meyering  <meyering@lucent.com>
61160
61161         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61162         not HAVE_CLOCK_SETTIME.
61163
61164 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61165
61166         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61167         Check for clock_settime.
61168
61169 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61170
61171         * lib/nanosleep.h: Rename to....
61172         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61173
61174         * lib/gettime.c: New file.
61175         * lib/settime.c: New file.
61176         * lib/stime.c: Remove.
61177
61178         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61179         timespec.h.  Remove nanosleep.h.
61180
61181 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61182
61183         * m4/acl.m4: New file.
61184         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61185         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61186
61187 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61188
61189         * lib/acl.c, lib/acl.h: New files.
61190         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61191
61192 2002-02-24  Jim Meyering  <meyering@lucent.com>
61193
61194         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61195         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61196         cause trouble.  Reported by Nelson Beebe.
61197
61198 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61199
61200         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61201         compilers that don't know that xalloc_die never returns.
61202
61203 2002-02-20  Jim Meyering  <meyering@lucent.com>
61204
61205         * lib/getdate.c: Regenerate using bison-1.33.
61206
61207 2002-02-17  Jim Meyering  <meyering@lucent.com>
61208
61209         * config/config.guess (main): Don't use `head -1'; it's no longer
61210         portable. Use `sed 1q' instead.
61211
61212 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61213
61214         * m4/codeset.m4: Upgrade to gettext-0.11.
61215         * m4/gettext.m4: Upgrade to gettext-0.11.
61216         * m4/glibc21.m4: Upgrade to gettext-0.11.
61217         * m4/iconv.m4: Upgrade to gettext-0.11.
61218         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61219         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61220         * m4/lib-ld.m4: New file, from gettext-0.11.
61221         * m4/lib-link.m4: New file, from gettext-0.11.
61222         * m4/lib-prefix.m4: New file, from gettext-0.11.
61223         * m4/progtest.m4: Upgrade to gettext-0.11.
61224
61225 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61226
61227         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61228         (jm_PREREQ): Use it.
61229
61230 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61231
61232         * lib/posixver.c, lib/posixver.h: New files.
61233         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61234
61235 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61236             Bruno Haible  <bruno@clisp.org>
61237
61238         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61239         (fwrite_success_callback): New declaration.
61240         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61241         print_unicode_char. Call failure callback instead of error.
61242         (fwrite_success_callback): New function.
61243         (exit_failure_callback): New function.
61244         (fallback_failure_callback): New function.
61245         (print_unicode_char): Call unicode_to_mb.
61246
61247 2002-01-26  Jim Meyering  <meyering@lucent.com>
61248
61249         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61250         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61251
61252 2002-01-26  Jim Meyering  <meyering@lucent.com>
61253
61254         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61255
61256 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61257
61258         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61259
61260 2002-01-22  Jim Meyering  <meyering@lucent.com>
61261
61262         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61263         Otherwise, some versions of automake would omit the rule that makes
61264         Makefile from Makefile.in.
61265
61266 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61267
61268         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61269         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61270         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61271         (memcoll): Set errno to zero if there is no error.
61272
61273         * lib/quotearg.c (quotearg_buffer_restyled):
61274         Fix bug with quoting buffers containing NUL when backslashing escapes.
61275         This bug was exposed by the other changes in this patch.
61276         (quotearg_n_options): New arg ARGSIZE.
61277         All callers changed.
61278         (quoting_options_from_style): New function.
61279         (quotearg_n_style): Use it.
61280         (quotearg_n_style_mem): New function.
61281
61282         * lib/quotearg.h (quotearg_n_style_mem): New function.
61283
61284 2002-01-19  Jim Meyering  <meyering@lucent.com>
61285
61286         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61287         Remove useless quotes: DF_PROG="df".
61288         * m4/strnlen.m4: New file.
61289
61290 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61291
61292         * lib/backupfile.c (ISDIGIT): Comment fix.
61293         * lib/getdate.y (ISDIGIT): Likewise.
61294         * lib/posixtm.c (ISDIGIT, year): Likewise.
61295         * lib/strverscmp.c (ISDIGIT): Likewise.
61296         * lib/userspec.c (ISDIGIT): Likewise.
61297
61298 2002-01-16  Jim Meyering  <meyering@lucent.com>
61299
61300         * lib/getdate.y: Add three semicolons, each just before a closing
61301         brace. Bison (as of version 1.31) no longer papers over that mistake.
61302
61303 2002-01-05  Jim Meyering  <meyering@lucent.com>
61304
61305         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61306
61307 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61308
61309         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61310         not silently exit merely because the output buffer happens to
61311         have nothing pending.
61312
61313 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61314
61315         See the big note in ../ChangeLog.
61316         * lib/human.c (suffixes): Prefer K to k for 1024.
61317         (generate_suffix_backwards): New function.
61318         (human_readable_inexact): Use it.
61319         * lib/xstrtol.c (__xstrtol): If there is no number but there
61320         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61321         Accept 'K' as well as 'k'.
61322
61323 2001-12-15  Jim Meyering  <meyering@lucent.com>
61324
61325         * lib/regex.h (__restrict_arr): Update from libc.
61326
61327         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61328         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61329         (STREQ): Define.
61330
61331 2001-12-14  Jim Meyering  <meyering@lucent.com>
61332
61333         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61334         Suggestion from Bruno Haible.
61335
61336 2001-12-10  Jim Meyering  <meyering@lucent.com>
61337
61338         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61339         xrealloc, Instead, include "xalloc.h".
61340         (initbuffer): Don't cast xmalloc return value to char*.
61341         (readline): Reword comment.
61342         Don't cast xrealloc return value to char*
61343         Return NULL, not 0.
61344
61345 2001-12-09  Jim Meyering  <meyering@lucent.com>
61346
61347         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61348         about `signed and unsigned type in conditional expression'.
61349         * lib/posixtm.c (posix_time_parse): Likewise.
61350
61351         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61352
61353         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61354         to avoid a pedantic warning.
61355
61356         * lib/getstr.c: Don't include assert.h.
61357         (getstr): Remove warning-evoking assertions.
61358         Return -1 if offset parameter is out of bounds.
61359         Change the type of a local from int to size_t.
61360
61361         * lib/strftime.c (my_strftime_localtime_r): Include this function
61362         definition in the `#if ! HAVE_TM_GMTOFF' block.
61363
61364         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61365         Include xalloc.h instead.
61366
61367 2001-12-02  Jim Meyering  <meyering@lucent.com>
61368
61369         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61370         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61371         included.
61372
61373         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61374         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61375
61376 2001-11-30  Akim Demaille  <akim@epita.fr>
61377
61378         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61379         before being defined.
61380
61381 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61382
61383         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61384         First arg is int, not unsigned.
61385         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61386         (SIZE_MAX, UINT_MAX): New macros.
61387         (quotearg_n_options): Abort if N is negative.
61388         Avoid overflow check on hosts where size_t is 64 bits and int
61389         is 32 bits, as overflow is impossible there.
61390         Fix off-by-one typo that caused unnecessary reallocation.
61391
61392 2001-11-27  Jim Meyering  <meyering@lucent.com>
61393
61394         * lib/tempname.c: Merge with version from libc.
61395         * lib/regex.c: Likewise.
61396
61397         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61398         systems for which STDC_HEADERS is 0, it was not included, resulting in
61399         a warning about an integer-to-pointer conversion problem with getenv.
61400         Reported by Volker Borchert.
61401
61402 2001-11-26  Jim Meyering  <meyering@lucent.com>
61403
61404         * lib/gtod.h: Remove file.
61405         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61406         * lib/gettimeofday.c: Don't include gtod.h.
61407         (GTOD_init): Remove function.
61408         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61409         Suggestion from Volker Borchert.
61410
61411 2001-11-23  Jim Meyering  <meyering@lucent.com>
61412
61413         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61414         it.
61415         * lib/hash.c (struct hash_table): Define it here instead.
61416
61417 2001-11-22  Jim Meyering  <meyering@lucent.com>
61418
61419         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61420
61421 2001-11-20  Jim Meyering  <meyering@lucent.com>
61422
61423         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61424         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61425
61426 2001-11-19  Jim Meyering  <meyering@lucent.com>
61427
61428         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61429         directory.  Use "conftestXXXXXX" as the template.
61430         Suggestion from Paul Eggert.
61431
61432         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61433         immediately, so the test doesn't mistakenly hit the max-open-files
61434         limit.
61435
61436 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61437
61438         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61439         (TEMPORARIES): New macro.
61440         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61441         removes an artificial limitation (e.g. HP-UX 10.20, where
61442         TMP_MAX is 17576).
61443
61444 2001-11-18  Jim Meyering  <meyering@lucent.com>
61445
61446         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61447
61448 2001-11-18  Jim Meyering  <meyering@lucent.com>
61449
61450         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61451         on SunOS 4.
61452
61453         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61454         files will be created before anything else.
61455
61456 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61457
61458         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61459         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61460
61461 2001-11-17  Jim Meyering  <meyering@lucent.com>
61462
61463         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61464         Prompted by a report from Bob Proulx.
61465
61466         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61467         Instead, require UTILS_FUNC_MKSTEMP.
61468
61469 2001-11-17  Jim Meyering  <meyering@lucent.com>
61470
61471         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61472         Now, that's done as part of AC_FUNC_STRTOD.
61473
61474 2001-11-17  Jim Meyering  <meyering@lucent.com>
61475
61476         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61477         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61478         rather than group writable.  Patch by Juan F. Codagnone.
61479
61480         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61481         xrealloc, Instead, include "xalloc.h".
61482
61483         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61484         Remove explicit declarations of xmalloc, xrealloc,
61485         and xstrdup.  Instead, include "xalloc.h".
61486
61487         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61488         unlocked-io.h.
61489         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61490         Likewise.
61491         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61492
61493         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61494         Reported by Padraig Brady.
61495
61496         * lib/mkstemp.c: #undef mkstemp.
61497         Include config.h.
61498         (rpl_mkstemp): Rename from mkstemp.
61499         Protoize.
61500
61501 2001-11-16  Jim Meyering  <meyering@lucent.com>
61502
61503         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61504         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61505         determine the amount of total physical memory, use pstat_getstatic.
61506         HPUX-11 doesn't define _SC_PHYS_PAGES.
61507         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61508         If sysconf couldn't be used to determine the amount of available
61509         physical memory, use both pstat_getstatic and pstat_getdynamic.
61510         Based on a patch from Bob Proulx.
61511
61512 2001-11-10  Jim Meyering  <meyering@lucent.com>
61513
61514         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61515         (jm_PREREQ): Use it.
61516
61517 2001-11-09  Jim Meyering  <meyering@lucent.com>
61518
61519         * m4/jm-macros.m4: Require autoconf-2.52f.
61520         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61521         Use these AC_-prefixed names, not the AM_-prefixed ones.
61522
61523         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61524
61525 2001-11-05  Jim Meyering  <meyering@lucent.com>
61526
61527         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61528
61529 2001-11-04  Jim Meyering  <meyering@lucent.com>
61530
61531         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61532         $DEFS.
61533
61534 2001-11-03  Jim Meyering  <meyering@lucent.com>
61535
61536         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61537         of AC_DEFUN.
61538
61539         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61540         know the name of the variable in the macro definition.
61541
61542 2001-11-03  Jim Meyering  <meyering@lucent.com>
61543
61544         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61545         in argmatch_to_argument call.
61546
61547         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61548         argument.
61549
61550         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61551         e.g., a fault due to an attempt to free a NULL pointer.
61552
61553 2001-11-01  Jim Meyering  <meyering@lucent.com>
61554
61555         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61556         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61557
61558 2001-11-01  Jim Meyering  <meyering@lucent.com>
61559
61560         * lib/dirfd.c, lib/dirfd.h: New files.
61561         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61562
61563         * lib/hash.c (hash_print) [TESTING]: Clean up.
61564
61565 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61566
61567         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61568         to avoid a warning if -Wall.
61569
61570 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61571
61572         * README: New file
61573         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61574         (per RMS's instructions, this is now the canonical source)
61575         * lgpl/, gpl/: New directories.
61576
61577 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61578
61579         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61580
61581 2001-10-21  Jim Meyering  <meyering@lucent.com>
61582
61583         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61584         this code would end up calling gettext even in packages built
61585         with --disable-nls.
61586         * lib/getopt.c (_): Likewise.
61587         * lib/regex.c (_): Likewise.
61588
61589 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61590
61591         * m4/error.m4 (jm_PREREQ_ERROR):
61592         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61593         AC_FUNC_STRERROR_R does that.
61594         Check for strerror declaration.
61595
61596         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61597         are supposed to have them these days.
61598         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61599         Merge changes from latest Autoconf CVS.
61600         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61601         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61602         POSIX decided to standardize on the int flavor of strerror_r.
61603
61604 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61605
61606         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61607         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61608         Use strerror_r that is only a macro, even if it is not a function.
61609         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61610         (private_strerror): Use prototypes, not old-style function definition.
61611         (print_errno_message): New function.
61612         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61613         char*-flavored one.
61614         (error_tail, error, error_at_line): Use it.
61615
61616 2001-10-11  Jim Meyering  <meyering@lucent.com>
61617
61618         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61619         and quote_n (1, ... to avoid clobbering a buffer.
61620
61621 2001-10-05  Jim Meyering  <meyering@lucent.com>
61622
61623         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61624         hash-pjw.h.
61625         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61626         * lib/hash-pjw.h: New file.
61627
61628 2001-09-30  Jim Meyering  <meyering@lucent.com>
61629
61630         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61631         `struct fsstat' has the `f_fstypename' member.
61632         Use that to define FS_TYPE, which is now used to make
61633         the getfsstat link test tighter.
61634
61635 2001-09-30  Jim Meyering  <meyering@lucent.com>
61636
61637         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61638         Include <sys/ucred.h>, for Apple Darwin.
61639         Include sys/mount.h and sys/fs_types.h only if available.
61640         (FS_TYPE): Define.
61641         (read_filesystem_list): Use FS_TYPE.
61642
61643 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61644
61645         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61646         a boolean context.
61647
61648 2001-09-29  Jim Meyering  <meyering@lucent.com>
61649
61650         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61651         [one-argument getmntent function]): Include stdio.h before mntent.h.
61652         SunOS 4.1.x needs it for the declaration of `FILE'.
61653         Patch by Volker Borchert.
61654
61655         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61656         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61657         sys/fs_types.h, and make the link-test for getfsstat guard #include
61658         directives with appropriate #if HAVE_*_H tests so that we can
61659         detect getfsstat on Apple Darwin1.3.7 systems.
61660         Reported by Nelson Beebe.
61661         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61662
61663 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61664
61665         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61666         #defines strtoimax.  Also treat the other strto* functions
61667         like strtoimax.
61668
61669         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61670         Check for strtoul and strtoumax,
61671         as those declarations are made even in the signed case.
61672         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61673         Likewise, for strtol and strtoimax.
61674
61675 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61676
61677         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61678         #defines strtoimax.  Also treat the other strto* functions
61679         like strtoimax.
61680
61681         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61682         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61683         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61684
61685 2001-09-26  Jim Meyering  <meyering@lucent.com>
61686
61687         Most macros in unlocked-io.h had the wrong number of arguments.
61688         * lib/gen-uio: New script.
61689         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61690         * lib/unlocked-io.hin: Remove file.
61691         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61692         rather than trying to embed it here.
61693         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61694         Reported by Padraig Brady.
61695
61696 2001-09-25  Volker Borchert  <bt@teknon.de>
61697
61698         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61699         `result'.
61700
61701 2001-09-24  Jim Meyering  <meyering@lucent.com>
61702
61703         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61704
61705 2001-09-23  Jim Meyering  <meyering@lucent.com>
61706
61707         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61708         instead of the mere test for existence of mntent.h.  The latter
61709         would get a false-positive on AIX 3.4 systems.
61710         In the outer getmntent if-block, don't die if neither of the getmntent
61711         tests succeeds.  Instead, just fall through and continue with the
61712         remaining tests.
61713
61714 2001-09-23  Jim Meyering  <meyering@lucent.com>
61715
61716         * lib/mountlist.c: Remove useless parentheses in #if directives.
61717         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61718         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61719
61720 2001-09-22  Jim Meyering  <meyering@lucent.com>
61721
61722         * m4/gettext.m4: New file.  From gettext.
61723         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61724         * m4/progtest.m4: Likewise
61725         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61726         * m4/glibc21.m4: Likewise.
61727
61728         * m4/libintl.m4: Remove.  No longer used.
61729
61730 2001-09-22  Jim Meyering  <meyering@lucent.com>
61731
61732         * lib/localcharset.c: Update from latest gettext.
61733         * lib/config.charset: Likewise.
61734
61735 2001-09-20  Jim Meyering  <meyering@lucent.com>
61736
61737         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61738         strtoimax.
61739         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61740         strtoumax.
61741
61742 2001-09-20  Jim Meyering  <meyering@lucent.com>
61743
61744         * lib/xstrtol.c (strtoimax): Guard declaration with
61745         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61746         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61747         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61748         (strtoumax): Likewise, for completeness (it wasn't necessary).
61749
61750 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61751
61752         * lib/strtoimax.c (HAVE_LONG_LONG):
61753         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61754         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61755         to work around bug in IBM C compiler.
61756
61757 2001-09-17  Jim Meyering  <meyering@lucent.com>
61758
61759         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61760         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61761         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61762         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61763         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61764         whenever the right hand side need not be expanded by the shell.
61765
61766 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61767
61768         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61769         library.  It's not correct, as some older glibcs are buggy.
61770         fnmatch wasn't fixed until glibc 2.2.
61771
61772         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61773         special shell magic here.
61774
61775 2001-09-16  Jim Meyering  <meyering@lucent.com>
61776
61777         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61778         * m4/jm-macros.m4: Require it.
61779
61780 2001-09-16  Jim Meyering  <meyering@lucent.com>
61781
61782         * lib/mkdir.c: New file.
61783
61784 2001-09-15  Jim Meyering  <meyering@lucent.com>
61785
61786         * m4/jm-macros.m4: Check for help2man.
61787
61788 2001-09-11  Jim Meyering  <meyering@lucent.com>
61789
61790         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61791         The body, by Paul Eggert, was moved here from configure.in.
61792         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61793
61794 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61795
61796         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61797         (jm_PREREQ): Use it.
61798
61799 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61800
61801         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61802         Use ssize_t, not int, to store result of readlink.
61803         Check for ssize_t overflow as well as size_t overflow,
61804         as POSIX says the result of readlink is implementation-defined
61805         when ssize_t overflows.
61806         Remove unnecessary cast to char*.
61807         Use free+malloc instead of realloc, as the storage doesn't need
61808         to be preserved and it's clearer and can be more efficient that way.
61809         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61810         * lib/xreadlink.h (xreadlink): Update prototype.
61811
61812 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61813
61814         * lib/xgetcwd.c: Revert some of the previous change; intead,
61815         fix the HAVE_GETCWD_NULL code to behave more like the
61816         !HAVE_GETCWD_NULL code used to.
61817
61818         Include "xalloc.h".
61819         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61820         invoke xalloc_die.
61821
61822 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61823
61824         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61825         sys/param.h, as pathmax.h includes them.
61826
61827 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61828
61829         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61830         (jm_PREREQ_XGETCWD): New macro.
61831
61832         * m4/getcwd.m4: New file.
61833
61834 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61835
61836         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61837         like the HAVE_GETCWD_NULL code.
61838         Include pathmax.h if not HAVE_GETCWD.
61839         Do not include xalloc.h.
61840         (INITIAL_BUFFER_SIZE): New symbol.
61841         Do not use xmalloc / xrealloc, since the caller is responsible for
61842         handling errors.  Preserve errno around `free' during failure.
61843         Do not overrun buffer when using getwd.
61844
61845 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61846
61847         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61848         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61849         getcwd (NULL, 0).
61850
61851 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61852
61853         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61854         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61855         spotted by Jim Meyering.
61856
61857 2001-09-03  Jim Meyering  <meyering@lucent.com>
61858
61859         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61860         failure.
61861
61862 2001-09-02  Jim Meyering  <meyering@lucent.com>
61863
61864         * lib/error.c: Update from GNU libc.
61865
61866 2001-09-01  Jim Meyering  <meyering@lucent.com>
61867
61868         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61869         Used by df.
61870
61871 2001-09-01  Jim Meyering  <meyering@lucent.com>
61872
61873         * lib/xreadlink.c: New file.
61874         * lib/xreadlink.h: New file.
61875         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61876         xreadlink.h.
61877
61878         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61879         doesn't conflict with sparc Solaris 7's definition in
61880         /usr/include/sys/int_types.h.
61881
61882         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61883         files.
61884         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61885         and strncasecmp as r-values.  Unixware didn't have declarations.
61886
61887 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61888
61889         * lib/xstrtol.h: Add copyright notice.
61890         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61891         LONGINT_INVALID_SUFFIX_CHAR.
61892
61893 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61894
61895         * lib/xstrtol.c (strtoimax): New decl.
61896
61897 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61898
61899         * lib/xgetcwd.c: Don't include pathmax.h.
61900         Include stdlib.h and unistd.h if available.
61901         Include xalloc.h.
61902         (xmalloc, xstrdup, free): Remove decls.
61903         (xgetcwd): Don't assume sizes fit in unsigned.
61904         Check for overflow when computing sizes.
61905         Simplify reallocation code.
61906
61907 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61908
61909         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61910         a directory's st_size can have an arbitrary value, so the old
61911         usage could waste an arbitrary amount of memory.  All uses
61912         changed.
61913         * lib/savedir.h: Update prototype.
61914
61915 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61916
61917         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61918
61919         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61920         old strtoimax.c.
61921
61922         Also, make the following further changes to make this file's
61923         configuration more similar to that of strtol.c:
61924         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61925         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61926         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61927         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61928         changed to signed values.
61929
61930         And make the following changes as well:
61931         Fix copyright notice, as 1999 was missing.
61932         (verify): New macro.
61933         (strtoimax): Check sizes at compile-time, not run-time.
61934         Prefer strtol to strtoll if both work.
61935         (main): Remove; it was not that useful and was a pain to maintain.
61936
61937         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61938
61939 2001-08-31  Jim Meyering  <meyering@lucent.com>
61940
61941         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61942         Use an initial, malloc'd, buffer of length 128 rather than
61943         a statically allocated one of length 1024.
61944
61945 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61946
61947         Simplify code, partly by assuming autoconf 2.52 semantics.
61948
61949         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61950
61951         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61952         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61953         All uses removed.
61954         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61955         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61956         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61957         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61958         jm_AC_HEADER_INTTYPES_H.
61959         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61960
61961         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61962
61963         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61964         Quote first arg of AC_DEFUN.
61965         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61966         since they are needed to parse the include file even if we need
61967         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61968         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61969         but with opposite signedness.
61970
61971 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61972
61973         Merge 'exclude' changes from tar 1.13.22.
61974         This fixes one or two unlikely storage allocation overflow bugs,
61975         but doesn't change user-visible behavior otherwise.
61976
61977 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61978
61979         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61980         (jm_PREREQ_EXCLUDE): New macro.
61981
61982 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61983
61984         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61985         tm to be declared.
61986
61987 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61988
61989         * lib/hash.c: Remove '2001' from copyright notice.
61990
61991 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61992
61993         * lib/full-write.h: New file.
61994         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61995         * lib/full-write.c: Correct credits, as cccp.c no longer
61996         exists and anyway it was so heavily changed from the old cccp
61997         code as to be unrecognizable.  Include full-write.h.
61998         (full_write) Return size_t, with short writes meaning failure.
61999         All callers changed.  This fixes a bug with large buffers
62000         on 64-bit hosts.
62001         * lib/utime.c: Include full-write.h.
62002
62003 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62004
62005         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62006         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62007         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62008         Include if available.
62009         (<xalloc.h>): Include
62010         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62011         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62012         collide with FNM macros.
62013         (struct patopts): New struct.
62014         (struct exclude): Use it, as exclude patterns now come with options.
62015         (new_exclude): Support above changes.
62016         (new_exclude, add_exclude_file):
62017         Initial size must now be a power of two to simplify overflow checking.
62018         (free_exclude, fnmatch_no_wildcards): New function.
62019         (excluded_filename): No longer requires options arg, as the options
62020         are determined by add_exclude.  Now returns bool, not int.
62021         (excluded_filename, add_exclude):
62022         Add support for the fancy new exclusion options.
62023         (add_exclude, add_exclude_file): Now takes int options arg.
62024         Check for arithmetic overflow when computing sizes.
62025         (add_exclude_file): xrealloc might modify errno, so don't
62026         realloc until after errno might be used.
62027
62028         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62029         New macros.
62030         (free_exclude): New decl.
62031         (add_exclude, add_exclude_file): Now takes int options arg.
62032         (excluded_filename): No longer requires options arg, as the options
62033         are determined by add_exclude.  Now returns bool, not int.
62034
62035 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62036
62037         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62038
62039 2001-08-27  Jim Meyering  <meyering@lucent.com>
62040
62041         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62042
62043         * lib/version-etc.c (N_): Remove definition.
62044         Revert most of last change.
62045         Instead, simply don't mark the `Copyright...' string for translation.
62046         Based on advice from Paul Eggert.
62047
62048         * lib/strtoxmax.c: Tweak comment.
62049
62050 2001-08-26  Jim Meyering  <meyering@lucent.com>
62051
62052         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62053
62054         * m4/xstrtoimax.m4: New file.
62055         * m4/xstrtoumax.m4: Add comments explaining why we
62056         AC_REPLACE_FUNCS(strtol).
62057
62058 2001-08-26  Jim Meyering  <meyering@lucent.com>
62059
62060         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62061         of copyright with `%s' so translators don't get an untranslated
62062         message in 2002.
62063         (COPYRIGHT_YEAR): Define.
62064         (version_etc): Use fprintf rather than fputs.
62065         Suggestion from Ulrich Drepper.
62066
62067         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62068
62069         * lib/strtoll.c: New file, from GNU libc.
62070         * lib/xstrtoimax.c: New file.
62071
62072         * lib/xstrtol.h: Add xstrtoimax.
62073         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62074         * lib/strtoimax.c: New file.  Likewise, but first define
62075         STRTOUXMAX_SIGNED.
62076
62077         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62078         ...
62079         * lib/strtoxmax.c: ... then renamed to this.
62080
62081 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62082
62083         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62084         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62085         (jm_AC_TYPE_INTMAX_T): New macro.
62086         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62087
62088         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62089
62090         * m4/longlong.m4: Renamed from ulonglong.m4.
62091         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62092         * m4/uintmax_t.m4: Removed.
62093
62094 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62095
62096         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62097         Port to Solaris 8, where 'sed' requires a space after the 'r'
62098         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62099         Redirect output to $tmp just once.
62100
62101 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62102
62103         * lib/addext.c (<errno.h>): Include.
62104         (errno): Declare if not defined.
62105         (addext): Work correctly when pathconf returns -1 and leaves
62106         errno alone because there is no limit.  Also, work even if
62107         pathconf returns a value greater than SIZE_MAX.
62108
62109 2001-08-12  Jim Meyering  <meyering@lucent.com>
62110
62111         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62112         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62113         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62114         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62115         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62116         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62117         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62118         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62119         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62120         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62121         utime.m4, utimes.m4, xstrtoumax.m4:
62122         Quote the first argument in each use of AC_DEFUN.
62123
62124 2001-08-12  Jim Meyering  <meyering@lucent.com>
62125
62126         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62127         Simply `return getcwd (NULL, 0);'.
62128         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62129         Use 1300 as initial value for length, not PATH_MAX.
62130
62131         * lib/pathmax.h: Clean up cpp syntax.
62132
62133 2001-08-12  Jim Meyering  <meyering@lucent.com>
62134
62135         * lib/gettimeofday.c: New file.
62136         * lib/gtod.h: New file.
62137         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62138
62139 2001-08-05  Jim Meyering  <meyering@lucent.com>
62140
62141         * m4/jm-macros.m4: Require autoconf-2.52.
62142
62143 2001-08-04  Jim Meyering  <meyering@lucent.com>
62144
62145         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62146         stmt, to get in sync with glibc.
62147
62148 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62149
62150         The following changes are from gettext 0.10.39 as maintained by
62151         Bruno Haible.
62152
62153         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62154         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62155         with inverted sense.  All uses changed.
62156
62157         * lib/mbswidth.c: Don't include <limits.h>.
62158         Include <stdlib.h> and <string.h> unconditionally.
62159         (iswcntrl, mbsinit, ISCNTRL): New macros.
62160         (mbsnwidth): Use K&R style function declarations.
62161         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62162         can optimize it when MB_CUR_MAX == 1.
62163         The width of control characters is zero, not 1.
62164
62165 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62166
62167         The following changes are from gettext 0.10.39 as maintained by
62168         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62169
62170         * m4/codeset.m4: Upgrade to serial AM1.
62171         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62172         all uses changed.  Quote first arg of AC_DEFUN.
62173         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62174
62175         * m4/iconv.m4: Upgrade to serial AM2.
62176         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62177         Add --with-libconv-prefix.
62178         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62179         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62180         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62181         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62182         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62183
62184         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62185         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62186         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62187         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62188         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62189         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62190         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62191         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62192         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62193
62194         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62195         string.h any more.
62196
62197         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62198         not the default value.
62199
62200         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62201         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62202         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62203         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62204         Also check for iswcntrl, used for wcwidth fallback.
62205         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62206         to Autoconf 2.13.
62207
62208 2001-08-03  Jim Meyering  <meyering@lucent.com>
62209
62210         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62211         as it was in the original.  Reported by Paul Eggert.
62212
62213 2001-07-16  Jim Meyering  <meyering@lucent.com>
62214
62215         * m4/gettimeofday.m4: New file.
62216         Prompted by a report from Bernhard Baehr.
62217
62218 2001-07-15  Jim Meyering  <meyering@lucent.com>
62219
62220         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62221         stuff. Now it's in ../Makefile.cfg.
62222
62223 2001-07-15  Jim Meyering  <meyering@lucent.com>
62224
62225         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62226         (BUILT_SOURCES): Add unlocked-io.h.
62227         (io_functions): Define.
62228         (unlocked-io.h): New rule.
62229         (DISTCLEANFILES): Add unlocked-io.h.
62230         (all-local): Depend on unlocked-io.h, to ensure it is created.
62231
62232         * lib/unlocked-io.hin: New file
62233
62234         * lib/regex.c: Update from glibc.
62235
62236 2001-07-05  Jim Meyering  <meyering@lucent.com>
62237
62238         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62239         recommendation.
62240         (libfetish_a_SOURCES): Put all .h files here instead.
62241         Remove a thus-exposed (better checks in automake) duplicate and
62242         two unnecessary .h files.
62243
62244 2001-07-04  Jim Meyering  <meyering@lucent.com>
62245
62246         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62247         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62248         distcheck failure.
62249
62250 2001-07-02  Jim Meyering  <meyering@lucent.com>
62251
62252         The following changes were prompted by suggestions from Bruno Haible.
62253
62254         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62255         is now generated.
62256         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62257         definition of EXTRA_DIST.
62258         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62259         ensure that the generated file is created/updated whenever the list
62260         of $(unlocked_functions) is changed.
62261         (jm-glibc-io.m4): New rule.
62262         (unlocked-io.h): New rule -- currently unused.
62263
62264 2001-06-24  Jim Meyering  <meyering@lucent.com>
62265
62266         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62267         unmatched right bracket, rather than kludging it with an extra,
62268         falsely-matching quote in a comment.  Patch by Akim Demaille.
62269
62270 2001-06-11  Jim Meyering  <meyering@lucent.com>
62271
62272         * lib/regex.c: Update from GNU libc.
62273
62274 2001-05-27  Jim Meyering  <meyering@lucent.com>
62275
62276         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62277         Check for ut_type in struct utmp.
62278
62279 2001-05-27  Jim Meyering  <meyering@lucent.com>
62280
62281         * lib/readutmp.h (UT_TYPE): Define.
62282
62283 2001-05-24  Jim Meyering  <meyering@lucent.com>
62284
62285         * lib/argmatch.c: Include "quote.h".
62286         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62287         quote function.  Reported by Göran Uddeborg.
62288
62289 2001-05-22  Jim Meyering  <meyering@lucent.com>
62290
62291         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62292         now that we use the package-supplied version unconditionally.
62293         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62294
62295 2001-05-21  Jim Meyering  <meyering@lucent.com>
62296
62297         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62298         shell syntax errors.
62299
62300 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62301
62302         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62303
62304 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62305
62306         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62307         Don't bother to check library strftime, since
62308         we'll be using our own my_strftime function anyway.
62309         Define my_strftime instead of strftime.
62310
62311 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62312
62313         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62314         which is not yet declared.
62315
62316 2001-05-15  Jim Meyering  <meyering@lucent.com>
62317
62318         * m4/regex.m4: Use proper quoting so brackets appear in the test
62319         program.
62320         Reported by, and with help from, Bruno Haible.
62321
62322 2001-05-13  Jim Meyering  <meyering@lucent.com>
62323
62324         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62325         undefined.
62326
62327 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62328
62329         dirname code cleanup.  base_name now behaves more compatibly
62330         with POSIX basename when given file names that have trailing
62331         slashes, and similarly for dir_name.  Add new primitives
62332         base_len and dir_len.  Put the directory-name-related decls
62333         into dirname.h.
62334
62335         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62336         * lib/backupfile.c (base_name): Likewise.
62337         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62338         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62339         * lib/makepath.c (strip_trailing_slashes): Likewise.
62340         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62341         ISSLASH): Likewise.
62342         * lib/rename.c (strip_trailing_slashes): Likewise.
62343         * lib/same.c (base_name): Likewise.
62344         * lib/stripslash.c (ISSLASH): Likewise.
62345
62346         * lib/addext.c: Include <dirname.h> after size_t is defined.
62347         * lib/backupfile.c: Likewise.
62348
62349         * lib/addext.c (addext): Use base_len to trim redundant
62350         trailing slashes instead of doing it ourselves.
62351         But do not trim the last slash if it is not redundant.
62352
62353         * lib/backupfile.c (find_backup_file_name,
62354         max_backup_version): Use base_len instead of rolling it ourselves.
62355         Handle the case of "" and (on DOS) "C:" correctly.
62356
62357         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62358         needed. Include <string.h>, <dirname.h>.
62359         (base_name): Allow file names ending in slashes, other than names
62360         that are all slashes.  In this case, return the basename followed
62361         by the slashes.  This is more general, and can be used in places
62362         where the original base_name purposely had an assertion failure.
62363         (base_len): New function.
62364
62365         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62366         Do not include <assert.h>; no longer needed.
62367         Include xalloc.h.
62368         (memrchr): Remove decl.
62369         (dir_name_r): Remove.
62370         (dir_len): Renamed from dirlen.  All callers changed.
62371         Rewrite in terms of base_name, for simplicity and consistency.
62372         (dir_name): Never return NULL.  All callers changed.
62373         Do not include <stdlib.h> in test program; no longer needed.
62374         return 0; is fine for test program.
62375
62376         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62377         New macros.
62378         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62379
62380         * lib/path-concat.c (path_concat): Use base_len to compute
62381         base length, not strlen; this means we cannot rely on memcpy
62382         to null-terminate.
62383
62384         * lib/same.c (STREQ): Remove.
62385         (same_name): Handle the case where the basename ends in trailing '/'.
62386
62387         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62388         a slash was stripped.  Do not strip the last slash after a
62389         file system prefix.
62390
62391 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62392
62393         * lib/Makefile.am (libfetish_a_SOURCES):
62394         Add strftime.c, since we now compile it on all hosts.
62395
62396         * lib/strftime.c (my_strftime):
62397         Define to nstrftime if emacs, but only if my_strftime is not defined.
62398         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62399         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62400         Add one more extra argument: a nanoseconds value.
62401         All uses changed.
62402         (ns): New macro.
62403         (my_strftime function): Add %N format.
62404         (emacs_strftimeu): Renamed from emacs_strftime,
62405         with extra ut argument.
62406
62407 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62408
62409         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62410
62411 2001-04-21  Jim Meyering  <meyering@lucent.com>
62412
62413         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62414         doesn't interfere.
62415
62416 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62417
62418         * m4/ftruncate.m4: Check for chsize.
62419         Link with ftruncate.o unconditionally if ftruncate is missing.
62420         This was required when cross-compiling to i586-mingw32msvc.
62421
62422 2001-04-08  Jim Meyering  <meyering@lucent.com>
62423
62424         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62425         recomputed; that's necessary when the offset spans a DST transition.
62426         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62427
62428 2001-04-02  Jim Meyering  <meyering@lucent.com>
62429
62430         * lib/regex.h, regex.c: Update from GNU libc.
62431
62432 2001-03-24  Jim Meyering  <meyering@lucent.com>
62433
62434         * m4/jm-macros.m4: Require autoconf-2.49d.
62435
62436 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62437
62438         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62439
62440 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62441
62442         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62443
62444 2001-03-17  Jim Meyering  <meyering@lucent.com>
62445
62446         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62447         now that the version in autoconf is equivalent.
62448         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62449
62450         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62451         Suggestion from Akim Demaille.
62452
62453         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62454         (jm_PREREQ_TEMPNAME): New function.
62455
62456 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62457
62458         * lib/tempname.c (uint64_t): Define to uintmax_t if
62459         not defined, and if UINT64_MAX is not defined.
62460         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62461         Reported by John David Anglin.
62462
62463 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62464
62465         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62466         resolve alias if codeset is empty.
62467         * lib/config.charset (BeOS): Use wildcard syntax.
62468
62469 2001-03-13  Jim Meyering  <meyering@lucent.com>
62470
62471         * lib/path-concat.c (path_concat)
62472         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62473         concatenating e.g., `C:' and `foo'.
62474         From Bruno Haible.
62475
62476 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62477
62478         * lib/localcharset.c (locale_charset): Don't use
62479         setlocale(LC_CTYPE,NULL). Don't return NULL.
62480         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62481
62482 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62483
62484         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62485         support for DOS/DJGPP.
62486
62487 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62488
62489         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62490         lacks mkstemp.  Compile our own tempname.c if we compile our own
62491         mkstemp.c, as mkstemp relies on tempname.
62492
62493 2001-03-01  Jim Meyering  <meyering@lucent.com>
62494
62495         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62496         AH_VERBATIM really does output its argument verbatim.
62497
62498 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62499
62500         * lib/Makefile.am (libfetish_a_SOURCES):
62501         Add dup-safer.c, fopen-safer.c.
62502         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62503
62504         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62505         * lib/unistd-safer.h: New files.
62506
62507 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62508
62509         The mkstemp replacement is taken from glibc 2.2.2, with some
62510         portability fixes for use outside glibc, as follows:
62511
62512         * lib/tempname.c (struct_stat64): New macro.
62513         (direxists, __gen_tempname): Use it.
62514         This avoids a portability problem with Solaris 8.
62515
62516         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62517         (<stddef.h>, <stdint.h>, <string.h>):
62518         Include only if STDC_HEADERS || _LIBC.
62519         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62520         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62521         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62522         (__set_errno): Define this macro if <errno.h> doesn't.
62523         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62524         Define these macros if <stdio.h> doesn't.
62525         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62526         Define these macros if <sys/stat.h>
62527         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62528         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62529         __xstat64): Define if not _LIBC.
62530         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62531         (__gen_tempname): Invoke gettimeofday only if
62532         HAVE_GETTIMEOFDAY || _LIBC;
62533         otherwise, fall back on plain "time".
62534         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62535
62536         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62537
62538         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62539
62540 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62541
62542         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62543
62544 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62545
62546         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62547         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62548         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62549         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62550
62551 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62552
62553         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62554         Remove workaround macros for hosts that have mbrtowc but not
62555         mbstate_t, as we now insist on proper declarations for both
62556         before using mbrtowc.
62557
62558 2001-02-17  Jim Meyering  <meyering@lucent.com>
62559
62560         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62561         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62562         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62563         UnixWare 7.1.1.
62564
62565         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62566         rather than AC_CACHE_VAL.
62567
62568 2001-02-17  Jim Meyering  <meyering@lucent.com>
62569
62570         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62571         around included file name.
62572
62573         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62574
62575         * lib/strftime.c: Update from GNU libc (the only changes were to
62576         comments).
62577
62578 2001-02-17  Jim Meyering  <meyering@lucent.com>
62579
62580         * lib/regex.c: Update from libc.
62581
62582 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62583
62584         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62585         clash.
62586
62587 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62588
62589         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62590         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62591         Reported by Mark Hounschell via Paul Eggert.
62592
62593 2001-02-07  Jim Meyering  <meyering@lucent.com>
62594
62595         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62596
62597 2001-02-05  Jim Meyering  <meyering@lucent.com>
62598
62599         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62600         it includes the patch required for `large file' support with at least
62601         HP-UX's 10.20 /bin/cc.
62602
62603 2001-02-03  Jim Meyering  <meyering@lucent.com>
62604
62605         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62606         AS_IF, now that it works once again (mysteriously).
62607         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62608
62609 2001-01-30  Jim Meyering  <meyering@lucent.com>
62610
62611         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62612         * m4/chown.m4: Rename conftestchown to conftest.chown.
62613         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62614         s/conftestdir2/conftest.d2/.
62615         * m4/utimes.m4: s/conftestdata/conftest.data/
62616         Inspired by Pavel Roskin's change in autoconf.
62617
62618 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62619
62620         * lib/config.charset: Update for FreeBSD 4.2.
62621
62622 2001-01-27  Jim Meyering  <meyering@lucent.com>
62623
62624         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62625         a use of AS_IF.
62626         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62627
62628 2001-01-26  Jim Meyering  <meyering@lucent.com>
62629
62630         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62631         quotearg.c includes it.
62632
62633 2001-01-26  Jim Meyering  <meyering@lucent.com>
62634
62635         * lib/quotearg.c: Include stddef.h.
62636         * lib/quote.c: Include stddef.h.
62637         Reported by Axel Kittenberger.
62638
62639         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62640         line in double quotes so that it evokes a better diagnostic.
62641         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62642         Reported by Axel Kittenberger.
62643
62644 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62645
62646         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62647         as if it was a `charset'.
62648
62649 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62650
62651         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62652         has const.
62653
62654 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62655
62656         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62657         to avoid a warning.  Add back 'const' to inptr.
62658
62659 2001-01-20  Jim Meyering  <meyering@lucent.com>
62660
62661         Be sure that headers are checked before used in code compiled
62662         for the type checks.
62663         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62664         In place of that, invoke jm_CHECK_ALL_TYPES.
62665         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62666         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62667         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62668         The check for ssize_t was mistakenly run before the test for unistd.h.
62669
62670         The configure-time check for stdbool.h was missing.
62671         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62672         (jm_PREREQ_HASH): New function.
62673
62674 2001-01-17  Jim Meyering  <meyering@lucent.com>
62675
62676         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62677         for autoconf-2.49c.
62678         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62679
62680 2001-01-16  Jim Meyering  <meyering@lucent.com>
62681
62682         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62683         From Bruno Haible.
62684
62685 2001-01-14  Jim Meyering  <meyering@lucent.com>
62686
62687         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62688         foo and bar.  Create conftestdir/ in the script, not in the C code.
62689         Remove directories in the script, not in the C code.
62690         Remove conftestdir{,2} before trying to create the directory.
62691         Make the entire configure script fail if the mkdir fails.
62692
62693 2001-01-14  Jim Meyering  <meyering@lucent.com>
62694
62695         * lib/rename.c: New file.  From Volker Borchert.
62696         Include stdlib.h, string.h or strings.h, and xalloc.h.
62697         Use strip_trailing_slashes rather than open-coding it.
62698
62699 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62700
62701         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62702
62703 2001-01-03  Jim Meyering  <meyering@lucent.com>
62704
62705         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62706         of local `inptr' to avoid warning with some system declarations of
62707         iconv.
62708
62709 2001-01-02  Volker Borchert  <bt@teknon.de>
62710
62711         * m4/rename.m4: New file.
62712         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62713
62714 2001-01-01  Jim Meyering  <meyering@lucent.com>
62715
62716         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62717         even on systems with utmpx.h.  It's necessary for the declaration of
62718         utmp's ut_user member.  Reported by Andreas Jaeger.
62719
62720         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62721         available. They are required for the declarations of getgrgid and
62722         getpwuid resp.
62723         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62724         Reported by Andreas Jaeger.
62725
62726 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62727
62728         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62729         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62730         so `make install' also works in VPATH builds.
62731
62732 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62733
62734         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62735         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62736         can be used in subdirectories.
62737
62738 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62739
62740         * lib/modechange.c: Do not assume that mode_t uses the
62741         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62742         the other-execute bit of FOO even if S_IXOTH != 1.
62743
62744         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62745         WOTH, XOTH, ALLM): New macros.
62746         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62747          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62748         Use them.
62749         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62750         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62751         (mode_compile):
62752         No need to use uintmax_t; unsigned long is long enough.
62753         Don't bother to get suffix since we don't use it.
62754
62755 2000-12-26  Jim Meyering  <meyering@lucent.com>
62756
62757         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62758         better with autoheader.
62759
62760 2000-12-24  Jim Meyering  <meyering@lucent.com>
62761
62762         * lib/hash.c (is_prime): Return explicit boolean values.
62763         (hash_get_first): Return NULL to appease Irix5.6's 89.
62764         Reported by Nelson Beebe.
62765
62766 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62767
62768         * lib/localcharset.c (locale_charset): Add support for Win32.
62769
62770 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62771
62772         * lib/physmem.h, lib/physmem.c: New files.
62773
62774         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62775         (noinst_HEADERS): Add physmem.h.
62776
62777         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62778         't' for compatibility with Solaris 8 sort.
62779
62780 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62781
62782         * lib/config.charset: Add support for BeOS.
62783
62784 2000-12-17  Jim Meyering  <meyering@lucent.com>
62785
62786         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62787         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62788
62789 2000-12-16  Jim Meyering  <meyering@lucent.com>
62790
62791         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62792         N and M) would have treated it like `chown N:N FILE'.
62793
62794         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62795
62796 2000-12-16  Jim Meyering  <meyering@lucent.com>
62797
62798         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62799         SHELLS_FILE to a file name that's useful on djgpp systems.
62800         Include stdlib.h.
62801         (ADDITIONAL_DEFAULT_SHELLS): Define.
62802         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62803         Based mostly on a patch from Prashant TR.
62804
62805 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62806
62807         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62808         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62809         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62810
62811 2000-12-08  Andreas Schwab  <schwab@suse.de>
62812
62813         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62814         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62815
62816 2000-12-07  Jim Meyering  <meyering@lucent.com>
62817
62818         * lib/stripslash.c (ISSLASH): Define.
62819         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62820         `/'.
62821         From Prashant TR.
62822
62823         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62824         (dir_name_r): Declare this function as static.
62825         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62826         manifest itself on a name containing a mix of slashes and
62827         backslashes.
62828         Make this function work with names starting with a DOS-style
62829         drive letter and colon prefix.
62830         (dir_name): Append `.' if necessary.
62831         Based mostly on patches from Prashant TR and Eli Zaretskii.
62832
62833         * lib/dirname.h (dir_name_r): Remove prototype.
62834
62835 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62836
62837         * m4/off_t-format.m4: Remove this file.
62838         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62839
62840 2000-12-06  Jim Meyering  <meyering@lucent.com>
62841
62842         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62843         replacement strtoull, we may well need the replacement strtoul, too.
62844         Check for declarations of strtoul and strtoull.
62845         Check for strtol.  Mainly as a cue to cause automake to include
62846         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62847         Check for limits.h -- strtol.c needs it.
62848
62849 2000-12-05  Jim Meyering  <meyering@lucent.com>
62850
62851         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62852
62853 2000-12-04  Jim Meyering  <meyering@lucent.com>
62854
62855         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62856         Also include memory.h, stdlib.h, unistd.h if appropriate.
62857         Reported by Andreas Jaeger (conflicting declaration of malloc).
62858
62859 2000-12-02  Jim Meyering  <meyering@lucent.com>
62860
62861         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62862         * m4/jm-macros.m4 (jm_MACROS): require it.
62863
62864 2000-12-02  Jim Meyering  <meyering@lucent.com>
62865
62866         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62867
62868 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62869
62870         * lib/memrchr.c: Include <config.h> before any system include file.
62871
62872 2000-11-30  Jim Meyering  <meyering@lucent.com>
62873
62874         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62875
62876 2000-11-30  Jim Meyering  <meyering@lucent.com>
62877
62878         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62879
62880 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62881
62882         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62883
62884 2000-11-26  Jim Meyering  <meyering@lucent.com>
62885
62886         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62887
62888 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62889
62890         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62891         size of (size_t) -1; it's not portable.
62892
62893 2000-11-17  Jim Meyering  <meyering@lucent.com>
62894
62895         * lib/strstr.c: Update from GNU libc.
62896
62897 2000-11-17  Akim Demaille  <akim@epita.fr>
62898
62899         * lib/obstack.h: Formatting changes.
62900         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62901         prevent type checking.
62902         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62903         cast the value to (void *): assigning a `foo *' to a `void *'
62904         variable is valid.
62905         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62906
62907 2000-11-16  Jim Meyering  <meyering@lucent.com>
62908
62909         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62910
62911 2000-11-11  Jim Meyering  <meyering@lucent.com>
62912
62913         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62914
62915 2000-11-10  Jim Meyering  <meyering@lucent.com>
62916
62917         * lib/obstack.h: Update from GNU libc.
62918         * lib/obstack.c: Likewise.
62919
62920 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62921
62922         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62923
62924 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62925
62926         * lib/getusershell.c (setusershell): Use rewind rather than
62927         fseek/fseeko, to avoid configuration hassles with fseeko.
62928         Don't bother opening SHELLS_FILE if shellstream is NULL;
62929         it's not necessary.
62930
62931 2000-11-05  Jim Meyering  <meyering@lucent.com>
62932
62933         * lib/makepath.h (make_dir): Declare.
62934         * lib/makepath.c (make_dir): Remove `static' attribute.
62935         Tweak a comment.
62936
62937 2000-11-04  Jim Meyering  <meyering@lucent.com>
62938
62939         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62940
62941 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62942
62943         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62944         last one in a bucket, advance to the next bucket.
62945
62946 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62947
62948         * lib/fnmatch.c: Do not comment out all the code if we are using
62949         the GNU C library, because in some cases we are replacing buggy
62950         code in the GNU C library itself.
62951
62952 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62953
62954         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62955         (regex_compile): Catch bogus \(\1\).
62956
62957 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62958
62959         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62960         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62961         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62962
62963 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62964
62965         * lib/error.h, getline.h, modechange.h:
62966         Remove "2000" from Copyright line, as the file hasn't been
62967         changed this year other than in the copyright notice.
62968
62969         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62970         was changed this year.
62971
62972 2000-10-29  Jim Meyering  <meyering@lucent.com>
62973
62974         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62975         renaming.
62976         * m4/ls-mntd-fs.m4: Likewise
62977
62978 2000-10-29  Jim Meyering  <meyering@lucent.com>
62979
62980         * lib/xstat.in: Fix grammar in comment.
62981
62982 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62983
62984         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62985         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62986         doesn't define __restrict_arr.
62987
62988 2000-10-28  Jim Meyering  <meyering@lucent.com>
62989
62990         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62991         (jm_PREREQ_MEMCHR): New function.
62992
62993 2000-10-28  Jim Meyering  <meyering@lucent.com>
62994
62995         * lib/memchr.c: Update from libc.
62996         Adjust for portability:
62997         [HAVE_STDLIB_H]: Include stdlib.h.
62998         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62999         Undef __memchr, too.
63000         [!weak_alias]: Define __memchr to memchr.
63001
63002         * lib/regex.c: Update from libc.
63003         * lib/regex.h: Likewise.
63004         * lib/getopt1.c: Likewise.
63005         * lib/memcmp.c: Likewise.
63006
63007         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63008         Avoid using fseek, when possible -- it's broken by design.
63009         Patch by Ulrich Drepper.
63010
63011 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63012
63013         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63014         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63015         Giving in to popular pressure to shut up the compiler with casts.
63016
63017 2000-10-26  Jim Meyering  <meyering@lucent.com>
63018
63019         * lib/strftime.c: Update from libc.
63020
63021 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63022
63023         * regex.c: More `unsigned char' -> `re_char' changes.
63024         Also change several `int' into `re_wchar_t'.
63025         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63026         (PUSH_FAILURE_POINTER): Don't cast any more.
63027         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63028         We want GCC to complain, since this piece of code makes
63029         re_match non-reentrant, which *should* be fixed.
63030         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63031         (EXTEND_BUFFER): Use RETALLOC.
63032         (SET_LIST_BIT): Don't cast.
63033         (re_wchar_t): New type.
63034         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63035         that those two functions will always properly return.
63036         (IMMEDIATE_QUIT_CHECK): Cast to void.
63037         (analyse_first): Use recursion rather than an explicit stack.
63038         (re_compile_fastmap): Can't fail anymore.
63039         (re_search_2): Don't check re_compile_fastmap for failure.
63040         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63041         Now also sets the new value (passed in a new argument).
63042         (re_match_2_internal): Use it.
63043         Also, use a new var `reg' of type size_t when looping through regs
63044         rather than reuse the inappropriate `mcnt'.
63045
63046 2000-10-25  Jim Meyering  <meyering@lucent.com>
63047
63048         * lib/obstack.c: Update from libc.
63049
63050 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63051
63052         * regex.c (regex_compile): Change the way of handling a range from
63053         a char less than 256 to a char not less than 256.
63054
63055 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63056
63057         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63058         NT-Emacs only.
63059         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63060         so that re_search functions only quit when callers expect them to.
63061
63062 2000-10-23  Jim Meyering  <meyering@lucent.com>
63063
63064         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63065         wrong.  That set_locale call must not have any side effects.
63066         From Paul Eggert.
63067
63068 2000-10-22  Jim Meyering  <meyering@lucent.com>
63069
63070         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63071         [CYCLIC]: Remove now-unused definition.
63072
63073         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63074         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63075         Suggestion from Ulrich Drepper.
63076
63077 2000-10-21  Jim Meyering  <meyering@lucent.com>
63078
63079         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63080         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63081         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63082
63083 2000-10-21  Jim Meyering  <meyering@lucent.com>
63084
63085         * lib/dirname.c (memrchr): Declare if necessary.
63086         (dir_name): Remove the restriction that there be no
63087         trailing slashes.  Now, this code skips past them, effectively
63088         ignoring them.
63089         [TEST_DIRNAME] (main): New unit tests.
63090
63091         * lib/memrchr.c: New file from GNU libc.
63092         Undef __memrchr, too.
63093         [!weak_alias]: Define __memrchr to memrchr.
63094         Guard weak_alias use with `#ifdef weak_alias'.
63095
63096 2000-10-21  Jim Meyering  <meyering@lucent.com>
63097
63098         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63099         (dir_name): Use dir_name_r.
63100         * lib/dirname.h (dir_name_r): Declare it.
63101
63102 2000-10-17  Jim Meyering  <meyering@lucent.com>
63103
63104         * lib/quote.h (PARAMS): Define and use.
63105         Reported by Akim Demaille.
63106
63107         * lib/getopt.c: Update from libc.
63108
63109 2000-10-16  Jim Meyering  <meyering@lucent.com>
63110
63111         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63112         setlocale.
63113         From Jan Fedak.
63114
63115 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63116
63117         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63118
63119 2000-09-25  Jim Meyering  <meyering@lucent.com>
63120
63121         * lib/md5.h (rol): Define (from GnuPG).
63122
63123         * lib/sha.c: Give credit (GnuPG) where due.
63124         (M): Use rol rather than open-coding it.
63125         Add a FIXME comment.
63126
63127 2000-09-21  Jim Meyering  <meyering@lucent.com>
63128
63129         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63130         Reported by Michael Stone.
63131
63132 2000-09-20  Jim Meyering  <meyering@lucent.com>
63133
63134         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63135         (noinst_HEADERS): Add sha.h.
63136         Based on code from Scott G. Miller and from GnuPG.
63137
63138 2000-09-18  Jim Meyering  <meyering@lucent.com>
63139
63140         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63141         LIBS. Otherwise, everyone ends up linking with -lelf for some
63142         configurations.
63143         Reported by Mike Stone.
63144
63145 2000-09-15  Jim Meyering  <meyering@lucent.com>
63146
63147         * lib/regex.c: Update from libc.
63148
63149 2000-09-10  Jim Meyering  <meyering@lucent.com>
63150
63151         * lib/getopt.c (_getopt_internal): Update from glibc.
63152
63153 2000-09-09  Jim Meyering  <meyering@lucent.com>
63154
63155         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63156         think it should be used as a general replacement for isascii.
63157         * lib/fnmatch.c: Likewise.
63158         * lib/mbswidth.c: Likewise
63159         * lib/regex.c: Likewise.
63160
63161         Don't use atoi.
63162         * lib/userspec.c: Include sys/param.h and limits.h.
63163         Include xstrtol.h.
63164         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63165         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63166         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63167         UID, GID.  Check range.
63168
63169 2000-09-06  Jim Meyering  <meyering@lucent.com>
63170
63171         * lib/getopt.c (_getopt_internal): Update from glibc.
63172
63173 2000-08-30  Jim Meyering  <meyering@lucent.com>
63174
63175         * lib/strftime.c: Merge in changes from GNU libc.
63176
63177 2000-08-26  Jim Meyering  <meyering@lucent.com>
63178
63179         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63180         * m4/fpending.m4: New file.
63181
63182 2000-08-26  Jim Meyering  <meyering@lucent.com>
63183
63184         * lib/closeout.c: Include "__fpending.h".
63185         (close_stdout_status): Return right away if there's nothing to flush.
63186
63187         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63188         * lib/__fpending.c: New file.
63189         * lib/__fpending.h: New file.
63190
63191 2000-08-20  Jim Meyering  <meyering@lucent.com>
63192
63193         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63194         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63195         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63196
63197 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63198
63199         Improve fileutils installation on systems where running
63200         programs (like install) can't be unlinked.
63201         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63202         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63203
63204 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63205
63206         Standardize on "memory exhausted" instead of "Memory exhausted"
63207         or "virtual memory exhausted".
63208         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63209         "virtual memory exhausted".
63210         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63211         our own message.
63212         * lib/userspec.c (parse_user_spec): Likewise.
63213         * lib/bumpalloc.h: comment fix
63214         * lib/same.c, userspec.c: Include xalloc.h.
63215
63216         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63217         not char *const and pointing to a constant array.
63218         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63219         (xrealloc): Comment fix.
63220
63221         * lib/userspec.c (parse_user_spec):
63222         Don't translate a message until just before returning,
63223         to avoid unnecessary translation.
63224
63225 2000-08-07  Jim Meyering  <meyering@lucent.com>
63226
63227         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63228         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63229         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63230         getgroups.c, gethostname.c, getopt.h, group-member.c,
63231         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63232         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63233         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63234         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63235         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63236         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63237         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63238         yesno.c: Back out Copyright date changes for each file with no change
63239         this year.  This eases coordination with other programs using the same
63240         source code modules.  From Paul Eggert.
63241
63242 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63243
63244         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63245         not char, for compatibility with glibc 2.1.3 strftime.c.
63246
63247 2000-08-03  Greg McGary  <greg@mcgary.org>
63248
63249         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63250         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63251         (EXTEND_BUFFER): Use them.
63252
63253 2000-08-01  Jim Meyering  <meyering@lucent.com>
63254
63255         * lib/dirname.c (ISSLASH): Define.
63256         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63257         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63258         both `\' and `/' may be use as path separators.
63259         Based on a patch from Prashant TR.
63260
63261 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63262
63263         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63264         slot vector a constant, since it might get modified.
63265
63266 2000-07-31  Jim Meyering  <meyering@lucent.com>
63267
63268         * lib/xmalloc.c: Use `virtual memory exhausted', not
63269         `Memory exhausted'.
63270         * lib/obstack.c (print_and_abort): Likewise.
63271
63272 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63273
63274         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63275         buffer, so that the caller can always quote one small
63276         component of a "memory exhausted" message in slot 0.
63277         From a suggestion by Jim Meyering.
63278
63279 2000-07-30  Jim Meyering  <meyering@lucent.com>
63280
63281         * lib/makepath.c (make_path): Quote the other instance, too.
63282
63283         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63284         (STATIC_BUF_SIZE): Define.
63285         (quotearg_n_options): Use only statically allocated storage when
63286         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63287         than STATIC_BUF_SIZE.
63288
63289 2000-07-29  Jim Meyering  <meyering@lucent.com>
63290
63291         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63292         * lib/dirname.c (dir_name): Likewise.
63293
63294         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63295         `/'.
63296
63297         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63298         (dir_name): Assert that there are no trailing slashes.
63299
63300 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63301
63302         * lib/mbswidth.h (mbswidth): Add a flags argument.
63303         (mbswidth): New declaration.
63304         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63305         * lib/mbswidth.c (mbswidth): Add a flags argument.
63306         (mbsnwidth): New function.
63307
63308 2000-07-24  Jim Meyering  <meyering@lucent.com>
63309
63310         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63311
63312 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63313
63314         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63315
63316 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63317
63318         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63319         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63320         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63321         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63322         invoke multibyte primitives.
63323
63324 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63325
63326         * lib/quotearg.c:
63327         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63328         so that mbstate_t is always defined.
63329
63330         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63331         be 1 in at least one GCC installation, and this configuration
63332         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63333         performance on hosts that have mbrtowc but have only unibyte
63334         locales, but I assume these hosts are rare.
63335
63336 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63337
63338         * lib/mbswidth.c (_XOPEN_SOURCE):
63339         Don't define; this causes problems on Solaris 7.
63340         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63341
63342 2000-07-23  Jim Meyering  <meyering@lucent.com>
63343
63344         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63345         too: getgrgid, getpwuid, getuid.
63346
63347 2000-07-23  Jim Meyering  <meyering@lucent.com>
63348
63349         * lib/basename.c (base_name): Add an assertion.
63350
63351 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63352
63353         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63354         shadow its mbsinit function.
63355
63356 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63357
63358         * lib/mbswidth.h: New file.
63359         * lib/mbswidth.c: New file.
63360         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63361         (noinst_HEADERS): Add mbswidth.h.
63362
63363 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63364
63365         * lib/config.charset: Add support for FreeBSD. Improve support for
63366         HP-UX and IRIX 6.
63367
63368 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63369
63370         * m4/mbswidth.m4: New file.
63371         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63372
63373 2000-07-15  Jim Meyering  <meyering@lucent.com>
63374
63375         * lib/makepath.c: Include quote.h.
63376         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63377         corresponding argument in a `quote (...)' call.
63378         Give better diagnostics.
63379
63380         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63381         (noinst_HEADERS): Add quote.h.
63382
63383         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63384         from tar's src/misc.c.
63385         * lib/quote.h: New file.  Prototypes for same.
63386
63387 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63388
63389         From a suggestion by Bruno Haible.
63390         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63391         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63392         to decide whether to define the BeOS workaround macro;
63393         this adjusts to the change to AC_MBSTATE_T.
63394
63395 2000-07-14  Jim Meyering  <meyering@lucent.com>
63396
63397         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63398         jm_AC_TYPE_UINTMAX_T.
63399
63400 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63401
63402         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63403
63404         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63405         quotearg_buffer_restyled): Add support for
63406         clocale_quoting_style.  Undo previous change to
63407         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63408         and "{RIGHT QUOTATION MARK}" msgids.
63409
63410 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63411
63412         From a suggestion by Bruno Haible.
63413         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63414         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63415         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63416         and mbstate_t, to a single-part test that simply defines mbstate_t.
63417         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63418         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63419
63420 2000-07-10  Jim Meyering  <meyering@lucent.com>
63421
63422         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63423
63424         * m4/gnu-source.m4: Output to confdefs.h directly.
63425         Suggestion from Akim Demaille.
63426
63427 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63428
63429         The old behavior of quoting `like this' doesn't look good with
63430         newer, ISO-style fonts.  See:
63431         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63432
63433         Instead, quote "like this" by default.  Let the translator
63434         tailor the locale-specific quoting behavior by providing
63435         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63436
63437         * lib/quotearg.c (N_): New macro.
63438         (gettext_default): New function.
63439         (quotearg_buffer_restyled): Use
63440         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63441         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63442
63443 2000-07-09  Jim Meyering  <meyering@lucent.com>
63444
63445         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63446         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63447
63448         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63449         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63450
63451 2000-07-09  Jim Meyering  <meyering@lucent.com>
63452
63453         * lib/Most files: Update copyright dates to include 2000.
63454
63455 2000-07-08  Jim Meyering  <meyering@lucent.com>
63456
63457         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63458         if not defined.
63459         (xgethostname): Remove now-unnecessary #ifdef.
63460         Move declaration of `err' into loop where it's used.
63461
63462 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63463         and Bruno Haible  <haible@clisp.cons.org>
63464
63465         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63466         only if the test for an object-type mbstate_t fails.  This
63467         prevents us from mistakenly reporting that mbstate_t is a
63468         system object type after we "#define mbstate_t int" to work
63469         around its lack.
63470
63471 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63472         and Bruno Haible  <haible@clisp.cons.org>
63473
63474         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63475
63476 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63477
63478         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63479         to strerror_r.
63480         Include <ctype.h> for use of isalpha.
63481
63482 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63483
63484         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63485         by allocating a larger buffer. Test the gethostname return value for
63486         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63487         returns an error and ENAMETOOLONG isn't defined.
63488
63489 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63490
63491         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63492         dimension.
63493
63494 2000-07-04  Jim Meyering  <meyering@lucent.com>
63495
63496         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63497         of the deprecated AC_CHECKING.
63498
63499 2000-07-04  Jim Meyering  <meyering@lucent.com>
63500
63501         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63502         Reported by Bruno Haible.
63503
63504 2000-07-04  Jim Meyering  <meyering@lucent.com>
63505
63506         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63507         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63508         lacks mbrtowc.
63509
63510 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63511
63512         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63513         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63514
63515 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63516         and Bruno Haible  <haible@clisp.cons.org>
63517
63518         * lib/quotearg.c (mbrtowc):
63519         Assign to *pwc, and return 1 only if result is nonzero.
63520         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63521
63522 2000-07-03  Jim Meyering  <meyering@lucent.com>
63523
63524         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63525
63526 2000-07-03  Jim Meyering  <meyering@lucent.com>
63527
63528         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63529         This is necessary to get a definition of e.g., UTMP_FILE on
63530         HP-UX 10.20.
63531         From Bob Proulx.
63532
63533 2000-07-02  Jim Meyering  <meyering@lucent.com>
63534
63535         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63536
63537         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63538         AC_LIBOBJ(function_name).
63539         * m4/chown.m4: Likewise.
63540         * m4/fnmatch.m4: Likewise.
63541         * m4/ftruncate.m4: Likewise.
63542         * m4/getgroups.m4: Likewise.
63543         * m4/getline.m4: Likewise.
63544         * m4/group-member.m4: Likewise.
63545         * m4/jm-macros.m4: Likewise.
63546         * m4/lstat.m4: Likewise.
63547         * m4/malloc.m4: Likewise.
63548         * m4/memcmp.m4: Likewise.
63549         * m4/nanosleep.m4: Likewise.
63550         * m4/putenv.m4: Likewise.
63551         * m4/realloc.m4: Likewise.
63552         * m4/regex.m4: Likewise.
63553         * m4/stat.m4: Likewise.
63554         * m4/strftime.m4: Likewise.
63555
63556 2000-07-02  Jim Meyering  <meyering@lucent.com>
63557
63558         * lib/quotearg.c (mbstate_t): Don't define here.
63559
63560 2000-07-02  Jim Meyering  <meyering@lucent.com>
63561
63562         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63563
63564 2000-07-01  Jim Meyering  <meyering@lucent.com>
63565
63566         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63567
63568 2000-07-01  Jim Meyering  <meyering@lucent.com>
63569
63570         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63571         problem.
63572
63573 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63574
63575         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63576         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63577
63578 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63579
63580         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63581         per change in ../m4/ls-mntd-fs.m4.
63582         (read_filesystem_list): Ignore symbolic links.
63583
63584 2000-06-29  Jim Meyering  <meyering@lucent.com>
63585
63586         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63587         for declaration of strcmp.
63588
63589         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63590
63591         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63592         Avoid warning by casting result to `char *' to remove `const'.
63593
63594 2000-06-28  Jim Meyering  <meyering@lucent.com>
63595
63596         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63597         included by quotearg.c, for which we perform this test.  From
63598         Bruno Haible.
63599
63600 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63601
63602         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63603         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63604         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63605
63606 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63607
63608         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63609
63610 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63611
63612         savedir now sets errno on failure and invokes xmalloc to get memory.
63613         Fix a couple of other minor bugs while we're at it.
63614
63615         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63616         (NAMLEN): Remove macro.
63617         (malloc, realloc): Remove decls.
63618         (stpcpy): Likewise.
63619         ("xalloc.h"): Include.
63620         (NAME_SIZE_DEFAULT): New macro.
63621         (savedir): Use xmalloc / xrealloc to allocate memory.
63622         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63623         Skip "" directory entries.
63624         Use strlen to calculate directory entry length, since the old method
63625         is rarely used these days and isn't worth supporting.
63626         Don't use a pointer after freeing it.
63627         Check for integer overflow when calculating allocation size.
63628         Use memcpy to copy entries, instead of stpcpy.
63629         Set errno properly when returning NULL.
63630         Check for readdir error.
63631
63632 2000-06-26  Jim Meyering  <meyering@lucent.com>
63633
63634         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63635
63636 2000-06-25  Jim Meyering  <meyering@lucent.com>
63637
63638         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63639         Linux header bug when _XOPEN_SOURCE is defined to 500.
63640
63641 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63642
63643         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63644         deficiency.
63645
63646 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63647
63648         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63649         Include xalloc.h.
63650         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63651
63652 2000-06-24  Jim Meyering  <meyering@lucent.com>
63653
63654         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63655         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63656         for which strerror does return char*, but which lacks a conveniently
63657         accessible declaration of the function.  If the compile-test says
63658         strerror_r doesn't work, then resort to a `run'-test that works on
63659         BeOS and segfaults on DEC Unix.
63660
63661 2000-06-24  Jim Meyering  <meyering@lucent.com>
63662
63663         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63664
63665 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63666
63667         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63668         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63669
63670 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63671
63672         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63673         (mbrtowc, mbstate_t): Define substitutes if
63674         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63675         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63676         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63677
63678 2000-06-23  Jim Meyering  <meyering@lucent.com>
63679
63680         * m4/afs.m4: Add missing AC_MSG_RESULT.
63681         Reported by Bruno Haible.
63682
63683         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63684         Suggestion from Bruno Haible.
63685
63686 2000-06-23  Jim Meyering  <meyering@lucent.com>
63687
63688         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63689
63690 2000-06-21  Jim Meyering  <meyering@lucent.com>
63691
63692         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63693
63694 2000-06-21  Jim Meyering  <meyering@lucent.com>
63695
63696         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63697         (noinst_HEADERS): Add getstr.h.
63698
63699         * lib/getline.c (getstr): Move into a separate file.
63700         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63701         the following changes: new parameter, delim2; both delim[12]
63702         parameters have type `int', not `char'.  The latter would lose
63703         with 8-bit delimiters.
63704         * lib/getstr.h: New file.
63705
63706 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63707
63708         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63709         than 1024, return a memory chunk of least possible size, instead
63710         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63711         Use free/xmalloc instead of xrealloc to avoid copying for very long
63712         paths.
63713
63714 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63715
63716         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63717         the empty string.
63718
63719 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63720
63721         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63722         address, not strdup.  Include <stdlib.h> and don't declare free().
63723
63724 2000-06-19  Jim Meyering  <meyering@lucent.com>
63725
63726         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63727
63728 2000-06-18  Jim Meyering  <meyering@lucent.com>
63729
63730         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63731
63732         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63733         `checking whether...' message to be consistent with that of the
63734         lstat test.
63735
63736 2000-06-18  Jim Meyering  <meyering@lucent.com>
63737
63738         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63739         Besides, these days every porting target provides a mkdir function.
63740
63741         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63742         needed. (this snippet comes from src/system.h).
63743
63744 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63745
63746         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63747
63748 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63749
63750         * lib/human.c (adjust_value): New function.
63751         (human_readable_inexact): Apply rounding style even when
63752         printing approximate values.
63753
63754 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63755
63756         * lib/human.c (human_readable_inexact): Allow an input block
63757         size that is not a multiple of the output block size, and vice versa.
63758         Reported by Piergiorgio Sartor.
63759
63760 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63761
63762         * lib/getdate.y (get_date): Apply relative times after time
63763         zone indicator, not before.  Reported by Todd A. Jacobs.
63764
63765 2000-06-13  Jim Meyering  <meyering@lucent.com>
63766
63767         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63768
63769         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63770
63771 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63772
63773         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63774
63775 2000-06-12  Jim Meyering  <meyering@lucent.com>
63776
63777         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63778         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63779         optional argument.
63780         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63781         the optional argument, `lib'.
63782
63783 2000-06-08  Jim Meyering  <meyering@lucent.com>
63784
63785         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63786
63787 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63788
63789         Rewrite largefile configuration so that we don't need to run
63790         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63791         AC_CANONICAL_HOST in configure.in -- jmm]
63792
63793         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63794         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63795         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63796         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63797         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63798         All uses changed.
63799         Instead of inspecting the output of getconf, try to compile the
63800         test program without and with the macro definition.
63801         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63802         for getconf.  Instead, check for the needed flags by compiling
63803         test programs.
63804
63805 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63806
63807         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63808
63809 2000-06-04  Jim Meyering  <meyering@lucent.com>
63810
63811         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63812         SunOS 4.1.4 for which gid_t is an unsigned type.
63813
63814 2000-06-03  Jim Meyering  <meyering@lucent.com>
63815
63816         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63817         now that autoconf requires that.
63818
63819         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63820         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63821         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63822
63823 2000-06-03  Jim Meyering  <meyering@lucent.com>
63824
63825         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63826
63827 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63828
63829         * m4/glibc21.m4: New file.
63830         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63831
63832 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63833
63834         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63835         newer, don't install charset.alias.
63836         * lib/config.charset: Change the Linux/glibc rules so they become empty
63837         on glibc-2.1 or newer.
63838
63839 2000-06-02  Jim Meyering  <meyering@lucent.com>
63840
63841         * lib/mountlist.c: Back out last change.  Instead, do this...
63842         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63843         me_dummy member using the same `ignore'-testing code.
63844         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63845         fs_type strings.
63846         From Mark D. Roth.
63847
63848 2000-05-29  Jim Meyering  <meyering@lucent.com>
63849
63850         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63851         mounts with the `ignore' attribute.  Based on a patch from
63852         Mark D. Roth.
63853
63854 2000-05-28  Jim Meyering  <meyering@lucent.com>
63855
63856         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63857         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63858         * m4/stat.m4: Likewise.
63859         * m4/lstat.m4: Likewise.
63860         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63861
63862         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63863         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63864
63865 2000-05-26  Jim Meyering  <meyering@lucent.com>
63866
63867         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63868
63869 2000-05-24  Jim Meyering  <meyering@lucent.com>
63870
63871         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63872         autoconf requires that.
63873         * m4/lib-check.m4: Likewise.
63874         * m4/jm-macros.m4: Likewise.
63875         * m4/strftime.m4: Likewise.
63876
63877         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63878         AC_CHECK_DECLS, now that autoconf requires that.
63879
63880 2000-05-22  Jim Meyering  <meyering@lucent.com>
63881
63882         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63883         * m4/lstat.m4: Likewise.
63884
63885 2000-05-22  Jim Meyering  <meyering@lucent.com>
63886
63887         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63888
63889 2000-05-20  Jim Meyering  <meyering@lucent.com>
63890
63891         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63892         (jm_PREREQ): Use it.
63893
63894 2000-05-18  Jim Meyering  <meyering@lucent.com>
63895
63896         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63897         back, too, since it may have been modified by allocate_entry.
63898         (hash_delete): Rewrite to use neither the assignment operator
63899         nor the comma operator in an if-expression.
63900
63901 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63902
63903         * lib/closeout.c:
63904         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63905         Remove; no longer needed.
63906         "quotearg.h": Add include.
63907         (file_name): Do not bother to explicitly initialize to NULL; it's less
63908         efficient on some hosts.
63909         (close_stdout_status): Remove test as to whether stdout was already
63910         closed; it breaks for the case "echo x | sort >&-".
63911         Quote file name colons.
63912         Do not assume that _("write error") lacks format strings.
63913
63914 2000-05-15  Jim Meyering  <meyering@lucent.com>
63915
63916         * lib/version-etc.c (version_etc_copyright): Update the copyright
63917         string used in all --version output.
63918
63919 2000-05-14  Jim Meyering  <meyering@lucent.com>
63920
63921         * lib/closeout.c (close_stdout_set_file_name): New function.
63922         (close_stdout_status): Use new file-scoped global.
63923         Return right away if fstat says the stdout file descriptor is invalid.
63924         * lib/closeout.h (close_stdout_set_file_name): Declare.
63925
63926 2000-05-10  Jim Meyering  <meyering@lucent.com>
63927
63928         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63929         (close_stdout_set_status): New function.
63930         * lib/closeout.h (close_stdout_set_status): Declare.
63931
63932 2000-05-09  Jim Meyering  <meyering@lucent.com>
63933
63934         * m4/gettext.m4: Rename this...
63935         * m4/libintl.m4: ...to this.
63936
63937 2000-05-08  Jim Meyering  <meyering@lucent.com>
63938
63939         * lib/long-options.c: Don't include closeout.h.
63940         (parse_long_options): Don't call close_stdout for --version.
63941
63942 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63943
63944         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63945         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63946         2.1.3 bug.  This avoids a clash when files like regex.c define
63947         _GNU_SOURCE.
63948
63949 2000-05-06  Jim Meyering  <meyering@lucent.com>
63950
63951         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63952         (AC_REPLACE_FUNCS): Add strnlen.
63953
63954         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63955         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63956
63957         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63958         AC_SEARCH_LIBS call for nanosleep.
63959         (LIB_NANOSLEEP): Set and AC_SUBST.
63960
63961 2000-05-06  Jim Meyering  <meyering@lucent.com>
63962
63963         * lib/strnlen.c: Undefine __strnlen and strnlen.
63964         [!weak_alias]: Define __strnlen to strnlen.
63965
63966         * lib/atexit.c: New file, from libiberty.
63967
63968 2000-05-06  Jim Meyering  <meyering@lucent.com>
63969
63970         * lib/closeout.c (close_stdout_status): Also check for errors on the
63971         stderr stream.
63972
63973 2000-05-05  Jim Meyering  <meyering@lucent.com>
63974
63975         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63976         AC_SEARCH_LIBS call for clock_gettime.
63977         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63978
63979         * m4/search-libs.m4: Update from autoconf.
63980
63981         su doesn't work on Solaris 2.6.
63982         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63983         <shadow.h>.  Reported by Dragos Harabor.
63984
63985 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63986
63987         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63988         memcpy instead of xmalloc, xrealloc, path_concat.
63989         (locale_charset): Treat empty environment variables as absent.
63990         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63991
63992 2000-05-04  Jim Meyering  <meyering@lucent.com>
63993
63994         * lib/getopt.c: Update from glibc.
63995         * lib/obstack.c: Likewise.
63996         * lib/obstack.h: Likewise.
63997         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63998         file
63999
64000         * lib/regex.h: Likewise.
64001         * lib/strndup.c: Likewise.
64002         * lib/strnlen.c: New file, from glibc.
64003
64004 2000-05-03  Jim Meyering  <meyering@lucent.com>
64005
64006         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64007
64008 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64009
64010         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64011         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64012         compile-time test, rather than inspecting host and OS, to
64013         decide whether to define _LARGEFILE_SOURCE.
64014
64015 2000-05-01  Jim Meyering  <meyering@lucent.com>
64016
64017         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64018
64019         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64020         Based on a patch from Bruno Haible.
64021
64022 2000-05-01  Jim Meyering  <meyering@lucent.com>
64023
64024         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64025
64026 2000-04-29  Jim Meyering  <meyering@lucent.com>
64027
64028         * lib/path-concat.c: Declare strdup only if it's not defined.
64029         * lib/canon-host.c: Likewise.
64030
64031 2000-04-28  Jim Meyering  <meyering@lucent.com>
64032
64033         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64034         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64035         is included first, then limits.h is included by locale.h by libintl.h.
64036         From John David Anglin.
64037
64038 2000-04-25  Jim Meyering  <meyering@lucent.com>
64039
64040         * lib/makepath.c (S_IRWXUGO): Define.
64041         (make_path): Always perform explicit chmod if MODE specifies any
64042         of the `special' permission bits.  Prompted by a bug report against
64043         install from Mate Wierdl and Joost van Baal.
64044
64045 2000-04-18  Jim Meyering  <meyering@lucent.com>
64046
64047         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64048         (jm_PREREQ): Use it.
64049
64050 2000-04-18  Jim Meyering  <meyering@lucent.com>
64051
64052         * lib/README: New file.
64053
64054         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64055         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64056
64057 2000-04-17  Jim Meyering  <meyering@lucent.com>
64058
64059         Get it right :-)
64060         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64061         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64062         Suggestion from Akim Demaille.
64063
64064 2000-04-17  Jim Meyering  <meyering@lucent.com>
64065
64066         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64067         the definition of it to rpl_strftime also defined-away the system's
64068         declaration.
64069
64070 2000-04-15  Jim Meyering  <meyering@lucent.com>
64071
64072         Use `C' to denote so-called `contiguous' files, the same way
64073         that tar does.
64074         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64075         (ftypelet): Use S_ISCTG.
64076         From Michael Deutschmann.
64077
64078 2000-04-14  Jim Meyering  <meyering@lucent.com>
64079
64080         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64081         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64082         clobbered.
64083
64084 2000-04-14  Jim Meyering  <meyering@lucent.com>
64085
64086         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64087
64088 2000-04-13  Jim Meyering  <meyering@lucent.com>
64089
64090         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64091         AH_VERBATIM to insert required #ifndef into config.h.in.
64092         Suggestion from Akim Demaille.
64093
64094 2000-04-12  Jim Meyering  <meyering@lucent.com>
64095
64096         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64097         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64098         Christian Krackowizer.
64099
64100         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64101         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64102         (AC_SYS_LARGEFILE): Require.
64103         (AM_C_PROTOTYPES): Require.
64104
64105 2000-04-08  Jim Meyering  <meyering@lucent.com>
64106
64107         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64108         names don't conflict.  Reported by Eli Zaretskii.
64109
64110 2000-04-07  Jim Meyering  <meyering@lucent.com>
64111
64112         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64113         sys/types.h, to work around system header problems on AIX 3.2.5.
64114         From Bruno Haible.
64115
64116 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64117
64118         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64119         bug.  Deal with the different error behavior of Irix iconv.
64120
64121 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64122
64123         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64124         IRIX if the installer said otherwise.
64125
64126 2000-04-05  Jim Meyering  <meyering@lucent.com>
64127
64128         Portability tweaks required for ultrix4.3.
64129         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64130         (jm_CHECK_DECLS): Add getutent to the list of functions.
64131         (_jm_DECL_HEADERS): Add utmpx.h.
64132         From John David Anglin.
64133
64134         * m4/strftime.m4: Back out the 2000-04-02 change.
64135         Instead of that change, simply undefine putenv in the test program.
64136
64137 2000-04-05  Jim Meyering  <meyering@lucent.com>
64138
64139         Portability tweaks required for ultrix4.3.
64140         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64141         getutent.
64142         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64143         * lib/canon-host.c: Declare strdup.
64144         * lib/path-concat.c: Likewise.
64145         From John David Anglin.
64146
64147 2000-04-04  Jim Meyering  <meyering@lucent.com>
64148
64149         Be more DOS 8.3-friendly.
64150         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64151         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64152         * lib/Makefile.am: Reflect renaming.
64153         Reported by Eli Zaretskii.
64154
64155         Use a temporary file name that won't clash with `charset.alias'
64156         in the DOS 8.3 name space.
64157         * lib/Makefile.am (charset_tmp): Define.
64158         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64159         (uninstall-local): Likewise.
64160         Reported by Eli Zaretskii.
64161
64162 2000-04-03  Jim Meyering  <meyering@lucent.com>
64163
64164         * m4/gettext.m4: Fix typo in comment.
64165
64166         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64167         textutils/configure.in).  Suggestion from Paul Eggert.
64168         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64169
64170 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64171
64172         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64173         variable in the shell rather than using putenv, which isn't
64174         portable.  This avoids the configure-time inter-test dependency
64175         on the potentially-renamed putenv function.
64176
64177 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64178
64179         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64180         before checking struct stat.st_blksize, so that
64181         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64182
64183 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64184
64185         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64186         since strftime.c uses HAVE_STRFTIME to decide whether to use
64187         the underlying strftime.
64188
64189 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64190
64191         * lib/time/strftime.c (my_strftime): Make sure we call the system
64192         strftime, not ourselves, when invoking the underlying strftime.
64193
64194 2000-03-24  Jim Meyering  <meyering@lucent.com>
64195
64196         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64197         (charset_alias): Define.
64198         (install-exec-local): Factor out common code.
64199         (uninstall-local): Split lines longer than 80.
64200         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64201         (SUFFIXES): Define.
64202         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64203         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64204
64205 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64206
64207         * lib/config.charset: Output a line containing "Packages using this
64208         file".
64209         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64210         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64211         ref-del.sed): New rules.
64212
64213 2000-03-17  Jim Meyering  <meyering@lucent.com>
64214
64215         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64216         Otherwise, include <strings.h>
64217
64218 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64219
64220         * lib/unicodeio.c (utf8_wctomb): New function.
64221         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64222         format instead of in UCS-4 with platform dependent endianness.
64223
64224 2000-03-10  Jim Meyering  <meyering@lucent.com>
64225
64226         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64227         From Marco Franzen.
64228
64229 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64230
64231         * lib/savedir.c (savedir): Work even if directory size is
64232         negative; this can happen with some screwy NFS configurations.
64233
64234 2000-03-06  Jim Meyering  <meyering@lucent.com>
64235
64236         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64237         if it's NULL (because we ran out of memory).  From Bruno Haible.
64238
64239 2000-03-05  Jim Meyering  <meyering@lucent.com>
64240
64241         * lib/localcharset.c ("path-concat.h"): Include.
64242         (get_charset_aliases): Use path_concat instead of ANSI string
64243         concatenation.
64244
64245         * lib/unicodeio.h (PARAMS): Define.
64246         Use it to guard prototype.
64247
64248 2000-03-04  Jim Meyering  <meyering@lucent.com>
64249
64250         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64251         for lib/localcharset.c.
64252
64253 2000-03-04  Jim Meyering  <meyering@lucent.com>
64254
64255         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64256         installing into it.
64257         (uninstall-local): Uncomment this rule so `make distcheck' works
64258         once again.
64259
64260         * lib/unicodeio.c (<errno.h>): Include it.
64261         (errno): Declare if not defined.
64262
64263         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64264
64265         * lib/config.charset: New version, incorporating remarks from a linux
64266         i18n mailing list.  From Bruno Haible.
64267
64268 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64269
64270         * m4/codeset.m4: New file.
64271         * m4/iconv.m4: New file.
64272         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64273
64274 2000-03-03  Jim Meyering  <meyering@lucent.com>
64275
64276         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64277
64278 2000-03-02  Jim Meyering  <meyering@lucent.com>
64279
64280         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64281         the messages come out on separate lines.
64282
64283         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64284         rather than jm_CHECK_DECLARATIONS.
64285         * m4/decl.m4: Remove now-unused file.
64286
64287         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64288         geteuid.
64289
64290 2000-03-02  Jim Meyering  <meyering@lucent.com>
64291
64292         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64293
64294 2000-03-01  Jim Meyering  <meyering@lucent.com>
64295
64296         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64297         * lib/unicodeio.c: Likewise.
64298
64299 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64300
64301         * lib/config.charset: New file.
64302         * lib/localcharset.c: New file.
64303         * lib/unicodeio.h, lib/unicodeio.c: New files.
64304         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64305         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64306         (noinst_HEADERS): Add unicodeio.h.
64307         (all-local, install-exec-local, charset.alias): New targets.
64308
64309 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64310
64311         * lib/quotearg.c (ALERT_CHAR): New macro.
64312         (quotearg_buffer_restyled): Use it.
64313
64314 2000-02-27  Jim Meyering  <meyering@lucent.com>
64315
64316         * m4/check-decl.m4: Add getenv to the list.
64317
64318 2000-02-27  Jim Meyering  <meyering@lucent.com>
64319
64320         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64321         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64322
64323         * lib/backupfile.c: Guard inclusion of stdlib.h with
64324         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64325         Declare malloc if needed.
64326
64327         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64328         `#ifndef HAVE_DECL..'
64329         now that autoconf always defines the HAVE_DECL_ symbols.
64330         * lib/human.c: Likewise.
64331         * lib/same.c: Likewise.
64332         * lib/strtoumax.c: Likewise.
64333
64334         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64335         declaration check was not run.
64336         * lib/hash.c: Likewise.
64337         * lib/human.c: Likewise.
64338         * lib/same.c: Likewise.
64339         * lib/strtoumax.c: Likewise.
64340
64341         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64342         `.', then first look up the entire `.'-containing string as a login
64343         name.
64344
64345 2000-02-23  Jim Meyering  <meyering@lucent.com>
64346
64347         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64348         in place of my hack.
64349
64350 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64351
64352         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64353         (textint): New typedef.
64354         (parser_control): Member year changed from int to textint.
64355         All uses changed.
64356         (YYSTYPE): Removed; replaced by %union with int and textint members.
64357         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64358         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64359         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64360         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64361         (date, number, to_year): Use width of number in digits, not its value,
64362         to determine whether it's a 2-digit year, or a 2-digit time.
64363         (yylex): Store number of digits of numeric tokens.
64364         Reported by John Kendall.
64365
64366         (parser_control): Changed from struct parser_control to typedef (for
64367         consistency).  All uses changed.
64368
64369         (tID): Removed; not used.
64370         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64371
64372 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64373
64374         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64375         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64376
64377 2000-02-12  Jim Meyering  <meyering@lucent.com>
64378
64379         * lib/userspec.c (ISDIGIT): Define it.
64380         (isdigit): Remove definition.
64381         (is_number): Use ISDIGIT, not isdigit.
64382         <libintl.h>: Include.
64383         (_ and N_): Define.
64384         (parse_user_spec): Mark translatable strings.
64385
64386 2000-02-10  Jim Meyering  <meyering@lucent.com>
64387
64388         With these changes, nanosleep.[ch] are finally enough like the other
64389         lib/* replacement files to compile on a few more losing systems.
64390
64391         * lib/nanosleep.h: Don't include config.h.
64392         Remove prototype from declaration of nanosleep.
64393         (PARAMS): Remove now-unneeded definition.
64394         * lib/nanosleep.c: #undef nanosleep.
64395         (rpl_nanosleep): Rename from nanosleep.
64396
64397 2000-02-10  Jim Meyering  <meyering@lucent.com>
64398
64399         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64400         gnu_nanosleep to rpl_nanosleep.
64401
64402 2000-02-09  Jim Meyering  <meyering@lucent.com>
64403
64404         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64405         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64406
64407 2000-02-08  Akim Demaille  <akim@epita.fr>
64408
64409         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64410         `[' and `]' and remove uses of `changequote'.
64411         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64412         (AC_SYS_LARGEFILE): Likewise.
64413         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64414         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64415         of changequote.
64416         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64417         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64418         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64419         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64420
64421 2000-02-05  Jim Meyering  <meyering@lucent.com>
64422
64423         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64424         Remove explicit use of AC_HEADER_TIME.  It is required by
64425         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64426         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64427         in autoconf whereby the expansion of the latter ended up preceding
64428         the expansion of its prerequisite, AC_HEADER_TIME.
64429         Reported by Volker Borchert.
64430
64431 2000-02-03  Jim Meyering  <meyering@lucent.com>
64432
64433         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64434
64435 2000-02-03  Jim Meyering  <meyering@lucent.com>
64436
64437         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64438         rather than with `#if HAVE_UTMPNAME'.
64439
64440 2000-02-02  Jim Meyering  <meyering@lucent.com>
64441
64442         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64443         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64444         Reported by Eli Zaretskii.
64445
64446 2000-02-01  Jim Meyering  <meyering@lucent.com>
64447
64448         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64449
64450 2000-01-31  Jim Meyering  <meyering@lucent.com>
64451
64452         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64453         functions.  Add the time.h and sys/time.h headers along with the
64454         AC_REQUIRE'ment of AC_HEADER_TIME.
64455
64456 2000-01-31  Jim Meyering  <meyering@lucent.com>
64457
64458         * lib/nanosleep.h (nanosleep): Guard declaration with
64459         `#if ! HAVE_DECL_NANOSLEEP'.
64460         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64461         the declaration in that vendor's sys/timers.h.
64462         Reported by Christian Krackowizer.
64463
64464         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64465         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64466         (ISPRINT): Likewise.
64467         Reported by Tom Tromey.
64468
64469 2000-01-30  Jim Meyering  <meyering@lucent.com>
64470
64471         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64472
64473         * m4/prereq.m4 (utmp_includes): Define.
64474         Check for ut_user and ut_name members in both struct utmpx
64475         and struct utmp.
64476
64477 2000-01-30  Jim Meyering  <meyering@lucent.com>
64478
64479         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64480         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64481         header files where only utmpx.ut_user is declared.
64482
64483         * lib/readutmp.h (UT_USER): Define.
64484
64485 2000-01-29  Jim Meyering  <meyering@lucent.com>
64486
64487         * m4/lib-check.m4: New file containing library-related checks from
64488         fileutils and sh-utils (textutils had none).
64489
64490 2000-01-28  Jim Meyering  <meyering@lucent.com>
64491
64492         * m4/perl.m4: Change format of warning message to look more like that
64493         from the missing script.  Suggestion from François Pinard.
64494
64495 2000-01-25  Jim Meyering  <meyering@lucent.com>
64496
64497         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64498         well as time.h in the compile check.
64499         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64500         Fix typo in cross-compiling case: s/yes/no/.
64501
64502 2000-01-23  Jim Meyering  <meyering@lucent.com>
64503
64504         * m4/jm-macros.m4: Move df-related tests here from
64505         fileutils/configure.in
64506
64507         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64508         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64509
64510         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64511         s/space/ac_fsusage_space/.
64512         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64513
64514         * m4/ftruncate.m4: New file (derived from part of
64515         fileutils/configure.in).
64516         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64517         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64518
64519         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64520         AC_SUBST these here, rather than just in sh-util/configure.in, so
64521         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64522         all the same.
64523         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64524         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64525         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64526         (AC_SUBST(POW_LIBM)): Likewise.
64527         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64528
64529 2000-01-23  Jim Meyering  <meyering@lucent.com>
64530
64531         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64532         obstack.c.
64533
64534 2000-01-22  Jim Meyering  <meyering@lucent.com>
64535
64536         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64537
64538         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64539
64540         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64541         configure.in
64542         (AC_CHECK_HEADERS): Likewise for sh-utils.
64543         (AC_CHECK_HEADERS): Likewise for textutils.
64544         Merge the three lists of headers.
64545
64546         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64547         from fileutils' configure.in.
64548
64549         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64550         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64551         check-decl.m4.
64552
64553         * m4/check-decl.m4: Use #if rather than #ifdef.
64554         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64555         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64556         (_jm_DECL_HEADERS): Define new function.
64557         (jm_CHECK_DECLARATIONS): Require it.
64558
64559 2000-01-22  Jim Meyering  <meyering@lucent.com>
64560
64561         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64562         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64563         Required for some AIX systems.  Reported by Christian Krackowizer.
64564         [TESTING] (main): New function.
64565
64566         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64567         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64568         letters.
64569
64570         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64571         iswprint.
64572
64573         * lib/strverscmp.c (ISDIGIT): Define.
64574         (strverscmp): Use ISDIGIT, not isdigit.
64575
64576 2000-01-19  Jim Meyering  <meyering@lucent.com>
64577
64578         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64579         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64580         defines `struct timespec' in <sys/time.h>
64581
64582         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64583         Thanks to Akim for explaining.
64584
64585 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64586
64587         * lib/nanosleep.c (nanosleep):
64588         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64589         POSIX.1 doesn't require SA_INTERRUPT and some systems
64590         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64591         it's been part of POSIX.1 since day 1 (in 1988).
64592
64593 2000-01-17  Jim Meyering  <meyering@lucent.com>
64594
64595         * lib/interlock: Remove unused file.  Reported by François Pinard.
64596
64597 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64598
64599         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64600         alert, backslash, formfeed, and vertical tab unnecessarily in
64601         shell quoting style.
64602
64603 2000-01-16  Jim Meyering  <meyering@lucent.com>
64604
64605         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64606         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64607         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64608         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64609
64610 2000-01-16  Jim Meyering  <meyering@lucent.com>
64611
64612         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64613         because the latter didn't work.
64614
64615 2000-01-15  Jim Meyering  <meyering@lucent.com>
64616
64617         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64618         (AC_REPLACE_FUNCS): Add memcpy and memset.
64619         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64620         Add strpbrk.
64621         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64622
64623 2000-01-12  Jim Meyering  <meyering@lucent.com>
64624
64625         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64626         (jm_PREREQ): Use it.
64627         (jm_PREREQ_READUTMP): New macro.
64628         (jm_PREREQ): Use it.
64629
64630 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64631
64632         Quote multibyte characters correctly.
64633         * m4/c-bs-a.m4: New file.
64634         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64635         (jm_PREREQ): Use it.
64636
64637 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64638
64639         * m4/uintmax_t.m4: Port to autoconf 2.13.
64640
64641 2000-01-08  Jim Meyering  <meyering@ascend.com>
64642
64643         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64644         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64645
64646 2000-01-04  Jim Meyering  <meyering@ascend.com>
64647
64648         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64649         jm_STRUCT_DIRENT_D_TYPE.
64650         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64651         jm_STRUCT_DIRENT_D_INO.
64652         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64653         jm_STRUCT_UTIMBUF.
64654         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64655         renamings.
64656         * m4/utime.m4: Likewise.
64657
64658         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64659         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64660
64661 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64662
64663         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64664         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64665
64666 2000-01-02  Jim Meyering  <meyering@ascend.com>
64667
64668         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64669         remember if this is necessary.
64670
64671 1999-12-26  Jim Meyering  <meyering@ascend.com>
64672
64673         * m4/jm-macros.m4: Use it here.
64674         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64675
64676 1999-12-23  Jim Meyering  <meyering@ascend.com>
64677
64678         * m4/jm-macros.m4: Check for clock_gettime (moved from
64679         fileutils/configure.in)
64680         Check for gettimeofday.
64681
64682 1999-12-20  Jim Meyering  <meyering@ascend.com>
64683
64684         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64685         autoconf-2.14a-1999-12-20.
64686
64687 1999-12-19  Jim Meyering  <meyering@ascend.com>
64688
64689         * m4/lstat-slash.m4: New file.
64690         * m4/jm-macros.m4: Use the new macro:
64691         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64692
64693 1999-12-07  Jim Meyering  <meyering@ascend.com>
64694
64695         * m4/perl.m4: Require that File::Compare be available, too.
64696         Too many systems seem to lack it.
64697
64698         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64699         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64700
64701 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64702
64703         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64704         problem with the QNX 4.25 shell, which doesn't propagate exit
64705         status of failed commands inside shell assignments.
64706
64707 1999-11-17  Jim Meyering  <meyering@ascend.com>
64708
64709         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64710
64711 1999-11-07  Jim Meyering  <meyering@ascend.com>
64712
64713         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64714
64715 1999-11-06  Jim Meyering  <meyering@ascend.com>
64716
64717         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64718         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64719
64720 1999-11-05  Jim Meyering  <meyering@ascend.com>
64721
64722         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64723         configure.in of textutils, fileutils, and sh-utils into this one
64724         (shared between those packages) file.
64725         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64726         AC_STRUCT_ST_BLKSIZE.
64727
64728 1999-11-03  Jim Meyering  <meyering@ascend.com>
64729
64730         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64731         of AC_CHECK_TYPE checks includes unistd.h.
64732         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64733         Suggestion from Akim Demaille.
64734
64735 1999-10-30  Jim Meyering  <meyering@ascend.com>
64736
64737         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64738         m4-quoted string.
64739         * m4/ls-mntd-fs.m4: Likewise.
64740         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64741         * m4/jm-winsz1.m4: Likewise.
64742
64743         * m4/const.m4: Remove file, since the fix made it into the experimental
64744         version of autoconf.
64745         * m4/mktime.m4: Likewise.
64746
64747         * m4/check-type.m4: Remove file, now that the latest version of
64748         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64749
64750         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64751         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64752         AC_CHECK_TYPE.
64753
64754 1999-10-04  Jim Meyering  <meyering@ascend.com>
64755
64756         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64757
64758 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64759
64760         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64761         2.95.1 bug with HP-UX 10.20.
64762
64763 1999-09-17  Jim Meyering  <meyering@ascend.com>
64764
64765         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64766         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64767         due to missing strdup (against sh-utils-2.0).
64768
64769 1999-08-29  Jim Meyering  <meyering@ascend.com>
64770
64771         * m4/jm-macros.m4: Require jm_BISON.
64772         * m4/bison.m4: New file.
64773
64774 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64775
64776         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64777         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64778
64779 1999-08-05  Jim Meyering  <meyering@ascend.com>
64780
64781         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64782         to avoid conflicts with `conftest' on 8+3 filesystems.
64783         Suggestion from Eli Zaretskii.
64784
64785 1999-08-04  Jim Meyering  <meyering@ascend.com>
64786
64787         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64788         fileutils and sh-utils (textutils's getline test was inadequate).
64789         (AM_FUNC_GETLINE): Run this test.
64790         (AC_CHECK_FUNCS): Check for getdelim.
64791         Reported by Bob Proulx.
64792
64793 1999-08-02  Jim Meyering  <meyering@ascend.com>
64794
64795         * m4/jm-macros.m4: Add a comment.
64796
64797 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64798
64799         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64800         <inttypes.h> defines strtoumax as a macro (and not as a
64801         function).
64802
64803 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64804
64805         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64806         that we can shift, multiply and divide unsigned long long
64807         values; Ultrix cc can't do it.
64808
64809 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64810
64811         * m4/mktime.m4: New file, which is a preview of what should appear
64812         in the next public autoconf release.
64813
64814 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64815
64816         * m4/lfs.m4: Remove this file.
64817         * m4/largefile.m4: New file.  It contains the old contents of
64818         lfs.m4, except that all names with prefix AC_LFS have been
64819         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64820         compatible with future autoconf versions.  Also, some minor m4
64821         quoting problems have been fixed.
64822
64823 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64824
64825         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64826         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64827         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64828         and simplify the shell code.
64829
64830 1999-08-01  Jim Meyering  <meyering@ascend.com>
64831
64832         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64833         m4.
64834
64835 1999-07-20  Jim Meyering  <meyering@ascend.com>
64836
64837         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64838
64839 1999-07-15  Jim Meyering  <meyering@ascend.com>
64840
64841         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64842
64843 1999-05-22  Jim Meyering  <meyering@ascend.com>
64844
64845         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64846
64847 1999-05-20  Jim Meyering  <meyering@ascend.com>
64848
64849         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64850         Add a colon after each `then' in case $4 is empty.
64851
64852 1999-05-16  Jim Meyering  <meyering@ascend.com>
64853
64854         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64855
64856 1999-05-10  Jim Meyering  <meyering@ascend.com>
64857
64858         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64859
64860         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64861         AC_FUNC_MKTIME.
64862
64863 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64864
64865         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64866
64867 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64868
64869         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64870         not CPPFLAGS, so that linking works correctly in IRIX.
64871
64872 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64873
64874         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64875
64876 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64877
64878         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64879         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64880         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64881         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64882         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64883
64884         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64885
64886 1999-04-20  Jim Meyering  <meyering@ascend.com>
64887
64888         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64889         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64890         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64891
64892 1999-04-18  Jim Meyering  <meyering@ascend.com>
64893
64894         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64895         * m4/jm-macros.m4: Use it.
64896
64897 1999-04-06  Jim Meyering  <meyering@ascend.com>
64898
64899         * m4/strftime.m4: Remove test for %f.
64900
64901 1999-03-29  Jim Meyering  <meyering@ascend.com>
64902
64903         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64904         superset of the AC_TYPE_* checks in the textutils, fileutils,
64905         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64906         AC_TYPE_PID_T.
64907
64908 1999-03-28  Jim Meyering  <meyering@ascend.com>
64909
64910         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64911         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64912         replaced e.g., in the *.sh files of the sh-utils.
64913
64914 1999-03-20  Jim Meyering  <meyering@ascend.com>
64915
64916         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64917         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64918         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64919
64920 1999-03-19  Jim Meyering  <meyering@ascend.com>
64921
64922         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64923
64924 1999-03-12  Jim Meyering  <meyering@ascend.com>
64925
64926         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64927
64928 1999-03-07  Jim Meyering  <meyering@ascend.com>
64929
64930         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64931         declared.
64932
64933 1999-02-17  Jim Meyering  <meyering@ascend.com>
64934
64935         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64936         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64937
64938 1999-02-07  Jim Meyering  <meyering@ascend.com>
64939
64940         * m4/group-member.m4: New file -- extracted from sh-utils'
64941         configure.in.
64942
64943         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64944         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64945
64946 1999-02-06  Jim Meyering  <meyering@ascend.com>
64947
64948         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64949         * m4/fnmatch.m4: Likewise.
64950         * m4/getgroups.m4: Likewise.
64951         * m4/lstat.m4: Likewise.
64952         * m4/malloc.m4: Likewise.
64953         * m4/putenv.m4: Likewise.
64954         * m4/realloc.m4: Likewise.
64955         * m4/regex.m4: Likewise.
64956         * m4/stat.m4: Likewise.
64957         * m4/strftime.m4: Likewise.
64958         Suggestion from Alain Magloire.
64959
64960         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64961         * m4/fnmatch.m4: Likewise.
64962         * m4/getgroups.m4: Likewise.
64963         * m4/getline.m4: Likewise.
64964         * m4/lstat.m4: Likewise.
64965         * m4/malloc.m4: Likewise.
64966         * m4/memcmp.m4: Likewise.
64967         * m4/putenv.m4: Likewise.
64968         * m4/realloc.m4: Likewise.
64969         * m4/regex.m4: Likewise.
64970         * m4/stat.m4: Likewise.
64971         * m4/strftime.m4: Likewise.
64972         Suggestion from Alain Magloire.
64973
64974         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64975         an argument.
64976
64977         * m4/regex.m4: Add a run-time Test for proper operation of
64978         re_compile_pattern.
64979
64980 1999-01-31  Jim Meyering  <meyering@ascend.com>
64981
64982         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64983
64984 1999-01-30  Jim Meyering  <meyering@ascend.com>
64985
64986         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64987
64988         * m4/jm-mktime.m4: Make this a wrapper around the official
64989         AM_FUNC_MKTIME rather than my private copy, now that the official one
64990         is up to date.
64991         * m4/mktime.m4: Remove file.
64992
64993         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64994         * m4/uptime.m4: Likewise.
64995         * m4/uintmax_t.m4: Likewise.
64996
64997 1999-01-28  Jim Meyering  <meyering@ascend.com>
64998
64999         * m4/jm-macros.m4: Use jm_AFS.
65000         * m4/afs.m4: New file (from fileutils' configure.in).
65001
65002         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65003         * m4/chown.m4: Likewise.
65004         * m4/d-ino.m4: Likewise.
65005         * m4/d-type.m4: Likewise.
65006         * m4/fnmatch.m4: Likewise.
65007         * m4/getgroups.m4: Likewise.
65008         * m4/gettext.m4: Likewise.
65009         * m4/jm-mktime.m4: Likewise.
65010         * m4/jm-winsz2.m4: Likewise.
65011         * m4/lcmessage.m4: Likewise.
65012         * m4/ls-mntd-fs.m4: Likewise.
65013         * m4/malloc.m4: Likewise.
65014         * m4/memcmp.m4: Likewise.
65015         * m4/putenv.m4: Likewise.
65016         * m4/realloc.m4: Likewise.
65017         * m4/st_mtim.m4: Likewise.
65018         * m4/strftime.m4: Likewise.
65019
65020 1999-01-16  Jim Meyering  <meyering@ascend.com>
65021
65022         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65023         (ARGMATCH_DIE_DECL): Define.
65024
65025 1999-01-12  Jim Meyering  <meyering@ascend.com>
65026
65027         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65028         Reported by Lars Hecking.
65029
65030 1999-01-10  Jim Meyering  <meyering@ascend.com>
65031
65032         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65033         gross kludge.
65034         * m4/inttypes_h.m4: Likewise.
65035         * m4/lstat.m4: Likewise.
65036         * m4/malloc.m4: Likewise.
65037         * m4/readdir.m4: Likewise.
65038         * m4/realloc.m4: Likewise.
65039         * m4/st_dm_mode.m4: Likewise.
65040         * m4/stat.m4: Likewise.
65041         * m4/utimbuf.m4: Likewise.
65042         * m4/utimes.m4: Likewise.
65043
65044         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65045         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65046         comments in config.h.in are meaningful.
65047
65048         * m4/jm-macros.m4: Require autoconf-2.13 here.
65049
65050         * m4/regex.m4: By default, don't use the included regex.c on systems
65051         with glibc 2.  Suggestion from Uli Drepper.
65052
65053 1999-01-02  Jim Meyering  <meyering@ascend.com>
65054
65055         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65056
65057 1998-12-18  Jim Meyering  <meyering@ascend.com>
65058
65059         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65060         Based on a suggestion from Lars Hecking.
65061
65062 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65063
65064         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65065
65066 1998-11-16  Jim Meyering  <meyering@ascend.com>
65067
65068         * m4/lfs.m4: Double-quote the `uname...` expression.
65069
65070 1998-11-14  Jim Meyering  <meyering@ascend.com>
65071
65072         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65073         * m4/stat.m4: Likewise.
65074
65075 1998-11-03  Jim Meyering  <meyering@ascend.com>
65076
65077         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65078         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65079
65080 1998-10-18  Jim Meyering  <meyering@ascend.com>
65081
65082         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65083
65084 1998-10-17  Jim Meyering  <meyering@ascend.com>
65085
65086         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65087         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65088         calls for those previously hard-coded headers.  Instead, take a new
65089         parameter.
65090         (jm_CHECK_DECLARATIONS): Reflect interface change.
65091         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65092         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65093
65094         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65095
65096 1998-10-14  Jim Meyering  <meyering@ascend.com>
65097
65098         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65099         instead of "TZ=America/Vancouver".  From Paul Eggert.
65100
65101 1998-10-11  Jim Meyering  <meyering@ascend.com>
65102
65103         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65104         This adds a test for a recently added compatibility fix for mktime.c.
65105         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65106
65107 1998-09-27  Jim Meyering  <meyering@ascend.com>
65108
65109         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65110
65111         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65112         ../configure.in, including a change from Gordon Matzigkeit to allow
65113         cross-compiling for the Hurd.
65114
65115         * m4/glibc.m4: New file/macro to test for the GNU C Library
65116         versions 1 and 2.  From Gordon Matzigkeit.
65117         Indent.
65118
65119 1998-09-21  Jim Meyering  <meyering@ascend.com>
65120
65121         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65122
65123 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65124
65125         Port nanosecond-resolution times to UnixWare 2.1.2 and
65126         pedantic Solaris 2.6.
65127
65128         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65129         AC_STRUCT_ST_MTIM.
65130         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65131         Generate name of ns member, instead of just 1 or undef.
65132         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65133
65134 1998-08-15  Jim Meyering  <meyering@ascend.com>
65135
65136         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65137         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65138         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65139         instead of jm_TYPE_SSIZE_T.
65140
65141 1998-08-12  Jim Meyering  <meyering@ascend.com>
65142
65143         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65144
65145 1998-08-02  Jim Meyering  <meyering@ascend.com>
65146
65147         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65148         in acconfig.h manually.
65149
65150 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65151
65152         * m4/st_mtim.m4: New file.
65153
65154 1998-07-28  Jim Meyering  <meyering@ascend.com>
65155
65156         * m4/utimes.m4: Undef stat.
65157
65158 1998-07-25  Jim Meyering  <meyering@ascend.com>
65159
65160         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65161         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65162
65163 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65164
65165         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65166         uid and gid actually remain unchanged.
65167
65168 1998-07-07  Jim Meyering  <meyering@ascend.com>
65169
65170         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65171
65172 1998-07-04  Jim Meyering  <meyering@ascend.com>
65173
65174         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65175         to prove that this macro can be used in packages without regex.c.
65176
65177 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65178
65179         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65180         is to be used.
65181
65182 1998-07-03  Jim Meyering  <meyering@ascend.com>
65183
65184         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65185
65186         * m4/gettext.m4: New file -- from gettext-0.10.35.
65187         * m4/lcmessage.m4: Likewise.
65188         * m4/progtest.m4: Likewise.
65189
65190         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65191         * m4/jm-macros.m4: Require the new macro.
65192
65193 1998-06-29  Jim Meyering  <meyering@ascend.com>
65194
65195         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65196         for the definition of NGROUPS (used in a system header included
65197         by sys/mount.h).
65198
65199 1998-06-28  Jim Meyering  <meyering@ascend.com>
65200
65201         * m4/ls-mntd-fs.m4: New file.
65202         * m4/fstypename.m4: New file.
65203
65204         * m4/jm-macros.m4: Require the new macro.
65205         * m4/jm-glibc-io.m4: New file.
65206
65207 1998-05-19  Jim Meyering  <meyering@ascend.com>
65208
65209         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65210         * m4/lchown.m4: New file.
65211
65212         * m4/Makefile.am.in: New file.
65213         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65214
65215 1998-05-14  Jim Meyering  <meyering@ascend.com>
65216
65217         * m4/Makefile.am (EXTRA_DIST): Add them.
65218         * m4/jm-macros.m4: New file.
65219         * m4/utimbuf.m4: New file.
65220
65221 1998-05-12  Jim Meyering  <meyering@ascend.com>
65222
65223         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65224
65225 1998-05-11  Jim Meyering  <meyering@ascend.com>
65226
65227         * m4/isc-posix.m4: New file.
65228
65229 1998-05-10  Jim Meyering  <meyering@ascend.com>
65230
65231         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65232
65233 1998-05-09  Jim Meyering  <meyering@ascend.com>
65234
65235         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65236         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65237         with automake.
65238
65239         * m4/ssize_t.m4: New file.
65240         * m4/mktime.m4: Remove file -- the new automake has this now.
65241
65242 1998-04-26  Jim Meyering  <meyering@ascend.com>
65243
65244         * m4/assert.m4: New file.
65245         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65246
65247 1998-04-05  Jim Meyering  <meyering@ascend.com>
65248
65249         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65250         (jm_PREREQ): Use it here.
65251
65252 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65253
65254         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65255         in acconfig.h.
65256
65257 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65258
65259         * m4/prereq.m4: New file.
65260         * m4/error.m4: New file.
65261         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65262
65263 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65264
65265         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65266         cache-check for the same variable -- that defeated the purpose of
65267         the test; the test program was never run.  This was a problem only
65268         on systems with losing getline functions -- HP-UX 10.20 is one.
65269         Reported by Bjorn Helgaas.
65270
65271 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65272
65273         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65274
65275 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65276
65277         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65278
65279         * m4/const.m4: New file.  Use an initializer in this declaration
65280         typedef int charset[2]; const charset x;
65281         Reported by Bob Glickstein.
65282
65283 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65284
65285         * m4/chown.m4: Fix reversed types on -1 args to chown.
65286         From Kaveh Ghazi.
65287
65288 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65289
65290         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65291         Add lseek and memchr.
65292
65293         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65294         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65295         have a 20-character limit on names.
65296
65297 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65298
65299         * m4/inttypes_h.m4: New file.
65300         * m4/uintmax_t.m4: New file.
65301         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65302
65303
65304         -----
65305
65306         Local Variables:
65307         coding: utf-8
65308         End:
65309
65310         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65311
65312         Copying and distribution of this file, with or without
65313         modification, are permitted provided the copyright notice
65314         and this notice are preserved.